diff --git a/Base79/ImportDataSet.Designer.cs b/Base79/ImportDataSet.Designer.cs index f7e75c3..4671dc4 100644 --- a/Base79/ImportDataSet.Designer.cs +++ b/Base79/ImportDataSet.Designer.cs @@ -52,10 +52,10 @@ public partial class ImportDataSet : global::System.Data.DataSet { private tblGen2FatherFromGen1DataTable tabletblGen2FatherFromGen1; - private tblGen2FatherFromGen1DeathDataTable tabletblGen2FatherFromGen1Death; - private tblGen2ImplicitFatherDataTable tabletblGen2ImplicitFather; + private tblGen2FatherFromGen1DeathDataTable tabletblGen2FatherFromGen1Death; + private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -126,12 +126,12 @@ protected ImportDataSet(global::System.Runtime.Serialization.SerializationInfo i 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"])); } + if ((ds.Tables["tblGen2FatherFromGen1Death"] != null)) { + base.Tables.Add(new tblGen2FatherFromGen1DeathDataTable(ds.Tables["tblGen2FatherFromGen1Death"])); + } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; @@ -294,9 +294,9 @@ public tblGen2FatherFromGen1DataTable tblGen2FatherFromGen1 { [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 { + public tblGen2ImplicitFatherDataTable tblGen2ImplicitFather { get { - return this.tabletblGen2FatherFromGen1Death; + return this.tabletblGen2ImplicitFather; } } @@ -304,9 +304,9 @@ public tblGen2FatherFromGen1DeathDataTable tblGen2FatherFromGen1Death { [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 { + public tblGen2FatherFromGen1DeathDataTable tblGen2FatherFromGen1Death { get { - return this.tabletblGen2ImplicitFather; + return this.tabletblGen2FatherFromGen1Death; } } @@ -419,12 +419,12 @@ protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) 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"])); } + if ((ds.Tables["tblGen2FatherFromGen1Death"] != null)) { + base.Tables.Add(new tblGen2FatherFromGen1DeathDataTable(ds.Tables["tblGen2FatherFromGen1Death"])); + } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; @@ -542,18 +542,18 @@ internal void InitVars(bool initTable) { 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(); } } + this.tabletblGen2FatherFromGen1Death = ((tblGen2FatherFromGen1DeathDataTable)(base.Tables["tblGen2FatherFromGen1Death"])); + if ((initTable == true)) { + if ((this.tabletblGen2FatherFromGen1Death != null)) { + this.tabletblGen2FatherFromGen1Death.InitVars(); + } + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -592,10 +592,10 @@ private void InitClass() { 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); + this.tabletblGen2FatherFromGen1Death = new tblGen2FatherFromGen1DeathDataTable(); + base.Tables.Add(this.tabletblGen2FatherFromGen1Death); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -684,13 +684,13 @@ private bool ShouldSerializetblGen2FatherFromGen1() { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - private bool ShouldSerializetblGen2FatherFromGen1Death() { + private bool ShouldSerializetblGen2ImplicitFather() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - private bool ShouldSerializetblGen2ImplicitFather() { + private bool ShouldSerializetblGen2FatherFromGen1Death() { return false; } @@ -792,10 +792,10 @@ private void SchemaChanged(object sender, global::System.ComponentModel.Collecti 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); + public delegate void tblGen2ImplicitFatherRowChangeEventHandler(object sender, tblGen2ImplicitFatherRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public delegate void tblGen2ImplicitFatherRowChangeEventHandler(object sender, tblGen2ImplicitFatherRowChangeEvent e); + public delegate void tblGen2FatherFromGen1DeathRowChangeEventHandler(object sender, tblGen2FatherFromGen1DeathRowChangeEvent e); /// ///Represents the strongly named DataTable class. @@ -28783,646 +28783,276 @@ public void RemovetblGen2FatherFromGen1Row(tblGen2FatherFromGen1Row row) { /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class tblGen2FatherFromGen1DeathDataTable : global::System.Data.TypedTableBase { - - 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; + public partial class tblGen2ImplicitFatherDataTable : global::System.Data.TypedTableBase { - private global::System.Data.DataColumn columnR8119000; + private global::System.Data.DataColumn columnC0000100; - private global::System.Data.DataColumn columnR8119001; + private global::System.Data.DataColumn columnC0000200; - private global::System.Data.DataColumn columnR8119100; + private global::System.Data.DataColumn columnC0005300; - private global::System.Data.DataColumn columnR8119101; + private global::System.Data.DataColumn columnC0005400; - private global::System.Data.DataColumn columnR8119200; + private global::System.Data.DataColumn columnC0005700; - private global::System.Data.DataColumn columnR8119201; + private global::System.Data.DataColumn columnC0008100; - private global::System.Data.DataColumn columnR8119300; + private global::System.Data.DataColumn columnC0008200; - private global::System.Data.DataColumn columnR8119301; + private global::System.Data.DataColumn columnC0008300; - private global::System.Data.DataColumn columnR8119400; + private global::System.Data.DataColumn columnC0008600; - private global::System.Data.DataColumn columnR8119401; + private global::System.Data.DataColumn columnC0008700; - private global::System.Data.DataColumn columnR8119500; + private global::System.Data.DataColumn columnC0008800; - private global::System.Data.DataColumn columnR8119501; + private global::System.Data.DataColumn columnC0009100; - private global::System.Data.DataColumn columnT0347900; + private global::System.Data.DataColumn columnC0009200; - private global::System.Data.DataColumn columnT0348000; + private global::System.Data.DataColumn columnC0009300; - private global::System.Data.DataColumn columnT0348100; + private global::System.Data.DataColumn columnC0009600; - private global::System.Data.DataColumn columnT0348200; + private global::System.Data.DataColumn columnC0009700; - private global::System.Data.DataColumn columnT0348300; + private global::System.Data.DataColumn columnC0009800; - private global::System.Data.DataColumn columnT0348400; + private global::System.Data.DataColumn columnC0009900; - private global::System.Data.DataColumn columnT0348500; + private global::System.Data.DataColumn columnC0010110; - private global::System.Data.DataColumn columnT0348600; + private global::System.Data.DataColumn columnC0010200; - private global::System.Data.DataColumn columnT0348700; + private global::System.Data.DataColumn columnC0010300; - private global::System.Data.DataColumn columnT0348800; + private global::System.Data.DataColumn columnC0010400; - private global::System.Data.DataColumn columnT0348900; + private global::System.Data.DataColumn columnC0010700; - private global::System.Data.DataColumn columnT0351100; + private global::System.Data.DataColumn columnC0010800; - private global::System.Data.DataColumn columnT0351101; + private global::System.Data.DataColumn columnC0010900; - private global::System.Data.DataColumn columnT0351200; + private global::System.Data.DataColumn columnC0011110; - private global::System.Data.DataColumn columnT0351201; + private global::System.Data.DataColumn columnC0011111; - private global::System.Data.DataColumn columnT0351300; + private global::System.Data.DataColumn columnC0011112; - private global::System.Data.DataColumn columnT0351301; + private global::System.Data.DataColumn columnC0011113; - private global::System.Data.DataColumn columnT0351400; + private global::System.Data.DataColumn columnC0011114; - private global::System.Data.DataColumn columnT0351401; + private global::System.Data.DataColumn columnC0011117; - private global::System.Data.DataColumn columnT0351500; + private global::System.Data.DataColumn columnC0011118; - private global::System.Data.DataColumn columnT0351501; + private global::System.Data.DataColumn columnC0011119; - private global::System.Data.DataColumn columnT0351600; + private global::System.Data.DataColumn columnC0011122; - private global::System.Data.DataColumn columnT0351601; + private global::System.Data.DataColumn columnC0011123; - private global::System.Data.DataColumn columnT0351700; + private global::System.Data.DataColumn columnC0011124; - private global::System.Data.DataColumn columnT0351701; + private global::System.Data.DataColumn columnC0011127; - private global::System.Data.DataColumn columnT0351800; + private global::System.Data.DataColumn columnC0011128; - private global::System.Data.DataColumn columnT0351801; + private global::System.Data.DataColumn columnC0011129; - private global::System.Data.DataColumn columnT1497300; + private global::System.Data.DataColumn columnC0011132; - private global::System.Data.DataColumn columnT1497400; + private global::System.Data.DataColumn columnC0011133; - private global::System.Data.DataColumn columnT1497500; + private global::System.Data.DataColumn columnC0011134; - private global::System.Data.DataColumn columnT1497600; + private global::System.Data.DataColumn columnC0011137; - private global::System.Data.DataColumn columnT1497700; + private global::System.Data.DataColumn columnC0011138; - private global::System.Data.DataColumn columnT1497800; + private global::System.Data.DataColumn columnC0011139; - private global::System.Data.DataColumn columnT1497900; + private global::System.Data.DataColumn columnC0011142; - private global::System.Data.DataColumn columnT1498000; + private global::System.Data.DataColumn columnC0011143; - private global::System.Data.DataColumn columnT1498100; + private global::System.Data.DataColumn columnC0011144; - private global::System.Data.DataColumn columnT1498200; + private global::System.Data.DataColumn columnC3070500; - private global::System.Data.DataColumn columnT1498300; + private global::System.Data.DataColumn columnC3423600; - private global::System.Data.DataColumn columnT1500500; + private global::System.Data.DataColumn columnC3601100; - private global::System.Data.DataColumn columnT1500501; + private global::System.Data.DataColumn columnC3601700; - private global::System.Data.DataColumn columnT1500600; + private global::System.Data.DataColumn columnC3601800; - private global::System.Data.DataColumn columnT1500601; + private global::System.Data.DataColumn columnC3601900; - private global::System.Data.DataColumn columnT1500700; + private global::System.Data.DataColumn columnC3605900; - private global::System.Data.DataColumn columnT1500701; + private global::System.Data.DataColumn columnC3981100; - private global::System.Data.DataColumn columnT1500800; + private global::System.Data.DataColumn columnC3981700; - private global::System.Data.DataColumn columnT1500801; + private global::System.Data.DataColumn columnC3981800; - private global::System.Data.DataColumn columnT1500900; + private global::System.Data.DataColumn columnC3981900; - private global::System.Data.DataColumn columnT1500901; + private global::System.Data.DataColumn columnC5156100; - private global::System.Data.DataColumn columnT1501000; + private global::System.Data.DataColumn columnC5525500; - private global::System.Data.DataColumn columnT1501001; + private global::System.Data.DataColumn columnC5525600; - private global::System.Data.DataColumn columnT2543200; + private global::System.Data.DataColumn columnC5525700; - private global::System.Data.DataColumn columnT2543300; + private global::System.Data.DataColumn columnC5733200; - private global::System.Data.DataColumn columnT2543400; + private global::System.Data.DataColumn columnC5801800; - private global::System.Data.DataColumn columnT2543500; + private global::System.Data.DataColumn columnC5801900; - private global::System.Data.DataColumn columnT2543600; + private global::System.Data.DataColumn columnC5802000; - private global::System.Data.DataColumn columnT2543700; + private global::System.Data.DataColumn columnC6006200; - private global::System.Data.DataColumn columnT2543800; + private global::System.Data.DataColumn columnY0003200; - private global::System.Data.DataColumn columnT2543900; + private global::System.Data.DataColumn columnY0007300; - private global::System.Data.DataColumn columnT2544000; + private global::System.Data.DataColumn columnY0007400; - private global::System.Data.DataColumn columnT2544100; + private global::System.Data.DataColumn columnY0007600; - private global::System.Data.DataColumn columnT2546100; + private global::System.Data.DataColumn columnY0007601; - private global::System.Data.DataColumn columnT2546101; + private global::System.Data.DataColumn columnY0008000; - private global::System.Data.DataColumn columnT2546200; + private global::System.Data.DataColumn columnY0008500; - private global::System.Data.DataColumn columnT2546201; + private global::System.Data.DataColumn columnY0008600; - private global::System.Data.DataColumn columnT2546300; + private global::System.Data.DataColumn columnY0009400; - private global::System.Data.DataColumn columnT2546301; + private global::System.Data.DataColumn columnY0394100; - private global::System.Data.DataColumn columnT2546400; + private global::System.Data.DataColumn columnY0394300; - private global::System.Data.DataColumn columnT2546401; + private global::System.Data.DataColumn columnY0394500; - private global::System.Data.DataColumn columnT2546500; + private global::System.Data.DataColumn columnY0394501; - private global::System.Data.DataColumn columnT2546501; + private global::System.Data.DataColumn columnY0394900; - private global::System.Data.DataColumn columnT2546600; + private global::System.Data.DataColumn columnY0651000; - private global::System.Data.DataColumn columnT2546601; + private global::System.Data.DataColumn columnY0682500; - private global::System.Data.DataColumn columnT2546700; + private global::System.Data.DataColumn columnY0683800; - private global::System.Data.DataColumn columnT2546701; + private global::System.Data.DataColumn columnY0683900; - private global::System.Data.DataColumn columnT3529500; + private global::System.Data.DataColumn columnY0684100; - private global::System.Data.DataColumn columnT3529600; + private global::System.Data.DataColumn columnY0684101; - private global::System.Data.DataColumn columnT3529700; + private global::System.Data.DataColumn columnY0684500; - private global::System.Data.DataColumn columnT3529800; + private global::System.Data.DataColumn columnY0947100; - private global::System.Data.DataColumn columnT3529900; + private global::System.Data.DataColumn columnY0986200; - private global::System.Data.DataColumn columnT3530000; + private global::System.Data.DataColumn columnY0986700; - private global::System.Data.DataColumn columnT3530100; + private global::System.Data.DataColumn columnY0988800; - private global::System.Data.DataColumn columnT3530200; + private global::System.Data.DataColumn columnY0988900; - private global::System.Data.DataColumn columnT3530300; + private global::System.Data.DataColumn columnY0989400; - private global::System.Data.DataColumn columnT3530400; + private global::System.Data.DataColumn columnY0989401; - private global::System.Data.DataColumn columnT3532500; + private global::System.Data.DataColumn columnY0989900; - private global::System.Data.DataColumn columnT3532501; + private global::System.Data.DataColumn columnY1229100; - private global::System.Data.DataColumn columnT3532600; + private global::System.Data.DataColumn columnY1229200; - private global::System.Data.DataColumn columnT3532601; + private global::System.Data.DataColumn columnY1229700; - private global::System.Data.DataColumn columnT3532700; + private global::System.Data.DataColumn columnY1229701; - private global::System.Data.DataColumn columnT3532701; + private global::System.Data.DataColumn columnY1264300; - private global::System.Data.DataColumn columnT3532800; + private global::System.Data.DataColumn columnY1265300; - private global::System.Data.DataColumn columnT3532801; + private global::System.Data.DataColumn columnY1458900; - private global::System.Data.DataColumn columnT3532900; + private global::System.Data.DataColumn columnY1459400; - private global::System.Data.DataColumn columnT3532901; + private global::System.Data.DataColumn columnY1459401; - private global::System.Data.DataColumn columnT3533000; + private global::System.Data.DataColumn columnY1629500; - private global::System.Data.DataColumn columnT3533001; + private global::System.Data.DataColumn columnY1704000; - private global::System.Data.DataColumn columnT3533100; + private global::System.Data.DataColumn columnY1704500; - private global::System.Data.DataColumn columnT3533101; + private global::System.Data.DataColumn columnY1704501; - private global::System.Data.DataColumn columnT4498100; + private global::System.Data.DataColumn columnY1707300; - private global::System.Data.DataColumn columnT4498200; + private global::System.Data.DataColumn columnY1883300; - private global::System.Data.DataColumn columnT4498300; + private global::System.Data.DataColumn columnY1989500; - private global::System.Data.DataColumn columnT4498400; + private global::System.Data.DataColumn columnY1990000; - private global::System.Data.DataColumn columnT4498500; + private global::System.Data.DataColumn columnY1990001; - private global::System.Data.DataColumn columnT4498600; + private global::System.Data.DataColumn columnY1992900; - private global::System.Data.DataColumn columnT4498700; + private global::System.Data.DataColumn columnY2197500; - private global::System.Data.DataColumn columnT4498800; + private global::System.Data.DataColumn columnY2308300; - private global::System.Data.DataColumn columnT4498900; + private global::System.Data.DataColumn columnY2308800; - private global::System.Data.DataColumn columnT4499000; + private global::System.Data.DataColumn columnY2308801; - private global::System.Data.DataColumn columnT4503700; + private global::System.Data.DataColumn columnY2311700; - private global::System.Data.DataColumn columnT4503701; + private global::System.Data.DataColumn columnY2531800; - private global::System.Data.DataColumn columnT4503800; + private global::System.Data.DataColumn columnY2641000; - private global::System.Data.DataColumn columnT4503801; + private global::System.Data.DataColumn columnY2641500; - private global::System.Data.DataColumn columnT4503900; + private global::System.Data.DataColumn columnY2641501; - private global::System.Data.DataColumn columnT4503901; + private global::System.Data.DataColumn columnY2644400; - private global::System.Data.DataColumn columnT4504000; + private global::System.Data.DataColumn columnY2880000; - private global::System.Data.DataColumn columnT4504001; + private global::System.Data.DataColumn columnY2998200; - private global::System.Data.DataColumn columnT4504100; + private global::System.Data.DataColumn columnY2998700; - private global::System.Data.DataColumn columnT4504101; + private global::System.Data.DataColumn columnY2998701; - private global::System.Data.DataColumn columnT4504200; + private global::System.Data.DataColumn columnY3001600; - private global::System.Data.DataColumn columnT4504201; + private global::System.Data.DataColumn columnY3249900; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2FatherFromGen1DeathDataTable() { - this.TableName = "tblGen2FatherFromGen1Death"; + public tblGen2ImplicitFatherDataTable() { + this.TableName = "tblGen2ImplicitFather"; this.BeginInit(); this.InitClass(); this.EndInit(); @@ -29430,7 +29060,7 @@ public tblGen2FatherFromGen1DeathDataTable() { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblGen2FatherFromGen1DeathDataTable(global::System.Data.DataTable table) { + internal tblGen2ImplicitFatherDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; @@ -29447,5693 +29077,5148 @@ internal tblGen2FatherFromGen1DeathDataTable(global::System.Data.DataTable table [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - protected tblGen2FatherFromGen1DeathDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + 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 global::System.Data.DataColumn R0000100Column { + public global::System.Data.DataColumn C0000100Column { get { - return this.columnR0000100; + 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 R1373400Column { + public global::System.Data.DataColumn C0000200Column { get { - return this.columnR1373400; + 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 R1374100Column { + public global::System.Data.DataColumn C0005300Column { get { - return this.columnR1374100; + 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 R1374800Column { + public global::System.Data.DataColumn C0005400Column { get { - return this.columnR1374800; + 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 R1375500Column { + public global::System.Data.DataColumn C0005700Column { get { - return this.columnR1375500; + 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 R1376200Column { + public global::System.Data.DataColumn C0008100Column { get { - return this.columnR1376200; + return this.columnC0008100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1376900Column { + public global::System.Data.DataColumn C0008200Column { get { - return this.columnR1376900; + return this.columnC0008200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1377600Column { + public global::System.Data.DataColumn C0008300Column { get { - return this.columnR1377600; + return this.columnC0008300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1753800Column { + public global::System.Data.DataColumn C0008600Column { get { - return this.columnR1753800; + return this.columnC0008600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1754500Column { + public global::System.Data.DataColumn C0008700Column { get { - return this.columnR1754500; + return this.columnC0008700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1755200Column { + public global::System.Data.DataColumn C0008800Column { get { - return this.columnR1755200; + return this.columnC0008800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1755900Column { + public global::System.Data.DataColumn C0009100Column { get { - return this.columnR1755900; + return this.columnC0009100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1756600Column { + public global::System.Data.DataColumn C0009200Column { get { - return this.columnR1756600; + return this.columnC0009200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1757300Column { + public global::System.Data.DataColumn C0009300Column { get { - return this.columnR1757300; + return this.columnC0009300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1758000Column { + public global::System.Data.DataColumn C0009600Column { get { - return this.columnR1758000; + return this.columnC0009600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2095800Column { + public global::System.Data.DataColumn C0009700Column { get { - return this.columnR2095800; + return this.columnC0009700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2096500Column { + public global::System.Data.DataColumn C0009800Column { get { - return this.columnR2096500; + return this.columnC0009800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2097200Column { + public global::System.Data.DataColumn C0009900Column { get { - return this.columnR2097200; + return this.columnC0009900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2097900Column { + public global::System.Data.DataColumn C0010110Column { get { - return this.columnR2097900; + return this.columnC0010110; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2098600Column { + public global::System.Data.DataColumn C0010200Column { get { - return this.columnR2098600; + return this.columnC0010200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2099300Column { + public global::System.Data.DataColumn C0010300Column { get { - return this.columnR2099300; + return this.columnC0010300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2100000Column { + public global::System.Data.DataColumn C0010400Column { get { - return this.columnR2100000; + return this.columnC0010400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2648100Column { + public global::System.Data.DataColumn C0010700Column { get { - return this.columnR2648100; + return this.columnC0010700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2648800Column { + public global::System.Data.DataColumn C0010800Column { get { - return this.columnR2648800; + return this.columnC0010800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2649500Column { + public global::System.Data.DataColumn C0010900Column { get { - return this.columnR2649500; + return this.columnC0010900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2650200Column { + public global::System.Data.DataColumn C0011110Column { get { - return this.columnR2650200; + return this.columnC0011110; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2650900Column { + public global::System.Data.DataColumn C0011111Column { get { - return this.columnR2650900; + return this.columnC0011111; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2651600Column { + public global::System.Data.DataColumn C0011112Column { get { - return this.columnR2651600; + return this.columnC0011112; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2652300Column { + public global::System.Data.DataColumn C0011113Column { get { - return this.columnR2652300; + return this.columnC0011113; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3256000Column { + public global::System.Data.DataColumn C0011114Column { get { - return this.columnR3256000; + return this.columnC0011114; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3257800Column { + public global::System.Data.DataColumn C0011117Column { get { - return this.columnR3257800; + return this.columnC0011117; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3259600Column { + public global::System.Data.DataColumn C0011118Column { get { - return this.columnR3259600; + return this.columnC0011118; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3261400Column { + public global::System.Data.DataColumn C0011119Column { get { - return this.columnR3261400; + return this.columnC0011119; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3263200Column { + public global::System.Data.DataColumn C0011122Column { get { - return this.columnR3263200; + return this.columnC0011122; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3265000Column { + public global::System.Data.DataColumn C0011123Column { get { - return this.columnR3265000; + return this.columnC0011123; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3266800Column { + public global::System.Data.DataColumn C0011124Column { get { - return this.columnR3266800; + return this.columnC0011124; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3771900Column { + public global::System.Data.DataColumn C0011127Column { get { - return this.columnR3771900; + return this.columnC0011127; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3772200Column { + public global::System.Data.DataColumn C0011128Column { get { - return this.columnR3772200; + return this.columnC0011128; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3772300Column { + public global::System.Data.DataColumn C0011129Column { get { - return this.columnR3772300; + return this.columnC0011129; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3774000Column { + public global::System.Data.DataColumn C0011132Column { get { - return this.columnR3774000; + return this.columnC0011132; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3774300Column { + public global::System.Data.DataColumn C0011133Column { get { - return this.columnR3774300; + return this.columnC0011133; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3774400Column { + public global::System.Data.DataColumn C0011134Column { get { - return this.columnR3774400; + return this.columnC0011134; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3776100Column { + public global::System.Data.DataColumn C0011137Column { get { - return this.columnR3776100; + return this.columnC0011137; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3776400Column { + public global::System.Data.DataColumn C0011138Column { get { - return this.columnR3776400; + return this.columnC0011138; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3776500Column { + public global::System.Data.DataColumn C0011139Column { get { - return this.columnR3776500; + return this.columnC0011139; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3778200Column { + public global::System.Data.DataColumn C0011142Column { get { - return this.columnR3778200; + return this.columnC0011142; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3778500Column { + public global::System.Data.DataColumn C0011143Column { get { - return this.columnR3778500; + return this.columnC0011143; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3778600Column { + public global::System.Data.DataColumn C0011144Column { get { - return this.columnR3778600; + return this.columnC0011144; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3780300Column { + public global::System.Data.DataColumn C3070500Column { get { - return this.columnR3780300; + return this.columnC3070500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3780600Column { + public global::System.Data.DataColumn C3423600Column { get { - return this.columnR3780600; + return this.columnC3423600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3780700Column { + public global::System.Data.DataColumn C3601100Column { get { - return this.columnR3780700; + return this.columnC3601100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3782400Column { + public global::System.Data.DataColumn C3601700Column { get { - return this.columnR3782400; + return this.columnC3601700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3784500Column { + public global::System.Data.DataColumn C3601800Column { get { - return this.columnR3784500; + return this.columnC3601800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4276900Column { + public global::System.Data.DataColumn C3601900Column { get { - return this.columnR4276900; + return this.columnC3601900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4277200Column { + public global::System.Data.DataColumn C3605900Column { get { - return this.columnR4277200; + return this.columnC3605900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4277201Column { + public global::System.Data.DataColumn C3981100Column { get { - return this.columnR4277201; + return this.columnC3981100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4277800Column { + public global::System.Data.DataColumn C3981700Column { get { - return this.columnR4277800; + return this.columnC3981700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4278100Column { + public global::System.Data.DataColumn C3981800Column { get { - return this.columnR4278100; + return this.columnC3981800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4278101Column { + public global::System.Data.DataColumn C3981900Column { get { - return this.columnR4278101; + return this.columnC3981900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4278700Column { + public global::System.Data.DataColumn C5156100Column { get { - return this.columnR4278700; + return this.columnC5156100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4279000Column { + public global::System.Data.DataColumn C5525500Column { get { - return this.columnR4279000; + return this.columnC5525500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4279001Column { + public global::System.Data.DataColumn C5525600Column { get { - return this.columnR4279001; + return this.columnC5525600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4279600Column { + public global::System.Data.DataColumn C5525700Column { get { - return this.columnR4279600; + return this.columnC5525700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4279900Column { + public global::System.Data.DataColumn C5733200Column { get { - return this.columnR4279900; + return this.columnC5733200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4279901Column { + public global::System.Data.DataColumn C5801800Column { get { - return this.columnR4279901; + return this.columnC5801800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4280500Column { + public global::System.Data.DataColumn C5801900Column { get { - return this.columnR4280500; + return this.columnC5801900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4280800Column { + public global::System.Data.DataColumn C5802000Column { get { - return this.columnR4280800; + return this.columnC5802000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4280801Column { + public global::System.Data.DataColumn C6006200Column { get { - return this.columnR4280801; + return this.columnC6006200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4281400Column { + public global::System.Data.DataColumn Y0003200Column { get { - return this.columnR4281400; + return this.columnY0003200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4282200Column { + public global::System.Data.DataColumn Y0007300Column { get { - return this.columnR4282200; + return this.columnY0007300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4827700Column { + public global::System.Data.DataColumn Y0007400Column { get { - return this.columnR4827700; + return this.columnY0007400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4828000Column { + public global::System.Data.DataColumn Y0007600Column { get { - return this.columnR4828000; + return this.columnY0007600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4828001Column { + public global::System.Data.DataColumn Y0007601Column { get { - return this.columnR4828001; + return this.columnY0007601; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4830700Column { + public global::System.Data.DataColumn Y0008000Column { get { - return this.columnR4830700; + return this.columnY0008000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4831000Column { + public global::System.Data.DataColumn Y0008500Column { get { - return this.columnR4831000; + return this.columnY0008500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4831001Column { + public global::System.Data.DataColumn Y0008600Column { get { - return this.columnR4831001; + return this.columnY0008600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4833700Column { + public global::System.Data.DataColumn Y0009400Column { get { - return this.columnR4833700; + return this.columnY0009400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4834000Column { + public global::System.Data.DataColumn Y0394100Column { get { - return this.columnR4834000; + return this.columnY0394100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4834001Column { + public global::System.Data.DataColumn Y0394300Column { get { - return this.columnR4834001; + return this.columnY0394300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4836700Column { + public global::System.Data.DataColumn Y0394500Column { get { - return this.columnR4836700; + return this.columnY0394500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4837000Column { + public global::System.Data.DataColumn Y0394501Column { get { - return this.columnR4837000; + return this.columnY0394501; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4837001Column { + public global::System.Data.DataColumn Y0394900Column { get { - return this.columnR4837001; + return this.columnY0394900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4839700Column { + public global::System.Data.DataColumn Y0651000Column { get { - return this.columnR4839700; + return this.columnY0651000; } } [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 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 R4844900Column { + public global::System.Data.DataColumn Y0682500Column { get { - return this.columnR4844900; + return this.columnY0682500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4847200Column { + public global::System.Data.DataColumn Y0683800Column { get { - return this.columnR4847200; + return this.columnY0683800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5498100Column { + public global::System.Data.DataColumn Y0683900Column { get { - return this.columnR5498100; + return this.columnY0683900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5498400Column { + public global::System.Data.DataColumn Y0684100Column { get { - return this.columnR5498400; + 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 R5498401Column { + public global::System.Data.DataColumn Y0684101Column { get { - return this.columnR5498401; + 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 R5501100Column { + public global::System.Data.DataColumn Y0684500Column { get { - return this.columnR5501100; + 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 R5501400Column { + public global::System.Data.DataColumn Y0947100Column { get { - return this.columnR5501400; + 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 R5501401Column { + public global::System.Data.DataColumn Y0986200Column { get { - return this.columnR5501401; + 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 R5504100Column { + public global::System.Data.DataColumn Y0986700Column { get { - return this.columnR5504100; + 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 R5504400Column { + public global::System.Data.DataColumn Y0988800Column { get { - return this.columnR5504400; + 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 R5504401Column { + public global::System.Data.DataColumn Y0988900Column { get { - return this.columnR5504401; + 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 R5507100Column { + public global::System.Data.DataColumn Y0989400Column { get { - return this.columnR5507100; + 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 R5507400Column { + public global::System.Data.DataColumn Y0989401Column { get { - return this.columnR5507400; + 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 R5507401Column { + public global::System.Data.DataColumn Y0989900Column { get { - return this.columnR5507401; + 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 R5510100Column { + public global::System.Data.DataColumn Y1229100Column { get { - return this.columnR5510100; + 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 R5510400Column { + public global::System.Data.DataColumn Y1229200Column { get { - return this.columnR5510400; + 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 R5510401Column { + public global::System.Data.DataColumn Y1229700Column { get { - return this.columnR5510401; + 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 R5513100Column { + public global::System.Data.DataColumn Y1229701Column { get { - return this.columnR5513100; + 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 R5515400Column { + public global::System.Data.DataColumn Y1264300Column { get { - return this.columnR5515400; + return this.columnY1264300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5517700Column { + public global::System.Data.DataColumn Y1265300Column { get { - return this.columnR5517700; + return this.columnY1265300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5519900Column { + public global::System.Data.DataColumn Y1458900Column { get { - return this.columnR5519900; + 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 R6219500Column { + public global::System.Data.DataColumn Y1459400Column { get { - return this.columnR6219500; + 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 R6219600Column { + public global::System.Data.DataColumn Y1459401Column { get { - return this.columnR6219600; + 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 R6219700Column { + public global::System.Data.DataColumn Y1629500Column { get { - return this.columnR6219700; + 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 R6219800Column { + public global::System.Data.DataColumn Y1704000Column { get { - return this.columnR6219800; + 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 R6219900Column { + public global::System.Data.DataColumn Y1704500Column { get { - return this.columnR6219900; + 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 R6220000Column { + public global::System.Data.DataColumn Y1704501Column { get { - return this.columnR6220000; + 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 R6220100Column { + public global::System.Data.DataColumn Y1707300Column { get { - return this.columnR6220100; + 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 R6220200Column { + public global::System.Data.DataColumn Y1883300Column { get { - return this.columnR6220200; + return this.columnY1883300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6220300Column { + public global::System.Data.DataColumn Y1989500Column { get { - return this.columnR6220300; + return this.columnY1989500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6220400Column { + public global::System.Data.DataColumn Y1990000Column { get { - return this.columnR6220400; + return this.columnY1990000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6222800Column { + public global::System.Data.DataColumn Y1990001Column { get { - return this.columnR6222800; + return this.columnY1990001; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6222801Column { + public global::System.Data.DataColumn Y1992900Column { get { - return this.columnR6222801; + 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 R6222900Column { + public global::System.Data.DataColumn Y2197500Column { get { - return this.columnR6222900; + return this.columnY2197500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6222901Column { + public global::System.Data.DataColumn Y2308300Column { get { - return this.columnR6222901; + return this.columnY2308300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6223000Column { + public global::System.Data.DataColumn Y2308800Column { get { - return this.columnR6223000; + return this.columnY2308800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6223001Column { + public global::System.Data.DataColumn Y2308801Column { get { - return this.columnR6223001; + return this.columnY2308801; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6223100Column { + public global::System.Data.DataColumn Y2311700Column { get { - return this.columnR6223100; + 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 R6223101Column { + public global::System.Data.DataColumn Y2531800Column { get { - return this.columnR6223101; + return this.columnY2531800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6223200Column { + public global::System.Data.DataColumn Y2641000Column { get { - return this.columnR6223200; + return this.columnY2641000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6223201Column { + public global::System.Data.DataColumn Y2641500Column { get { - return this.columnR6223201; + return this.columnY2641500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6223300Column { + public global::System.Data.DataColumn Y2641501Column { get { - return this.columnR6223300; + return this.columnY2641501; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6223301Column { + public global::System.Data.DataColumn Y2644400Column { get { - return this.columnR6223301; + return this.columnY2644400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6773500Column { + public global::System.Data.DataColumn Y2880000Column { get { - return this.columnR6773500; + return this.columnY2880000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6773600Column { + public global::System.Data.DataColumn Y2998200Column { get { - return this.columnR6773600; + return this.columnY2998200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6773700Column { + public global::System.Data.DataColumn Y2998700Column { get { - return this.columnR6773700; + return this.columnY2998700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6773800Column { + public global::System.Data.DataColumn Y2998701Column { get { - return this.columnR6773800; + return this.columnY2998701; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6773900Column { + public global::System.Data.DataColumn Y3001600Column { get { - return this.columnR6773900; + return this.columnY3001600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6774000Column { + public global::System.Data.DataColumn Y3249900Column { get { - return this.columnR6774000; + return this.columnY3249900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6774100Column { + [global::System.ComponentModel.Browsable(false)] + public int Count { get { - return this.columnR6774100; + 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 R6774200Column { + public tblGen2ImplicitFatherRow this[int index] { get { - return this.columnR6774200; + return ((tblGen2ImplicitFatherRow)(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 R6774300Column { - get { - return this.columnR6774300; - } - } + public event tblGen2ImplicitFatherRowChangeEventHandler tblGen2ImplicitFatherRowChanging; - [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; - } - } + public event tblGen2ImplicitFatherRowChangeEventHandler tblGen2ImplicitFatherRowChanged; - [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; - } - } + public event tblGen2ImplicitFatherRowChangeEventHandler tblGen2ImplicitFatherRowDeleting; - [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; - } - } + public event tblGen2ImplicitFatherRowChangeEventHandler tblGen2ImplicitFatherRowDeleted; [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; - } + 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 global::System.Data.DataColumn R6776401Column { - get { - return this.columnR6776401; - } + 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 global::System.Data.DataColumn R6776500Column { - get { - return this.columnR6776500; - } + 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 global::System.Data.DataColumn R6776501Column { - get { - return this.columnR6776501; - } + 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 global::System.Data.DataColumn R6776600Column { - get { - return this.columnR6776600; - } + 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 global::System.Data.DataColumn R6776601Column { - get { - return this.columnR6776601; - } + 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 global::System.Data.DataColumn R6776700Column { - get { - return this.columnR6776700; - } + 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 global::System.Data.DataColumn R6776701Column { - get { - return this.columnR6776701; - } + 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 global::System.Data.DataColumn R6776800Column { - get { - return this.columnR6776800; - } + 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 global::System.Data.DataColumn R6776801Column { - get { - return this.columnR6776801; - } + 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 global::System.Data.DataColumn R7417900Column { - get { - return this.columnR7417900; + 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 global::System.Data.DataColumn R7418000Column { - get { - return this.columnR7418000; + 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 global::System.Data.DataColumn R7418100Column { - get { - return this.columnR7418100; + 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 global::System.Data.DataColumn R7418200Column { - get { - return this.columnR7418200; + 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 global::System.Data.DataColumn R7418300Column { - get { - return this.columnR7418300; - } + 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 global::System.Data.DataColumn R7418400Column { - get { - return this.columnR7418400; - } + 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 the strongly named DataTable class. + /// + [global::System.Serializable()] + [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] + public partial class tblGen2FatherFromGen1DeathDataTable : global::System.Data.TypedTableBase { + + private global::System.Data.DataColumn columnR0000100; + + private global::System.Data.DataColumn columnR0214800; + + 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")] - public global::System.Data.DataColumn R7418500Column { - get { - return this.columnR7418500; - } + 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 global::System.Data.DataColumn R7418600Column { - get { - return this.columnR7418600; + internal tblGen2FatherFromGen1DeathDataTable(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 R7418700Column { - get { - return this.columnR7418700; - } + 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 R7418800Column { + public global::System.Data.DataColumn R0000100Column { get { - return this.columnR7418800; + 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 R7420700Column { + public global::System.Data.DataColumn R0214800Column { get { - return this.columnR7420700; + 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 R7420701Column { + public global::System.Data.DataColumn R1373400Column { get { - return this.columnR7420701; + return this.columnR1373400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7420800Column { + public global::System.Data.DataColumn R1374100Column { get { - return this.columnR7420800; + return this.columnR1374100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7420801Column { + public global::System.Data.DataColumn R1374800Column { get { - return this.columnR7420801; + 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 R7420900Column { + public global::System.Data.DataColumn R1375500Column { get { - return this.columnR7420900; + 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 R7420901Column { + public global::System.Data.DataColumn R1376200Column { get { - return this.columnR7420901; + 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 R7421000Column { + public global::System.Data.DataColumn R1376900Column { get { - return this.columnR7421000; + 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 R7421001Column { + public global::System.Data.DataColumn R1377600Column { get { - return this.columnR7421001; + 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 R7421100Column { + public global::System.Data.DataColumn R1753800Column { get { - return this.columnR7421100; + 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 R7421101Column { + public global::System.Data.DataColumn R1754500Column { get { - return this.columnR7421101; + 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 R7421200Column { + public global::System.Data.DataColumn R1755200Column { get { - return this.columnR7421200; + 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 R7421201Column { + public global::System.Data.DataColumn R1755900Column { get { - return this.columnR7421201; + 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 R7421300Column { + public global::System.Data.DataColumn R1756600Column { get { - return this.columnR7421300; + 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 R7421301Column { + public global::System.Data.DataColumn R1757300Column { get { - return this.columnR7421301; + 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 R8116000Column { + public global::System.Data.DataColumn R1758000Column { get { - return this.columnR8116000; + 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 R8116100Column { + public global::System.Data.DataColumn R2095800Column { get { - return this.columnR8116100; + 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 R8116200Column { + public global::System.Data.DataColumn R2096500Column { get { - return this.columnR8116200; + 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 R8116300Column { + public global::System.Data.DataColumn R2097200Column { get { - return this.columnR8116300; + 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 R8116400Column { + public global::System.Data.DataColumn R2097900Column { get { - return this.columnR8116400; + 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 R8116500Column { + public global::System.Data.DataColumn R2098600Column { get { - return this.columnR8116500; + 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 R8116600Column { + public global::System.Data.DataColumn R2099300Column { get { - return this.columnR8116600; + 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 R8116700Column { + public global::System.Data.DataColumn R2100000Column { get { - return this.columnR8116700; + 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 R8116800Column { + public global::System.Data.DataColumn R2648100Column { get { - return this.columnR8116800; + 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 R8116900Column { + public global::System.Data.DataColumn R2648800Column { get { - return this.columnR8116900; + 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 R8119000Column { + public global::System.Data.DataColumn R2649500Column { get { - return this.columnR8119000; + 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 R8119001Column { + public global::System.Data.DataColumn R2650200Column { get { - return this.columnR8119001; + 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 R8119100Column { + public global::System.Data.DataColumn R2650900Column { get { - return this.columnR8119100; + 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 R8119101Column { + public global::System.Data.DataColumn R2651600Column { get { - return this.columnR8119101; + 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 R8119200Column { + public global::System.Data.DataColumn R2652300Column { get { - return this.columnR8119200; + 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 R8119201Column { + public global::System.Data.DataColumn R3256000Column { get { - return this.columnR8119201; + 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 R8119300Column { + public global::System.Data.DataColumn R3257800Column { get { - return this.columnR8119300; + 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 R8119301Column { + public global::System.Data.DataColumn R3259600Column { get { - return this.columnR8119301; + 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 R8119400Column { + public global::System.Data.DataColumn R3261400Column { get { - return this.columnR8119400; + 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 R8119401Column { + public global::System.Data.DataColumn R3263200Column { get { - return this.columnR8119401; + 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 R8119500Column { + public global::System.Data.DataColumn R3265000Column { get { - return this.columnR8119500; + 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 R8119501Column { + public global::System.Data.DataColumn R3266800Column { get { - return this.columnR8119501; + 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 T0347900Column { + public global::System.Data.DataColumn R3771900Column { get { - return this.columnT0347900; + 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 T0348000Column { + public global::System.Data.DataColumn R3772200Column { get { - return this.columnT0348000; + 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 T0348100Column { + public global::System.Data.DataColumn R3772300Column { get { - return this.columnT0348100; + 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 T0348200Column { + public global::System.Data.DataColumn R3774000Column { get { - return this.columnT0348200; + 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 T0348300Column { + public global::System.Data.DataColumn R3774300Column { get { - return this.columnT0348300; + 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 T0348400Column { + public global::System.Data.DataColumn R3774400Column { get { - return this.columnT0348400; + 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 T0348500Column { + public global::System.Data.DataColumn R3776100Column { get { - return this.columnT0348500; + 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 T0348600Column { + public global::System.Data.DataColumn R3776400Column { get { - return this.columnT0348600; + 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 T0348700Column { + public global::System.Data.DataColumn R3776500Column { get { - return this.columnT0348700; + 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 T0348800Column { + public global::System.Data.DataColumn R3778200Column { get { - return this.columnT0348800; + 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 T0348900Column { + public global::System.Data.DataColumn R3778500Column { get { - return this.columnT0348900; + 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 T0351100Column { + public global::System.Data.DataColumn R3778600Column { get { - return this.columnT0351100; + 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 T0351101Column { + public global::System.Data.DataColumn R3780300Column { get { - return this.columnT0351101; + 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 T0351200Column { + public global::System.Data.DataColumn R3780600Column { get { - return this.columnT0351200; + 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 T0351201Column { + public global::System.Data.DataColumn R3780700Column { get { - return this.columnT0351201; + 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 T0351300Column { + public global::System.Data.DataColumn R3782400Column { get { - return this.columnT0351300; + 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 T0351301Column { + public global::System.Data.DataColumn R3784500Column { get { - return this.columnT0351301; + 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 T0351400Column { + public global::System.Data.DataColumn R4276900Column { get { - return this.columnT0351400; + 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 T0351401Column { + public global::System.Data.DataColumn R4277200Column { get { - return this.columnT0351401; + 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 T0351500Column { + public global::System.Data.DataColumn R4277201Column { get { - return this.columnT0351500; + 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 T0351501Column { + public global::System.Data.DataColumn R4277800Column { get { - return this.columnT0351501; + 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 T0351600Column { + public global::System.Data.DataColumn R4278100Column { get { - return this.columnT0351600; + 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 T0351601Column { + public global::System.Data.DataColumn R4278101Column { get { - return this.columnT0351601; + 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 T0351700Column { + public global::System.Data.DataColumn R4278700Column { get { - return this.columnT0351700; + 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 T0351701Column { + public global::System.Data.DataColumn R4279000Column { get { - return this.columnT0351701; + 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 T0351800Column { + public global::System.Data.DataColumn R4279001Column { get { - return this.columnT0351800; + 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 T0351801Column { + public global::System.Data.DataColumn R4279600Column { get { - return this.columnT0351801; + 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 T1497300Column { + public global::System.Data.DataColumn R4279900Column { get { - return this.columnT1497300; + 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 T1497400Column { + public global::System.Data.DataColumn R4279901Column { get { - return this.columnT1497400; + 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 T1497500Column { + public global::System.Data.DataColumn R4280500Column { get { - return this.columnT1497500; + 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 T1497600Column { + public global::System.Data.DataColumn R4280800Column { get { - return this.columnT1497600; + 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 T1497700Column { + public global::System.Data.DataColumn R4280801Column { get { - return this.columnT1497700; + 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 T1497800Column { + public global::System.Data.DataColumn R4281400Column { get { - return this.columnT1497800; + 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 T1497900Column { + public global::System.Data.DataColumn R4282200Column { get { - return this.columnT1497900; + 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 T1498000Column { + public global::System.Data.DataColumn R4827700Column { get { - return this.columnT1498000; + 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 T1498100Column { + public global::System.Data.DataColumn R4828000Column { get { - return this.columnT1498100; + 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 T1498200Column { + public global::System.Data.DataColumn R4828001Column { get { - return this.columnT1498200; + 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 T1498300Column { + public global::System.Data.DataColumn R4830700Column { get { - return this.columnT1498300; + 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 T1500500Column { + public global::System.Data.DataColumn R4831000Column { get { - return this.columnT1500500; + 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 T1500501Column { + public global::System.Data.DataColumn R4831001Column { get { - return this.columnT1500501; + 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 T1500600Column { + public global::System.Data.DataColumn R4833700Column { get { - return this.columnT1500600; + 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 T1500601Column { + public global::System.Data.DataColumn R4834000Column { get { - return this.columnT1500601; + 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 T1500700Column { + public global::System.Data.DataColumn R4834001Column { get { - return this.columnT1500700; + 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 T1500701Column { + public global::System.Data.DataColumn R4836700Column { get { - return this.columnT1500701; + 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 T1500800Column { + public global::System.Data.DataColumn R4837000Column { get { - return this.columnT1500800; + 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 T1500801Column { + public global::System.Data.DataColumn R4837001Column { get { - return this.columnT1500801; + 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 T1500900Column { + public global::System.Data.DataColumn R4839700Column { get { - return this.columnT1500900; + 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 T1500901Column { + public global::System.Data.DataColumn R4840000Column { get { - return this.columnT1500901; + 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 T1501000Column { + public global::System.Data.DataColumn R4840001Column { get { - return this.columnT1501000; + 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 T1501001Column { + public global::System.Data.DataColumn R4842600Column { get { - return this.columnT1501001; + 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 T2543200Column { + public global::System.Data.DataColumn R4844900Column { get { - return this.columnT2543200; + 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 T2543300Column { + public global::System.Data.DataColumn R4847200Column { get { - return this.columnT2543300; + 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 T2543400Column { + public global::System.Data.DataColumn R5498100Column { get { - return this.columnT2543400; + 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 T2543500Column { + public global::System.Data.DataColumn R5498400Column { get { - return this.columnT2543500; + 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 T2543600Column { + public global::System.Data.DataColumn R5498401Column { get { - return this.columnT2543600; + 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 T2543700Column { + public global::System.Data.DataColumn R5501100Column { get { - return this.columnT2543700; + 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 T2543800Column { + public global::System.Data.DataColumn R5501400Column { get { - return this.columnT2543800; + 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 T2543900Column { + public global::System.Data.DataColumn R5501401Column { get { - return this.columnT2543900; + 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 T2544000Column { + public global::System.Data.DataColumn R5504100Column { get { - return this.columnT2544000; + 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 T2544100Column { + public global::System.Data.DataColumn R5504400Column { get { - return this.columnT2544100; + 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 T2546100Column { + public global::System.Data.DataColumn R5504401Column { get { - return this.columnT2546100; + 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 T2546101Column { + public global::System.Data.DataColumn R5507100Column { get { - return this.columnT2546101; + 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 T2546200Column { + public global::System.Data.DataColumn R5507400Column { get { - return this.columnT2546200; + 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 T2546201Column { + public global::System.Data.DataColumn R5507401Column { get { - return this.columnT2546201; + 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 T2546300Column { + public global::System.Data.DataColumn R5510100Column { get { - return this.columnT2546300; + 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 T2546301Column { + public global::System.Data.DataColumn R5510400Column { get { - return this.columnT2546301; + 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 T2546400Column { + public global::System.Data.DataColumn R5510401Column { get { - return this.columnT2546400; + 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 T2546401Column { + public global::System.Data.DataColumn R5513100Column { get { - return this.columnT2546401; + 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 T2546500Column { + public global::System.Data.DataColumn R5515400Column { get { - return this.columnT2546500; + 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 T2546501Column { + public global::System.Data.DataColumn R5517700Column { get { - return this.columnT2546501; + 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 T2546600Column { + public global::System.Data.DataColumn R5519900Column { get { - return this.columnT2546600; + 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 T2546601Column { + public global::System.Data.DataColumn R6219500Column { get { - return this.columnT2546601; + 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 T2546700Column { + public global::System.Data.DataColumn R6219600Column { get { - return this.columnT2546700; + 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 T2546701Column { + public global::System.Data.DataColumn R6219700Column { get { - return this.columnT2546701; + 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 T3529500Column { + public global::System.Data.DataColumn R6219800Column { get { - return this.columnT3529500; + 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 T3529600Column { + public global::System.Data.DataColumn R6219900Column { get { - return this.columnT3529600; + 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 T3529700Column { + public global::System.Data.DataColumn R6220000Column { get { - return this.columnT3529700; + 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 T3529800Column { + public global::System.Data.DataColumn R6220100Column { get { - return this.columnT3529800; + 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 T3529900Column { + public global::System.Data.DataColumn R6220200Column { get { - return this.columnT3529900; + 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 T3530000Column { + public global::System.Data.DataColumn R6220300Column { get { - return this.columnT3530000; + 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 T3530100Column { + public global::System.Data.DataColumn R6220400Column { get { - return this.columnT3530100; + 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 T3530200Column { + public global::System.Data.DataColumn R6222800Column { get { - return this.columnT3530200; + 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 T3530300Column { + public global::System.Data.DataColumn R6222801Column { get { - return this.columnT3530300; + 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 T3530400Column { + public global::System.Data.DataColumn R6222900Column { get { - return this.columnT3530400; + 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 T3532500Column { + public global::System.Data.DataColumn R6222901Column { get { - return this.columnT3532500; + 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 T3532501Column { + public global::System.Data.DataColumn R6223000Column { get { - return this.columnT3532501; + 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 T3532600Column { + public global::System.Data.DataColumn R6223001Column { get { - return this.columnT3532600; + 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 T3532601Column { + public global::System.Data.DataColumn R6223100Column { get { - return this.columnT3532601; + 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 T3532700Column { + public global::System.Data.DataColumn R6223101Column { get { - return this.columnT3532700; + 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 T3532701Column { + public global::System.Data.DataColumn R6223200Column { get { - return this.columnT3532701; + 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 T3532800Column { + public global::System.Data.DataColumn R6223201Column { get { - return this.columnT3532800; + 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 T3532801Column { + public global::System.Data.DataColumn R6223300Column { get { - return this.columnT3532801; + 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 T3532900Column { + public global::System.Data.DataColumn R6223301Column { get { - return this.columnT3532900; + 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 T3532901Column { + public global::System.Data.DataColumn R6773500Column { get { - return this.columnT3532901; + 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 T3533000Column { + public global::System.Data.DataColumn R6773600Column { get { - return this.columnT3533000; + 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 T3533001Column { + public global::System.Data.DataColumn R6773700Column { get { - return this.columnT3533001; + 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 T3533100Column { + public global::System.Data.DataColumn R6773800Column { get { - return this.columnT3533100; + 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 T3533101Column { + public global::System.Data.DataColumn R6773900Column { get { - return this.columnT3533101; + 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 T4498100Column { + public global::System.Data.DataColumn R6774000Column { get { - return this.columnT4498100; + 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 T4498200Column { + public global::System.Data.DataColumn R6774100Column { get { - return this.columnT4498200; + 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 T4498300Column { + public global::System.Data.DataColumn R6774200Column { get { - return this.columnT4498300; + 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 T4498400Column { + public global::System.Data.DataColumn R6774300Column { get { - return this.columnT4498400; + 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 T4498500Column { + public global::System.Data.DataColumn R6774400Column { get { - return this.columnT4498500; + 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 T4498600Column { + public global::System.Data.DataColumn R6776300Column { get { - return this.columnT4498600; + 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 T4498700Column { + public global::System.Data.DataColumn R6776301Column { get { - return this.columnT4498700; + 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 T4498800Column { + public global::System.Data.DataColumn R6776400Column { get { - return this.columnT4498800; + 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 T4498900Column { + public global::System.Data.DataColumn R6776401Column { get { - return this.columnT4498900; + 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 T4499000Column { + public global::System.Data.DataColumn R6776500Column { get { - return this.columnT4499000; + 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 T4503700Column { + public global::System.Data.DataColumn R6776501Column { get { - return this.columnT4503700; + 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 T4503701Column { + public global::System.Data.DataColumn R6776600Column { get { - return this.columnT4503701; + 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 T4503800Column { + public global::System.Data.DataColumn R6776601Column { get { - return this.columnT4503800; + 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 T4503801Column { + public global::System.Data.DataColumn R6776700Column { get { - return this.columnT4503801; + 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 T4503900Column { + public global::System.Data.DataColumn R6776701Column { get { - return this.columnT4503900; + 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 T4503901Column { + public global::System.Data.DataColumn R6776800Column { get { - return this.columnT4503901; + 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 T4504000Column { + public global::System.Data.DataColumn R6776801Column { get { - return this.columnT4504000; + 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 T4504001Column { + public global::System.Data.DataColumn R7417900Column { get { - return this.columnT4504001; + 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 T4504100Column { + public global::System.Data.DataColumn R7418000Column { get { - return this.columnT4504100; + 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 T4504101Column { + public global::System.Data.DataColumn R7418100Column { get { - return this.columnT4504101; + 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 T4504200Column { + public global::System.Data.DataColumn R7418200Column { get { - return this.columnT4504200; + 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 T4504201Column { + public global::System.Data.DataColumn R7418300Column { get { - return this.columnT4504201; + return this.columnR7418300; } } [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 R7418400Column { get { - return this.Rows.Count; + return this.columnR7418400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2FatherFromGen1DeathRow this[int index] { + public global::System.Data.DataColumn R7418500Column { get { - return ((tblGen2FatherFromGen1DeathRow)(this.Rows[index])); + return this.columnR7418500; } } - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2FatherFromGen1DeathRowChangeEventHandler tblGen2FatherFromGen1DeathRowChanging; - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2FatherFromGen1DeathRowChangeEventHandler tblGen2FatherFromGen1DeathRowChanged; - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2FatherFromGen1DeathRowChangeEventHandler tblGen2FatherFromGen1DeathRowDeleting; - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2FatherFromGen1DeathRowChangeEventHandler tblGen2FatherFromGen1DeathRowDeleted; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void AddtblGen2FatherFromGen1DeathRow(tblGen2FatherFromGen1DeathRow row) { - this.Rows.Add(row); + 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 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; + 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 tblGen2FatherFromGen1DeathRow FindByR0000100(int R0000100) { - return ((tblGen2FatherFromGen1DeathRow)(this.Rows.Find(new object[] { - R0000100}))); + 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 override global::System.Data.DataTable Clone() { - tblGen2FatherFromGen1DeathDataTable cln = ((tblGen2FatherFromGen1DeathDataTable)(base.Clone())); - cln.InitVars(); - return cln; + 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")] - protected override global::System.Data.DataTable CreateInstance() { - return new tblGen2FatherFromGen1DeathDataTable(); + 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")] - 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"]; + 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")] - 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; + 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 tblGen2FatherFromGen1DeathRow NewtblGen2FatherFromGen1DeathRow() { - return ((tblGen2FatherFromGen1DeathRow)(this.NewRow())); + 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")] - protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { - return new tblGen2FatherFromGen1DeathRow(builder); + 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")] - protected override global::System.Type GetRowType() { - return typeof(tblGen2FatherFromGen1DeathRow); + 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")] - 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)); + 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")] - 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)); + 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")] - 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)); + 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")] - 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)); + 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 void RemovetblGen2FatherFromGen1DeathRow(tblGen2FatherFromGen1DeathRow row) { - this.Rows.Remove(row); + 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 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 { - 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 R7421300Column { + get { + return this.columnR7421300; } - 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 { - - 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 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; + [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; + } + } - private global::System.Data.DataColumn columnY2998200; + [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; + } + } - private global::System.Data.DataColumn columnY2998700; + [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; + } + } - private global::System.Data.DataColumn columnY2998701; + [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; + } + } - private global::System.Data.DataColumn columnY3001600; + [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; + } + } - private global::System.Data.DataColumn columnY3249900; + [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 tblGen2ImplicitFatherDataTable() { - this.TableName = "tblGen2ImplicitFather"; - this.BeginInit(); - this.InitClass(); - this.EndInit(); + 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")] - internal tblGen2ImplicitFatherDataTable(global::System.Data.DataTable table) { - this.TableName = table.TableName; - if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { - this.CaseSensitive = table.CaseSensitive; + public global::System.Data.DataColumn R8116600Column { + get { + return this.columnR8116600; } - 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 R8116700Column { + get { + return this.columnR8116700; } - 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 R8116800Column { + get { + return this.columnR8116800; } - 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 tblGen2ImplicitFatherDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : - base(info, context) { - this.InitVars(); + 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 C0000100Column { + public global::System.Data.DataColumn R8119000Column { get { - return this.columnC0000100; + 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 C0000200Column { + public global::System.Data.DataColumn R8119001Column { get { - return this.columnC0000200; + 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 C0005300Column { + public global::System.Data.DataColumn R8119100Column { get { - return this.columnC0005300; + 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 C0005400Column { + public global::System.Data.DataColumn R8119101Column { get { - return this.columnC0005400; + 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 C0005700Column { + public global::System.Data.DataColumn R8119200Column { get { - return this.columnC0005700; + 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 C0008100Column { + public global::System.Data.DataColumn R8119201Column { get { - return this.columnC0008100; + 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 C0008200Column { + public global::System.Data.DataColumn R8119300Column { get { - return this.columnC0008200; + 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 C0008300Column { + public global::System.Data.DataColumn R8119301Column { get { - return this.columnC0008300; + 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 C0008600Column { + public global::System.Data.DataColumn R8119400Column { get { - return this.columnC0008600; + 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 C0008700Column { + public global::System.Data.DataColumn R8119401Column { get { - return this.columnC0008700; + 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 C0008800Column { + public global::System.Data.DataColumn R8119500Column { get { - return this.columnC0008800; + 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 C0009100Column { + public global::System.Data.DataColumn R8119501Column { get { - return this.columnC0009100; + 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 C0009200Column { + public global::System.Data.DataColumn T0347900Column { get { - return this.columnC0009200; + 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 C0009300Column { + public global::System.Data.DataColumn T0348000Column { get { - return this.columnC0009300; + 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 C0009600Column { + public global::System.Data.DataColumn T0348100Column { get { - return this.columnC0009600; + 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 C0009700Column { + public global::System.Data.DataColumn T0348200Column { get { - return this.columnC0009700; + 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 C0009800Column { + public global::System.Data.DataColumn T0348300Column { get { - return this.columnC0009800; + 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 C0009900Column { + public global::System.Data.DataColumn T0348400Column { get { - return this.columnC0009900; + 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 C0010110Column { + public global::System.Data.DataColumn T0348500Column { get { - return this.columnC0010110; + 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 C0010200Column { + public global::System.Data.DataColumn T0348600Column { get { - return this.columnC0010200; + 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 C0010300Column { + public global::System.Data.DataColumn T0348700Column { get { - return this.columnC0010300; + 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 C0010400Column { + public global::System.Data.DataColumn T0348800Column { get { - return this.columnC0010400; + 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 C0010700Column { + public global::System.Data.DataColumn T0348900Column { get { - return this.columnC0010700; + 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 C0010800Column { + public global::System.Data.DataColumn T0351100Column { get { - return this.columnC0010800; + 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 C0010900Column { + public global::System.Data.DataColumn T0351101Column { get { - return this.columnC0010900; + 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 C0011110Column { + public global::System.Data.DataColumn T0351200Column { get { - return this.columnC0011110; + 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 C0011111Column { + public global::System.Data.DataColumn T0351201Column { get { - return this.columnC0011111; + 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 C0011112Column { + public global::System.Data.DataColumn T0351300Column { get { - return this.columnC0011112; + 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 C0011113Column { + public global::System.Data.DataColumn T0351301Column { get { - return this.columnC0011113; + 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 C0011114Column { + public global::System.Data.DataColumn T0351400Column { get { - return this.columnC0011114; + 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 C0011117Column { + public global::System.Data.DataColumn T0351401Column { get { - return this.columnC0011117; + 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 C0011118Column { + public global::System.Data.DataColumn T0351500Column { get { - return this.columnC0011118; + 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 C0011119Column { + public global::System.Data.DataColumn T0351501Column { get { - return this.columnC0011119; + 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 C0011122Column { + public global::System.Data.DataColumn T0351600Column { get { - return this.columnC0011122; + 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 C0011123Column { + public global::System.Data.DataColumn T0351601Column { get { - return this.columnC0011123; + 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 C0011124Column { + public global::System.Data.DataColumn T0351700Column { get { - return this.columnC0011124; + 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 C0011127Column { + public global::System.Data.DataColumn T0351701Column { get { - return this.columnC0011127; + 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 C0011128Column { + public global::System.Data.DataColumn T0351800Column { get { - return this.columnC0011128; + 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 C0011129Column { + public global::System.Data.DataColumn T0351801Column { get { - return this.columnC0011129; + 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 C0011132Column { + public global::System.Data.DataColumn T1497300Column { get { - return this.columnC0011132; + 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 C0011133Column { + public global::System.Data.DataColumn T1497400Column { get { - return this.columnC0011133; + 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 C0011134Column { + public global::System.Data.DataColumn T1497500Column { get { - return this.columnC0011134; + 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 C0011137Column { + public global::System.Data.DataColumn T1497600Column { get { - return this.columnC0011137; + 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 C0011138Column { + public global::System.Data.DataColumn T1497700Column { get { - return this.columnC0011138; + 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 C0011139Column { + public global::System.Data.DataColumn T1497800Column { get { - return this.columnC0011139; + 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 C0011142Column { + public global::System.Data.DataColumn T1497900Column { get { - return this.columnC0011142; + 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 C0011143Column { + public global::System.Data.DataColumn T1498000Column { get { - return this.columnC0011143; + 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 C0011144Column { + public global::System.Data.DataColumn T1498100Column { get { - return this.columnC0011144; + 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 C3070500Column { + public global::System.Data.DataColumn T1498200Column { get { - return this.columnC3070500; + 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 C3423600Column { + public global::System.Data.DataColumn T1498300Column { get { - return this.columnC3423600; + 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 C3601100Column { + public global::System.Data.DataColumn T1500500Column { get { - return this.columnC3601100; + 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 C3601700Column { + public global::System.Data.DataColumn T1500501Column { get { - return this.columnC3601700; + 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 C3601800Column { + public global::System.Data.DataColumn T1500600Column { get { - return this.columnC3601800; + 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 C3601900Column { + public global::System.Data.DataColumn T1500601Column { get { - return this.columnC3601900; + 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 C3605900Column { + public global::System.Data.DataColumn T1500700Column { get { - return this.columnC3605900; + 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 C3981100Column { + public global::System.Data.DataColumn T1500701Column { get { - return this.columnC3981100; + 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 C3981700Column { + public global::System.Data.DataColumn T1500800Column { get { - return this.columnC3981700; + 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 C3981800Column { + public global::System.Data.DataColumn T1500801Column { get { - return this.columnC3981800; + 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 C3981900Column { + public global::System.Data.DataColumn T1500900Column { get { - return this.columnC3981900; + 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 C5156100Column { + public global::System.Data.DataColumn T1500901Column { get { - return this.columnC5156100; + 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 C5525500Column { + public global::System.Data.DataColumn T1501000Column { get { - return this.columnC5525500; + 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 C5525600Column { + public global::System.Data.DataColumn T1501001Column { get { - return this.columnC5525600; + 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 C5525700Column { + public global::System.Data.DataColumn T2543200Column { get { - return this.columnC5525700; + return this.columnT2543200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C5733200Column { + public global::System.Data.DataColumn T2543300Column { get { - return this.columnC5733200; + return this.columnT2543300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C5801800Column { + public global::System.Data.DataColumn T2543400Column { get { - return this.columnC5801800; + return this.columnT2543400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C5801900Column { + public global::System.Data.DataColumn T2543500Column { get { - return this.columnC5801900; + return this.columnT2543500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C5802000Column { + public global::System.Data.DataColumn T2543600Column { get { - return this.columnC5802000; + return this.columnT2543600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C6006200Column { + public global::System.Data.DataColumn T2543700Column { get { - return this.columnC6006200; + return this.columnT2543700; } } [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 T2543800Column { get { - return this.columnY0003200; + return this.columnT2543800; } } [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 T2543900Column { get { - return this.columnY0007300; + return this.columnT2543900; } } [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 T2544000Column { get { - return this.columnY0007400; + return this.columnT2544000; } } [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 T2544100Column { get { - return this.columnY0007600; + return this.columnT2544100; } } [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 T2546100Column { get { - return this.columnY0007601; + return this.columnT2546100; } } [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 T2546101Column { get { - return this.columnY0008000; + return this.columnT2546101; } } [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 T2546200Column { get { - return this.columnY0008500; + return this.columnT2546200; } } [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 T2546201Column { get { - return this.columnY0008600; + return this.columnT2546201; } } [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 T2546300Column { get { - return this.columnY0009400; + return this.columnT2546300; } } [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 T2546301Column { get { - return this.columnY0394100; + return this.columnT2546301; } } [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 T2546400Column { get { - return this.columnY0394300; + return this.columnT2546400; } } [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 T2546401Column { get { - return this.columnY0394500; + return this.columnT2546401; } } [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 T2546500Column { get { - return this.columnY0394501; + return this.columnT2546500; } } [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 T2546501Column { get { - return this.columnY0394900; + return this.columnT2546501; } } [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 T2546600Column { get { - return this.columnY0651000; + return this.columnT2546600; } } [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 T2546601Column { get { - return this.columnY0682500; + return this.columnT2546601; } } [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 T2546700Column { get { - return this.columnY0683800; + return this.columnT2546700; } } [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 T2546701Column { get { - return this.columnY0683900; + return this.columnT2546701; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0684100Column { + public global::System.Data.DataColumn T3529500Column { get { - return this.columnY0684100; + return this.columnT3529500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0684101Column { + public global::System.Data.DataColumn T3529600Column { get { - return this.columnY0684101; + return this.columnT3529600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0684500Column { + public global::System.Data.DataColumn T3529700Column { get { - return this.columnY0684500; + return this.columnT3529700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0947100Column { + public global::System.Data.DataColumn T3529800Column { get { - return this.columnY0947100; + return this.columnT3529800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0986200Column { + public global::System.Data.DataColumn T3529900Column { get { - return this.columnY0986200; + return this.columnT3529900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0986700Column { + public global::System.Data.DataColumn T3530000Column { get { - return this.columnY0986700; + return this.columnT3530000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0988800Column { + public global::System.Data.DataColumn T3530100Column { get { - return this.columnY0988800; + return this.columnT3530100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0988900Column { + public global::System.Data.DataColumn T3530200Column { get { - return this.columnY0988900; + return this.columnT3530200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0989400Column { + public global::System.Data.DataColumn T3530300Column { get { - return this.columnY0989400; + return this.columnT3530300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0989401Column { + public global::System.Data.DataColumn T3530400Column { get { - return this.columnY0989401; + return this.columnT3530400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0989900Column { + public global::System.Data.DataColumn T3532500Column { get { - return this.columnY0989900; + return this.columnT3532500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1229100Column { + public global::System.Data.DataColumn T3532501Column { get { - return this.columnY1229100; + return this.columnT3532501; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1229200Column { + public global::System.Data.DataColumn T3532600Column { get { - return this.columnY1229200; + return this.columnT3532600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1229700Column { + public global::System.Data.DataColumn T3532601Column { get { - return this.columnY1229700; + return this.columnT3532601; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1229701Column { + public global::System.Data.DataColumn T3532700Column { get { - return this.columnY1229701; + return this.columnT3532700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1264300Column { + public global::System.Data.DataColumn T3532701Column { get { - return this.columnY1264300; + return this.columnT3532701; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1265300Column { + public global::System.Data.DataColumn T3532800Column { get { - return this.columnY1265300; + return this.columnT3532800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1458900Column { + public global::System.Data.DataColumn T3532801Column { get { - return this.columnY1458900; + return this.columnT3532801; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1459400Column { + public global::System.Data.DataColumn T3532900Column { get { - return this.columnY1459400; + return this.columnT3532900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1459401Column { + public global::System.Data.DataColumn T3532901Column { get { - return this.columnY1459401; + return this.columnT3532901; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1629500Column { + public global::System.Data.DataColumn T3533000Column { get { - return this.columnY1629500; + return this.columnT3533000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1704000Column { + public global::System.Data.DataColumn T3533001Column { get { - return this.columnY1704000; + return this.columnT3533001; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1704500Column { + public global::System.Data.DataColumn T3533100Column { get { - return this.columnY1704500; + return this.columnT3533100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1704501Column { + public global::System.Data.DataColumn T3533101Column { get { - return this.columnY1704501; + return this.columnT3533101; } } [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 T4498100Column { get { - return this.columnY1707300; + return this.columnT4498100; } } [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 T4498200Column { get { - return this.columnY1883300; + return this.columnT4498200; } } [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 T4498300Column { get { - return this.columnY1989500; + return this.columnT4498300; } } [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 T4498400Column { get { - return this.columnY1990000; + return this.columnT4498400; } } [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 T4498500Column { get { - return this.columnY1990001; + return this.columnT4498500; } } [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 T4498600Column { get { - return this.columnY1992900; + return this.columnT4498600; } } [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 T4498700Column { get { - return this.columnY2197500; + return this.columnT4498700; } } [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 T4498800Column { get { - return this.columnY2308300; + return this.columnT4498800; } } [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 T4498900Column { get { - return this.columnY2308800; + return this.columnT4498900; } } [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 T4499000Column { get { - return this.columnY2308801; + return this.columnT4499000; } } [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 T4503700Column { get { - return this.columnY2311700; + return this.columnT4503700; } } [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 T4503701Column { get { - return this.columnY2531800; + return this.columnT4503701; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2641000Column { + public global::System.Data.DataColumn T4503800Column { get { - return this.columnY2641000; + return this.columnT4503800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2641500Column { + public global::System.Data.DataColumn T4503801Column { get { - return this.columnY2641500; + return this.columnT4503801; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2641501Column { + public global::System.Data.DataColumn T4503900Column { get { - return this.columnY2641501; + return this.columnT4503900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2644400Column { + public global::System.Data.DataColumn T4503901Column { get { - return this.columnY2644400; + return this.columnT4503901; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2880000Column { + public global::System.Data.DataColumn T4504000Column { get { - return this.columnY2880000; + return this.columnT4504000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2998200Column { + public global::System.Data.DataColumn T4504001Column { get { - return this.columnY2998200; + return this.columnT4504001; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2998700Column { + public global::System.Data.DataColumn T4504100Column { get { - return this.columnY2998700; + return this.columnT4504100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2998701Column { + public global::System.Data.DataColumn T4504101Column { get { - return this.columnY2998701; + return this.columnT4504101; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y3001600Column { + public global::System.Data.DataColumn T4504200Column { get { - return this.columnY3001600; + return this.columnT4504200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y3249900Column { + public global::System.Data.DataColumn T4504201Column { get { - return this.columnY3249900; + return this.columnT4504201; } } @@ -35148,315 +34233,687 @@ 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 tblGen2FatherFromGen1DeathRow this[int index] { get { - return ((tblGen2ImplicitFatherRow)(this.Rows[index])); + return ((tblGen2FatherFromGen1DeathRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2ImplicitFatherRowChangeEventHandler tblGen2ImplicitFatherRowChanging; + public event tblGen2FatherFromGen1DeathRowChangeEventHandler tblGen2FatherFromGen1DeathRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2ImplicitFatherRowChangeEventHandler tblGen2ImplicitFatherRowChanged; + public event tblGen2FatherFromGen1DeathRowChangeEventHandler tblGen2FatherFromGen1DeathRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2ImplicitFatherRowChangeEventHandler tblGen2ImplicitFatherRowDeleting; + public event tblGen2FatherFromGen1DeathRowChangeEventHandler tblGen2FatherFromGen1DeathRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2ImplicitFatherRowChangeEventHandler tblGen2ImplicitFatherRowDeleted; + public event tblGen2FatherFromGen1DeathRowChangeEventHandler tblGen2FatherFromGen1DeathRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void AddtblGen2ImplicitFatherRow(tblGen2ImplicitFatherRow row) { + 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 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())); + public tblGen2FatherFromGen1DeathRow AddtblGen2FatherFromGen1DeathRow( + int R0000100, + int R0214800, + 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[] { - 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; + R0000100, + R0214800, + 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 tblGen2ImplicitFatherRow FindByC0000100(int C0000100) { - return ((tblGen2ImplicitFatherRow)(this.Rows.Find(new object[] { - C0000100}))); + 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 override global::System.Data.DataTable Clone() { - tblGen2ImplicitFatherDataTable cln = ((tblGen2ImplicitFatherDataTable)(base.Clone())); + tblGen2FatherFromGen1DeathDataTable cln = ((tblGen2FatherFromGen1DeathDataTable)(base.Clone())); cln.InitVars(); return cln; } @@ -35464,1129 +34921,1687 @@ 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 tblGen2FatherFromGen1DeathDataTable(); } [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.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")] - 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 tblGen2ImplicitFatherRow NewtblGen2ImplicitFatherRow() { - return ((tblGen2ImplicitFatherRow)(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); - } - - [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); - } - - [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)); - } - } - - [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.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")] - 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")] - 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 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 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 { - - private tblLinks2004Gen2DataTable tabletblLinks2004Gen2; - - [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)); - } - - [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])); - } - set { - this[this.tabletblLinks2004Gen2.ID1Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - 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 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 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 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 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 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 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 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 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 void SetRecommendedRelatednessNull() { - this[this.tabletblLinks2004Gen2.RecommendedRelatednessColumn] = 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 { - 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 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 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 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 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; - } + this.columnR0000100 = base.Columns["R0000100"]; + this.columnR0214800 = base.Columns["R0214800"]; + 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 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; - } - } + 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.columnR0214800 = new global::System.Data.DataColumn("R0214800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0214800); + 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 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); - } + public tblGen2FatherFromGen1DeathRow NewtblGen2FatherFromGen1DeathRow() { + return ((tblGen2FatherFromGen1DeathRow)(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 tblGen2FatherFromGen1DeathRow(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(tblGen2FatherFromGen1DeathRow); + } + + [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.tblGen2FatherFromGen1DeathRowChanged != null)) { + this.tblGen2FatherFromGen1DeathRowChanged(this, new tblGen2FatherFromGen1DeathRowChangeEvent(((tblGen2FatherFromGen1DeathRow)(e.Row)), e.Action)); } - set { - this[this.tabletblGen1Outcomes.T0897500Column] = value; + } + + [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.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 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); - } + 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)); } - set { - this[this.tabletblGen1Outcomes.T2053800Column] = value; + } + + [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.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 T2053900 { - get { + 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 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.tabletblGen1Outcomes.T2053900Column])); + 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 \'T2053900\' in table \'tblGen1Outcomes\' is DBNull.", e); + 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 { + + private tblLinks2004Gen2DataTable tabletblLinks2004Gen2; + + [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)); + } + + [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])); + } set { - this[this.tabletblGen1Outcomes.T2053900Column] = value; + this[this.tabletblLinks2004Gen2.ID1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2054000 { + public int ID2 { 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); - } + return ((int)(this[this.tabletblLinks2004Gen2.ID2Column])); } set { - this[this.tabletblGen1Outcomes.T2054000Column] = value; + this[this.tabletblLinks2004Gen2.ID2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T3024700 { + public byte Sex1 { get { try { - return ((int)(this[this.tabletblGen1Outcomes.T3024700Column])); + return ((byte)(this[this.tabletblLinks2004Gen2.Sex1Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T3024700\' in table \'tblGen1Outcomes\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Sex1\' in table \'tblLinks2004Gen2\' is DBNull.", e); } } set { - this[this.tabletblGen1Outcomes.T3024700Column] = value; + this[this.tabletblLinks2004Gen2.Sex1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T3024800 { + public byte Sex2 { get { try { - return ((int)(this[this.tabletblGen1Outcomes.T3024800Column])); + return ((byte)(this[this.tabletblLinks2004Gen2.Sex2Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T3024800\' in table \'tblGen1Outcomes\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Sex2\' in table \'tblLinks2004Gen2\' is DBNull.", e); } } set { - this[this.tabletblGen1Outcomes.T3024800Column] = value; + this[this.tabletblLinks2004Gen2.Sex2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T3024900 { + public float RecommendedRelatedness { get { try { - return ((int)(this[this.tabletblGen1Outcomes.T3024900Column])); + return ((float)(this[this.tabletblLinks2004Gen2.RecommendedRelatednessColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T3024900\' in table \'tblGen1Outcomes\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'RecommendedRelatedness\' in table \'tblLinks2004Gen2\' is DBNu" + + "ll.", e); } } set { - this[this.tabletblGen1Outcomes.T3024900Column] = value; + this[this.tabletblLinks2004Gen2.RecommendedRelatednessColumn] = 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.tabletblGen1Outcomes.R0214700Column); + 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 void SetR0214700Null() { - this[this.tabletblGen1Outcomes.R0214700Column] = global::System.Convert.DBNull; + 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 bool IsR0214800Null() { - return this.IsNull(this.tabletblGen1Outcomes.R0214800Column); + 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 void SetR0214800Null() { - this[this.tabletblGen1Outcomes.R0214800Column] = global::System.Convert.DBNull; + 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 bool IsR0481600Null() { - return this.IsNull(this.tabletblGen1Outcomes.R0481600Column); + 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 void SetR0481600Null() { - this[this.tabletblGen1Outcomes.R0481600Column] = global::System.Convert.DBNull; + 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 bool IsR0481700Null() { - return this.IsNull(this.tabletblGen1Outcomes.R0481700Column); - } + private tblGen1OutcomesDataTable tabletblGen1Outcomes; [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; + 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 bool IsR0618200Null() { - return this.IsNull(this.tabletblGen1Outcomes.R0618200Column); + 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 void SetR0618200Null() { - this[this.tabletblGen1Outcomes.R0618200Column] = global::System.Convert.DBNull; + 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 bool IsR0618300Null() { - return this.IsNull(this.tabletblGen1Outcomes.R0618300Column); + 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 void SetR0618300Null() { - this[this.tabletblGen1Outcomes.R0618300Column] = global::System.Convert.DBNull; + 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 bool IsR0618301Null() { - return this.IsNull(this.tabletblGen1Outcomes.R0618301Column); + 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 void SetR0618301Null() { - this[this.tabletblGen1Outcomes.R0618301Column] = global::System.Convert.DBNull; + 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 bool IsR0779800Null() { - return this.IsNull(this.tabletblGen1Outcomes.R0779800Column); + 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 void SetR0779800Null() { - this[this.tabletblGen1Outcomes.R0779800Column] = global::System.Convert.DBNull; + 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 bool IsR0779900Null() { - return this.IsNull(this.tabletblGen1Outcomes.R0779900Column); + 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 void SetR0779900Null() { - this[this.tabletblGen1Outcomes.R0779900Column] = global::System.Convert.DBNull; + 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 bool IsR1773900Null() { - return this.IsNull(this.tabletblGen1Outcomes.R1773900Column); + 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 void SetR1773900Null() { - this[this.tabletblGen1Outcomes.R1773900Column] = global::System.Convert.DBNull; - } + 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 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 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 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 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 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 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 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 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 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 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")] @@ -81123,12585 +81138,12613 @@ public void SetT4704000Null() { /// ///Represents strongly named DataRow class. /// - public partial class tblGen2FatherFromGen1DeathRow : global::System.Data.DataRow { + public partial class tblGen2ImplicitFatherRow : global::System.Data.DataRow { - private tblGen2FatherFromGen1DeathDataTable tabletblGen2FatherFromGen1Death; + private tblGen2ImplicitFatherDataTable tabletblGen2ImplicitFather; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblGen2FatherFromGen1DeathRow(global::System.Data.DataRowBuilder rb) : + internal tblGen2ImplicitFatherRow(global::System.Data.DataRowBuilder rb) : base(rb) { - this.tabletblGen2FatherFromGen1Death = ((tblGen2FatherFromGen1DeathDataTable)(this.Table)); + this.tabletblGen2ImplicitFather = ((tblGen2ImplicitFatherDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0000100 { + public int C0000100 { get { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R0000100Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0000100Column])); } set { - this[this.tabletblGen2FatherFromGen1Death.R0000100Column] = value; + this[this.tabletblGen2ImplicitFather.C0000100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1373400 { + public int C0000200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1373400Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0000200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1373400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0000200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R1373400Column] = value; + this[this.tabletblGen2ImplicitFather.C0000200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1374100 { + public int C0005300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1374100Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0005300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1374100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0005300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R1374100Column] = value; + this[this.tabletblGen2ImplicitFather.C0005300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1374800 { + public int C0005400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1374800Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0005400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1374800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0005400\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R1374800Column] = value; + this[this.tabletblGen2ImplicitFather.C0005400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1375500 { + public int C0005700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1375500Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0005700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1375500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0005700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R1375500Column] = value; + this[this.tabletblGen2ImplicitFather.C0005700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1376200 { + public int C0008100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1376200Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0008100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1376200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0008100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R1376200Column] = value; + this[this.tabletblGen2ImplicitFather.C0008100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1376900 { + public int C0008200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1376900Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0008200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1376900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0008200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R1376900Column] = value; + this[this.tabletblGen2ImplicitFather.C0008200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1377600 { + public int C0008300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1377600Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0008300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1377600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0008300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R1377600Column] = value; + this[this.tabletblGen2ImplicitFather.C0008300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1753800 { + public int C0008600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1753800Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0008600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1753800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0008600\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R1753800Column] = value; + this[this.tabletblGen2ImplicitFather.C0008600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1754500 { + public int C0008700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1754500Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0008700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1754500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0008700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R1754500Column] = value; + this[this.tabletblGen2ImplicitFather.C0008700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1755200 { + public int C0008800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1755200Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0008800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1755200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0008800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R1755200Column] = value; + this[this.tabletblGen2ImplicitFather.C0008800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1755900 { + public int C0009100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1755900Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0009100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1755900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0009100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R1755900Column] = value; + this[this.tabletblGen2ImplicitFather.C0009100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1756600 { + public int C0009200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1756600Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0009200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1756600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0009200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R1756600Column] = value; + this[this.tabletblGen2ImplicitFather.C0009200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1757300 { + public int C0009300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1757300Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0009300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1757300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0009300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R1757300Column] = value; + this[this.tabletblGen2ImplicitFather.C0009300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1758000 { + public int C0009600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1758000Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0009600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1758000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0009600\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R1758000Column] = value; + this[this.tabletblGen2ImplicitFather.C0009600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2095800 { + public int C0009700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2095800Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0009700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2095800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0009700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R2095800Column] = value; + this[this.tabletblGen2ImplicitFather.C0009700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2096500 { + public int C0009800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2096500Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0009800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2096500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0009800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R2096500Column] = value; + this[this.tabletblGen2ImplicitFather.C0009800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2097200 { + public int C0009900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2097200Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0009900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2097200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0009900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R2097200Column] = value; + this[this.tabletblGen2ImplicitFather.C0009900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2097900 { + public int C0010110 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2097900Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0010110Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2097900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0010110\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R2097900Column] = value; + this[this.tabletblGen2ImplicitFather.C0010110Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2098600 { + public int C0010200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2098600Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0010200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2098600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0010200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R2098600Column] = value; + this[this.tabletblGen2ImplicitFather.C0010200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2099300 { + public int C0010300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2099300Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0010300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2099300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0010300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R2099300Column] = value; + this[this.tabletblGen2ImplicitFather.C0010300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2100000 { + public int C0010400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2100000Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0010400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2100000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0010400\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R2100000Column] = value; + this[this.tabletblGen2ImplicitFather.C0010400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2648100 { + public int C0010700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2648100Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0010700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2648100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0010700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R2648100Column] = value; + this[this.tabletblGen2ImplicitFather.C0010700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2648800 { + public int C0010800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2648800Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0010800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2648800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0010800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R2648800Column] = value; + this[this.tabletblGen2ImplicitFather.C0010800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2649500 { + public int C0010900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2649500Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0010900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2649500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0010900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R2649500Column] = value; + this[this.tabletblGen2ImplicitFather.C0010900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2650200 { + public int C0011110 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2650200Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0011110Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2650200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0011110\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R2650200Column] = value; + this[this.tabletblGen2ImplicitFather.C0011110Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2650900 { + public int C0011111 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2650900Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0011111Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2650900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0011111\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R2650900Column] = value; + this[this.tabletblGen2ImplicitFather.C0011111Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2651600 { + public int C0011112 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2651600Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0011112Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2651600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0011112\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R2651600Column] = value; + this[this.tabletblGen2ImplicitFather.C0011112Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2652300 { + public int C0011113 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2652300Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0011113Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2652300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0011113\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R2652300Column] = value; + this[this.tabletblGen2ImplicitFather.C0011113Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3256000 { + public int C0011114 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3256000Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0011114Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3256000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0011114\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R3256000Column] = value; + this[this.tabletblGen2ImplicitFather.C0011114Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3257800 { + public int C0011117 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3257800Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0011117Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3257800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0011117\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R3257800Column] = value; + this[this.tabletblGen2ImplicitFather.C0011117Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3259600 { + public int C0011118 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3259600Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0011118Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3259600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0011118\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R3259600Column] = value; + this[this.tabletblGen2ImplicitFather.C0011118Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3261400 { + public int C0011119 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3261400Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0011119Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3261400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0011119\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R3261400Column] = value; + this[this.tabletblGen2ImplicitFather.C0011119Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3263200 { + public int C0011122 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3263200Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0011122Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3263200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0011122\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R3263200Column] = value; + this[this.tabletblGen2ImplicitFather.C0011122Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3265000 { + public int C0011123 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3265000Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0011123Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3265000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0011123\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R3265000Column] = value; + this[this.tabletblGen2ImplicitFather.C0011123Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3266800 { + public int C0011124 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3266800Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0011124Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3266800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0011124\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R3266800Column] = value; + this[this.tabletblGen2ImplicitFather.C0011124Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3771900 { + public int C0011127 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3771900Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0011127Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3771900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0011127\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R3771900Column] = value; + this[this.tabletblGen2ImplicitFather.C0011127Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3772200 { + public int C0011128 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3772200Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0011128Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3772200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0011128\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R3772200Column] = value; + this[this.tabletblGen2ImplicitFather.C0011128Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3772300 { + public int C0011129 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3772300Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0011129Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3772300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0011129\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R3772300Column] = value; + this[this.tabletblGen2ImplicitFather.C0011129Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3774000 { + public int C0011132 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3774000Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0011132Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3774000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0011132\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R3774000Column] = value; + this[this.tabletblGen2ImplicitFather.C0011132Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3774300 { + public int C0011133 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3774300Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0011133Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3774300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0011133\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R3774300Column] = value; + this[this.tabletblGen2ImplicitFather.C0011133Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3774400 { + public int C0011134 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3774400Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0011134Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3774400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0011134\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R3774400Column] = value; + this[this.tabletblGen2ImplicitFather.C0011134Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3776100 { + public int C0011137 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3776100Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0011137Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3776100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0011137\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R3776100Column] = value; + this[this.tabletblGen2ImplicitFather.C0011137Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3776400 { + public int C0011138 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3776400Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0011138Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3776400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0011138\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R3776400Column] = value; + this[this.tabletblGen2ImplicitFather.C0011138Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3776500 { + public int C0011139 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3776500Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0011139Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3776500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0011139\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R3776500Column] = value; + this[this.tabletblGen2ImplicitFather.C0011139Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3778200 { + public int C0011142 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3778200Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0011142Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3778200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0011142\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R3778200Column] = value; + this[this.tabletblGen2ImplicitFather.C0011142Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3778500 { + public int C0011143 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3778500Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0011143Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3778500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0011143\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R3778500Column] = value; + this[this.tabletblGen2ImplicitFather.C0011143Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3778600 { + public int C0011144 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3778600Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C0011144Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3778600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0011144\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R3778600Column] = value; + this[this.tabletblGen2ImplicitFather.C0011144Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3780300 { + public int C3070500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3780300Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C3070500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3780300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C3070500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R3780300Column] = value; + this[this.tabletblGen2ImplicitFather.C3070500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3780600 { + public int C3423600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3780600Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C3423600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3780600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C3423600\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R3780600Column] = value; + this[this.tabletblGen2ImplicitFather.C3423600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3780700 { + public int C3601100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3780700Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C3601100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3780700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C3601100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R3780700Column] = value; + this[this.tabletblGen2ImplicitFather.C3601100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3782400 { + public int C3601700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3782400Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C3601700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3782400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C3601700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R3782400Column] = value; + this[this.tabletblGen2ImplicitFather.C3601700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3784500 { + public int C3601800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3784500Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C3601800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3784500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C3601800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R3784500Column] = value; + this[this.tabletblGen2ImplicitFather.C3601800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4276900 { + public int C3601900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4276900Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C3601900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4276900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C3601900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4276900Column] = value; + this[this.tabletblGen2ImplicitFather.C3601900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4277200 { + public int C3605900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4277200Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C3605900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4277200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C3605900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4277200Column] = value; + this[this.tabletblGen2ImplicitFather.C3605900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4277201 { + public int C3981100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4277201Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C3981100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4277201\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C3981100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4277201Column] = value; + this[this.tabletblGen2ImplicitFather.C3981100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4277800 { + public int C3981700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4277800Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C3981700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4277800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C3981700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4277800Column] = value; + this[this.tabletblGen2ImplicitFather.C3981700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4278100 { + public int C3981800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4278100Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C3981800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4278100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C3981800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4278100Column] = value; + this[this.tabletblGen2ImplicitFather.C3981800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4278101 { + public int C3981900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4278101Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C3981900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4278101\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C3981900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4278101Column] = value; + this[this.tabletblGen2ImplicitFather.C3981900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4278700 { + public int C5156100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4278700Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C5156100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4278700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C5156100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4278700Column] = value; + this[this.tabletblGen2ImplicitFather.C5156100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4279000 { + public int C5525500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4279000Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C5525500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4279000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C5525500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4279000Column] = value; + this[this.tabletblGen2ImplicitFather.C5525500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4279001 { + public int C5525600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4279001Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C5525600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4279001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C5525600\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4279001Column] = value; + this[this.tabletblGen2ImplicitFather.C5525600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4279600 { + public int C5525700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4279600Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C5525700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4279600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C5525700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4279600Column] = value; + this[this.tabletblGen2ImplicitFather.C5525700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4279900 { + public int C5733200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4279900Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C5733200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4279900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C5733200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4279900Column] = value; + this[this.tabletblGen2ImplicitFather.C5733200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4279901 { + public int C5801800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4279901Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C5801800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4279901\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C5801800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4279901Column] = value; + this[this.tabletblGen2ImplicitFather.C5801800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4280500 { + public int C5801900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4280500Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C5801900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4280500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C5801900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4280500Column] = value; + this[this.tabletblGen2ImplicitFather.C5801900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4280800 { + public int C5802000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4280800Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C5802000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4280800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C5802000\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4280800Column] = value; + this[this.tabletblGen2ImplicitFather.C5802000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4280801 { + public int C6006200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4280801Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.C6006200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4280801\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C6006200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4280801Column] = value; + this[this.tabletblGen2ImplicitFather.C6006200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4281400 { + public int Y0003200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4281400Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0003200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4281400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0003200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4281400Column] = value; + this[this.tabletblGen2ImplicitFather.Y0003200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4282200 { + public int Y0007300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4282200Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0007300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4282200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0007300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4282200Column] = value; + this[this.tabletblGen2ImplicitFather.Y0007300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4827700 { + public int Y0007400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4827700Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0007400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4827700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0007400\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4827700Column] = value; + this[this.tabletblGen2ImplicitFather.Y0007400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4828000 { + public int Y0007600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4828000Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0007600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4828000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0007600\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4828000Column] = value; + this[this.tabletblGen2ImplicitFather.Y0007600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4828001 { + public int Y0007601 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4828001Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0007601Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4828001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0007601\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4828001Column] = value; + this[this.tabletblGen2ImplicitFather.Y0007601Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4830700 { + public int Y0008000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4830700Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0008000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4830700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0008000\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4830700Column] = value; + this[this.tabletblGen2ImplicitFather.Y0008000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4831000 { + public int Y0008500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4831000Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0008500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4831000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0008500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4831000Column] = value; + this[this.tabletblGen2ImplicitFather.Y0008500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4831001 { + public int Y0008600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4831001Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0008600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4831001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0008600\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4831001Column] = value; + this[this.tabletblGen2ImplicitFather.Y0008600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4833700 { + public int Y0009400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4833700Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0009400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4833700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0009400\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4833700Column] = value; + this[this.tabletblGen2ImplicitFather.Y0009400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4834000 { + public int Y0394100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4834000Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0394100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4834000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0394100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4834000Column] = value; + this[this.tabletblGen2ImplicitFather.Y0394100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4834001 { + public int Y0394300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4834001Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0394300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4834001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0394300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4834001Column] = value; + this[this.tabletblGen2ImplicitFather.Y0394300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4836700 { + public int Y0394500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4836700Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0394500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4836700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0394500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4836700Column] = value; + this[this.tabletblGen2ImplicitFather.Y0394500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4837000 { + public int Y0394501 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4837000Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0394501Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4837000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0394501\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4837000Column] = value; + this[this.tabletblGen2ImplicitFather.Y0394501Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4837001 { + public int Y0394900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4837001Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0394900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4837001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0394900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4837001Column] = value; + this[this.tabletblGen2ImplicitFather.Y0394900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4839700 { + public int Y0651000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4839700Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0651000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4839700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0651000\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4839700Column] = value; + this[this.tabletblGen2ImplicitFather.Y0651000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4840000 { + public int Y0682500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4840000Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0682500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4840000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0682500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4840000Column] = value; + this[this.tabletblGen2ImplicitFather.Y0682500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4840001 { + public int Y0683800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4840001Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0683800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4840001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0683800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4840001Column] = value; + this[this.tabletblGen2ImplicitFather.Y0683800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4842600 { + public int Y0683900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4842600Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0683900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4842600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0683900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4842600Column] = value; + this[this.tabletblGen2ImplicitFather.Y0683900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4844900 { + public int Y0684100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4844900Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0684100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4844900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0684100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4844900Column] = value; + this[this.tabletblGen2ImplicitFather.Y0684100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4847200 { + public int Y0684101 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4847200Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0684101Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4847200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0684101\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R4847200Column] = value; + this[this.tabletblGen2ImplicitFather.Y0684101Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5498100 { + public int Y0684500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5498100Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0684500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5498100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0684500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R5498100Column] = value; + this[this.tabletblGen2ImplicitFather.Y0684500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5498400 { + public int Y0947100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5498400Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0947100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5498400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0947100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R5498400Column] = value; + this[this.tabletblGen2ImplicitFather.Y0947100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5498401 { + public int Y0986200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5498401Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0986200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5498401\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0986200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R5498401Column] = value; + this[this.tabletblGen2ImplicitFather.Y0986200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5501100 { + public int Y0986700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5501100Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0986700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5501100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0986700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R5501100Column] = value; + this[this.tabletblGen2ImplicitFather.Y0986700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5501400 { + public int Y0988800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5501400Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0988800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5501400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0988800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R5501400Column] = value; + this[this.tabletblGen2ImplicitFather.Y0988800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5501401 { + public int Y0988900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5501401Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0988900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5501401\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0988900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R5501401Column] = value; + this[this.tabletblGen2ImplicitFather.Y0988900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5504100 { + public int Y0989400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5504100Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0989400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5504100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0989400\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R5504100Column] = value; + this[this.tabletblGen2ImplicitFather.Y0989400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5504400 { + public int Y0989401 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5504400Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0989401Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5504400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0989401\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R5504400Column] = value; + this[this.tabletblGen2ImplicitFather.Y0989401Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5504401 { + public int Y0989900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5504401Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y0989900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5504401\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0989900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R5504401Column] = value; + this[this.tabletblGen2ImplicitFather.Y0989900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5507100 { + public int Y1229100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5507100Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y1229100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5507100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1229100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R5507100Column] = value; + this[this.tabletblGen2ImplicitFather.Y1229100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5507400 { + public int Y1229200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5507400Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y1229200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5507400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1229200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R5507400Column] = value; + this[this.tabletblGen2ImplicitFather.Y1229200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5507401 { + public int Y1229700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5507401Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y1229700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5507401\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1229700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R5507401Column] = value; + this[this.tabletblGen2ImplicitFather.Y1229700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5510100 { + public int Y1229701 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5510100Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y1229701Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5510100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1229701\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R5510100Column] = value; + this[this.tabletblGen2ImplicitFather.Y1229701Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5510400 { + public int Y1264300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5510400Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y1264300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5510400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1264300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R5510400Column] = value; + this[this.tabletblGen2ImplicitFather.Y1264300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5510401 { + public int Y1265300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5510401Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y1265300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5510401\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1265300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R5510401Column] = value; + this[this.tabletblGen2ImplicitFather.Y1265300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5513100 { + public int Y1458900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5513100Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y1458900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5513100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1458900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R5513100Column] = value; + this[this.tabletblGen2ImplicitFather.Y1458900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5515400 { + public int Y1459400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5515400Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y1459400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5515400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1459400\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R5515400Column] = value; + this[this.tabletblGen2ImplicitFather.Y1459400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5517700 { + public int Y1459401 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5517700Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y1459401Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5517700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1459401\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R5517700Column] = value; + this[this.tabletblGen2ImplicitFather.Y1459401Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5519900 { + public int Y1629500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5519900Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y1629500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5519900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1629500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R5519900Column] = value; + this[this.tabletblGen2ImplicitFather.Y1629500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6219500 { + public int Y1704000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6219500Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y1704000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6219500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1704000\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R6219500Column] = value; + this[this.tabletblGen2ImplicitFather.Y1704000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6219600 { + public int Y1704500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6219600Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y1704500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6219600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1704500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R6219600Column] = value; + this[this.tabletblGen2ImplicitFather.Y1704500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6219700 { + public int Y1704501 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6219700Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y1704501Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6219700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1704501\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R6219700Column] = value; + this[this.tabletblGen2ImplicitFather.Y1704501Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6219800 { + public int Y1707300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6219800Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y1707300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6219800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1707300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R6219800Column] = value; + this[this.tabletblGen2ImplicitFather.Y1707300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6219900 { + public int Y1883300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6219900Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y1883300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6219900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1883300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R6219900Column] = value; + this[this.tabletblGen2ImplicitFather.Y1883300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6220000 { + public int Y1989500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6220000Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y1989500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6220000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1989500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R6220000Column] = value; + this[this.tabletblGen2ImplicitFather.Y1989500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6220100 { + public int Y1990000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6220100Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y1990000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6220100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1990000\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R6220100Column] = value; + this[this.tabletblGen2ImplicitFather.Y1990000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6220200 { + public int Y1990001 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6220200Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y1990001Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6220200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1990001\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R6220200Column] = value; + this[this.tabletblGen2ImplicitFather.Y1990001Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6220300 { + public int Y1992900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6220300Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y1992900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6220300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1992900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R6220300Column] = value; + this[this.tabletblGen2ImplicitFather.Y1992900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6220400 { + public int Y2197500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6220400Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y2197500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6220400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y2197500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R6220400Column] = value; + this[this.tabletblGen2ImplicitFather.Y2197500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6222800 { + public int Y2308300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6222800Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y2308300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6222800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y2308300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R6222800Column] = value; + this[this.tabletblGen2ImplicitFather.Y2308300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6222801 { + public int Y2308800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6222801Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y2308800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6222801\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y2308800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R6222801Column] = value; + this[this.tabletblGen2ImplicitFather.Y2308800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6222900 { + public int Y2308801 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6222900Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y2308801Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6222900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y2308801\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R6222900Column] = value; + this[this.tabletblGen2ImplicitFather.Y2308801Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6222901 { + public int Y2311700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6222901Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y2311700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6222901\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y2311700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R6222901Column] = value; + this[this.tabletblGen2ImplicitFather.Y2311700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6223000 { + public int Y2531800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6223000Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y2531800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6223000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y2531800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R6223000Column] = value; + this[this.tabletblGen2ImplicitFather.Y2531800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6223001 { + public int Y2641000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6223001Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y2641000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6223001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y2641000\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R6223001Column] = value; + this[this.tabletblGen2ImplicitFather.Y2641000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6223100 { + public int Y2641500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6223100Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y2641500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6223100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y2641500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R6223100Column] = value; + this[this.tabletblGen2ImplicitFather.Y2641500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6223101 { + public int Y2641501 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6223101Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y2641501Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6223101\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y2641501\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R6223101Column] = value; + this[this.tabletblGen2ImplicitFather.Y2641501Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6223200 { + public int Y2644400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6223200Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y2644400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6223200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y2644400\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R6223200Column] = value; + this[this.tabletblGen2ImplicitFather.Y2644400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6223201 { + public int Y2880000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6223201Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y2880000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6223201\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y2880000\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R6223201Column] = value; + this[this.tabletblGen2ImplicitFather.Y2880000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6223300 { + public int Y2998200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6223300Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y2998200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6223300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y2998200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R6223300Column] = value; + this[this.tabletblGen2ImplicitFather.Y2998200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6223301 { + public int Y2998700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6223301Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y2998700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6223301\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y2998700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R6223301Column] = value; + this[this.tabletblGen2ImplicitFather.Y2998700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6773500 { + public int Y2998701 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6773500Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y2998701Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6773500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y2998701\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R6773500Column] = value; + this[this.tabletblGen2ImplicitFather.Y2998701Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6773600 { + public int Y3001600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6773600Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y3001600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6773600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y3001600\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R6773600Column] = value; + this[this.tabletblGen2ImplicitFather.Y3001600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6773700 { + public int Y3249900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6773700Column])); + return ((int)(this[this.tabletblGen2ImplicitFather.Y3249900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6773700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y3249900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1Death.R6773700Column] = value; + this[this.tabletblGen2ImplicitFather.Y3249900Column] = 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; - } + public bool IsC0000200Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0000200Column); } [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; - } + public void SetC0000200Null() { + this[this.tabletblGen2ImplicitFather.C0000200Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0005300Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0005300Column); } [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; - } + public void SetC0005300Null() { + this[this.tabletblGen2ImplicitFather.C0005300Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0005400Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0005400Column); } [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; - } + public void SetC0005400Null() { + this[this.tabletblGen2ImplicitFather.C0005400Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0005700Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0005700Column); } [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; - } + public void SetC0005700Null() { + this[this.tabletblGen2ImplicitFather.C0005700Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0008100Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0008100Column); } [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; - } + public void SetC0008100Null() { + this[this.tabletblGen2ImplicitFather.C0008100Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0008200Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0008200Column); } [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; - } + public void SetC0008200Null() { + this[this.tabletblGen2ImplicitFather.C0008200Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0008300Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0008300Column); } [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; - } + public void SetC0008300Null() { + this[this.tabletblGen2ImplicitFather.C0008300Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0008600Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0008600Column); } [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; - } + public void SetC0008600Null() { + this[this.tabletblGen2ImplicitFather.C0008600Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0008700Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0008700Column); } [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; - } + public void SetC0008700Null() { + this[this.tabletblGen2ImplicitFather.C0008700Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0008800Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0008800Column); } [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; - } + public void SetC0008800Null() { + this[this.tabletblGen2ImplicitFather.C0008800Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0009100Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0009100Column); } [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; - } + public void SetC0009100Null() { + this[this.tabletblGen2ImplicitFather.C0009100Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0009200Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0009200Column); } [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; - } + public void SetC0009200Null() { + this[this.tabletblGen2ImplicitFather.C0009200Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0009300Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0009300Column); } [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; - } + public void SetC0009300Null() { + this[this.tabletblGen2ImplicitFather.C0009300Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0009600Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0009600Column); } [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; - } + public void SetC0009600Null() { + this[this.tabletblGen2ImplicitFather.C0009600Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0009700Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0009700Column); } [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; - } + public void SetC0009700Null() { + this[this.tabletblGen2ImplicitFather.C0009700Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0009800Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0009800Column); } [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; - } + public void SetC0009800Null() { + this[this.tabletblGen2ImplicitFather.C0009800Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0009900Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0009900Column); } [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; - } + public void SetC0009900Null() { + this[this.tabletblGen2ImplicitFather.C0009900Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0010110Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0010110Column); } [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; - } + public void SetC0010110Null() { + this[this.tabletblGen2ImplicitFather.C0010110Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0010200Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0010200Column); } [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; - } + public void SetC0010200Null() { + this[this.tabletblGen2ImplicitFather.C0010200Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0010300Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0010300Column); } [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; - } + public void SetC0010300Null() { + this[this.tabletblGen2ImplicitFather.C0010300Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0010400Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0010400Column); } [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; - } + public void SetC0010400Null() { + this[this.tabletblGen2ImplicitFather.C0010400Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0010700Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0010700Column); } [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; - } + public void SetC0010700Null() { + this[this.tabletblGen2ImplicitFather.C0010700Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0010800Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0010800Column); } [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; - } + public void SetC0010800Null() { + this[this.tabletblGen2ImplicitFather.C0010800Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0010900Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0010900Column); } [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; - } + public void SetC0010900Null() { + this[this.tabletblGen2ImplicitFather.C0010900Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0011110Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011110Column); } [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; - } + public void SetC0011110Null() { + this[this.tabletblGen2ImplicitFather.C0011110Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0011111Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011111Column); } [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; - } + public void SetC0011111Null() { + this[this.tabletblGen2ImplicitFather.C0011111Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0011112Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011112Column); } [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; - } + public void SetC0011112Null() { + this[this.tabletblGen2ImplicitFather.C0011112Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0011113Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011113Column); } [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; - } + public void SetC0011113Null() { + this[this.tabletblGen2ImplicitFather.C0011113Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0011114Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011114Column); } [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; - } + public void SetC0011114Null() { + this[this.tabletblGen2ImplicitFather.C0011114Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0011117Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011117Column); } [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; - } + public void SetC0011117Null() { + this[this.tabletblGen2ImplicitFather.C0011117Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0011118Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011118Column); } [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; - } + public void SetC0011118Null() { + this[this.tabletblGen2ImplicitFather.C0011118Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0011119Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011119Column); } [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; - } + public void SetC0011119Null() { + this[this.tabletblGen2ImplicitFather.C0011119Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0011122Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011122Column); } [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; - } + public void SetC0011122Null() { + this[this.tabletblGen2ImplicitFather.C0011122Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0011123Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011123Column); } [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; - } + public void SetC0011123Null() { + this[this.tabletblGen2ImplicitFather.C0011123Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0011124Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011124Column); } [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; - } + public void SetC0011124Null() { + this[this.tabletblGen2ImplicitFather.C0011124Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0011127Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011127Column); } [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; - } + public void SetC0011127Null() { + this[this.tabletblGen2ImplicitFather.C0011127Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0011128Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011128Column); } [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; - } + public void SetC0011128Null() { + this[this.tabletblGen2ImplicitFather.C0011128Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0011129Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011129Column); } [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; - } + public void SetC0011129Null() { + this[this.tabletblGen2ImplicitFather.C0011129Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0011132Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011132Column); } [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; - } + public void SetC0011132Null() { + this[this.tabletblGen2ImplicitFather.C0011132Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0011133Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011133Column); } [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; - } + public void SetC0011133Null() { + this[this.tabletblGen2ImplicitFather.C0011133Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0011134Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011134Column); } [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; - } + public void SetC0011134Null() { + this[this.tabletblGen2ImplicitFather.C0011134Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0011137Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011137Column); } [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; - } + public void SetC0011137Null() { + this[this.tabletblGen2ImplicitFather.C0011137Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0011138Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011138Column); } [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; - } + public void SetC0011138Null() { + this[this.tabletblGen2ImplicitFather.C0011138Column] = global::System.Convert.DBNull; } [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; - } + 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")] - 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; - } + public void SetC0011139Null() { + this[this.tabletblGen2ImplicitFather.C0011139Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0011142Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011142Column); } [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; - } + public void SetC0011142Null() { + this[this.tabletblGen2ImplicitFather.C0011142Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0011143Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011143Column); } [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; - } + public void SetC0011143Null() { + this[this.tabletblGen2ImplicitFather.C0011143Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC0011144Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011144Column); } [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; - } + public void SetC0011144Null() { + this[this.tabletblGen2ImplicitFather.C0011144Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC3070500Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C3070500Column); } [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; - } + public void SetC3070500Null() { + this[this.tabletblGen2ImplicitFather.C3070500Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC3423600Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C3423600Column); } [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; - } + public void SetC3423600Null() { + this[this.tabletblGen2ImplicitFather.C3423600Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC3601100Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C3601100Column); } [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; - } + public void SetC3601100Null() { + this[this.tabletblGen2ImplicitFather.C3601100Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC3601700Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C3601700Column); } [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; - } + public void SetC3601700Null() { + this[this.tabletblGen2ImplicitFather.C3601700Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC3601800Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C3601800Column); } [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; - } + public void SetC3601800Null() { + this[this.tabletblGen2ImplicitFather.C3601800Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC3601900Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C3601900Column); } [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; - } + public void SetC3601900Null() { + this[this.tabletblGen2ImplicitFather.C3601900Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC3605900Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C3605900Column); } [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; - } + public void SetC3605900Null() { + this[this.tabletblGen2ImplicitFather.C3605900Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC3981100Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C3981100Column); } [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; - } + public void SetC3981100Null() { + this[this.tabletblGen2ImplicitFather.C3981100Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC3981700Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C3981700Column); } [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; - } + public void SetC3981700Null() { + this[this.tabletblGen2ImplicitFather.C3981700Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC3981800Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C3981800Column); } [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; - } + public void SetC3981800Null() { + this[this.tabletblGen2ImplicitFather.C3981800Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC3981900Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C3981900Column); } [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; - } + public void SetC3981900Null() { + this[this.tabletblGen2ImplicitFather.C3981900Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC5156100Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C5156100Column); } [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; - } + public void SetC5156100Null() { + this[this.tabletblGen2ImplicitFather.C5156100Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC5525500Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C5525500Column); } [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; - } + public void SetC5525500Null() { + this[this.tabletblGen2ImplicitFather.C5525500Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC5525600Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C5525600Column); } [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; - } + public void SetC5525600Null() { + this[this.tabletblGen2ImplicitFather.C5525600Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC5525700Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C5525700Column); } [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; - } + public void SetC5525700Null() { + this[this.tabletblGen2ImplicitFather.C5525700Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC5733200Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C5733200Column); } [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; - } + public void SetC5733200Null() { + this[this.tabletblGen2ImplicitFather.C5733200Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC5801800Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C5801800Column); } [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; - } + public void SetC5801800Null() { + this[this.tabletblGen2ImplicitFather.C5801800Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC5801900Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C5801900Column); } [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; - } + public void SetC5801900Null() { + this[this.tabletblGen2ImplicitFather.C5801900Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC5802000Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C5802000Column); } [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; - } + public void SetC5802000Null() { + this[this.tabletblGen2ImplicitFather.C5802000Column] = global::System.Convert.DBNull; } [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; - } + public bool IsC6006200Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C6006200Column); } [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; - } + public void SetC6006200Null() { + this[this.tabletblGen2ImplicitFather.C6006200Column] = global::System.Convert.DBNull; } [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; - } + public bool IsY0003200Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0003200Column); } [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; - } + public void SetY0003200Null() { + this[this.tabletblGen2ImplicitFather.Y0003200Column] = global::System.Convert.DBNull; } [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; - } + public bool IsY0007300Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0007300Column); } [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; - } + public void SetY0007300Null() { + this[this.tabletblGen2ImplicitFather.Y0007300Column] = global::System.Convert.DBNull; } [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; - } + public bool IsY0007400Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0007400Column); } [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; - } + public void SetY0007400Null() { + this[this.tabletblGen2ImplicitFather.Y0007400Column] = global::System.Convert.DBNull; } [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; - } + public bool IsY0007600Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0007600Column); } [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; - } + public void SetY0007600Null() { + this[this.tabletblGen2ImplicitFather.Y0007600Column] = global::System.Convert.DBNull; } [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; - } + public bool IsY0007601Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0007601Column); } [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; - } + public void SetY0007601Null() { + this[this.tabletblGen2ImplicitFather.Y0007601Column] = global::System.Convert.DBNull; } [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; - } + public bool IsY0008000Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0008000Column); } [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; - } + public void SetY0008000Null() { + this[this.tabletblGen2ImplicitFather.Y0008000Column] = global::System.Convert.DBNull; } [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; - } + public bool IsY0008500Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0008500Column); } [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; - } + public void SetY0008500Null() { + this[this.tabletblGen2ImplicitFather.Y0008500Column] = global::System.Convert.DBNull; } [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; - } + public bool IsY0008600Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0008600Column); } [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; - } + public void SetY0008600Null() { + this[this.tabletblGen2ImplicitFather.Y0008600Column] = global::System.Convert.DBNull; } [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; - } + public bool IsY0009400Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0009400Column); } [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; - } + public void SetY0009400Null() { + this[this.tabletblGen2ImplicitFather.Y0009400Column] = global::System.Convert.DBNull; } [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; - } + public bool IsY0394100Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0394100Column); } [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; - } + public void SetY0394100Null() { + this[this.tabletblGen2ImplicitFather.Y0394100Column] = global::System.Convert.DBNull; } [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; - } + public bool IsY0394300Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0394300Column); } [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; - } + public void SetY0394300Null() { + this[this.tabletblGen2ImplicitFather.Y0394300Column] = global::System.Convert.DBNull; } [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; - } + public bool IsY0394500Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0394500Column); } [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; - } + public void SetY0394500Null() { + this[this.tabletblGen2ImplicitFather.Y0394500Column] = global::System.Convert.DBNull; } [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; - } + public bool IsY0394501Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0394501Column); } [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; - } + public void SetY0394501Null() { + this[this.tabletblGen2ImplicitFather.Y0394501Column] = global::System.Convert.DBNull; } [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; - } + public bool IsY0394900Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0394900Column); } [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; - } + public void SetY0394900Null() { + this[this.tabletblGen2ImplicitFather.Y0394900Column] = global::System.Convert.DBNull; } [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; - } + public bool IsY0651000Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0651000Column); } [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; - } + public void SetY0651000Null() { + this[this.tabletblGen2ImplicitFather.Y0651000Column] = global::System.Convert.DBNull; } [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; - } + public bool IsY0682500Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0682500Column); } [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; - } + public void SetY0682500Null() { + this[this.tabletblGen2ImplicitFather.Y0682500Column] = global::System.Convert.DBNull; } [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; - } + public bool IsY0683800Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0683800Column); } [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; - } + public void SetY0683800Null() { + this[this.tabletblGen2ImplicitFather.Y0683800Column] = global::System.Convert.DBNull; } [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; - } + public bool IsY0683900Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0683900Column); } [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; - } + public void SetY0683900Null() { + this[this.tabletblGen2ImplicitFather.Y0683900Column] = global::System.Convert.DBNull; } [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; - } + public bool IsY0684100Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0684100Column); } [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; - } + public void SetY0684100Null() { + this[this.tabletblGen2ImplicitFather.Y0684100Column] = global::System.Convert.DBNull; } [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; - } + public bool IsY0684101Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0684101Column); } [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; - } + public void SetY0684101Null() { + this[this.tabletblGen2ImplicitFather.Y0684101Column] = global::System.Convert.DBNull; } [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; - } + public bool IsY0684500Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0684500Column); } [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; - } + public void SetY0684500Null() { + this[this.tabletblGen2ImplicitFather.Y0684500Column] = global::System.Convert.DBNull; } [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; - } + public bool IsY0947100Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0947100Column); } [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; - } + public void SetY0947100Null() { + this[this.tabletblGen2ImplicitFather.Y0947100Column] = global::System.Convert.DBNull; } [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; - } + public bool IsY0986200Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0986200Column); } [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; - } + 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")] - 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; - } + public bool IsY0986700Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0986700Column); } [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; - } + public void SetY0986700Null() { + this[this.tabletblGen2ImplicitFather.Y0986700Column] = global::System.Convert.DBNull; } [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; - } + public bool IsY0988800Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0988800Column); } [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; - } + public void SetY0988800Null() { + this[this.tabletblGen2ImplicitFather.Y0988800Column] = global::System.Convert.DBNull; } [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; - } + public bool IsY0988900Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0988900Column); } [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); + public void SetY0988900Null() { + this[this.tabletblGen2ImplicitFather.Y0988900Column] = global::System.Convert.DBNull; } [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; + public bool IsY0989400Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0989400Column); } [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); + public void SetY0989400Null() { + this[this.tabletblGen2ImplicitFather.Y0989400Column] = global::System.Convert.DBNull; } [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; + public bool IsY0989401Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0989401Column); } [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); + 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 void SetR1374800Null() { - this[this.tabletblGen2FatherFromGen1Death.R1374800Column] = global::System.Convert.DBNull; + 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 bool IsR1375500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1375500Column); + 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 void SetR1375500Null() { - this[this.tabletblGen2FatherFromGen1Death.R1375500Column] = global::System.Convert.DBNull; + 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 bool IsR1376200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1376200Column); + 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 void SetR1376200Null() { - this[this.tabletblGen2FatherFromGen1Death.R1376200Column] = global::System.Convert.DBNull; + 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 bool IsR1376900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1376900Column); + 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 void SetR1376900Null() { - this[this.tabletblGen2FatherFromGen1Death.R1376900Column] = global::System.Convert.DBNull; + 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 bool IsR1377600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1377600Column); + 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 void SetR1377600Null() { - this[this.tabletblGen2FatherFromGen1Death.R1377600Column] = global::System.Convert.DBNull; + 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 bool IsR1753800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1753800Column); + 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 void SetR1753800Null() { - this[this.tabletblGen2FatherFromGen1Death.R1753800Column] = global::System.Convert.DBNull; + public bool IsY1264300Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y1264300Column); } [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); + public void SetY1264300Null() { + this[this.tabletblGen2ImplicitFather.Y1264300Column] = global::System.Convert.DBNull; } [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; + public bool IsY1265300Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y1265300Column); } [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); + public void SetY1265300Null() { + this[this.tabletblGen2ImplicitFather.Y1265300Column] = global::System.Convert.DBNull; } [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; + 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 bool IsR1755900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1755900Column); + 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 void SetR1755900Null() { - this[this.tabletblGen2FatherFromGen1Death.R1755900Column] = global::System.Convert.DBNull; + 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 bool IsR1756600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1756600Column); + 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 void SetR1756600Null() { - this[this.tabletblGen2FatherFromGen1Death.R1756600Column] = global::System.Convert.DBNull; + 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 bool IsR1757300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1757300Column); + 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 void SetR1757300Null() { - this[this.tabletblGen2FatherFromGen1Death.R1757300Column] = global::System.Convert.DBNull; + 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 bool IsR1758000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1758000Column); + 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 void SetR1758000Null() { - this[this.tabletblGen2FatherFromGen1Death.R1758000Column] = global::System.Convert.DBNull; + 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 bool IsR2095800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2095800Column); + 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 void SetR2095800Null() { - this[this.tabletblGen2FatherFromGen1Death.R2095800Column] = global::System.Convert.DBNull; + 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 bool IsR2096500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2096500Column); + 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 void SetR2096500Null() { - this[this.tabletblGen2FatherFromGen1Death.R2096500Column] = global::System.Convert.DBNull; + 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 bool IsR2097200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2097200Column); + 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 void SetR2097200Null() { - this[this.tabletblGen2FatherFromGen1Death.R2097200Column] = global::System.Convert.DBNull; + 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 bool IsR2097900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2097900Column); + 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 void SetR2097900Null() { - this[this.tabletblGen2FatherFromGen1Death.R2097900Column] = global::System.Convert.DBNull; + 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 bool IsR2098600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2098600Column); + 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 void SetR2098600Null() { - this[this.tabletblGen2FatherFromGen1Death.R2098600Column] = global::System.Convert.DBNull; + 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 bool IsR2099300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2099300Column); + 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 void SetR2099300Null() { - this[this.tabletblGen2FatherFromGen1Death.R2099300Column] = global::System.Convert.DBNull; + 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 bool IsR2100000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2100000Column); + 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 void SetR2100000Null() { - this[this.tabletblGen2FatherFromGen1Death.R2100000Column] = global::System.Convert.DBNull; + 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 bool IsR2648100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2648100Column); + 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 void SetR2648100Null() { - this[this.tabletblGen2FatherFromGen1Death.R2648100Column] = global::System.Convert.DBNull; + 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 bool IsR2648800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2648800Column); + 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 void SetR2648800Null() { - this[this.tabletblGen2FatherFromGen1Death.R2648800Column] = global::System.Convert.DBNull; + 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 bool IsR2649500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2649500Column); + 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 void SetR2649500Null() { - this[this.tabletblGen2FatherFromGen1Death.R2649500Column] = global::System.Convert.DBNull; + 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 bool IsR2650200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2650200Column); + 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 void SetR2650200Null() { - this[this.tabletblGen2FatherFromGen1Death.R2650200Column] = global::System.Convert.DBNull; + 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 bool IsR2650900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2650900Column); + 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 void SetR2650900Null() { - this[this.tabletblGen2FatherFromGen1Death.R2650900Column] = global::System.Convert.DBNull; + 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 bool IsR2651600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2651600Column); + 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 void SetR2651600Null() { - this[this.tabletblGen2FatherFromGen1Death.R2651600Column] = global::System.Convert.DBNull; + 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 bool IsR2652300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2652300Column); + 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 void SetR2652300Null() { - this[this.tabletblGen2FatherFromGen1Death.R2652300Column] = global::System.Convert.DBNull; + 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 bool IsR3256000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3256000Column); + public void SetY2531800Null() { + this[this.tabletblGen2ImplicitFather.Y2531800Column] = 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.tabletblGen2FatherFromGen1Death.R3256000Column] = global::System.Convert.DBNull; + public bool IsY2641000Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y2641000Column); } [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); + public void SetY2641000Null() { + this[this.tabletblGen2ImplicitFather.Y2641000Column] = 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.tabletblGen2FatherFromGen1Death.R3257800Column] = global::System.Convert.DBNull; + public bool IsY2641500Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y2641500Column); } [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); + public void SetY2641500Null() { + this[this.tabletblGen2ImplicitFather.Y2641500Column] = 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.tabletblGen2FatherFromGen1Death.R3259600Column] = global::System.Convert.DBNull; + public bool IsY2641501Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y2641501Column); } [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); + public void SetY2641501Null() { + this[this.tabletblGen2ImplicitFather.Y2641501Column] = 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.tabletblGen2FatherFromGen1Death.R3261400Column] = global::System.Convert.DBNull; + public bool IsY2644400Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y2644400Column); } [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); + public void SetY2644400Null() { + this[this.tabletblGen2ImplicitFather.Y2644400Column] = 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.tabletblGen2FatherFromGen1Death.R3263200Column] = global::System.Convert.DBNull; + public bool IsY2880000Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y2880000Column); } [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); + public void SetY2880000Null() { + this[this.tabletblGen2ImplicitFather.Y2880000Column] = 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.tabletblGen2FatherFromGen1Death.R3265000Column] = global::System.Convert.DBNull; + public bool IsY2998200Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y2998200Column); } [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); + public void SetY2998200Null() { + this[this.tabletblGen2ImplicitFather.Y2998200Column] = 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.tabletblGen2FatherFromGen1Death.R3266800Column] = global::System.Convert.DBNull; + public bool IsY2998700Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y2998700Column); } [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); + public void SetY2998700Null() { + this[this.tabletblGen2ImplicitFather.Y2998700Column] = 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.tabletblGen2FatherFromGen1Death.R3771900Column] = global::System.Convert.DBNull; + public bool IsY2998701Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y2998701Column); } [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); + public void SetY2998701Null() { + this[this.tabletblGen2ImplicitFather.Y2998701Column] = 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.tabletblGen2FatherFromGen1Death.R3772200Column] = global::System.Convert.DBNull; + public bool IsY3001600Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y3001600Column); } [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); + public void SetY3001600Null() { + this[this.tabletblGen2ImplicitFather.Y3001600Column] = 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.tabletblGen2FatherFromGen1Death.R3772300Column] = global::System.Convert.DBNull; + public bool IsY3249900Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y3249900Column); } [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); + public void SetY3249900Null() { + this[this.tabletblGen2ImplicitFather.Y3249900Column] = global::System.Convert.DBNull; } + } + + /// + ///Represents strongly named DataRow class. + /// + public partial class tblGen2FatherFromGen1DeathRow : global::System.Data.DataRow { - [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; - } + private tblGen2FatherFromGen1DeathDataTable tabletblGen2FatherFromGen1Death; [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); + 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 void SetR3774300Null() { - this[this.tabletblGen2FatherFromGen1Death.R3774300Column] = global::System.Convert.DBNull; + public int R0000100 { + get { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R0000100Column])); + } + set { + this[this.tabletblGen2FatherFromGen1Death.R0000100Column] = 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); + public int R0214800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R0214800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R0214800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R0214800Column] = 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; + 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; + } } [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); + 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); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R1374100Column] = 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; + 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); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R1374800Column] = 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); + 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")] - public void SetR3776400Null() { - this[this.tabletblGen2FatherFromGen1Death.R3776400Column] = global::System.Convert.DBNull; + 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; + } } [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); + 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); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R1376900Column] = 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; + 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); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R1377600Column] = 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); + 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; + } } [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; + 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; + } } [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); + 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")] - public void SetR3778500Null() { - this[this.tabletblGen2FatherFromGen1Death.R3778500Column] = global::System.Convert.DBNull; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; - } + 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; + } + } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); - } + 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; + } + } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; - } + 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; + } + } [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); + 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.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; + 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; + } } [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); + 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; + } } [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; + 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")] - public bool IsR7418500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7418500Column); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); - } + 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; + } + } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + 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; + } } [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); + 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; + } } [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; + public bool IsR0214800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R0214800Column); } [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); + public void SetR0214800Null() { + this[this.tabletblGen2FatherFromGen1Death.R0214800Column] = global::System.Convert.DBNull; } [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; + public bool IsR1373400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1373400Column); } [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); + public void SetR1373400Null() { + this[this.tabletblGen2FatherFromGen1Death.R1373400Column] = global::System.Convert.DBNull; } [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; + public bool IsR1374100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1374100Column); } [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); + public void SetR1374100Null() { + this[this.tabletblGen2FatherFromGen1Death.R1374100Column] = global::System.Convert.DBNull; } [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; + public bool IsR1374800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1374800Column); } [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); + public void SetR1374800Null() { + this[this.tabletblGen2FatherFromGen1Death.R1374800Column] = global::System.Convert.DBNull; } [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; + public bool IsR1375500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1375500Column); } [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); + public void SetR1375500Null() { + this[this.tabletblGen2FatherFromGen1Death.R1375500Column] = global::System.Convert.DBNull; } [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; + public bool IsR1376200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1376200Column); } [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); + public void SetR1376200Null() { + this[this.tabletblGen2FatherFromGen1Death.R1376200Column] = global::System.Convert.DBNull; } [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; + public bool IsR1376900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1376900Column); } [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); + public void SetR1376900Null() { + this[this.tabletblGen2FatherFromGen1Death.R1376900Column] = global::System.Convert.DBNull; } [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; + public bool IsR1377600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1377600Column); } [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); + public void SetR1377600Null() { + this[this.tabletblGen2FatherFromGen1Death.R1377600Column] = global::System.Convert.DBNull; } [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; + public bool IsR1753800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1753800Column); } [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); + public void SetR1753800Null() { + this[this.tabletblGen2FatherFromGen1Death.R1753800Column] = global::System.Convert.DBNull; } [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; + public bool IsR1754500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1754500Column); } [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); + public void SetR1754500Null() { + this[this.tabletblGen2FatherFromGen1Death.R1754500Column] = global::System.Convert.DBNull; } [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; + public bool IsR1755200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1755200Column); } [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); + public void SetR1755200Null() { + this[this.tabletblGen2FatherFromGen1Death.R1755200Column] = global::System.Convert.DBNull; } [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; + public bool IsR1755900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1755900Column); } [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); + public void SetR1755900Null() { + this[this.tabletblGen2FatherFromGen1Death.R1755900Column] = global::System.Convert.DBNull; } [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; + public bool IsR1756600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1756600Column); } [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); + public void SetR1756600Null() { + this[this.tabletblGen2FatherFromGen1Death.R1756600Column] = global::System.Convert.DBNull; } [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; + public bool IsR1757300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1757300Column); } [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); + public void SetR1757300Null() { + this[this.tabletblGen2FatherFromGen1Death.R1757300Column] = global::System.Convert.DBNull; } [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; + public bool IsR1758000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1758000Column); } [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); + public void SetR1758000Null() { + this[this.tabletblGen2FatherFromGen1Death.R1758000Column] = global::System.Convert.DBNull; } [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; + public bool IsR2095800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2095800Column); } [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); + public void SetR2095800Null() { + this[this.tabletblGen2FatherFromGen1Death.R2095800Column] = global::System.Convert.DBNull; } [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; + public bool IsR2096500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2096500Column); } [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); + public void SetR2096500Null() { + this[this.tabletblGen2FatherFromGen1Death.R2096500Column] = global::System.Convert.DBNull; } [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; + public bool IsR2097200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2097200Column); } [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); + public void SetR2097200Null() { + this[this.tabletblGen2FatherFromGen1Death.R2097200Column] = global::System.Convert.DBNull; } [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; + public bool IsR2097900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2097900Column); } [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); + public void SetR2097900Null() { + this[this.tabletblGen2FatherFromGen1Death.R2097900Column] = global::System.Convert.DBNull; } [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; + public bool IsR2098600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2098600Column); } [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); + public void SetR2098600Null() { + this[this.tabletblGen2FatherFromGen1Death.R2098600Column] = global::System.Convert.DBNull; } [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; + public bool IsR2099300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2099300Column); } [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); + public void SetR2099300Null() { + this[this.tabletblGen2FatherFromGen1Death.R2099300Column] = global::System.Convert.DBNull; } [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; + public bool IsR2100000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2100000Column); } [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); + public void SetR2100000Null() { + this[this.tabletblGen2FatherFromGen1Death.R2100000Column] = global::System.Convert.DBNull; } [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; + public bool IsR2648100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2648100Column); } [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); + public void SetR2648100Null() { + this[this.tabletblGen2FatherFromGen1Death.R2648100Column] = global::System.Convert.DBNull; } [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; + public bool IsR2648800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2648800Column); } [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); + public void SetR2648800Null() { + this[this.tabletblGen2FatherFromGen1Death.R2648800Column] = global::System.Convert.DBNull; } [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; + public bool IsR2649500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2649500Column); } [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); + public void SetR2649500Null() { + this[this.tabletblGen2FatherFromGen1Death.R2649500Column] = global::System.Convert.DBNull; } [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; + public bool IsR2650200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2650200Column); } [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); + public void SetR2650200Null() { + this[this.tabletblGen2FatherFromGen1Death.R2650200Column] = global::System.Convert.DBNull; } [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; + public bool IsR2650900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2650900Column); } [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); + public void SetR2650900Null() { + this[this.tabletblGen2FatherFromGen1Death.R2650900Column] = global::System.Convert.DBNull; } [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; + public bool IsR2651600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2651600Column); } [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); + public void SetR2651600Null() { + this[this.tabletblGen2FatherFromGen1Death.R2651600Column] = global::System.Convert.DBNull; } [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; + public bool IsR2652300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2652300Column); } [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); + public void SetR2652300Null() { + this[this.tabletblGen2FatherFromGen1Death.R2652300Column] = global::System.Convert.DBNull; } [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; + public bool IsR3256000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3256000Column); } [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); + public void SetR3256000Null() { + this[this.tabletblGen2FatherFromGen1Death.R3256000Column] = global::System.Convert.DBNull; } [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; + public bool IsR3257800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3257800Column); } [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); + public void SetR3257800Null() { + this[this.tabletblGen2FatherFromGen1Death.R3257800Column] = global::System.Convert.DBNull; } [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; + public bool IsR3259600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3259600Column); } [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); + public void SetR3259600Null() { + this[this.tabletblGen2FatherFromGen1Death.R3259600Column] = global::System.Convert.DBNull; } [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; + public bool IsR3261400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3261400Column); } [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); + public void SetR3261400Null() { + this[this.tabletblGen2FatherFromGen1Death.R3261400Column] = global::System.Convert.DBNull; } [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; + public bool IsR3263200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3263200Column); } [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); + public void SetR3263200Null() { + this[this.tabletblGen2FatherFromGen1Death.R3263200Column] = global::System.Convert.DBNull; } [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; + public bool IsR3265000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3265000Column); } [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); + public void SetR3265000Null() { + this[this.tabletblGen2FatherFromGen1Death.R3265000Column] = global::System.Convert.DBNull; } [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; + public bool IsR3266800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3266800Column); } [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); + public void SetR3266800Null() { + this[this.tabletblGen2FatherFromGen1Death.R3266800Column] = global::System.Convert.DBNull; } [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; + public bool IsR3771900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3771900Column); } [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); + public void SetR3771900Null() { + this[this.tabletblGen2FatherFromGen1Death.R3771900Column] = global::System.Convert.DBNull; } [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; + public bool IsR3772200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3772200Column); } [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); + public void SetR3772200Null() { + this[this.tabletblGen2FatherFromGen1Death.R3772200Column] = global::System.Convert.DBNull; } [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; + public bool IsR3772300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3772300Column); } [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); + public void SetR3772300Null() { + this[this.tabletblGen2FatherFromGen1Death.R3772300Column] = global::System.Convert.DBNull; } [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; + public bool IsR3774000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3774000Column); } [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); + public void SetR3774000Null() { + this[this.tabletblGen2FatherFromGen1Death.R3774000Column] = global::System.Convert.DBNull; } [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; + public bool IsR3774300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3774300Column); } [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); + public void SetR3774300Null() { + this[this.tabletblGen2FatherFromGen1Death.R3774300Column] = global::System.Convert.DBNull; } [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; + public bool IsR3774400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3774400Column); } [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); + public void SetR3774400Null() { + this[this.tabletblGen2FatherFromGen1Death.R3774400Column] = global::System.Convert.DBNull; } [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; + public bool IsR3776100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3776100Column); } [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); + public void SetR3776100Null() { + this[this.tabletblGen2FatherFromGen1Death.R3776100Column] = global::System.Convert.DBNull; } [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; + public bool IsR3776400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3776400Column); } [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); + public void SetR3776400Null() { + this[this.tabletblGen2FatherFromGen1Death.R3776400Column] = global::System.Convert.DBNull; } [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; + public bool IsR3776500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3776500Column); } [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); + public void SetR3776500Null() { + this[this.tabletblGen2FatherFromGen1Death.R3776500Column] = global::System.Convert.DBNull; } [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; + public bool IsR3778200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3778200Column); } [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); + public void SetR3778200Null() { + this[this.tabletblGen2FatherFromGen1Death.R3778200Column] = global::System.Convert.DBNull; } [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; + public bool IsR3778500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3778500Column); } [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); + public void SetR3778500Null() { + this[this.tabletblGen2FatherFromGen1Death.R3778500Column] = global::System.Convert.DBNull; } [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; + public bool IsR3778600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3778600Column); } [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); + public void SetR3778600Null() { + this[this.tabletblGen2FatherFromGen1Death.R3778600Column] = global::System.Convert.DBNull; } [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; + public bool IsR3780300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3780300Column); } [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); + public void SetR3780300Null() { + this[this.tabletblGen2FatherFromGen1Death.R3780300Column] = global::System.Convert.DBNull; } [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; + public bool IsR3780600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3780600Column); } [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); + public void SetR3780600Null() { + this[this.tabletblGen2FatherFromGen1Death.R3780600Column] = global::System.Convert.DBNull; } [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; + public bool IsR3780700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3780700Column); } [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); + public void SetR3780700Null() { + this[this.tabletblGen2FatherFromGen1Death.R3780700Column] = global::System.Convert.DBNull; } [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; + public bool IsR3782400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3782400Column); } [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); + public void SetR3782400Null() { + this[this.tabletblGen2FatherFromGen1Death.R3782400Column] = global::System.Convert.DBNull; } [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; + public bool IsR3784500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3784500Column); } [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); + public void SetR3784500Null() { + this[this.tabletblGen2FatherFromGen1Death.R3784500Column] = global::System.Convert.DBNull; } [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; + public bool IsR4276900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4276900Column); } [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); + public void SetR4276900Null() { + this[this.tabletblGen2FatherFromGen1Death.R4276900Column] = global::System.Convert.DBNull; } [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; + public bool IsR4277200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4277200Column); } [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); + public void SetR4277200Null() { + this[this.tabletblGen2FatherFromGen1Death.R4277200Column] = global::System.Convert.DBNull; } [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; + public bool IsR4277201Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4277201Column); } [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); + public void SetR4277201Null() { + this[this.tabletblGen2FatherFromGen1Death.R4277201Column] = global::System.Convert.DBNull; } [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; + public bool IsR4277800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4277800Column); } [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); + public void SetR4277800Null() { + this[this.tabletblGen2FatherFromGen1Death.R4277800Column] = global::System.Convert.DBNull; } [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; + public bool IsR4278100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4278100Column); } [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); + public void SetR4278100Null() { + this[this.tabletblGen2FatherFromGen1Death.R4278100Column] = global::System.Convert.DBNull; } [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; + public bool IsR4278101Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4278101Column); } [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); + public void SetR4278101Null() { + this[this.tabletblGen2FatherFromGen1Death.R4278101Column] = global::System.Convert.DBNull; } [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; + public bool IsR4278700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4278700Column); } [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); + public void SetR4278700Null() { + this[this.tabletblGen2FatherFromGen1Death.R4278700Column] = global::System.Convert.DBNull; } [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; + public bool IsR4279000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4279000Column); } [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); + public void SetR4279000Null() { + this[this.tabletblGen2FatherFromGen1Death.R4279000Column] = global::System.Convert.DBNull; } [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; + public bool IsR4279001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4279001Column); } [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); + public void SetR4279001Null() { + this[this.tabletblGen2FatherFromGen1Death.R4279001Column] = global::System.Convert.DBNull; } [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; + public bool IsR4279600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4279600Column); } [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); + public void SetR4279600Null() { + this[this.tabletblGen2FatherFromGen1Death.R4279600Column] = global::System.Convert.DBNull; } [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; + public bool IsR4279900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4279900Column); } [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); + public void SetR4279900Null() { + this[this.tabletblGen2FatherFromGen1Death.R4279900Column] = global::System.Convert.DBNull; } [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; + public bool IsR4279901Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4279901Column); } [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); + public void SetR4279901Null() { + this[this.tabletblGen2FatherFromGen1Death.R4279901Column] = global::System.Convert.DBNull; } [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; + public bool IsR4280500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4280500Column); } [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); + public void SetR4280500Null() { + this[this.tabletblGen2FatherFromGen1Death.R4280500Column] = global::System.Convert.DBNull; } [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; + public bool IsR4280800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4280800Column); } [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); + public void SetR4280800Null() { + this[this.tabletblGen2FatherFromGen1Death.R4280800Column] = global::System.Convert.DBNull; } [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; + public bool IsR4280801Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4280801Column); } [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); + public void SetR4280801Null() { + this[this.tabletblGen2FatherFromGen1Death.R4280801Column] = global::System.Convert.DBNull; } [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; + public bool IsR4281400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4281400Column); } [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); + 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")] - public void SetT2546601Null() { - this[this.tabletblGen2FatherFromGen1Death.T2546601Column] = global::System.Convert.DBNull; + public bool IsR4282200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4282200Column); } [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); + public void SetR4282200Null() { + this[this.tabletblGen2FatherFromGen1Death.R4282200Column] = global::System.Convert.DBNull; } [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; + public bool IsR4827700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4827700Column); } [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); + public void SetR4827700Null() { + this[this.tabletblGen2FatherFromGen1Death.R4827700Column] = global::System.Convert.DBNull; } [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; + public bool IsR4828000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4828000Column); } [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); + public void SetR4828000Null() { + this[this.tabletblGen2FatherFromGen1Death.R4828000Column] = global::System.Convert.DBNull; } [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; + public bool IsR4828001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4828001Column); } [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); + public void SetR4828001Null() { + this[this.tabletblGen2FatherFromGen1Death.R4828001Column] = global::System.Convert.DBNull; } [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; + public bool IsR4830700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4830700Column); } [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); + public void SetR4830700Null() { + this[this.tabletblGen2FatherFromGen1Death.R4830700Column] = global::System.Convert.DBNull; } [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; + public bool IsR4831000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4831000Column); } [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); + public void SetR4831000Null() { + this[this.tabletblGen2FatherFromGen1Death.R4831000Column] = global::System.Convert.DBNull; } [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; + public bool IsR4831001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4831001Column); } [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); + public void SetR4831001Null() { + this[this.tabletblGen2FatherFromGen1Death.R4831001Column] = global::System.Convert.DBNull; } [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; + public bool IsR4833700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4833700Column); } [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); + public void SetR4833700Null() { + this[this.tabletblGen2FatherFromGen1Death.R4833700Column] = global::System.Convert.DBNull; } [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; + public bool IsR4834000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4834000Column); } [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); + public void SetR4834000Null() { + this[this.tabletblGen2FatherFromGen1Death.R4834000Column] = global::System.Convert.DBNull; } [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; + public bool IsR4834001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4834001Column); } [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); + public void SetR4834001Null() { + this[this.tabletblGen2FatherFromGen1Death.R4834001Column] = global::System.Convert.DBNull; } [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; + public bool IsR4836700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4836700Column); } [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); + public void SetR4836700Null() { + this[this.tabletblGen2FatherFromGen1Death.R4836700Column] = global::System.Convert.DBNull; } [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; + public bool IsR4837000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4837000Column); } [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); + public void SetR4837000Null() { + this[this.tabletblGen2FatherFromGen1Death.R4837000Column] = global::System.Convert.DBNull; } [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; + public bool IsR4837001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4837001Column); } [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); + public void SetR4837001Null() { + this[this.tabletblGen2FatherFromGen1Death.R4837001Column] = global::System.Convert.DBNull; } [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; + public bool IsR4839700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4839700Column); } [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); + public void SetR4839700Null() { + this[this.tabletblGen2FatherFromGen1Death.R4839700Column] = global::System.Convert.DBNull; } [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; + public bool IsR4840000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4840000Column); } [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); + public void SetR4840000Null() { + this[this.tabletblGen2FatherFromGen1Death.R4840000Column] = global::System.Convert.DBNull; } [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; + public bool IsR4840001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4840001Column); } [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); + public void SetR4840001Null() { + this[this.tabletblGen2FatherFromGen1Death.R4840001Column] = global::System.Convert.DBNull; } [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; + public bool IsR4842600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4842600Column); } [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); + public void SetR4842600Null() { + this[this.tabletblGen2FatherFromGen1Death.R4842600Column] = global::System.Convert.DBNull; } [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; + public bool IsR4844900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4844900Column); } [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); + public void SetR4844900Null() { + this[this.tabletblGen2FatherFromGen1Death.R4844900Column] = global::System.Convert.DBNull; } [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; + public bool IsR4847200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4847200Column); } [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); + public void SetR4847200Null() { + this[this.tabletblGen2FatherFromGen1Death.R4847200Column] = global::System.Convert.DBNull; } [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; + public bool IsR5498100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5498100Column); } [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); + public void SetR5498100Null() { + this[this.tabletblGen2FatherFromGen1Death.R5498100Column] = global::System.Convert.DBNull; } [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; + public bool IsR5498400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5498400Column); } [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); + public void SetR5498400Null() { + this[this.tabletblGen2FatherFromGen1Death.R5498400Column] = global::System.Convert.DBNull; } [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; + public bool IsR5498401Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5498401Column); } [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); + public void SetR5498401Null() { + this[this.tabletblGen2FatherFromGen1Death.R5498401Column] = global::System.Convert.DBNull; } [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; + public bool IsR5501100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5501100Column); } [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); + public void SetR5501100Null() { + this[this.tabletblGen2FatherFromGen1Death.R5501100Column] = global::System.Convert.DBNull; } [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; + public bool IsR5501400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5501400Column); } [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); + public void SetR5501400Null() { + this[this.tabletblGen2FatherFromGen1Death.R5501400Column] = global::System.Convert.DBNull; } [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; + public bool IsR5501401Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5501401Column); } [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); + public void SetR5501401Null() { + this[this.tabletblGen2FatherFromGen1Death.R5501401Column] = global::System.Convert.DBNull; } [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; + public bool IsR5504100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5504100Column); } [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); + public void SetR5504100Null() { + this[this.tabletblGen2FatherFromGen1Death.R5504100Column] = global::System.Convert.DBNull; } [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; + public bool IsR5504400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5504400Column); } [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); + public void SetR5504400Null() { + this[this.tabletblGen2FatherFromGen1Death.R5504400Column] = global::System.Convert.DBNull; } [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; + public bool IsR5504401Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5504401Column); } [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); + public void SetR5504401Null() { + this[this.tabletblGen2FatherFromGen1Death.R5504401Column] = global::System.Convert.DBNull; } [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; + public bool IsR5507100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5507100Column); } [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); + public void SetR5507100Null() { + this[this.tabletblGen2FatherFromGen1Death.R5507100Column] = global::System.Convert.DBNull; } [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; + public bool IsR5507400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5507400Column); } [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); + public void SetR5507400Null() { + this[this.tabletblGen2FatherFromGen1Death.R5507400Column] = global::System.Convert.DBNull; } [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; + public bool IsR5507401Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5507401Column); } [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); + public void SetR5507401Null() { + this[this.tabletblGen2FatherFromGen1Death.R5507401Column] = global::System.Convert.DBNull; } [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; + public bool IsR5510100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5510100Column); } [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); + public void SetR5510100Null() { + this[this.tabletblGen2FatherFromGen1Death.R5510100Column] = global::System.Convert.DBNull; } [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; + public bool IsR5510400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5510400Column); } [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); + public void SetR5510400Null() { + this[this.tabletblGen2FatherFromGen1Death.R5510400Column] = global::System.Convert.DBNull; } [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; + public bool IsR5510401Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5510401Column); } [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); + public void SetR5510401Null() { + this[this.tabletblGen2FatherFromGen1Death.R5510401Column] = global::System.Convert.DBNull; } [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; + public bool IsR5513100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5513100Column); } [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); + public void SetR5513100Null() { + this[this.tabletblGen2FatherFromGen1Death.R5513100Column] = global::System.Convert.DBNull; } [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; + public bool IsR5515400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5515400Column); } [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); + public void SetR5515400Null() { + this[this.tabletblGen2FatherFromGen1Death.R5515400Column] = global::System.Convert.DBNull; } [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; + public bool IsR5517700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5517700Column); } [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); + public void SetR5517700Null() { + this[this.tabletblGen2FatherFromGen1Death.R5517700Column] = global::System.Convert.DBNull; } [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; + public bool IsR5519900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5519900Column); } [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); + public void SetR5519900Null() { + this[this.tabletblGen2FatherFromGen1Death.R5519900Column] = global::System.Convert.DBNull; } [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; + public bool IsR6219500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6219500Column); } [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); + public void SetR6219500Null() { + this[this.tabletblGen2FatherFromGen1Death.R6219500Column] = global::System.Convert.DBNull; } [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; + public bool IsR6219600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6219600Column); } [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); + public void SetR6219600Null() { + this[this.tabletblGen2FatherFromGen1Death.R6219600Column] = global::System.Convert.DBNull; } [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; + public bool IsR6219700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6219700Column); } [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); + public void SetR6219700Null() { + this[this.tabletblGen2FatherFromGen1Death.R6219700Column] = global::System.Convert.DBNull; } [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; + public bool IsR6219800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6219800Column); } [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); + public void SetR6219800Null() { + this[this.tabletblGen2FatherFromGen1Death.R6219800Column] = global::System.Convert.DBNull; } [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; + public bool IsR6219900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6219900Column); } [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); + public void SetR6219900Null() { + this[this.tabletblGen2FatherFromGen1Death.R6219900Column] = global::System.Convert.DBNull; } [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; + public bool IsR6220000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6220000Column); } [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); + public void SetR6220000Null() { + this[this.tabletblGen2FatherFromGen1Death.R6220000Column] = global::System.Convert.DBNull; } [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; + public bool IsR6220100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6220100Column); } [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); + public void SetR6220100Null() { + this[this.tabletblGen2FatherFromGen1Death.R6220100Column] = global::System.Convert.DBNull; } [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; + public bool IsR6220200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6220200Column); } [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); + public void SetR6220200Null() { + this[this.tabletblGen2FatherFromGen1Death.R6220200Column] = global::System.Convert.DBNull; } [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; + public bool IsR6220300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6220300Column); } [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); + public void SetR6220300Null() { + this[this.tabletblGen2FatherFromGen1Death.R6220300Column] = global::System.Convert.DBNull; } [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; + public bool IsR6220400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6220400Column); } [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); + public void SetR6220400Null() { + this[this.tabletblGen2FatherFromGen1Death.R6220400Column] = global::System.Convert.DBNull; } [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; + public bool IsR6222800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6222800Column); } - } - - /// - ///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")] + public void SetR6222800Null() { + this[this.tabletblGen2FatherFromGen1Death.R6222800Column] = global::System.Convert.DBNull; + } [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 bool IsR6222801Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6222801Column); } [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; - } + public void SetR6222801Null() { + this[this.tabletblGen2FatherFromGen1Death.R6222801Column] = 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.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; - } + public bool IsR6222900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6222900Column); } [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; - } + public void SetR6222900Null() { + this[this.tabletblGen2FatherFromGen1Death.R6222900Column] = 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.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; - } + public bool IsR6222901Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6222901Column); } [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; - } + public void SetR6222901Null() { + this[this.tabletblGen2FatherFromGen1Death.R6222901Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6223000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6223000Column); } [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; - } + public void SetR6223000Null() { + this[this.tabletblGen2FatherFromGen1Death.R6223000Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6223001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6223001Column); } [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; - } + public void SetR6223001Null() { + this[this.tabletblGen2FatherFromGen1Death.R6223001Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6223100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6223100Column); } [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; - } + public void SetR6223100Null() { + this[this.tabletblGen2FatherFromGen1Death.R6223100Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6223101Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6223101Column); } [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; - } + public void SetR6223101Null() { + this[this.tabletblGen2FatherFromGen1Death.R6223101Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6223200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6223200Column); } [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; - } + public void SetR6223200Null() { + this[this.tabletblGen2FatherFromGen1Death.R6223200Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6223201Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6223201Column); } [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; - } + public void SetR6223201Null() { + this[this.tabletblGen2FatherFromGen1Death.R6223201Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6223300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6223300Column); } [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; - } + public void SetR6223300Null() { + this[this.tabletblGen2FatherFromGen1Death.R6223300Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6223301Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6223301Column); } [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; - } + public void SetR6223301Null() { + this[this.tabletblGen2FatherFromGen1Death.R6223301Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6773500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6773500Column); } [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; - } + public void SetR6773500Null() { + this[this.tabletblGen2FatherFromGen1Death.R6773500Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6773600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6773600Column); } [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; - } + public void SetR6773600Null() { + this[this.tabletblGen2FatherFromGen1Death.R6773600Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6773700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6773700Column); } [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; - } + public void SetR6773700Null() { + this[this.tabletblGen2FatherFromGen1Death.R6773700Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6773800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6773800Column); } [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; - } + public void SetR6773800Null() { + this[this.tabletblGen2FatherFromGen1Death.R6773800Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6773900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6773900Column); } [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; - } + public void SetR6773900Null() { + this[this.tabletblGen2FatherFromGen1Death.R6773900Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6774000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6774000Column); } [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; - } + public void SetR6774000Null() { + this[this.tabletblGen2FatherFromGen1Death.R6774000Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6774100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6774100Column); } [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; - } + public void SetR6774100Null() { + this[this.tabletblGen2FatherFromGen1Death.R6774100Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6774200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6774200Column); } [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; - } + public void SetR6774200Null() { + this[this.tabletblGen2FatherFromGen1Death.R6774200Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6774300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6774300Column); } [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; - } + public void SetR6774300Null() { + this[this.tabletblGen2FatherFromGen1Death.R6774300Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6774400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6774400Column); } [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; - } + public void SetR6774400Null() { + this[this.tabletblGen2FatherFromGen1Death.R6774400Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6776300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6776300Column); } [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; - } + public void SetR6776300Null() { + this[this.tabletblGen2FatherFromGen1Death.R6776300Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6776301Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6776301Column); } [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; - } + public void SetR6776301Null() { + this[this.tabletblGen2FatherFromGen1Death.R6776301Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6776400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6776400Column); } [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; - } + public void SetR6776400Null() { + this[this.tabletblGen2FatherFromGen1Death.R6776400Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6776401Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6776401Column); } [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; - } + public void SetR6776401Null() { + this[this.tabletblGen2FatherFromGen1Death.R6776401Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6776500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6776500Column); } [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; - } + public void SetR6776500Null() { + this[this.tabletblGen2FatherFromGen1Death.R6776500Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6776501Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6776501Column); } [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; - } + public void SetR6776501Null() { + this[this.tabletblGen2FatherFromGen1Death.R6776501Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6776600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6776600Column); } [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; - } + public void SetR6776600Null() { + this[this.tabletblGen2FatherFromGen1Death.R6776600Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6776601Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6776601Column); } [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; - } + public void SetR6776601Null() { + this[this.tabletblGen2FatherFromGen1Death.R6776601Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6776700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6776700Column); } [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; - } + public void SetR6776700Null() { + this[this.tabletblGen2FatherFromGen1Death.R6776700Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6776701Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6776701Column); } [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; - } + public void SetR6776701Null() { + this[this.tabletblGen2FatherFromGen1Death.R6776701Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6776800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6776800Column); } [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; - } + public void SetR6776800Null() { + this[this.tabletblGen2FatherFromGen1Death.R6776800Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR6776801Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6776801Column); } [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; - } + public void SetR6776801Null() { + this[this.tabletblGen2FatherFromGen1Death.R6776801Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR7417900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7417900Column); } [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; - } + public void SetR7417900Null() { + this[this.tabletblGen2FatherFromGen1Death.R7417900Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR7418000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7418000Column); } [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; - } + public void SetR7418000Null() { + this[this.tabletblGen2FatherFromGen1Death.R7418000Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR7418100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7418100Column); } [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; - } + public void SetR7418100Null() { + this[this.tabletblGen2FatherFromGen1Death.R7418100Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR7418200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7418200Column); } [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; - } + public void SetR7418200Null() { + this[this.tabletblGen2FatherFromGen1Death.R7418200Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR7418300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7418300Column); } [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; - } + public void SetR7418300Null() { + this[this.tabletblGen2FatherFromGen1Death.R7418300Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR7418400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7418400Column); } [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; - } + public void SetR7418400Null() { + this[this.tabletblGen2FatherFromGen1Death.R7418400Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR7418500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7418500Column); } [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; - } + public void SetR7418500Null() { + this[this.tabletblGen2FatherFromGen1Death.R7418500Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR7418600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7418600Column); } [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; - } + public void SetR7418600Null() { + this[this.tabletblGen2FatherFromGen1Death.R7418600Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR7418700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7418700Column); } [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; - } + public void SetR7418700Null() { + this[this.tabletblGen2FatherFromGen1Death.R7418700Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR7418800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7418800Column); } [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; - } + public void SetR7418800Null() { + this[this.tabletblGen2FatherFromGen1Death.R7418800Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR7420700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7420700Column); } [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; - } + public void SetR7420700Null() { + this[this.tabletblGen2FatherFromGen1Death.R7420700Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR7420701Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7420701Column); } [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; - } + public void SetR7420701Null() { + this[this.tabletblGen2FatherFromGen1Death.R7420701Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR7420800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7420800Column); } [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; - } + public void SetR7420800Null() { + this[this.tabletblGen2FatherFromGen1Death.R7420800Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR7420801Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7420801Column); } [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; - } + public void SetR7420801Null() { + this[this.tabletblGen2FatherFromGen1Death.R7420801Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR7420900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7420900Column); } [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; - } + public void SetR7420900Null() { + this[this.tabletblGen2FatherFromGen1Death.R7420900Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR7420901Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7420901Column); } [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; - } + public void SetR7420901Null() { + this[this.tabletblGen2FatherFromGen1Death.R7420901Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR7421000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7421000Column); } [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; - } + public void SetR7421000Null() { + this[this.tabletblGen2FatherFromGen1Death.R7421000Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR7421001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7421001Column); } [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; - } + public void SetR7421001Null() { + this[this.tabletblGen2FatherFromGen1Death.R7421001Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR7421100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7421100Column); } [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; - } + public void SetR7421100Null() { + this[this.tabletblGen2FatherFromGen1Death.R7421100Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR7421101Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7421101Column); } [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; - } + public void SetR7421101Null() { + this[this.tabletblGen2FatherFromGen1Death.R7421101Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR7421200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7421200Column); } [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; - } + public void SetR7421200Null() { + this[this.tabletblGen2FatherFromGen1Death.R7421200Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR7421201Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7421201Column); } [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; - } + public void SetR7421201Null() { + this[this.tabletblGen2FatherFromGen1Death.R7421201Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR7421300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7421300Column); } [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; - } + public void SetR7421300Null() { + this[this.tabletblGen2FatherFromGen1Death.R7421300Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR7421301Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7421301Column); } [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; - } + public void SetR7421301Null() { + this[this.tabletblGen2FatherFromGen1Death.R7421301Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR8116000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8116000Column); } [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; - } + public void SetR8116000Null() { + this[this.tabletblGen2FatherFromGen1Death.R8116000Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR8116100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8116100Column); } [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; - } + public void SetR8116100Null() { + this[this.tabletblGen2FatherFromGen1Death.R8116100Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR8116200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8116200Column); } [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); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y2308800Column] = value; - } + public void SetR8116200Null() { + this[this.tabletblGen2FatherFromGen1Death.R8116200Column] = global::System.Convert.DBNull; } [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); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y2308801Column] = value; - } + public bool IsR8116300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8116300Column); } [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; - } + public void SetR8116300Null() { + this[this.tabletblGen2FatherFromGen1Death.R8116300Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR8116400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8116400Column); } [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); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y2641000Column] = value; - } + public void SetR8116400Null() { + this[this.tabletblGen2FatherFromGen1Death.R8116400Column] = global::System.Convert.DBNull; } [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); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y2641500Column] = value; - } + public bool IsR8116500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8116500Column); } [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; - } + public void SetR8116500Null() { + this[this.tabletblGen2FatherFromGen1Death.R8116500Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR8116600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8116600Column); } [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; - } + public void SetR8116600Null() { + this[this.tabletblGen2FatherFromGen1Death.R8116600Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR8116700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8116700Column); } [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; - } + public void SetR8116700Null() { + this[this.tabletblGen2FatherFromGen1Death.R8116700Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR8116800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8116800Column); } [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; - } + public void SetR8116800Null() { + this[this.tabletblGen2FatherFromGen1Death.R8116800Column] = global::System.Convert.DBNull; } [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; - } + public bool IsR8116900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8116900Column); } [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 void SetR8116900Null() { + this[this.tabletblGen2FatherFromGen1Death.R8116900Column] = global::System.Convert.DBNull; } [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 bool IsR8119000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8119000Column); } [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 void SetR8119000Null() { + this[this.tabletblGen2FatherFromGen1Death.R8119000Column] = global::System.Convert.DBNull; } [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 bool IsR8119001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8119001Column); } [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 void SetR8119001Null() { + this[this.tabletblGen2FatherFromGen1Death.R8119001Column] = global::System.Convert.DBNull; } [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 bool IsR8119100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8119100Column); } [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 void SetR8119100Null() { + this[this.tabletblGen2FatherFromGen1Death.R8119100Column] = global::System.Convert.DBNull; } [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 bool IsR8119101Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8119101Column); } [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 void SetR8119101Null() { + this[this.tabletblGen2FatherFromGen1Death.R8119101Column] = global::System.Convert.DBNull; } [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 bool IsR8119200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8119200Column); } [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 void SetR8119200Null() { + this[this.tabletblGen2FatherFromGen1Death.R8119200Column] = global::System.Convert.DBNull; } [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 bool IsR8119201Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8119201Column); } [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 void SetR8119201Null() { + this[this.tabletblGen2FatherFromGen1Death.R8119201Column] = global::System.Convert.DBNull; } [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 bool IsR8119300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8119300Column); } [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 void SetR8119300Null() { + this[this.tabletblGen2FatherFromGen1Death.R8119300Column] = global::System.Convert.DBNull; } [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 bool IsR8119301Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8119301Column); } [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 void SetR8119301Null() { + this[this.tabletblGen2FatherFromGen1Death.R8119301Column] = global::System.Convert.DBNull; } [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 bool IsR8119400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8119400Column); } [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 void SetR8119400Null() { + this[this.tabletblGen2FatherFromGen1Death.R8119400Column] = global::System.Convert.DBNull; } [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 bool IsR8119401Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8119401Column); } [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 void SetR8119401Null() { + this[this.tabletblGen2FatherFromGen1Death.R8119401Column] = global::System.Convert.DBNull; } [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 bool IsR8119500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8119500Column); } [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 void SetR8119500Null() { + this[this.tabletblGen2FatherFromGen1Death.R8119500Column] = global::System.Convert.DBNull; } [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 bool IsR8119501Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8119501Column); } [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 void SetR8119501Null() { + this[this.tabletblGen2FatherFromGen1Death.R8119501Column] = global::System.Convert.DBNull; } [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 bool IsT0347900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0347900Column); } [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 void SetT0347900Null() { + this[this.tabletblGen2FatherFromGen1Death.T0347900Column] = global::System.Convert.DBNull; } [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 bool IsT0348000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0348000Column); } [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 void SetT0348000Null() { + this[this.tabletblGen2FatherFromGen1Death.T0348000Column] = global::System.Convert.DBNull; } [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 bool IsT0348100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0348100Column); } [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 void SetT0348100Null() { + this[this.tabletblGen2FatherFromGen1Death.T0348100Column] = global::System.Convert.DBNull; } [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 bool IsT0348200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0348200Column); } [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 void SetT0348200Null() { + this[this.tabletblGen2FatherFromGen1Death.T0348200Column] = global::System.Convert.DBNull; } [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 bool IsT0348300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0348300Column); } [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 void SetT0348300Null() { + this[this.tabletblGen2FatherFromGen1Death.T0348300Column] = global::System.Convert.DBNull; } [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 bool IsT0348400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0348400Column); } [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 void SetT0348400Null() { + this[this.tabletblGen2FatherFromGen1Death.T0348400Column] = global::System.Convert.DBNull; } [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 bool IsT0348500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0348500Column); } [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 void SetT0348500Null() { + this[this.tabletblGen2FatherFromGen1Death.T0348500Column] = global::System.Convert.DBNull; } [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 bool IsT0348600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0348600Column); } [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 void SetT0348600Null() { + this[this.tabletblGen2FatherFromGen1Death.T0348600Column] = global::System.Convert.DBNull; } [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 bool IsT0348700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0348700Column); } [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 void SetT0348700Null() { + this[this.tabletblGen2FatherFromGen1Death.T0348700Column] = global::System.Convert.DBNull; } [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 bool IsT0348800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0348800Column); } [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 void SetT0348800Null() { + this[this.tabletblGen2FatherFromGen1Death.T0348800Column] = global::System.Convert.DBNull; } [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 bool IsT0348900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0348900Column); } [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 void SetT0348900Null() { + this[this.tabletblGen2FatherFromGen1Death.T0348900Column] = global::System.Convert.DBNull; } [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 bool IsT0351100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351100Column); } [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 void SetT0351100Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351100Column] = global::System.Convert.DBNull; } [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 bool IsT0351101Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351101Column); } [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 void SetT0351101Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351101Column] = global::System.Convert.DBNull; } [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 bool IsT0351200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351200Column); } [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 void SetT0351200Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351200Column] = global::System.Convert.DBNull; } [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 bool IsT0351201Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351201Column); } [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 void SetT0351201Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351201Column] = global::System.Convert.DBNull; } [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 bool IsT0351300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351300Column); } [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 void SetT0351300Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351300Column] = global::System.Convert.DBNull; } [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 bool IsT0351301Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351301Column); } [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 void SetT0351301Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351301Column] = global::System.Convert.DBNull; } [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 bool IsT0351400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351400Column); } [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 void SetT0351400Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351400Column] = global::System.Convert.DBNull; } [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 bool IsT0351401Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351401Column); } [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 void SetT0351401Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351401Column] = global::System.Convert.DBNull; } [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 bool IsT0351500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351500Column); } [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 void SetT0351500Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351500Column] = global::System.Convert.DBNull; } [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 bool IsT0351501Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351501Column); } [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 void SetT0351501Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351501Column] = global::System.Convert.DBNull; } [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 bool IsT0351600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351600Column); } [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 void SetT0351600Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351600Column] = global::System.Convert.DBNull; } [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 bool IsT0351601Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351601Column); } [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 void SetT0351601Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351601Column] = global::System.Convert.DBNull; } [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 bool IsT0351700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351700Column); } [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 void SetT0351700Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351700Column] = global::System.Convert.DBNull; } [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 bool IsT0351701Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351701Column); } [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 void SetT0351701Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351701Column] = global::System.Convert.DBNull; } [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 bool IsT0351800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351800Column); } [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 void SetT0351800Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351800Column] = global::System.Convert.DBNull; } [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 bool IsT0351801Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351801Column); } [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 void SetT0351801Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351801Column] = global::System.Convert.DBNull; } [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 bool IsT1497300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1497300Column); } [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 void SetT1497300Null() { + this[this.tabletblGen2FatherFromGen1Death.T1497300Column] = global::System.Convert.DBNull; } [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 bool IsT1497400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1497400Column); } [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 void SetT1497400Null() { + this[this.tabletblGen2FatherFromGen1Death.T1497400Column] = global::System.Convert.DBNull; } [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 bool IsT1497500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1497500Column); } [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 void SetT1497500Null() { + this[this.tabletblGen2FatherFromGen1Death.T1497500Column] = global::System.Convert.DBNull; } [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 bool IsT1497600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1497600Column); } [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 void SetT1497600Null() { + this[this.tabletblGen2FatherFromGen1Death.T1497600Column] = global::System.Convert.DBNull; } [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 bool IsT1497700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1497700Column); } [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 void SetT1497700Null() { + this[this.tabletblGen2FatherFromGen1Death.T1497700Column] = global::System.Convert.DBNull; } [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 bool IsT1497800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1497800Column); } [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 void SetT1497800Null() { + this[this.tabletblGen2FatherFromGen1Death.T1497800Column] = global::System.Convert.DBNull; } [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 bool IsT1497900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1497900Column); } [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 void SetT1497900Null() { + this[this.tabletblGen2FatherFromGen1Death.T1497900Column] = global::System.Convert.DBNull; } [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 bool IsT1498000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1498000Column); } [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 void SetT1498000Null() { + this[this.tabletblGen2FatherFromGen1Death.T1498000Column] = global::System.Convert.DBNull; } [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 bool IsT1498100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1498100Column); } [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 void SetT1498100Null() { + this[this.tabletblGen2FatherFromGen1Death.T1498100Column] = global::System.Convert.DBNull; } [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 bool IsT1498200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1498200Column); } [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 void SetT1498200Null() { + this[this.tabletblGen2FatherFromGen1Death.T1498200Column] = global::System.Convert.DBNull; } [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 bool IsT1498300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1498300Column); } [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 void SetT1498300Null() { + this[this.tabletblGen2FatherFromGen1Death.T1498300Column] = global::System.Convert.DBNull; } [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 bool IsT1500500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1500500Column); } [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 void SetT1500500Null() { + this[this.tabletblGen2FatherFromGen1Death.T1500500Column] = global::System.Convert.DBNull; } [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 bool IsT1500501Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1500501Column); } [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 void SetT1500501Null() { + this[this.tabletblGen2FatherFromGen1Death.T1500501Column] = global::System.Convert.DBNull; } [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 bool IsT1500600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1500600Column); } [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 void SetT1500600Null() { + this[this.tabletblGen2FatherFromGen1Death.T1500600Column] = global::System.Convert.DBNull; } [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 bool IsT1500601Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1500601Column); } [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 void SetT1500601Null() { + this[this.tabletblGen2FatherFromGen1Death.T1500601Column] = global::System.Convert.DBNull; } [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 bool IsT1500700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1500700Column); } [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 void SetT1500700Null() { + this[this.tabletblGen2FatherFromGen1Death.T1500700Column] = global::System.Convert.DBNull; } [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 bool IsT1500701Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1500701Column); } [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 void SetT1500701Null() { + this[this.tabletblGen2FatherFromGen1Death.T1500701Column] = global::System.Convert.DBNull; } [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 bool IsT1500800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1500800Column); } [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 void SetT1500800Null() { + this[this.tabletblGen2FatherFromGen1Death.T1500800Column] = global::System.Convert.DBNull; } [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 bool IsT1500801Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1500801Column); } [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); + public void SetT1500801Null() { + this[this.tabletblGen2FatherFromGen1Death.T1500801Column] = global::System.Convert.DBNull; } [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; + public bool IsT1500900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1500900Column); } [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); + public void SetT1500900Null() { + this[this.tabletblGen2FatherFromGen1Death.T1500900Column] = global::System.Convert.DBNull; } [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; + public bool IsT1500901Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1500901Column); } [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); + public void SetT1500901Null() { + this[this.tabletblGen2FatherFromGen1Death.T1500901Column] = global::System.Convert.DBNull; } [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; + public bool IsT1501000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1501000Column); } [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); + public void SetT1501000Null() { + this[this.tabletblGen2FatherFromGen1Death.T1501000Column] = global::System.Convert.DBNull; } [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; + public bool IsT1501001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1501001Column); } [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); + public void SetT1501001Null() { + this[this.tabletblGen2FatherFromGen1Death.T1501001Column] = global::System.Convert.DBNull; } [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; + public bool IsT2543200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2543200Column); } [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); + public void SetT2543200Null() { + this[this.tabletblGen2FatherFromGen1Death.T2543200Column] = global::System.Convert.DBNull; } [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; + public bool IsT2543300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2543300Column); } [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); + public void SetT2543300Null() { + this[this.tabletblGen2FatherFromGen1Death.T2543300Column] = global::System.Convert.DBNull; } [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; + public bool IsT2543400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2543400Column); } [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); + public void SetT2543400Null() { + this[this.tabletblGen2FatherFromGen1Death.T2543400Column] = global::System.Convert.DBNull; } [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; + public bool IsT2543500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2543500Column); } [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); + public void SetT2543500Null() { + this[this.tabletblGen2FatherFromGen1Death.T2543500Column] = global::System.Convert.DBNull; } [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; + public bool IsT2543600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2543600Column); } [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 void SetT2543600Null() { + this[this.tabletblGen2FatherFromGen1Death.T2543600Column] = global::System.Convert.DBNull; } [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 bool IsT2543700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2543700Column); } [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 void SetT2543700Null() { + this[this.tabletblGen2FatherFromGen1Death.T2543700Column] = global::System.Convert.DBNull; } [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 bool IsT2543800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2543800Column); } [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 void SetT2543800Null() { + this[this.tabletblGen2FatherFromGen1Death.T2543800Column] = global::System.Convert.DBNull; } [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 bool IsT2543900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2543900Column); } [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 void SetT2543900Null() { + this[this.tabletblGen2FatherFromGen1Death.T2543900Column] = global::System.Convert.DBNull; } [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 bool IsT2544000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2544000Column); } [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 void SetT2544000Null() { + this[this.tabletblGen2FatherFromGen1Death.T2544000Column] = global::System.Convert.DBNull; } [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 bool IsT2544100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2544100Column); } [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 void SetT2544100Null() { + this[this.tabletblGen2FatherFromGen1Death.T2544100Column] = global::System.Convert.DBNull; } [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 bool IsT2546100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546100Column); } [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 void SetT2546100Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546100Column] = global::System.Convert.DBNull; } [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 bool IsT2546101Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546101Column); } [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 void SetT2546101Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546101Column] = global::System.Convert.DBNull; } [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 bool IsT2546200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546200Column); } [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 void SetT2546200Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546200Column] = global::System.Convert.DBNull; } [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 bool IsT2546201Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546201Column); } [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 void SetT2546201Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546201Column] = global::System.Convert.DBNull; } [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 bool IsT2546300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546300Column); } [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 void SetT2546300Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546300Column] = global::System.Convert.DBNull; } [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 bool IsT2546301Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546301Column); } [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 void SetT2546301Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546301Column] = global::System.Convert.DBNull; } [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 bool IsT2546400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546400Column); } [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 void SetT2546400Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546400Column] = global::System.Convert.DBNull; } [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 bool IsT2546401Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546401Column); } [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 void SetT2546401Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546401Column] = global::System.Convert.DBNull; } [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 bool IsT2546500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546500Column); } [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 void SetT2546500Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546500Column] = global::System.Convert.DBNull; } [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 bool IsT2546501Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546501Column); } [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 void SetT2546501Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546501Column] = global::System.Convert.DBNull; } [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 bool IsT2546600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546600Column); } [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 void SetT2546600Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546600Column] = global::System.Convert.DBNull; } [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 bool IsT2546601Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546601Column); } [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 void SetT2546601Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546601Column] = global::System.Convert.DBNull; } [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 bool IsT2546700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546700Column); } [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 void SetT2546700Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546700Column] = global::System.Convert.DBNull; } [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 bool IsT2546701Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546701Column); } [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 void SetT2546701Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546701Column] = global::System.Convert.DBNull; } [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 bool IsT3529500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3529500Column); } [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 void SetT3529500Null() { + this[this.tabletblGen2FatherFromGen1Death.T3529500Column] = global::System.Convert.DBNull; } [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 bool IsT3529600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3529600Column); } [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 void SetT3529600Null() { + this[this.tabletblGen2FatherFromGen1Death.T3529600Column] = global::System.Convert.DBNull; } [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 bool IsT3529700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3529700Column); } [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 void SetT3529700Null() { + this[this.tabletblGen2FatherFromGen1Death.T3529700Column] = global::System.Convert.DBNull; } [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 bool IsT3529800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3529800Column); } [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 void SetT3529800Null() { + this[this.tabletblGen2FatherFromGen1Death.T3529800Column] = global::System.Convert.DBNull; } [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 bool IsT3529900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3529900Column); } [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 void SetT3529900Null() { + this[this.tabletblGen2FatherFromGen1Death.T3529900Column] = global::System.Convert.DBNull; } [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 bool IsT3530000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3530000Column); } [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 void SetT3530000Null() { + this[this.tabletblGen2FatherFromGen1Death.T3530000Column] = global::System.Convert.DBNull; } [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 bool IsT3530100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3530100Column); } [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 void SetT3530100Null() { + this[this.tabletblGen2FatherFromGen1Death.T3530100Column] = global::System.Convert.DBNull; } [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 bool IsT3530200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3530200Column); } [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 void SetT3530200Null() { + this[this.tabletblGen2FatherFromGen1Death.T3530200Column] = global::System.Convert.DBNull; } [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; + public bool IsT3530300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3530300Column); } [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); + public void SetT3530300Null() { + this[this.tabletblGen2FatherFromGen1Death.T3530300Column] = global::System.Convert.DBNull; } [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; + public bool IsT3530400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3530400Column); } [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); + public void SetT3530400Null() { + this[this.tabletblGen2FatherFromGen1Death.T3530400Column] = global::System.Convert.DBNull; } [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; + public bool IsT3532500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3532500Column); } [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); + public void SetT3532500Null() { + this[this.tabletblGen2FatherFromGen1Death.T3532500Column] = global::System.Convert.DBNull; } [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; + public bool IsT3532501Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3532501Column); } [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); + public void SetT3532501Null() { + this[this.tabletblGen2FatherFromGen1Death.T3532501Column] = global::System.Convert.DBNull; } [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; + public bool IsT3532600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3532600Column); } [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); + public void SetT3532600Null() { + this[this.tabletblGen2FatherFromGen1Death.T3532600Column] = global::System.Convert.DBNull; } [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; + public bool IsT3532601Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3532601Column); } [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); + public void SetT3532601Null() { + this[this.tabletblGen2FatherFromGen1Death.T3532601Column] = global::System.Convert.DBNull; } [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; + public bool IsT3532700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3532700Column); } [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); + public void SetT3532700Null() { + this[this.tabletblGen2FatherFromGen1Death.T3532700Column] = global::System.Convert.DBNull; } [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; + public bool IsT3532701Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3532701Column); } [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); + public void SetT3532701Null() { + this[this.tabletblGen2FatherFromGen1Death.T3532701Column] = global::System.Convert.DBNull; } [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; + public bool IsT3532800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3532800Column); } [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); + public void SetT3532800Null() { + this[this.tabletblGen2FatherFromGen1Death.T3532800Column] = global::System.Convert.DBNull; } [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; + public bool IsT3532801Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3532801Column); } [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); + public void SetT3532801Null() { + this[this.tabletblGen2FatherFromGen1Death.T3532801Column] = global::System.Convert.DBNull; } [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; + 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")] - public bool IsY1629500Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y1629500Column); + 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")] - public void SetY1629500Null() { - this[this.tabletblGen2ImplicitFather.Y1629500Column] = global::System.Convert.DBNull; + public bool IsT3532901Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3532901Column); } [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); + 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")] - public void SetY1704000Null() { - this[this.tabletblGen2ImplicitFather.Y1704000Column] = global::System.Convert.DBNull; + public bool IsT3533000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3533000Column); } [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); + 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")] - public void SetY1704500Null() { - this[this.tabletblGen2ImplicitFather.Y1704500Column] = global::System.Convert.DBNull; + 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 IsY1704501Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y1704501Column); + public void SetT3533001Null() { + this[this.tabletblGen2FatherFromGen1Death.T3533001Column] = global::System.Convert.DBNull; } [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; + 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")] - public bool IsY1707300Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y1707300Column); + public void SetT3533100Null() { + this[this.tabletblGen2FatherFromGen1Death.T3533100Column] = global::System.Convert.DBNull; } [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; + public bool IsT3533101Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3533101Column); } [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); + public void SetT3533101Null() { + this[this.tabletblGen2FatherFromGen1Death.T3533101Column] = global::System.Convert.DBNull; } [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; + public bool IsT4498100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4498100Column); } [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); + public void SetT4498100Null() { + this[this.tabletblGen2FatherFromGen1Death.T4498100Column] = global::System.Convert.DBNull; } [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; + public bool IsT4498200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4498200Column); } [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); + public void SetT4498200Null() { + this[this.tabletblGen2FatherFromGen1Death.T4498200Column] = global::System.Convert.DBNull; } [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; + public bool IsT4498300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4498300Column); } [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); + public void SetT4498300Null() { + this[this.tabletblGen2FatherFromGen1Death.T4498300Column] = global::System.Convert.DBNull; } [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; + public bool IsT4498400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4498400Column); } [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); + public void SetT4498400Null() { + this[this.tabletblGen2FatherFromGen1Death.T4498400Column] = global::System.Convert.DBNull; } [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; + public bool IsT4498500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4498500Column); } [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); + public void SetT4498500Null() { + this[this.tabletblGen2FatherFromGen1Death.T4498500Column] = global::System.Convert.DBNull; } [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; + public bool IsT4498600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4498600Column); } [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); + public void SetT4498600Null() { + this[this.tabletblGen2FatherFromGen1Death.T4498600Column] = global::System.Convert.DBNull; } [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; + public bool IsT4498700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4498700Column); } [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); + public void SetT4498700Null() { + this[this.tabletblGen2FatherFromGen1Death.T4498700Column] = global::System.Convert.DBNull; } [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; + public bool IsT4498800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4498800Column); } [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); + public void SetT4498800Null() { + this[this.tabletblGen2FatherFromGen1Death.T4498800Column] = global::System.Convert.DBNull; } [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; + public bool IsT4498900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4498900Column); } [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); + public void SetT4498900Null() { + this[this.tabletblGen2FatherFromGen1Death.T4498900Column] = global::System.Convert.DBNull; } [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; + public bool IsT4499000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4499000Column); } [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); + public void SetT4499000Null() { + this[this.tabletblGen2FatherFromGen1Death.T4499000Column] = global::System.Convert.DBNull; } [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; + public bool IsT4503700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4503700Column); } [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); + public void SetT4503700Null() { + this[this.tabletblGen2FatherFromGen1Death.T4503700Column] = global::System.Convert.DBNull; } [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; + public bool IsT4503701Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4503701Column); } [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); + public void SetT4503701Null() { + this[this.tabletblGen2FatherFromGen1Death.T4503701Column] = global::System.Convert.DBNull; } [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; + public bool IsT4503800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4503800Column); } [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); + public void SetT4503800Null() { + this[this.tabletblGen2FatherFromGen1Death.T4503800Column] = global::System.Convert.DBNull; } [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; + public bool IsT4503801Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4503801Column); } [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); + public void SetT4503801Null() { + this[this.tabletblGen2FatherFromGen1Death.T4503801Column] = global::System.Convert.DBNull; } [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; + public bool IsT4503900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4503900Column); } [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); + public void SetT4503900Null() { + this[this.tabletblGen2FatherFromGen1Death.T4503900Column] = global::System.Convert.DBNull; } [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; + public bool IsT4503901Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4503901Column); } [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); + public void SetT4503901Null() { + this[this.tabletblGen2FatherFromGen1Death.T4503901Column] = global::System.Convert.DBNull; } [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; + public bool IsT4504000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4504000Column); } [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); + public void SetT4504000Null() { + this[this.tabletblGen2FatherFromGen1Death.T4504000Column] = global::System.Convert.DBNull; } [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; + public bool IsT4504001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4504001Column); } [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); + public void SetT4504001Null() { + this[this.tabletblGen2FatherFromGen1Death.T4504001Column] = global::System.Convert.DBNull; } [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; + public bool IsT4504100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4504100Column); } [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); + 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")] - public void SetY3001600Null() { - this[this.tabletblGen2ImplicitFather.Y3001600Column] = global::System.Convert.DBNull; + public bool IsT4504101Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4504101Column); } [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); + public void SetT4504101Null() { + this[this.tabletblGen2FatherFromGen1Death.T4504101Column] = global::System.Convert.DBNull; } [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; + public bool IsT4504200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4504200Column); } - } - - /// - ///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; + public void SetT4504200Null() { + this[this.tabletblGen2FatherFromGen1Death.T4504200Column] = global::System.Convert.DBNull; + } + + [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); + } + + [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; + } + } + + /// + ///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; } @@ -94168,22 +94211,22 @@ public tblGen2FatherFromGen1Row Row { ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public class tblGen2FatherFromGen1DeathRowChangeEvent : global::System.EventArgs { + public class tblGen2ImplicitFatherRowChangeEvent : global::System.EventArgs { - private tblGen2FatherFromGen1DeathRow eventRow; + 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 tblGen2FatherFromGen1DeathRowChangeEvent(tblGen2FatherFromGen1DeathRow row, global::System.Data.DataRowAction action) { + public tblGen2ImplicitFatherRowChangeEvent(tblGen2ImplicitFatherRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2FatherFromGen1DeathRow Row { + public tblGen2ImplicitFatherRow Row { get { return this.eventRow; } @@ -94202,22 +94245,22 @@ public tblGen2FatherFromGen1DeathRow Row { ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public class tblGen2ImplicitFatherRowChangeEvent : global::System.EventArgs { + public class tblGen2FatherFromGen1DeathRowChangeEvent : global::System.EventArgs { - private tblGen2ImplicitFatherRow eventRow; + 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 tblGen2ImplicitFatherRowChangeEvent(tblGen2ImplicitFatherRow row, global::System.Data.DataRowAction action) { + public tblGen2FatherFromGen1DeathRowChangeEvent(tblGen2FatherFromGen1DeathRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2ImplicitFatherRow Row { + public tblGen2FatherFromGen1DeathRow Row { get { return this.eventRow; } @@ -168410,7 +168453,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 tblGen2FatherFromGen1DeathTableAdapter : global::System.ComponentModel.Component { + public partial class tblGen2ImplicitFatherTableAdapter : global::System.ComponentModel.Component { private global::System.Data.SqlClient.SqlDataAdapter _adapter; @@ -168424,7 +168467,7 @@ public partial class tblGen2FatherFromGen1DeathTableAdapter : global::System.Com [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2FatherFromGen1DeathTableAdapter() { + public tblGen2ImplicitFatherTableAdapter() { this.ClearBeforeFill = true; } @@ -168521,13487 +168564,5665 @@ 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"); + 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].[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.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_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.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].[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.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("@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(); - } - 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.DeleteCommand.Parameters[1].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.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.DeleteCommand.Parameters[3].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.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.DeleteCommand.Parameters[5].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.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.DeleteCommand.Parameters[7].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.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.DeleteCommand.Parameters[9].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.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.DeleteCommand.Parameters[11].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.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.DeleteCommand.Parameters[13].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.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.DeleteCommand.Parameters[15].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.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.DeleteCommand.Parameters[17].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.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.DeleteCommand.Parameters[19].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.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.DeleteCommand.Parameters[21].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.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.DeleteCommand.Parameters[23].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.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.DeleteCommand.Parameters[25].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.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.DeleteCommand.Parameters[27].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.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.DeleteCommand.Parameters[29].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.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.DeleteCommand.Parameters[31].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.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.DeleteCommand.Parameters[33].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.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.DeleteCommand.Parameters[35].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.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.DeleteCommand.Parameters[37].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.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.DeleteCommand.Parameters[39].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[40].Value = global::System.DBNull.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.DeleteCommand.Parameters[41].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[42].Value = global::System.DBNull.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.DeleteCommand.Parameters[43].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[44].Value = global::System.DBNull.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.DeleteCommand.Parameters[45].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[46].Value = global::System.DBNull.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.DeleteCommand.Parameters[47].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[48].Value = global::System.DBNull.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.DeleteCommand.Parameters[49].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[50].Value = global::System.DBNull.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.DeleteCommand.Parameters[51].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[52].Value = global::System.DBNull.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.DeleteCommand.Parameters[53].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[54].Value = global::System.DBNull.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.DeleteCommand.Parameters[55].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[56].Value = global::System.DBNull.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.DeleteCommand.Parameters[57].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[58].Value = global::System.DBNull.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.DeleteCommand.Parameters[59].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[60].Value = global::System.DBNull.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.DeleteCommand.Parameters[61].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[62].Value = global::System.DBNull.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.DeleteCommand.Parameters[63].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[64].Value = global::System.DBNull.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.DeleteCommand.Parameters[65].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[66].Value = global::System.DBNull.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.DeleteCommand.Parameters[67].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[68].Value = global::System.DBNull.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.DeleteCommand.Parameters[69].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[70].Value = global::System.DBNull.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.DeleteCommand.Parameters[71].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[72].Value = global::System.DBNull.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.DeleteCommand.Parameters[73].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[74].Value = global::System.DBNull.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.DeleteCommand.Parameters[75].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[76].Value = global::System.DBNull.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.DeleteCommand.Parameters[77].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[78].Value = global::System.DBNull.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.DeleteCommand.Parameters[79].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[80].Value = global::System.DBNull.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.DeleteCommand.Parameters[81].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[82].Value = global::System.DBNull.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.DeleteCommand.Parameters[83].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[84].Value = global::System.DBNull.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.DeleteCommand.Parameters[85].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[86].Value = global::System.DBNull.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.DeleteCommand.Parameters[87].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[88].Value = global::System.DBNull.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.DeleteCommand.Parameters[89].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[90].Value = global::System.DBNull.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.DeleteCommand.Parameters[91].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[92].Value = global::System.DBNull.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.DeleteCommand.Parameters[93].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[94].Value = global::System.DBNull.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.DeleteCommand.Parameters[95].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[96].Value = global::System.DBNull.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.DeleteCommand.Parameters[97].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[98].Value = global::System.DBNull.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.DeleteCommand.Parameters[99].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[100].Value = global::System.DBNull.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.DeleteCommand.Parameters[101].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[102].Value = global::System.DBNull.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.DeleteCommand.Parameters[103].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[104].Value = global::System.DBNull.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.DeleteCommand.Parameters[105].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[106].Value = global::System.DBNull.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.DeleteCommand.Parameters[107].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[108].Value = global::System.DBNull.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.DeleteCommand.Parameters[109].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[110].Value = global::System.DBNull.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.DeleteCommand.Parameters[111].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[112].Value = global::System.DBNull.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.DeleteCommand.Parameters[113].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[114].Value = global::System.DBNull.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.DeleteCommand.Parameters[115].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[116].Value = global::System.DBNull.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.DeleteCommand.Parameters[117].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[118].Value = global::System.DBNull.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.DeleteCommand.Parameters[119].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[120].Value = global::System.DBNull.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.DeleteCommand.Parameters[121].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[122].Value = global::System.DBNull.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.DeleteCommand.Parameters[123].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[124].Value = global::System.DBNull.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.DeleteCommand.Parameters[125].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[126].Value = global::System.DBNull.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.DeleteCommand.Parameters[127].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[128].Value = global::System.DBNull.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.DeleteCommand.Parameters[129].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[130].Value = global::System.DBNull.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.DeleteCommand.Parameters[131].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[132].Value = global::System.DBNull.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.DeleteCommand.Parameters[133].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[134].Value = global::System.DBNull.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.DeleteCommand.Parameters[135].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[136].Value = global::System.DBNull.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.DeleteCommand.Parameters[137].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[138].Value = global::System.DBNull.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.DeleteCommand.Parameters[139].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[140].Value = global::System.DBNull.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.DeleteCommand.Parameters[141].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[142].Value = global::System.DBNull.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.DeleteCommand.Parameters[143].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[144].Value = global::System.DBNull.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.DeleteCommand.Parameters[145].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[146].Value = global::System.DBNull.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.DeleteCommand.Parameters[147].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[148].Value = global::System.DBNull.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.DeleteCommand.Parameters[149].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[150].Value = global::System.DBNull.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.DeleteCommand.Parameters[151].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[152].Value = global::System.DBNull.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.DeleteCommand.Parameters[153].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[154].Value = global::System.DBNull.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.DeleteCommand.Parameters[155].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[156].Value = global::System.DBNull.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.DeleteCommand.Parameters[157].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[158].Value = global::System.DBNull.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.DeleteCommand.Parameters[159].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[160].Value = global::System.DBNull.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.DeleteCommand.Parameters[161].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[162].Value = global::System.DBNull.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.DeleteCommand.Parameters[163].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[164].Value = global::System.DBNull.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.DeleteCommand.Parameters[165].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[166].Value = global::System.DBNull.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.DeleteCommand.Parameters[167].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[168].Value = global::System.DBNull.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.DeleteCommand.Parameters[169].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[170].Value = global::System.DBNull.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.DeleteCommand.Parameters[171].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[172].Value = global::System.DBNull.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.DeleteCommand.Parameters[173].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[174].Value = global::System.DBNull.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.DeleteCommand.Parameters[175].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[176].Value = global::System.DBNull.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.DeleteCommand.Parameters[177].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[178].Value = global::System.DBNull.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.DeleteCommand.Parameters[179].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[180].Value = global::System.DBNull.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.DeleteCommand.Parameters[181].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[182].Value = global::System.DBNull.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.DeleteCommand.Parameters[183].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[184].Value = global::System.DBNull.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.DeleteCommand.Parameters[185].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[186].Value = global::System.DBNull.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.DeleteCommand.Parameters[187].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[188].Value = global::System.DBNull.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.DeleteCommand.Parameters[189].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[190].Value = global::System.DBNull.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.DeleteCommand.Parameters[191].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[192].Value = global::System.DBNull.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.DeleteCommand.Parameters[193].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[194].Value = global::System.DBNull.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.DeleteCommand.Parameters[195].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[196].Value = global::System.DBNull.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.DeleteCommand.Parameters[197].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[198].Value = global::System.DBNull.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.DeleteCommand.Parameters[199].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[200].Value = global::System.DBNull.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.DeleteCommand.Parameters[201].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[202].Value = global::System.DBNull.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.DeleteCommand.Parameters[203].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[204].Value = global::System.DBNull.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.DeleteCommand.Parameters[205].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[206].Value = global::System.DBNull.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.DeleteCommand.Parameters[207].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[208].Value = global::System.DBNull.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.DeleteCommand.Parameters[209].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[210].Value = global::System.DBNull.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.DeleteCommand.Parameters[211].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[212].Value = global::System.DBNull.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.DeleteCommand.Parameters[213].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[214].Value = global::System.DBNull.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.DeleteCommand.Parameters[215].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[216].Value = global::System.DBNull.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.DeleteCommand.Parameters[217].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[218].Value = global::System.DBNull.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.DeleteCommand.Parameters[219].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[220].Value = global::System.DBNull.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.DeleteCommand.Parameters[221].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[222].Value = global::System.DBNull.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.DeleteCommand.Parameters[223].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[224].Value = global::System.DBNull.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.DeleteCommand.Parameters[225].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[226].Value = global::System.DBNull.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.DeleteCommand.Parameters[227].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[228].Value = global::System.DBNull.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.DeleteCommand.Parameters[229].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[230].Value = global::System.DBNull.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.DeleteCommand.Parameters[231].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[232].Value = global::System.DBNull.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.DeleteCommand.Parameters[233].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[234].Value = global::System.DBNull.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.DeleteCommand.Parameters[235].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[236].Value = global::System.DBNull.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.DeleteCommand.Parameters[237].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[238].Value = global::System.DBNull.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.DeleteCommand.Parameters[239].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[240].Value = global::System.DBNull.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.DeleteCommand.Parameters[241].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[242].Value = global::System.DBNull.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.DeleteCommand.Parameters[243].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[244].Value = global::System.DBNull.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.DeleteCommand.Parameters[245].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[246].Value = global::System.DBNull.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.DeleteCommand.Parameters[247].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[248].Value = global::System.DBNull.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.DeleteCommand.Parameters[249].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[250].Value = global::System.DBNull.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.DeleteCommand.Parameters[251].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[252].Value = global::System.DBNull.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.DeleteCommand.Parameters[253].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[254].Value = global::System.DBNull.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.DeleteCommand.Parameters[255].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[256].Value = global::System.DBNull.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.DeleteCommand.Parameters[257].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[258].Value = global::System.DBNull.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.DeleteCommand.Parameters[259].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[260].Value = global::System.DBNull.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.DeleteCommand.Parameters[261].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[262].Value = global::System.DBNull.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.DeleteCommand.Parameters[263].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[264].Value = global::System.DBNull.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.DeleteCommand.Parameters[265].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[266].Value = global::System.DBNull.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.DeleteCommand.Parameters[267].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[268].Value = global::System.DBNull.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.DeleteCommand.Parameters[269].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[270].Value = global::System.DBNull.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.DeleteCommand.Parameters[271].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[272].Value = global::System.DBNull.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.DeleteCommand.Parameters[273].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[274].Value = global::System.DBNull.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.DeleteCommand.Parameters[275].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[276].Value = global::System.DBNull.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.DeleteCommand.Parameters[277].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[278].Value = global::System.DBNull.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.DeleteCommand.Parameters[279].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[280].Value = global::System.DBNull.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.DeleteCommand.Parameters[281].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[282].Value = global::System.DBNull.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.DeleteCommand.Parameters[283].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[284].Value = global::System.DBNull.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.DeleteCommand.Parameters[285].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[286].Value = global::System.DBNull.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.DeleteCommand.Parameters[287].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[288].Value = global::System.DBNull.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.DeleteCommand.Parameters[289].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[290].Value = global::System.DBNull.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.DeleteCommand.Parameters[291].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[292].Value = global::System.DBNull.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.DeleteCommand.Parameters[293].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[294].Value = global::System.DBNull.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.DeleteCommand.Parameters[295].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[296].Value = global::System.DBNull.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.DeleteCommand.Parameters[297].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[298].Value = global::System.DBNull.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.DeleteCommand.Parameters[299].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[300].Value = global::System.DBNull.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.DeleteCommand.Parameters[301].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[302].Value = global::System.DBNull.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.DeleteCommand.Parameters[303].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[304].Value = global::System.DBNull.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.DeleteCommand.Parameters[305].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[306].Value = global::System.DBNull.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.DeleteCommand.Parameters[307].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[308].Value = global::System.DBNull.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.DeleteCommand.Parameters[309].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[310].Value = global::System.DBNull.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.DeleteCommand.Parameters[311].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[312].Value = global::System.DBNull.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.DeleteCommand.Parameters[313].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[314].Value = global::System.DBNull.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.DeleteCommand.Parameters[315].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[316].Value = global::System.DBNull.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.DeleteCommand.Parameters[317].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[318].Value = global::System.DBNull.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.DeleteCommand.Parameters[319].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[320].Value = global::System.DBNull.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.DeleteCommand.Parameters[321].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[322].Value = global::System.DBNull.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.DeleteCommand.Parameters[323].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[324].Value = global::System.DBNull.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.DeleteCommand.Parameters[325].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[326].Value = global::System.DBNull.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.DeleteCommand.Parameters[327].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[328].Value = global::System.DBNull.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.DeleteCommand.Parameters[329].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[330].Value = global::System.DBNull.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.DeleteCommand.Parameters[331].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[332].Value = global::System.DBNull.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.DeleteCommand.Parameters[333].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[334].Value = global::System.DBNull.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.DeleteCommand.Parameters[335].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[336].Value = global::System.DBNull.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.DeleteCommand.Parameters[337].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[338].Value = global::System.DBNull.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.DeleteCommand.Parameters[339].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[340].Value = global::System.DBNull.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.DeleteCommand.Parameters[341].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[342].Value = global::System.DBNull.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.DeleteCommand.Parameters[343].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[344].Value = global::System.DBNull.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.DeleteCommand.Parameters[345].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[346].Value = global::System.DBNull.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.DeleteCommand.Parameters[347].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[348].Value = global::System.DBNull.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.DeleteCommand.Parameters[349].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[350].Value = global::System.DBNull.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.DeleteCommand.Parameters[351].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[352].Value = global::System.DBNull.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.DeleteCommand.Parameters[353].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[354].Value = global::System.DBNull.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.DeleteCommand.Parameters[355].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[356].Value = global::System.DBNull.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.DeleteCommand.Parameters[357].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[358].Value = global::System.DBNull.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.DeleteCommand.Parameters[359].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[360].Value = global::System.DBNull.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.DeleteCommand.Parameters[361].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[362].Value = global::System.DBNull.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.DeleteCommand.Parameters[363].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[364].Value = global::System.DBNull.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.DeleteCommand.Parameters[365].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[366].Value = global::System.DBNull.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.DeleteCommand.Parameters[367].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[368].Value = global::System.DBNull.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.DeleteCommand.Parameters[369].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[370].Value = global::System.DBNull.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.DeleteCommand.Parameters[371].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[372].Value = global::System.DBNull.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.DeleteCommand.Parameters[373].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[374].Value = global::System.DBNull.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.DeleteCommand.Parameters[375].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[376].Value = global::System.DBNull.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.DeleteCommand.Parameters[377].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[378].Value = global::System.DBNull.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.DeleteCommand.Parameters[379].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[380].Value = global::System.DBNull.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.DeleteCommand.Parameters[381].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[382].Value = global::System.DBNull.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.DeleteCommand.Parameters[383].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[384].Value = global::System.DBNull.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.DeleteCommand.Parameters[385].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[386].Value = global::System.DBNull.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.DeleteCommand.Parameters[387].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[388].Value = global::System.DBNull.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.DeleteCommand.Parameters[389].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[390].Value = global::System.DBNull.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.DeleteCommand.Parameters[391].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[392].Value = global::System.DBNull.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.DeleteCommand.Parameters[393].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[394].Value = global::System.DBNull.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.DeleteCommand.Parameters[395].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[396].Value = global::System.DBNull.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.DeleteCommand.Parameters[397].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[398].Value = global::System.DBNull.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.DeleteCommand.Parameters[399].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[400].Value = global::System.DBNull.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.DeleteCommand.Parameters[401].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[402].Value = global::System.DBNull.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.DeleteCommand.Parameters[403].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[404].Value = global::System.DBNull.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.DeleteCommand.Parameters[405].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[406].Value = global::System.DBNull.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.DeleteCommand.Parameters[407].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[408].Value = global::System.DBNull.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.DeleteCommand.Parameters[409].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[410].Value = global::System.DBNull.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.DeleteCommand.Parameters[411].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[412].Value = global::System.DBNull.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.DeleteCommand.Parameters[413].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[414].Value = global::System.DBNull.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.DeleteCommand.Parameters[415].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[416].Value = global::System.DBNull.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.DeleteCommand.Parameters[417].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[418].Value = global::System.DBNull.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.DeleteCommand.Parameters[419].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[420].Value = global::System.DBNull.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.DeleteCommand.Parameters[421].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[422].Value = global::System.DBNull.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.DeleteCommand.Parameters[423].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[424].Value = global::System.DBNull.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.DeleteCommand.Parameters[425].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[426].Value = global::System.DBNull.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.DeleteCommand.Parameters[427].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[428].Value = global::System.DBNull.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.DeleteCommand.Parameters[429].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[430].Value = global::System.DBNull.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.DeleteCommand.Parameters[431].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[432].Value = global::System.DBNull.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.DeleteCommand.Parameters[433].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[434].Value = global::System.DBNull.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.DeleteCommand.Parameters[435].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[436].Value = global::System.DBNull.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.DeleteCommand.Parameters[437].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[438].Value = global::System.DBNull.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.DeleteCommand.Parameters[439].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[440].Value = global::System.DBNull.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.DeleteCommand.Parameters[441].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[442].Value = global::System.DBNull.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.DeleteCommand.Parameters[443].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[444].Value = global::System.DBNull.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.DeleteCommand.Parameters[445].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[446].Value = global::System.DBNull.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.DeleteCommand.Parameters[447].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[448].Value = global::System.DBNull.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.DeleteCommand.Parameters[449].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[450].Value = global::System.DBNull.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.DeleteCommand.Parameters[451].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[452].Value = global::System.DBNull.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.DeleteCommand.Parameters[453].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[454].Value = global::System.DBNull.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.DeleteCommand.Parameters[455].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[456].Value = global::System.DBNull.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.DeleteCommand.Parameters[457].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[458].Value = global::System.DBNull.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.DeleteCommand.Parameters[459].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[460].Value = global::System.DBNull.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.DeleteCommand.Parameters[461].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[462].Value = global::System.DBNull.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.DeleteCommand.Parameters[463].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[464].Value = global::System.DBNull.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.DeleteCommand.Parameters[465].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[466].Value = global::System.DBNull.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.DeleteCommand.Parameters[467].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[468].Value = global::System.DBNull.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.DeleteCommand.Parameters[469].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[470].Value = global::System.DBNull.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.DeleteCommand.Parameters[471].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[472].Value = global::System.DBNull.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.DeleteCommand.Parameters[473].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[474].Value = global::System.DBNull.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.DeleteCommand.Parameters[475].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[476].Value = global::System.DBNull.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.DeleteCommand.Parameters[477].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[478].Value = global::System.DBNull.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.DeleteCommand.Parameters[479].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[480].Value = global::System.DBNull.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.DeleteCommand.Parameters[481].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[482].Value = global::System.DBNull.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.DeleteCommand.Parameters[483].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[484].Value = global::System.DBNull.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.DeleteCommand.Parameters[485].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[486].Value = global::System.DBNull.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.DeleteCommand.Parameters[487].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[488].Value = global::System.DBNull.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.DeleteCommand.Parameters[489].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[490].Value = global::System.DBNull.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.DeleteCommand.Parameters[491].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[492].Value = global::System.DBNull.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.DeleteCommand.Parameters[493].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[494].Value = global::System.DBNull.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.DeleteCommand.Parameters[495].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[496].Value = global::System.DBNull.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.DeleteCommand.Parameters[497].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[498].Value = global::System.DBNull.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.DeleteCommand.Parameters[499].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[500].Value = global::System.DBNull.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.DeleteCommand.Parameters[501].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[502].Value = global::System.DBNull.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.DeleteCommand.Parameters[503].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[504].Value = global::System.DBNull.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.DeleteCommand.Parameters[505].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[506].Value = global::System.DBNull.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.DeleteCommand.Parameters[507].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[508].Value = global::System.DBNull.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.DeleteCommand.Parameters[509].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[510].Value = global::System.DBNull.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.DeleteCommand.Parameters[511].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[512].Value = global::System.DBNull.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.DeleteCommand.Parameters[513].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[514].Value = global::System.DBNull.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.DeleteCommand.Parameters[515].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[516].Value = global::System.DBNull.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.DeleteCommand.Parameters[517].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[518].Value = global::System.DBNull.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.DeleteCommand.Parameters[519].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[520].Value = global::System.DBNull.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.DeleteCommand.Parameters[521].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[522].Value = global::System.DBNull.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.DeleteCommand.Parameters[523].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[524].Value = global::System.DBNull.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.DeleteCommand.Parameters[525].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[526].Value = global::System.DBNull.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.DeleteCommand.Parameters[527].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[528].Value = global::System.DBNull.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.DeleteCommand.Parameters[529].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[530].Value = global::System.DBNull.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.DeleteCommand.Parameters[531].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[532].Value = global::System.DBNull.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.DeleteCommand.Parameters[533].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[534].Value = global::System.DBNull.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.DeleteCommand.Parameters[535].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[536].Value = global::System.DBNull.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.DeleteCommand.Parameters[537].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[538].Value = global::System.DBNull.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.DeleteCommand.Parameters[539].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[540].Value = global::System.DBNull.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.DeleteCommand.Parameters[541].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[542].Value = global::System.DBNull.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.DeleteCommand.Parameters[543].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[544].Value = global::System.DBNull.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.DeleteCommand.Parameters[545].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[546].Value = global::System.DBNull.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.DeleteCommand.Parameters[547].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[548].Value = global::System.DBNull.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.DeleteCommand.Parameters[549].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[550].Value = global::System.DBNull.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.DeleteCommand.Parameters[551].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[552].Value = global::System.DBNull.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.DeleteCommand.Parameters[553].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[554].Value = global::System.DBNull.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.DeleteCommand.Parameters[555].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[556].Value = global::System.DBNull.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.DeleteCommand.Parameters[557].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[558].Value = global::System.DBNull.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.DeleteCommand.Parameters[559].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[560].Value = global::System.DBNull.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.DeleteCommand.Parameters[561].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[562].Value = global::System.DBNull.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.DeleteCommand.Parameters[563].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[564].Value = global::System.DBNull.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.DeleteCommand.Parameters[565].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[566].Value = global::System.DBNull.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.DeleteCommand.Parameters[567].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[568].Value = global::System.DBNull.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.DeleteCommand.Parameters[569].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[570].Value = global::System.DBNull.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.DeleteCommand.Parameters[571].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[572].Value = global::System.DBNull.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.DeleteCommand.Parameters[573].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[574].Value = global::System.DBNull.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.DeleteCommand.Parameters[575].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[576].Value = global::System.DBNull.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.DeleteCommand.Parameters[577].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[578].Value = global::System.DBNull.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.DeleteCommand.Parameters[579].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[580].Value = global::System.DBNull.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.DeleteCommand.Parameters[581].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[582].Value = global::System.DBNull.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.DeleteCommand.Parameters[583].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[584].Value = global::System.DBNull.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.DeleteCommand.Parameters[585].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[586].Value = global::System.DBNull.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.DeleteCommand.Parameters[587].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[588].Value = global::System.DBNull.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.DeleteCommand.Parameters[589].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[590].Value = global::System.DBNull.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.DeleteCommand.Parameters[591].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[592].Value = global::System.DBNull.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.DeleteCommand.Parameters[593].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[594].Value = global::System.DBNull.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.DeleteCommand.Parameters[595].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[596].Value = global::System.DBNull.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.DeleteCommand.Parameters[597].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[598].Value = global::System.DBNull.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.DeleteCommand.Parameters[599].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[600].Value = global::System.DBNull.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.DeleteCommand.Parameters[601].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[602].Value = global::System.DBNull.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.DeleteCommand.Parameters[603].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[604].Value = global::System.DBNull.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.DeleteCommand.Parameters[605].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[606].Value = global::System.DBNull.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.DeleteCommand.Parameters[607].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[608].Value = global::System.DBNull.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.DeleteCommand.Parameters[609].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[610].Value = global::System.DBNull.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.DeleteCommand.Parameters[611].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[612].Value = global::System.DBNull.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.DeleteCommand.Parameters[613].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[614].Value = global::System.DBNull.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.DeleteCommand.Parameters[615].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[616].Value = global::System.DBNull.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.DeleteCommand.Parameters[617].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[618].Value = global::System.DBNull.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.DeleteCommand.Parameters[619].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[620].Value = global::System.DBNull.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.DeleteCommand.Parameters[621].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[622].Value = global::System.DBNull.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.DeleteCommand.Parameters[623].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[624].Value = global::System.DBNull.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.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.DeleteCommand.Parameters[627].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[628].Value = global::System.DBNull.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.DeleteCommand.Parameters[629].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[630].Value = global::System.DBNull.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.DeleteCommand.Parameters[631].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[632].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 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.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; - } - if ((R1374100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[2].Value = ((int)(R1374100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; - } - if ((R1374800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[3].Value = ((int)(R1374800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; - } - if ((R1375500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[4].Value = ((int)(R1375500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; - } - if ((R1376200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[5].Value = ((int)(R1376200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; - } - if ((R1376900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[6].Value = ((int)(R1376900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; - } - if ((R1377600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[7].Value = ((int)(R1377600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; - } - if ((R1753800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[8].Value = ((int)(R1753800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; - } - if ((R1754500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[9].Value = ((int)(R1754500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; - } - if ((R1755200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[10].Value = ((int)(R1755200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; - } - if ((R1755900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[11].Value = ((int)(R1755900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; - } - if ((R1756600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[12].Value = ((int)(R1756600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; - } - if ((R1757300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[13].Value = ((int)(R1757300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; - } - if ((R1758000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[14].Value = ((int)(R1758000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; - } - if ((R2095800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[15].Value = ((int)(R2095800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; - } - if ((R2096500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[16].Value = ((int)(R2096500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; - } - if ((R2097200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[17].Value = ((int)(R2097200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; - } - if ((R2097900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[18].Value = ((int)(R2097900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; - } - if ((R2098600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[19].Value = ((int)(R2098600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; - } - if ((R2099300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[20].Value = ((int)(R2099300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; - } - if ((R2100000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[21].Value = ((int)(R2100000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; - } - if ((R2648100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[22].Value = ((int)(R2648100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; - } - if ((R2648800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[23].Value = ((int)(R2648800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; - } - if ((R2649500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[24].Value = ((int)(R2649500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; - } - if ((R2650200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[25].Value = ((int)(R2650200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; - } - if ((R2650900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[26].Value = ((int)(R2650900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; - } - if ((R2651600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[27].Value = ((int)(R2651600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; - } - if ((R2652300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[28].Value = ((int)(R2652300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; - } - if ((R3256000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[29].Value = ((int)(R3256000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; - } - if ((R3257800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[30].Value = ((int)(R3257800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; - } - if ((R3259600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[31].Value = ((int)(R3259600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; - } - if ((R3261400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[32].Value = ((int)(R3261400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; - } - if ((R3263200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[33].Value = ((int)(R3263200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; - } - if ((R3265000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[34].Value = ((int)(R3265000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; - } - if ((R3266800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[35].Value = ((int)(R3266800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; - } - if ((R3771900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[36].Value = ((int)(R3771900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; - } - if ((R3772200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[37].Value = ((int)(R3772200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; - } - if ((R3772300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[38].Value = ((int)(R3772300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; - } - if ((R3774000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[39].Value = ((int)(R3774000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; - } - if ((R3774300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[40].Value = ((int)(R3774300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; - } - if ((R3774400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[41].Value = ((int)(R3774400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; - } - if ((R3776100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[42].Value = ((int)(R3776100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; - } - if ((R3776400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[43].Value = ((int)(R3776400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; - } - if ((R3776500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[44].Value = ((int)(R3776500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; - } - if ((R3778200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[45].Value = ((int)(R3778200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; - } - if ((R3778500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[46].Value = ((int)(R3778500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; - } - if ((R3778600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[47].Value = ((int)(R3778600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; - } - if ((R3780300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[48].Value = ((int)(R3780300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; - } - if ((R3780600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[49].Value = ((int)(R3780600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; - } - if ((R3780700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[50].Value = ((int)(R3780700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; - } - if ((R3782400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[51].Value = ((int)(R3782400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; - } - if ((R3784500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[52].Value = ((int)(R3784500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; - } - if ((R4276900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[53].Value = ((int)(R4276900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; - } - if ((R4277200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[54].Value = ((int)(R4277200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; - } - if ((R4277201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[55].Value = ((int)(R4277201.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; - } - if ((R4277800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[56].Value = ((int)(R4277800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value; - } - if ((R4278100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[57].Value = ((int)(R4278100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value; - } - if ((R4278101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[58].Value = ((int)(R4278101.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value; - } - if ((R4278700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[59].Value = ((int)(R4278700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value; - } - if ((R4279000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[60].Value = ((int)(R4279000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value; - } - if ((R4279001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[61].Value = ((int)(R4279001.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value; - } - if ((R4279600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[62].Value = ((int)(R4279600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value; - } - if ((R4279900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[63].Value = ((int)(R4279900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value; - } - if ((R4279901.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[64].Value = ((int)(R4279901.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value; - } - if ((R4280500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[65].Value = ((int)(R4280500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value; - } - if ((R4280800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[66].Value = ((int)(R4280800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value; - } - if ((R4280801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[67].Value = ((int)(R4280801.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value; - } - if ((R4281400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[68].Value = ((int)(R4281400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value; - } - if ((R4282200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[69].Value = ((int)(R4282200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value; - } - if ((R4827700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[70].Value = ((int)(R4827700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value; - } - if ((R4828000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[71].Value = ((int)(R4828000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value; - } - if ((R4828001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[72].Value = ((int)(R4828001.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value; - } - if ((R4830700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[73].Value = ((int)(R4830700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value; - } - if ((R4831000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[74].Value = ((int)(R4831000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value; - } - if ((R4831001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[75].Value = ((int)(R4831001.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value; - } - if ((R4833700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[76].Value = ((int)(R4833700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value; - } - if ((R4834000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[77].Value = ((int)(R4834000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.Value; - } - if ((R4834001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[78].Value = ((int)(R4834001.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value; - } - if ((R4836700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[79].Value = ((int)(R4836700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value; - } - if ((R4837000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[80].Value = ((int)(R4837000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value; - } - if ((R4837001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[81].Value = ((int)(R4837001.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value; - } - if ((R4839700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[82].Value = ((int)(R4839700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value; - } - if ((R4840000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[83].Value = ((int)(R4840000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[83].Value = global::System.DBNull.Value; - } - if ((R4840001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[84].Value = ((int)(R4840001.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[84].Value = global::System.DBNull.Value; - } - if ((R4842600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[85].Value = ((int)(R4842600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[85].Value = global::System.DBNull.Value; - } - if ((R4844900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[86].Value = ((int)(R4844900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[86].Value = global::System.DBNull.Value; - } - if ((R4847200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[87].Value = ((int)(R4847200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[87].Value = global::System.DBNull.Value; - } - if ((R5498100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[88].Value = ((int)(R5498100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[88].Value = global::System.DBNull.Value; - } - if ((R5498400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[89].Value = ((int)(R5498400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[89].Value = global::System.DBNull.Value; - } - if ((R5498401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[90].Value = ((int)(R5498401.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[90].Value = global::System.DBNull.Value; - } - if ((R5501100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[91].Value = ((int)(R5501100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[91].Value = global::System.DBNull.Value; - } - if ((R5501400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[92].Value = ((int)(R5501400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[92].Value = global::System.DBNull.Value; - } - if ((R5501401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[93].Value = ((int)(R5501401.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[93].Value = global::System.DBNull.Value; - } - if ((R5504100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[94].Value = ((int)(R5504100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[94].Value = global::System.DBNull.Value; - } - if ((R5504400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[95].Value = ((int)(R5504400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[95].Value = global::System.DBNull.Value; - } - if ((R5504401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[96].Value = ((int)(R5504401.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[96].Value = global::System.DBNull.Value; - } - if ((R5507100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[97].Value = ((int)(R5507100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[97].Value = global::System.DBNull.Value; - } - if ((R5507400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[98].Value = ((int)(R5507400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[98].Value = global::System.DBNull.Value; - } - if ((R5507401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[99].Value = ((int)(R5507401.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[99].Value = global::System.DBNull.Value; - } - if ((R5510100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[100].Value = ((int)(R5510100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[100].Value = global::System.DBNull.Value; - } - if ((R5510400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[101].Value = ((int)(R5510400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[101].Value = global::System.DBNull.Value; - } - if ((R5510401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[102].Value = ((int)(R5510401.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[102].Value = global::System.DBNull.Value; - } - if ((R5513100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[103].Value = ((int)(R5513100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[103].Value = global::System.DBNull.Value; - } - if ((R5515400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[104].Value = ((int)(R5515400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[104].Value = global::System.DBNull.Value; - } - if ((R5517700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[105].Value = ((int)(R5517700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[105].Value = global::System.DBNull.Value; - } - if ((R5519900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[106].Value = ((int)(R5519900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[106].Value = global::System.DBNull.Value; - } - if ((R6219500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[107].Value = ((int)(R6219500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[107].Value = global::System.DBNull.Value; - } - if ((R6219600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[108].Value = ((int)(R6219600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[108].Value = global::System.DBNull.Value; - } - if ((R6219700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[109].Value = ((int)(R6219700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[109].Value = global::System.DBNull.Value; - } - if ((R6219800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[110].Value = ((int)(R6219800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[110].Value = global::System.DBNull.Value; - } - if ((R6219900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[111].Value = ((int)(R6219900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[111].Value = global::System.DBNull.Value; - } - if ((R6220000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[112].Value = ((int)(R6220000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[112].Value = global::System.DBNull.Value; - } - if ((R6220100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[113].Value = ((int)(R6220100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[113].Value = global::System.DBNull.Value; - } - if ((R6220200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[114].Value = ((int)(R6220200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[114].Value = global::System.DBNull.Value; - } - if ((R6220300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[115].Value = ((int)(R6220300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[115].Value = global::System.DBNull.Value; - } - if ((R6220400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[116].Value = ((int)(R6220400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[116].Value = global::System.DBNull.Value; - } - if ((R6222800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[117].Value = ((int)(R6222800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[117].Value = global::System.DBNull.Value; - } - if ((R6222801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[118].Value = ((int)(R6222801.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[118].Value = global::System.DBNull.Value; - } - if ((R6222900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[119].Value = ((int)(R6222900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[119].Value = global::System.DBNull.Value; - } - if ((R6222901.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[120].Value = ((int)(R6222901.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[120].Value = global::System.DBNull.Value; - } - if ((R6223000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[121].Value = ((int)(R6223000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[121].Value = global::System.DBNull.Value; - } - if ((R6223001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[122].Value = ((int)(R6223001.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[122].Value = global::System.DBNull.Value; - } - if ((R6223100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[123].Value = ((int)(R6223100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[123].Value = global::System.DBNull.Value; - } - if ((R6223101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[124].Value = ((int)(R6223101.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[124].Value = global::System.DBNull.Value; - } - if ((R6223200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[125].Value = ((int)(R6223200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[125].Value = global::System.DBNull.Value; - } - if ((R6223201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[126].Value = ((int)(R6223201.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[126].Value = global::System.DBNull.Value; - } - if ((R6223300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[127].Value = ((int)(R6223300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[127].Value = global::System.DBNull.Value; - } - if ((R6223301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[128].Value = ((int)(R6223301.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[128].Value = global::System.DBNull.Value; - } - if ((R6773500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[129].Value = ((int)(R6773500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[129].Value = global::System.DBNull.Value; - } - if ((R6773600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[130].Value = ((int)(R6773600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[130].Value = global::System.DBNull.Value; - } - if ((R6773700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[131].Value = ((int)(R6773700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[131].Value = global::System.DBNull.Value; - } - if ((R6773800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[132].Value = ((int)(R6773800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[132].Value = global::System.DBNull.Value; - } - if ((R6773900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[133].Value = ((int)(R6773900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[133].Value = global::System.DBNull.Value; - } - if ((R6774000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[134].Value = ((int)(R6774000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[134].Value = global::System.DBNull.Value; - } - if ((R6774100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[135].Value = ((int)(R6774100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[135].Value = global::System.DBNull.Value; - } - if ((R6774200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[136].Value = ((int)(R6774200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[136].Value = global::System.DBNull.Value; - } - if ((R6774300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[137].Value = ((int)(R6774300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[137].Value = global::System.DBNull.Value; - } - if ((R6774400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[138].Value = ((int)(R6774400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[138].Value = global::System.DBNull.Value; - } - if ((R6776300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[139].Value = ((int)(R6776300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[139].Value = global::System.DBNull.Value; - } - if ((R6776301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[140].Value = ((int)(R6776301.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[140].Value = global::System.DBNull.Value; - } - if ((R6776400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[141].Value = ((int)(R6776400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[141].Value = global::System.DBNull.Value; - } - if ((R6776401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[142].Value = ((int)(R6776401.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[142].Value = global::System.DBNull.Value; - } - if ((R6776500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[143].Value = ((int)(R6776500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[143].Value = global::System.DBNull.Value; - } - if ((R6776501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[144].Value = ((int)(R6776501.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[144].Value = global::System.DBNull.Value; - } - if ((R6776600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[145].Value = ((int)(R6776600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[145].Value = global::System.DBNull.Value; - } - if ((R6776601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[146].Value = ((int)(R6776601.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[146].Value = global::System.DBNull.Value; - } - if ((R6776700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[147].Value = ((int)(R6776700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[147].Value = global::System.DBNull.Value; - } - if ((R6776701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[148].Value = ((int)(R6776701.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[148].Value = global::System.DBNull.Value; - } - if ((R6776800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[149].Value = ((int)(R6776800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[149].Value = global::System.DBNull.Value; - } - if ((R6776801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[150].Value = ((int)(R6776801.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[150].Value = global::System.DBNull.Value; - } - if ((R7417900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[151].Value = ((int)(R7417900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[151].Value = global::System.DBNull.Value; - } - if ((R7418000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[152].Value = ((int)(R7418000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[152].Value = global::System.DBNull.Value; - } - if ((R7418100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[153].Value = ((int)(R7418100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[153].Value = global::System.DBNull.Value; - } - if ((R7418200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[154].Value = ((int)(R7418200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[154].Value = global::System.DBNull.Value; - } - if ((R7418300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[155].Value = ((int)(R7418300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[155].Value = global::System.DBNull.Value; - } - if ((R7418400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[156].Value = ((int)(R7418400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[156].Value = global::System.DBNull.Value; - } - if ((R7418500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[157].Value = ((int)(R7418500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[157].Value = global::System.DBNull.Value; - } - if ((R7418600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[158].Value = ((int)(R7418600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[158].Value = global::System.DBNull.Value; - } - if ((R7418700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[159].Value = ((int)(R7418700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[159].Value = global::System.DBNull.Value; - } - if ((R7418800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[160].Value = ((int)(R7418800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[160].Value = global::System.DBNull.Value; - } - if ((R7420700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[161].Value = ((int)(R7420700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[161].Value = global::System.DBNull.Value; - } - if ((R7420701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[162].Value = ((int)(R7420701.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[162].Value = global::System.DBNull.Value; - } - if ((R7420800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[163].Value = ((int)(R7420800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[163].Value = global::System.DBNull.Value; - } - if ((R7420801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[164].Value = ((int)(R7420801.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[164].Value = global::System.DBNull.Value; - } - if ((R7420900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[165].Value = ((int)(R7420900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[165].Value = global::System.DBNull.Value; - } - if ((R7420901.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[166].Value = ((int)(R7420901.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[166].Value = global::System.DBNull.Value; - } - if ((R7421000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[167].Value = ((int)(R7421000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[167].Value = global::System.DBNull.Value; - } - if ((R7421001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[168].Value = ((int)(R7421001.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[168].Value = global::System.DBNull.Value; - } - if ((R7421100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[169].Value = ((int)(R7421100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[169].Value = global::System.DBNull.Value; - } - if ((R7421101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[170].Value = ((int)(R7421101.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[170].Value = global::System.DBNull.Value; - } - if ((R7421200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[171].Value = ((int)(R7421200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[171].Value = global::System.DBNull.Value; - } - if ((R7421201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[172].Value = ((int)(R7421201.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[172].Value = global::System.DBNull.Value; - } - if ((R7421300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[173].Value = ((int)(R7421300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[173].Value = global::System.DBNull.Value; - } - if ((R7421301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[174].Value = ((int)(R7421301.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[174].Value = global::System.DBNull.Value; - } - if ((R8116000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[175].Value = ((int)(R8116000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[175].Value = global::System.DBNull.Value; - } - if ((R8116100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[176].Value = ((int)(R8116100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[176].Value = global::System.DBNull.Value; - } - if ((R8116200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[177].Value = ((int)(R8116200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[177].Value = global::System.DBNull.Value; - } - if ((R8116300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[178].Value = ((int)(R8116300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[178].Value = global::System.DBNull.Value; - } - if ((R8116400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[179].Value = ((int)(R8116400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[179].Value = global::System.DBNull.Value; - } - if ((R8116500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[180].Value = ((int)(R8116500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[180].Value = global::System.DBNull.Value; - } - if ((R8116600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[181].Value = ((int)(R8116600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[181].Value = global::System.DBNull.Value; - } - if ((R8116700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[182].Value = ((int)(R8116700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[182].Value = global::System.DBNull.Value; - } - if ((R8116800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[183].Value = ((int)(R8116800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[183].Value = global::System.DBNull.Value; - } - if ((R8116900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[184].Value = ((int)(R8116900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[184].Value = global::System.DBNull.Value; - } - if ((R8119000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[185].Value = ((int)(R8119000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[185].Value = global::System.DBNull.Value; - } - if ((R8119001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[186].Value = ((int)(R8119001.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[186].Value = global::System.DBNull.Value; - } - if ((R8119100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[187].Value = ((int)(R8119100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[187].Value = global::System.DBNull.Value; - } - if ((R8119101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[188].Value = ((int)(R8119101.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[188].Value = global::System.DBNull.Value; - } - if ((R8119200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[189].Value = ((int)(R8119200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[189].Value = global::System.DBNull.Value; - } - if ((R8119201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[190].Value = ((int)(R8119201.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[190].Value = global::System.DBNull.Value; - } - if ((R8119300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[191].Value = ((int)(R8119300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[191].Value = global::System.DBNull.Value; - } - if ((R8119301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[192].Value = ((int)(R8119301.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[192].Value = global::System.DBNull.Value; - } - if ((R8119400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[193].Value = ((int)(R8119400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[193].Value = global::System.DBNull.Value; - } - if ((R8119401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[194].Value = ((int)(R8119401.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[194].Value = global::System.DBNull.Value; - } - if ((R8119500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[195].Value = ((int)(R8119500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[195].Value = global::System.DBNull.Value; - } - if ((R8119501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[196].Value = ((int)(R8119501.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[196].Value = global::System.DBNull.Value; - } - if ((T0347900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[197].Value = ((int)(T0347900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[197].Value = global::System.DBNull.Value; - } - if ((T0348000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[198].Value = ((int)(T0348000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[198].Value = global::System.DBNull.Value; - } - if ((T0348100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[199].Value = ((int)(T0348100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[199].Value = global::System.DBNull.Value; - } - if ((T0348200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[200].Value = ((int)(T0348200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[200].Value = global::System.DBNull.Value; - } - if ((T0348300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[201].Value = ((int)(T0348300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[201].Value = global::System.DBNull.Value; - } - if ((T0348400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[202].Value = ((int)(T0348400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[202].Value = global::System.DBNull.Value; - } - if ((T0348500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[203].Value = ((int)(T0348500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[203].Value = global::System.DBNull.Value; - } - if ((T0348600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[204].Value = ((int)(T0348600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[204].Value = global::System.DBNull.Value; - } - if ((T0348700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[205].Value = ((int)(T0348700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[205].Value = global::System.DBNull.Value; - } - if ((T0348800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[206].Value = ((int)(T0348800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[206].Value = global::System.DBNull.Value; - } - if ((T0348900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[207].Value = ((int)(T0348900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[207].Value = global::System.DBNull.Value; - } - if ((T0351100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[208].Value = ((int)(T0351100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[208].Value = global::System.DBNull.Value; - } - if ((T0351101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[209].Value = ((int)(T0351101.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[209].Value = global::System.DBNull.Value; - } - if ((T0351200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[210].Value = ((int)(T0351200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[210].Value = global::System.DBNull.Value; - } - if ((T0351201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[211].Value = ((int)(T0351201.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[211].Value = global::System.DBNull.Value; - } - if ((T0351300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[212].Value = ((int)(T0351300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[212].Value = global::System.DBNull.Value; - } - if ((T0351301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[213].Value = ((int)(T0351301.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[213].Value = global::System.DBNull.Value; - } - if ((T0351400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[214].Value = ((int)(T0351400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[214].Value = global::System.DBNull.Value; - } - if ((T0351401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[215].Value = ((int)(T0351401.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[215].Value = global::System.DBNull.Value; - } - if ((T0351500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[216].Value = ((int)(T0351500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[216].Value = global::System.DBNull.Value; - } - if ((T0351501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[217].Value = ((int)(T0351501.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[217].Value = global::System.DBNull.Value; - } - if ((T0351600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[218].Value = ((int)(T0351600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[218].Value = global::System.DBNull.Value; - } - if ((T0351601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[219].Value = ((int)(T0351601.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[219].Value = global::System.DBNull.Value; - } - if ((T0351700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[220].Value = ((int)(T0351700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[220].Value = global::System.DBNull.Value; - } - if ((T0351701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[221].Value = ((int)(T0351701.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[221].Value = global::System.DBNull.Value; - } - if ((T0351800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[222].Value = ((int)(T0351800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[222].Value = global::System.DBNull.Value; - } - if ((T0351801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[223].Value = ((int)(T0351801.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[223].Value = global::System.DBNull.Value; - } - if ((T1497300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[224].Value = ((int)(T1497300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[224].Value = global::System.DBNull.Value; - } - if ((T1497400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[225].Value = ((int)(T1497400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[225].Value = global::System.DBNull.Value; - } - if ((T1497500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[226].Value = ((int)(T1497500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[226].Value = global::System.DBNull.Value; - } - if ((T1497600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[227].Value = ((int)(T1497600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[227].Value = global::System.DBNull.Value; - } - if ((T1497700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[228].Value = ((int)(T1497700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[228].Value = global::System.DBNull.Value; - } - if ((T1497800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[229].Value = ((int)(T1497800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[229].Value = global::System.DBNull.Value; - } - if ((T1497900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[230].Value = ((int)(T1497900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[230].Value = global::System.DBNull.Value; - } - if ((T1498000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[231].Value = ((int)(T1498000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[231].Value = global::System.DBNull.Value; - } - if ((T1498100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[232].Value = ((int)(T1498100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[232].Value = global::System.DBNull.Value; - } - if ((T1498200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[233].Value = ((int)(T1498200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[233].Value = global::System.DBNull.Value; - } - if ((T1498300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[234].Value = ((int)(T1498300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[234].Value = global::System.DBNull.Value; - } - if ((T1500500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[235].Value = ((int)(T1500500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[235].Value = global::System.DBNull.Value; - } - if ((T1500501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[236].Value = ((int)(T1500501.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[236].Value = global::System.DBNull.Value; - } - if ((T1500600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[237].Value = ((int)(T1500600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[237].Value = global::System.DBNull.Value; - } - if ((T1500601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[238].Value = ((int)(T1500601.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[238].Value = global::System.DBNull.Value; - } - if ((T1500700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[239].Value = ((int)(T1500700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[239].Value = global::System.DBNull.Value; - } - if ((T1500701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[240].Value = ((int)(T1500701.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[240].Value = global::System.DBNull.Value; - } - if ((T1500800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[241].Value = ((int)(T1500800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[241].Value = global::System.DBNull.Value; - } - if ((T1500801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[242].Value = ((int)(T1500801.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[242].Value = global::System.DBNull.Value; - } - if ((T1500900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[243].Value = ((int)(T1500900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[243].Value = global::System.DBNull.Value; - } - if ((T1500901.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[244].Value = ((int)(T1500901.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[244].Value = global::System.DBNull.Value; - } - if ((T1501000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[245].Value = ((int)(T1501000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[245].Value = global::System.DBNull.Value; - } - if ((T1501001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[246].Value = ((int)(T1501001.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[246].Value = global::System.DBNull.Value; - } - if ((T2543200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[247].Value = ((int)(T2543200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[247].Value = global::System.DBNull.Value; - } - if ((T2543300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[248].Value = ((int)(T2543300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[248].Value = global::System.DBNull.Value; - } - if ((T2543400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[249].Value = ((int)(T2543400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[249].Value = global::System.DBNull.Value; - } - if ((T2543500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[250].Value = ((int)(T2543500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[250].Value = global::System.DBNull.Value; - } - if ((T2543600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[251].Value = ((int)(T2543600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[251].Value = global::System.DBNull.Value; - } - if ((T2543700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[252].Value = ((int)(T2543700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[252].Value = global::System.DBNull.Value; - } - if ((T2543800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[253].Value = ((int)(T2543800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[253].Value = global::System.DBNull.Value; - } - if ((T2543900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[254].Value = ((int)(T2543900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[254].Value = global::System.DBNull.Value; - } - if ((T2544000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[255].Value = ((int)(T2544000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[255].Value = global::System.DBNull.Value; - } - if ((T2544100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[256].Value = ((int)(T2544100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[256].Value = global::System.DBNull.Value; - } - if ((T2546100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[257].Value = ((int)(T2546100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[257].Value = global::System.DBNull.Value; - } - if ((T2546101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[258].Value = ((int)(T2546101.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[258].Value = global::System.DBNull.Value; - } - if ((T2546200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[259].Value = ((int)(T2546200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[259].Value = global::System.DBNull.Value; - } - if ((T2546201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[260].Value = ((int)(T2546201.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[260].Value = global::System.DBNull.Value; - } - if ((T2546300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[261].Value = ((int)(T2546300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[261].Value = global::System.DBNull.Value; - } - if ((T2546301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[262].Value = ((int)(T2546301.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[262].Value = global::System.DBNull.Value; - } - if ((T2546400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[263].Value = ((int)(T2546400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[263].Value = global::System.DBNull.Value; - } - if ((T2546401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[264].Value = ((int)(T2546401.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[264].Value = global::System.DBNull.Value; - } - if ((T2546500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[265].Value = ((int)(T2546500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[265].Value = global::System.DBNull.Value; - } - if ((T2546501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[266].Value = ((int)(T2546501.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[266].Value = global::System.DBNull.Value; - } - if ((T2546600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[267].Value = ((int)(T2546600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[267].Value = global::System.DBNull.Value; - } - if ((T2546601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[268].Value = ((int)(T2546601.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[268].Value = global::System.DBNull.Value; - } - if ((T2546700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[269].Value = ((int)(T2546700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[269].Value = global::System.DBNull.Value; - } - if ((T2546701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[270].Value = ((int)(T2546701.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[270].Value = global::System.DBNull.Value; - } - if ((T3529500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[271].Value = ((int)(T3529500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[271].Value = global::System.DBNull.Value; - } - if ((T3529600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[272].Value = ((int)(T3529600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[272].Value = global::System.DBNull.Value; - } - if ((T3529700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[273].Value = ((int)(T3529700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[273].Value = global::System.DBNull.Value; - } - if ((T3529800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[274].Value = ((int)(T3529800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[274].Value = global::System.DBNull.Value; - } - if ((T3529900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[275].Value = ((int)(T3529900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[275].Value = global::System.DBNull.Value; - } - if ((T3530000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[276].Value = ((int)(T3530000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[276].Value = global::System.DBNull.Value; - } - if ((T3530100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[277].Value = ((int)(T3530100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[277].Value = global::System.DBNull.Value; - } - if ((T3530200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[278].Value = ((int)(T3530200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[278].Value = global::System.DBNull.Value; - } - if ((T3530300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[279].Value = ((int)(T3530300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[279].Value = global::System.DBNull.Value; - } - if ((T3530400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[280].Value = ((int)(T3530400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[280].Value = global::System.DBNull.Value; - } - if ((T3532500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[281].Value = ((int)(T3532500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[281].Value = global::System.DBNull.Value; - } - if ((T3532501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[282].Value = ((int)(T3532501.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[282].Value = global::System.DBNull.Value; - } - if ((T3532600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[283].Value = ((int)(T3532600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[283].Value = global::System.DBNull.Value; - } - if ((T3532601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[284].Value = ((int)(T3532601.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[284].Value = global::System.DBNull.Value; - } - if ((T3532700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[285].Value = ((int)(T3532700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[285].Value = global::System.DBNull.Value; - } - if ((T3532701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[286].Value = ((int)(T3532701.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[286].Value = global::System.DBNull.Value; - } - if ((T3532800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[287].Value = ((int)(T3532800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[287].Value = global::System.DBNull.Value; - } - if ((T3532801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[288].Value = ((int)(T3532801.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[288].Value = global::System.DBNull.Value; - } - if ((T3532900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[289].Value = ((int)(T3532900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[289].Value = global::System.DBNull.Value; - } - if ((T3532901.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[290].Value = ((int)(T3532901.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[290].Value = global::System.DBNull.Value; - } - if ((T3533000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[291].Value = ((int)(T3533000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[291].Value = global::System.DBNull.Value; - } - if ((T3533001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[292].Value = ((int)(T3533001.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[292].Value = global::System.DBNull.Value; - } - if ((T3533100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[293].Value = ((int)(T3533100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[293].Value = global::System.DBNull.Value; - } - if ((T3533101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[294].Value = ((int)(T3533101.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[294].Value = global::System.DBNull.Value; - } - if ((T4498100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[295].Value = ((int)(T4498100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[295].Value = global::System.DBNull.Value; - } - if ((T4498200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[296].Value = ((int)(T4498200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[296].Value = global::System.DBNull.Value; - } - if ((T4498300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[297].Value = ((int)(T4498300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[297].Value = global::System.DBNull.Value; - } - if ((T4498400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[298].Value = ((int)(T4498400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[298].Value = global::System.DBNull.Value; - } - if ((T4498500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[299].Value = ((int)(T4498500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[299].Value = global::System.DBNull.Value; - } - if ((T4498600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[300].Value = ((int)(T4498600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[300].Value = global::System.DBNull.Value; - } - if ((T4498700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[301].Value = ((int)(T4498700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[301].Value = global::System.DBNull.Value; - } - if ((T4498800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[302].Value = ((int)(T4498800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[302].Value = global::System.DBNull.Value; - } - if ((T4498900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[303].Value = ((int)(T4498900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[303].Value = global::System.DBNull.Value; - } - if ((T4499000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[304].Value = ((int)(T4499000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[304].Value = global::System.DBNull.Value; - } - if ((T4503700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[305].Value = ((int)(T4503700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[305].Value = global::System.DBNull.Value; - } - if ((T4503701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[306].Value = ((int)(T4503701.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[306].Value = global::System.DBNull.Value; - } - if ((T4503800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[307].Value = ((int)(T4503800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[307].Value = global::System.DBNull.Value; - } - if ((T4503801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[308].Value = ((int)(T4503801.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[308].Value = global::System.DBNull.Value; - } - if ((T4503900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[309].Value = ((int)(T4503900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[309].Value = global::System.DBNull.Value; - } - if ((T4503901.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[310].Value = ((int)(T4503901.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[310].Value = global::System.DBNull.Value; - } - if ((T4504000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[311].Value = ((int)(T4504000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[311].Value = global::System.DBNull.Value; - } - if ((T4504001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[312].Value = ((int)(T4504001.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[312].Value = global::System.DBNull.Value; - } - if ((T4504100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[313].Value = ((int)(T4504100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[313].Value = global::System.DBNull.Value; - } - if ((T4504101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[314].Value = ((int)(T4504101.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[314].Value = global::System.DBNull.Value; - } - if ((T4504200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[315].Value = ((int)(T4504200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[315].Value = global::System.DBNull.Value; - } - if ((T4504201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[316].Value = ((int)(T4504201.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[316].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 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[1].Value = global::System.DBNull.Value; - } - if ((R1374100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(R1374100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; - } - if ((R1374800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(R1374800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; - } - if ((R1375500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(R1375500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; - } - if ((R1376200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(R1376200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; - } - if ((R1376900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(R1376900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; - } - if ((R1377600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(R1377600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; - } - if ((R1753800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(R1753800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; - } - if ((R1754500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(R1754500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; - } - if ((R1755200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(R1755200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; - } - if ((R1755900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(R1755900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; - } - if ((R1756600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(R1756600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; - } - if ((R1757300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(R1757300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; - } - if ((R1758000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(R1758000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; - } - if ((R2095800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(R2095800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; - } - if ((R2096500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(R2096500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; - } - if ((R2097200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(R2097200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; - } - if ((R2097900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(R2097900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; - } - if ((R2098600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(R2098600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; - } - if ((R2099300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(R2099300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; - } - if ((R2100000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(R2100000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; - } - if ((R2648100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(R2648100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; - } - if ((R2648800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(R2648800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; - } - if ((R2649500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(R2649500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; - } - if ((R2650200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(R2650200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; - } - if ((R2650900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(R2650900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; - } - if ((R2651600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(R2651600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; - } - if ((R2652300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[28].Value = ((int)(R2652300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; - } - if ((R3256000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(R3256000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; - } - if ((R3257800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(R3257800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; - } - if ((R3259600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(R3259600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; - } - if ((R3261400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[32].Value = ((int)(R3261400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; - } - if ((R3263200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(R3263200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; - } - if ((R3265000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[34].Value = ((int)(R3265000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; - } - if ((R3266800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(R3266800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; - } - if ((R3771900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[36].Value = ((int)(R3771900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; - } - if ((R3772200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(R3772200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; - } - if ((R3772300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[38].Value = ((int)(R3772300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; - } - if ((R3774000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[39].Value = ((int)(R3774000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; - } - if ((R3774300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[40].Value = ((int)(R3774300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; - } - if ((R3774400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[41].Value = ((int)(R3774400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; - } - if ((R3776100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[42].Value = ((int)(R3776100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; - } - if ((R3776400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[43].Value = ((int)(R3776400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; - } - if ((R3776500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[44].Value = ((int)(R3776500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; - } - if ((R3778200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[45].Value = ((int)(R3778200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; - } - if ((R3778500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[46].Value = ((int)(R3778500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; - } - if ((R3778600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[47].Value = ((int)(R3778600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; - } - if ((R3780300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[48].Value = ((int)(R3780300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; - } - if ((R3780600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[49].Value = ((int)(R3780600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value; - } - if ((R3780700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[50].Value = ((int)(R3780700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; - } - if ((R3782400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[51].Value = ((int)(R3782400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value; - } - if ((R3784500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(R3784500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; - } - if ((R4276900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[53].Value = ((int)(R4276900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value; - } - if ((R4277200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[54].Value = ((int)(R4277200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; - } - if ((R4277201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[55].Value = ((int)(R4277201.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value; - } - if ((R4277800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[56].Value = ((int)(R4277800.Value)); - } - else { - 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 ((R4278101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[58].Value = ((int)(R4278101.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value; - } - if ((R4278700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(R4278700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value; - } - if ((R4279000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[60].Value = ((int)(R4279000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value; - } - if ((R4279001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[61].Value = ((int)(R4279001.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value; - } - if ((R4279600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[62].Value = ((int)(R4279600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value; - } - if ((R4279900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[63].Value = ((int)(R4279900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value; - } - if ((R4279901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[64].Value = ((int)(R4279901.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value; - } - if ((R4280500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[65].Value = ((int)(R4280500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value; - } - if ((R4280800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[66].Value = ((int)(R4280800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value; - } - if ((R4280801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[67].Value = ((int)(R4280801.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value; - } - if ((R4281400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[68].Value = ((int)(R4281400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value; - } - if ((R4282200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[69].Value = ((int)(R4282200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value; - } - if ((R4827700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[70].Value = ((int)(R4827700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value; - } - if ((R4828000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[71].Value = ((int)(R4828000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value; - } - if ((R4828001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[72].Value = ((int)(R4828001.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value; - } - if ((R4830700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[73].Value = ((int)(R4830700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.Value; - } - if ((R4831000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[74].Value = ((int)(R4831000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value; - } - if ((R4831001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[75].Value = ((int)(R4831001.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value; - } - if ((R4833700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[76].Value = ((int)(R4833700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value; - } - if ((R4834000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[77].Value = ((int)(R4834000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value; - } - if ((R4834001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[78].Value = ((int)(R4834001.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value; - } - if ((R4836700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[79].Value = ((int)(R4836700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value; - } - if ((R4837000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[80].Value = ((int)(R4837000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value; - } - if ((R4837001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[81].Value = ((int)(R4837001.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value; - } - if ((R4839700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[82].Value = ((int)(R4839700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value; - } - if ((R4840000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[83].Value = ((int)(R4840000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value; - } - if ((R4840001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[84].Value = ((int)(R4840001.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value; - } - if ((R4842600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[85].Value = ((int)(R4842600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[85].Value = global::System.DBNull.Value; - } - if ((R4844900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[86].Value = ((int)(R4844900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value; - } - if ((R4847200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[87].Value = ((int)(R4847200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value; - } - if ((R5498100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[88].Value = ((int)(R5498100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value; - } - if ((R5498400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[89].Value = ((int)(R5498400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[89].Value = global::System.DBNull.Value; - } - if ((R5498401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[90].Value = ((int)(R5498401.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[90].Value = global::System.DBNull.Value; - } - if ((R5501100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[91].Value = ((int)(R5501100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[91].Value = global::System.DBNull.Value; - } - if ((R5501400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[92].Value = ((int)(R5501400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[92].Value = global::System.DBNull.Value; - } - if ((R5501401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[93].Value = ((int)(R5501401.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[93].Value = global::System.DBNull.Value; - } - if ((R5504100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[94].Value = ((int)(R5504100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[94].Value = global::System.DBNull.Value; - } - if ((R5504400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[95].Value = ((int)(R5504400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[95].Value = global::System.DBNull.Value; - } - if ((R5504401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[96].Value = ((int)(R5504401.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[96].Value = global::System.DBNull.Value; - } - if ((R5507100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[97].Value = ((int)(R5507100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[97].Value = global::System.DBNull.Value; - } - if ((R5507400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[98].Value = ((int)(R5507400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[98].Value = global::System.DBNull.Value; - } - if ((R5507401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[99].Value = ((int)(R5507401.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[99].Value = global::System.DBNull.Value; - } - if ((R5510100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[100].Value = ((int)(R5510100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[100].Value = global::System.DBNull.Value; - } - if ((R5510400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[101].Value = ((int)(R5510400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[101].Value = global::System.DBNull.Value; - } - if ((R5510401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[102].Value = ((int)(R5510401.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[102].Value = global::System.DBNull.Value; - } - if ((R5513100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[103].Value = ((int)(R5513100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[103].Value = global::System.DBNull.Value; - } - if ((R5515400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[104].Value = ((int)(R5515400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[104].Value = global::System.DBNull.Value; - } - if ((R5517700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[105].Value = ((int)(R5517700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[105].Value = global::System.DBNull.Value; - } - if ((R5519900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[106].Value = ((int)(R5519900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[106].Value = global::System.DBNull.Value; - } - if ((R6219500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[107].Value = ((int)(R6219500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[107].Value = global::System.DBNull.Value; + 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(); } - if ((R6219600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[108].Value = ((int)(R6219600.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_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.UpdateCommand.Parameters[108].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((R6219700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[109].Value = ((int)(R6219700.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.UpdateCommand.Parameters[109].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((R6219800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[110].Value = ((int)(R6219800.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.UpdateCommand.Parameters[110].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((R6219900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[111].Value = ((int)(R6219900.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.UpdateCommand.Parameters[111].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((R6220000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[112].Value = ((int)(R6220000.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.UpdateCommand.Parameters[112].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((R6220100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[113].Value = ((int)(R6220100.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.UpdateCommand.Parameters[113].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((R6220200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[114].Value = ((int)(R6220200.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.UpdateCommand.Parameters[114].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((R6220300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[115].Value = ((int)(R6220300.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.UpdateCommand.Parameters[115].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((R6220400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[116].Value = ((int)(R6220400.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.UpdateCommand.Parameters[116].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((R6222800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[117].Value = ((int)(R6222800.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.UpdateCommand.Parameters[117].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((R6222801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[118].Value = ((int)(R6222801.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.UpdateCommand.Parameters[118].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((R6222900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[119].Value = ((int)(R6222900.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.UpdateCommand.Parameters[119].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((R6222901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[120].Value = ((int)(R6222901.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.UpdateCommand.Parameters[120].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value; } - if ((R6223000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[121].Value = ((int)(R6223000.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.UpdateCommand.Parameters[121].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value; } - if ((R6223001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[122].Value = ((int)(R6223001.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.UpdateCommand.Parameters[122].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value; } - if ((R6223100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[123].Value = ((int)(R6223100.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.UpdateCommand.Parameters[123].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((R6223101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[124].Value = ((int)(R6223101.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.UpdateCommand.Parameters[124].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((R6223200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[125].Value = ((int)(R6223200.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.UpdateCommand.Parameters[125].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value; } - if ((R6223201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[126].Value = ((int)(R6223201.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.UpdateCommand.Parameters[126].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value; } - if ((R6223300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[127].Value = ((int)(R6223300.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.UpdateCommand.Parameters[127].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[40].Value = global::System.DBNull.Value; } - if ((R6223301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[128].Value = ((int)(R6223301.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.UpdateCommand.Parameters[128].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[42].Value = global::System.DBNull.Value; } - if ((R6773500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[129].Value = ((int)(R6773500.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.UpdateCommand.Parameters[129].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[44].Value = global::System.DBNull.Value; } - if ((R6773600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[130].Value = ((int)(R6773600.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.UpdateCommand.Parameters[130].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[46].Value = global::System.DBNull.Value; } - if ((R6773700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[131].Value = ((int)(R6773700.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.UpdateCommand.Parameters[131].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[48].Value = global::System.DBNull.Value; } - if ((R6773800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[132].Value = ((int)(R6773800.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.UpdateCommand.Parameters[132].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[50].Value = global::System.DBNull.Value; } - if ((R6773900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[133].Value = ((int)(R6773900.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.UpdateCommand.Parameters[133].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[52].Value = global::System.DBNull.Value; } - if ((R6774000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[134].Value = ((int)(R6774000.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.UpdateCommand.Parameters[134].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[54].Value = global::System.DBNull.Value; } - if ((R6774100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[135].Value = ((int)(R6774100.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.UpdateCommand.Parameters[135].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[56].Value = global::System.DBNull.Value; } - if ((R6774200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[136].Value = ((int)(R6774200.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.UpdateCommand.Parameters[136].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[58].Value = global::System.DBNull.Value; } - if ((R6774300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[137].Value = ((int)(R6774300.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.UpdateCommand.Parameters[137].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[60].Value = global::System.DBNull.Value; } - if ((R6774400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[138].Value = ((int)(R6774400.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.UpdateCommand.Parameters[138].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[62].Value = global::System.DBNull.Value; } - if ((R6776300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[139].Value = ((int)(R6776300.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.UpdateCommand.Parameters[139].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[64].Value = global::System.DBNull.Value; } - if ((R6776301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[140].Value = ((int)(R6776301.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.UpdateCommand.Parameters[140].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[66].Value = global::System.DBNull.Value; } - if ((R6776400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[141].Value = ((int)(R6776400.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.UpdateCommand.Parameters[141].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[68].Value = global::System.DBNull.Value; } - if ((R6776401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[142].Value = ((int)(R6776401.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.UpdateCommand.Parameters[142].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[70].Value = global::System.DBNull.Value; } - if ((R6776500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[143].Value = ((int)(R6776500.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.UpdateCommand.Parameters[143].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[72].Value = global::System.DBNull.Value; } - if ((R6776501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[144].Value = ((int)(R6776501.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.UpdateCommand.Parameters[144].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[74].Value = global::System.DBNull.Value; } - if ((R6776600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[145].Value = ((int)(R6776600.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.UpdateCommand.Parameters[145].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[76].Value = global::System.DBNull.Value; } - if ((R6776601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[146].Value = ((int)(R6776601.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.UpdateCommand.Parameters[146].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[78].Value = global::System.DBNull.Value; } - if ((R6776700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[147].Value = ((int)(R6776700.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.UpdateCommand.Parameters[147].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[80].Value = global::System.DBNull.Value; } - if ((R6776701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[148].Value = ((int)(R6776701.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.UpdateCommand.Parameters[148].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[82].Value = global::System.DBNull.Value; } - if ((R6776800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[149].Value = ((int)(R6776800.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.UpdateCommand.Parameters[149].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[84].Value = global::System.DBNull.Value; } - if ((R6776801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[150].Value = ((int)(R6776801.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.UpdateCommand.Parameters[150].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[86].Value = global::System.DBNull.Value; } - if ((R7417900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[151].Value = ((int)(R7417900.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.UpdateCommand.Parameters[151].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[88].Value = global::System.DBNull.Value; } - if ((R7418000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[152].Value = ((int)(R7418000.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.UpdateCommand.Parameters[152].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[90].Value = global::System.DBNull.Value; } - if ((R7418100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[153].Value = ((int)(R7418100.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.UpdateCommand.Parameters[153].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[92].Value = global::System.DBNull.Value; } - if ((R7418200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[154].Value = ((int)(R7418200.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.UpdateCommand.Parameters[154].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[94].Value = global::System.DBNull.Value; } - if ((R7418300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[155].Value = ((int)(R7418300.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.UpdateCommand.Parameters[155].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[96].Value = global::System.DBNull.Value; } - if ((R7418400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[156].Value = ((int)(R7418400.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.UpdateCommand.Parameters[156].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[98].Value = global::System.DBNull.Value; } - if ((R7418500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[157].Value = ((int)(R7418500.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.UpdateCommand.Parameters[157].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[100].Value = global::System.DBNull.Value; } - if ((R7418600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[158].Value = ((int)(R7418600.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.UpdateCommand.Parameters[158].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[102].Value = global::System.DBNull.Value; } - if ((R7418700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[159].Value = ((int)(R7418700.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.UpdateCommand.Parameters[159].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[104].Value = global::System.DBNull.Value; } - if ((R7418800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[160].Value = ((int)(R7418800.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.UpdateCommand.Parameters[160].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[106].Value = global::System.DBNull.Value; } - if ((R7420700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[161].Value = ((int)(R7420700.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.UpdateCommand.Parameters[161].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[108].Value = global::System.DBNull.Value; } - if ((R7420701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[162].Value = ((int)(R7420701.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.UpdateCommand.Parameters[162].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[110].Value = global::System.DBNull.Value; } - if ((R7420800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[163].Value = ((int)(R7420800.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.UpdateCommand.Parameters[163].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[112].Value = global::System.DBNull.Value; } - if ((R7420801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[164].Value = ((int)(R7420801.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.UpdateCommand.Parameters[164].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[114].Value = global::System.DBNull.Value; } - if ((R7420900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[165].Value = ((int)(R7420900.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.UpdateCommand.Parameters[165].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[116].Value = global::System.DBNull.Value; } - if ((R7420901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[166].Value = ((int)(R7420901.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.UpdateCommand.Parameters[166].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[118].Value = global::System.DBNull.Value; } - if ((R7421000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[167].Value = ((int)(R7421000.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.UpdateCommand.Parameters[167].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[120].Value = global::System.DBNull.Value; } - if ((R7421001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[168].Value = ((int)(R7421001.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.UpdateCommand.Parameters[168].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[122].Value = global::System.DBNull.Value; } - if ((R7421100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[169].Value = ((int)(R7421100.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.UpdateCommand.Parameters[169].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[124].Value = global::System.DBNull.Value; } - if ((R7421101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[170].Value = ((int)(R7421101.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.UpdateCommand.Parameters[170].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[126].Value = global::System.DBNull.Value; } - if ((R7421200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[171].Value = ((int)(R7421200.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.UpdateCommand.Parameters[171].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[128].Value = global::System.DBNull.Value; } - if ((R7421201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[172].Value = ((int)(R7421201.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.UpdateCommand.Parameters[172].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[130].Value = global::System.DBNull.Value; } - if ((R7421300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[173].Value = ((int)(R7421300.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.UpdateCommand.Parameters[173].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[132].Value = global::System.DBNull.Value; } - if ((R7421301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[174].Value = ((int)(R7421301.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.UpdateCommand.Parameters[174].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[134].Value = global::System.DBNull.Value; } - if ((R8116000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[175].Value = ((int)(R8116000.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.UpdateCommand.Parameters[175].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[136].Value = global::System.DBNull.Value; } - if ((R8116100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[176].Value = ((int)(R8116100.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.UpdateCommand.Parameters[176].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[138].Value = global::System.DBNull.Value; } - if ((R8116200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[177].Value = ((int)(R8116200.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.UpdateCommand.Parameters[177].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[140].Value = global::System.DBNull.Value; } - if ((R8116300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[178].Value = ((int)(R8116300.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.UpdateCommand.Parameters[178].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[142].Value = global::System.DBNull.Value; } - if ((R8116400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[179].Value = ((int)(R8116400.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.UpdateCommand.Parameters[179].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[144].Value = global::System.DBNull.Value; } - if ((R8116500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[180].Value = ((int)(R8116500.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.UpdateCommand.Parameters[180].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[146].Value = global::System.DBNull.Value; } - if ((R8116600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[181].Value = ((int)(R8116600.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.UpdateCommand.Parameters[181].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[148].Value = global::System.DBNull.Value; } - if ((R8116700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[182].Value = ((int)(R8116700.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.UpdateCommand.Parameters[182].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[150].Value = global::System.DBNull.Value; } - if ((R8116800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[183].Value = ((int)(R8116800.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.UpdateCommand.Parameters[183].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[152].Value = global::System.DBNull.Value; } - if ((R8116900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[184].Value = ((int)(R8116900.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.UpdateCommand.Parameters[184].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[154].Value = global::System.DBNull.Value; } - if ((R8119000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[185].Value = ((int)(R8119000.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.UpdateCommand.Parameters[185].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[156].Value = global::System.DBNull.Value; } - if ((R8119001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[186].Value = ((int)(R8119001.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.UpdateCommand.Parameters[186].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[158].Value = global::System.DBNull.Value; } - if ((R8119100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[187].Value = ((int)(R8119100.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.UpdateCommand.Parameters[187].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[160].Value = global::System.DBNull.Value; } - if ((R8119101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[188].Value = ((int)(R8119101.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.UpdateCommand.Parameters[188].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[162].Value = global::System.DBNull.Value; } - if ((R8119200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[189].Value = ((int)(R8119200.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.UpdateCommand.Parameters[189].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[164].Value = global::System.DBNull.Value; } - if ((R8119201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[190].Value = ((int)(R8119201.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.UpdateCommand.Parameters[190].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[166].Value = global::System.DBNull.Value; } - if ((R8119300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[191].Value = ((int)(R8119300.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.UpdateCommand.Parameters[191].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[168].Value = global::System.DBNull.Value; } - if ((R8119301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[192].Value = ((int)(R8119301.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.UpdateCommand.Parameters[192].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[170].Value = global::System.DBNull.Value; } - if ((R8119400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[193].Value = ((int)(R8119400.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.UpdateCommand.Parameters[193].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[172].Value = global::System.DBNull.Value; } - if ((R8119401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[194].Value = ((int)(R8119401.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.UpdateCommand.Parameters[194].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[174].Value = global::System.DBNull.Value; } - if ((R8119500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[195].Value = ((int)(R8119500.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.UpdateCommand.Parameters[195].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[176].Value = global::System.DBNull.Value; } - if ((R8119501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[196].Value = ((int)(R8119501.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.UpdateCommand.Parameters[196].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[178].Value = global::System.DBNull.Value; } - if ((T0347900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[197].Value = ((int)(T0347900.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.UpdateCommand.Parameters[197].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[180].Value = global::System.DBNull.Value; } - if ((T0348000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[198].Value = ((int)(T0348000.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.UpdateCommand.Parameters[198].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[182].Value = global::System.DBNull.Value; } - if ((T0348100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[199].Value = ((int)(T0348100.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.UpdateCommand.Parameters[199].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[184].Value = global::System.DBNull.Value; } - if ((T0348200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[200].Value = ((int)(T0348200.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.UpdateCommand.Parameters[200].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[186].Value = global::System.DBNull.Value; } - if ((T0348300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[201].Value = ((int)(T0348300.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.UpdateCommand.Parameters[201].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[188].Value = global::System.DBNull.Value; } - if ((T0348400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[202].Value = ((int)(T0348400.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.UpdateCommand.Parameters[202].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[190].Value = global::System.DBNull.Value; } - if ((T0348500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[203].Value = ((int)(T0348500.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.UpdateCommand.Parameters[203].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[192].Value = global::System.DBNull.Value; } - if ((T0348600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[204].Value = ((int)(T0348600.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.UpdateCommand.Parameters[204].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[194].Value = global::System.DBNull.Value; } - if ((T0348700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[205].Value = ((int)(T0348700.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.UpdateCommand.Parameters[205].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[196].Value = global::System.DBNull.Value; } - if ((T0348800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[206].Value = ((int)(T0348800.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.UpdateCommand.Parameters[206].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[198].Value = global::System.DBNull.Value; } - if ((T0348900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[207].Value = ((int)(T0348900.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.UpdateCommand.Parameters[207].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[200].Value = global::System.DBNull.Value; } - if ((T0351100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[208].Value = ((int)(T0351100.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.UpdateCommand.Parameters[208].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[201].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[202].Value = global::System.DBNull.Value; } - if ((T0351101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[209].Value = ((int)(T0351101.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.UpdateCommand.Parameters[209].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[203].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[204].Value = global::System.DBNull.Value; } - if ((T0351200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[210].Value = ((int)(T0351200.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.UpdateCommand.Parameters[210].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[205].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[206].Value = global::System.DBNull.Value; } - if ((T0351201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[211].Value = ((int)(T0351201.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.UpdateCommand.Parameters[211].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[207].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[208].Value = global::System.DBNull.Value; } - if ((T0351300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[212].Value = ((int)(T0351300.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.UpdateCommand.Parameters[212].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[209].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[210].Value = global::System.DBNull.Value; } - if ((T0351301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[213].Value = ((int)(T0351301.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.UpdateCommand.Parameters[213].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[211].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[212].Value = global::System.DBNull.Value; } - if ((T0351400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[214].Value = ((int)(T0351400.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.UpdateCommand.Parameters[214].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[213].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[214].Value = global::System.DBNull.Value; } - if ((T0351401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[215].Value = ((int)(T0351401.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.UpdateCommand.Parameters[215].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[215].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[216].Value = global::System.DBNull.Value; } - if ((T0351500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[216].Value = ((int)(T0351500.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.UpdateCommand.Parameters[216].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[217].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[218].Value = global::System.DBNull.Value; } - if ((T0351501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[217].Value = ((int)(T0351501.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.UpdateCommand.Parameters[217].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[219].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[220].Value = global::System.DBNull.Value; } - if ((T0351600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[218].Value = ((int)(T0351600.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.UpdateCommand.Parameters[218].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[221].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[222].Value = global::System.DBNull.Value; } - if ((T0351601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[219].Value = ((int)(T0351601.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.UpdateCommand.Parameters[219].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[223].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[224].Value = global::System.DBNull.Value; } - if ((T0351700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[220].Value = ((int)(T0351700.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.UpdateCommand.Parameters[220].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[225].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[226].Value = global::System.DBNull.Value; } - if ((T0351701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[221].Value = ((int)(T0351701.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.UpdateCommand.Parameters[221].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[227].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[228].Value = global::System.DBNull.Value; } - if ((T0351800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[222].Value = ((int)(T0351800.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.UpdateCommand.Parameters[222].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[229].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[230].Value = global::System.DBNull.Value; } - if ((T0351801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[223].Value = ((int)(T0351801.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.UpdateCommand.Parameters[223].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[231].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[232].Value = global::System.DBNull.Value; } - if ((T1497300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[224].Value = ((int)(T1497300.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.UpdateCommand.Parameters[224].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[233].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[234].Value = global::System.DBNull.Value; } - if ((T1497400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[225].Value = ((int)(T1497400.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.UpdateCommand.Parameters[225].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[235].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[236].Value = global::System.DBNull.Value; } - if ((T1497500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[226].Value = ((int)(T1497500.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.UpdateCommand.Parameters[226].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[237].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[238].Value = global::System.DBNull.Value; } - if ((T1497600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[227].Value = ((int)(T1497600.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.UpdateCommand.Parameters[227].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[239].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[240].Value = global::System.DBNull.Value; } - if ((T1497700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[228].Value = ((int)(T1497700.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.UpdateCommand.Parameters[228].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[241].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[242].Value = global::System.DBNull.Value; } - if ((T1497800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[229].Value = ((int)(T1497800.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.UpdateCommand.Parameters[229].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[243].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[244].Value = global::System.DBNull.Value; } - if ((T1497900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[230].Value = ((int)(T1497900.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.UpdateCommand.Parameters[230].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[245].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[246].Value = global::System.DBNull.Value; } - if ((T1498000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[231].Value = ((int)(T1498000.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.UpdateCommand.Parameters[231].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[247].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[248].Value = global::System.DBNull.Value; } - if ((T1498100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[232].Value = ((int)(T1498100.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.UpdateCommand.Parameters[232].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[249].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[250].Value = global::System.DBNull.Value; } - if ((T1498200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[233].Value = ((int)(T1498200.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.UpdateCommand.Parameters[233].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[251].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[252].Value = global::System.DBNull.Value; } - if ((T1498300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[234].Value = ((int)(T1498300.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.UpdateCommand.Parameters[234].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[253].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[254].Value = global::System.DBNull.Value; } - if ((T1500500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[235].Value = ((int)(T1500500.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.UpdateCommand.Parameters[235].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[255].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[256].Value = global::System.DBNull.Value; } - if ((T1500501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[236].Value = ((int)(T1500501.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.UpdateCommand.Parameters[236].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[257].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[258].Value = global::System.DBNull.Value; } - if ((T1500600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[237].Value = ((int)(T1500600.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.UpdateCommand.Parameters[237].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[259].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[260].Value = global::System.DBNull.Value; } - if ((T1500601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[238].Value = ((int)(T1500601.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.UpdateCommand.Parameters[238].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[261].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[262].Value = global::System.DBNull.Value; } - if ((T1500700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[239].Value = ((int)(T1500700.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[239].Value = global::System.DBNull.Value; + try { + int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); + return returnValue; } - if ((T1500701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[240].Value = ((int)(T1500701.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 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.UpdateCommand.Parameters[240].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; } - if ((T1500800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[241].Value = ((int)(T1500800.Value)); + if ((C0005300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[2].Value = ((int)(C0005300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[241].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((T1500801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[242].Value = ((int)(T1500801.Value)); + if ((C0005400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[3].Value = ((int)(C0005400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[242].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((T1500900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[243].Value = ((int)(T1500900.Value)); + if ((C0005700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[4].Value = ((int)(C0005700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[243].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((T1500901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[244].Value = ((int)(T1500901.Value)); + if ((C0008100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[5].Value = ((int)(C0008100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[244].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((T1501000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[245].Value = ((int)(T1501000.Value)); + if ((C0008200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[6].Value = ((int)(C0008200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[245].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((T1501001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[246].Value = ((int)(T1501001.Value)); + if ((C0008300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[7].Value = ((int)(C0008300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[246].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; } - if ((T2543200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[247].Value = ((int)(T2543200.Value)); + if ((C0008600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[8].Value = ((int)(C0008600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[247].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((T2543300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[248].Value = ((int)(T2543300.Value)); + if ((C0008700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[9].Value = ((int)(C0008700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[248].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; } - if ((T2543400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[249].Value = ((int)(T2543400.Value)); + if ((C0008800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[10].Value = ((int)(C0008800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[249].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((T2543500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[250].Value = ((int)(T2543500.Value)); + if ((C0009100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[11].Value = ((int)(C0009100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[250].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; } - if ((T2543600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[251].Value = ((int)(T2543600.Value)); + if ((C0009200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[12].Value = ((int)(C0009200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[251].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((T2543700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[252].Value = ((int)(T2543700.Value)); + if ((C0009300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[13].Value = ((int)(C0009300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[252].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; } - if ((T2543800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[253].Value = ((int)(T2543800.Value)); + if ((C0009600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[14].Value = ((int)(C0009600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[253].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((T2543900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[254].Value = ((int)(T2543900.Value)); + if ((C0009700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[15].Value = ((int)(C0009700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[254].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; } - if ((T2544000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[255].Value = ((int)(T2544000.Value)); + if ((C0009800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[16].Value = ((int)(C0009800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[255].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((T2544100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[256].Value = ((int)(T2544100.Value)); + if ((C0009900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[17].Value = ((int)(C0009900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[256].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; } - if ((T2546100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[257].Value = ((int)(T2546100.Value)); + if ((C0010110.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[18].Value = ((int)(C0010110.Value)); } else { - this.Adapter.UpdateCommand.Parameters[257].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((T2546101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[258].Value = ((int)(T2546101.Value)); + if ((C0010200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[19].Value = ((int)(C0010200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[258].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; } - if ((T2546200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[259].Value = ((int)(T2546200.Value)); + if ((C0010300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[20].Value = ((int)(C0010300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[259].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((T2546201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[260].Value = ((int)(T2546201.Value)); + if ((C0010400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[21].Value = ((int)(C0010400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[260].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; } - if ((T2546300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[261].Value = ((int)(T2546300.Value)); + if ((C0010700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[22].Value = ((int)(C0010700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[261].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((T2546301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[262].Value = ((int)(T2546301.Value)); + if ((C0010800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[23].Value = ((int)(C0010800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[262].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; } - if ((T2546400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[263].Value = ((int)(T2546400.Value)); + if ((C0010900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[24].Value = ((int)(C0010900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[263].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((T2546401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[264].Value = ((int)(T2546401.Value)); + if ((C0011110.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[25].Value = ((int)(C0011110.Value)); } else { - this.Adapter.UpdateCommand.Parameters[264].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; } - if ((T2546500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[265].Value = ((int)(T2546500.Value)); + if ((C0011111.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[26].Value = ((int)(C0011111.Value)); } else { - this.Adapter.UpdateCommand.Parameters[265].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; } - if ((T2546501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[266].Value = ((int)(T2546501.Value)); + if ((C0011112.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[27].Value = ((int)(C0011112.Value)); } else { - this.Adapter.UpdateCommand.Parameters[266].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; } - if ((T2546600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[267].Value = ((int)(T2546600.Value)); + if ((C0011113.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[28].Value = ((int)(C0011113.Value)); } else { - this.Adapter.UpdateCommand.Parameters[267].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; } - if ((T2546601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[268].Value = ((int)(T2546601.Value)); + if ((C0011114.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[29].Value = ((int)(C0011114.Value)); } else { - this.Adapter.UpdateCommand.Parameters[268].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; } - if ((T2546700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[269].Value = ((int)(T2546700.Value)); + if ((C0011117.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[30].Value = ((int)(C0011117.Value)); } else { - this.Adapter.UpdateCommand.Parameters[269].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; } - if ((T2546701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[270].Value = ((int)(T2546701.Value)); + if ((C0011118.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[31].Value = ((int)(C0011118.Value)); } else { - this.Adapter.UpdateCommand.Parameters[270].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; } - if ((T3529500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[271].Value = ((int)(T3529500.Value)); + if ((C0011119.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[32].Value = ((int)(C0011119.Value)); } else { - this.Adapter.UpdateCommand.Parameters[271].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((T3529600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[272].Value = ((int)(T3529600.Value)); + if ((C0011122.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[33].Value = ((int)(C0011122.Value)); } else { - this.Adapter.UpdateCommand.Parameters[272].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; } - if ((T3529700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[273].Value = ((int)(T3529700.Value)); + if ((C0011123.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[34].Value = ((int)(C0011123.Value)); } else { - this.Adapter.UpdateCommand.Parameters[273].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((T3529800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[274].Value = ((int)(T3529800.Value)); + if ((C0011124.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[35].Value = ((int)(C0011124.Value)); } else { - this.Adapter.UpdateCommand.Parameters[274].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; } - if ((T3529900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[275].Value = ((int)(T3529900.Value)); + if ((C0011127.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[36].Value = ((int)(C0011127.Value)); } else { - this.Adapter.UpdateCommand.Parameters[275].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; } - if ((T3530000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[276].Value = ((int)(T3530000.Value)); + if ((C0011128.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[37].Value = ((int)(C0011128.Value)); } else { - this.Adapter.UpdateCommand.Parameters[276].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; } - if ((T3530100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[277].Value = ((int)(T3530100.Value)); + if ((C0011129.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[38].Value = ((int)(C0011129.Value)); } else { - this.Adapter.UpdateCommand.Parameters[277].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; } - if ((T3530200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[278].Value = ((int)(T3530200.Value)); + if ((C0011132.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[39].Value = ((int)(C0011132.Value)); } else { - this.Adapter.UpdateCommand.Parameters[278].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; } - if ((T3530300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[279].Value = ((int)(T3530300.Value)); + if ((C0011133.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[40].Value = ((int)(C0011133.Value)); } else { - this.Adapter.UpdateCommand.Parameters[279].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; } - if ((T3530400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[280].Value = ((int)(T3530400.Value)); + if ((C0011134.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[41].Value = ((int)(C0011134.Value)); } else { - this.Adapter.UpdateCommand.Parameters[280].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; } - if ((T3532500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[281].Value = ((int)(T3532500.Value)); + if ((C0011137.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[42].Value = ((int)(C0011137.Value)); } else { - this.Adapter.UpdateCommand.Parameters[281].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; } - if ((T3532501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[282].Value = ((int)(T3532501.Value)); + if ((C0011138.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[43].Value = ((int)(C0011138.Value)); } else { - this.Adapter.UpdateCommand.Parameters[282].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; } - if ((T3532600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[283].Value = ((int)(T3532600.Value)); + if ((C0011139.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[44].Value = ((int)(C0011139.Value)); } else { - this.Adapter.UpdateCommand.Parameters[283].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; } - if ((T3532601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[284].Value = ((int)(T3532601.Value)); + if ((C0011142.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[45].Value = ((int)(C0011142.Value)); } else { - this.Adapter.UpdateCommand.Parameters[284].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; } - if ((T3532700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[285].Value = ((int)(T3532700.Value)); + if ((C0011143.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[46].Value = ((int)(C0011143.Value)); } else { - this.Adapter.UpdateCommand.Parameters[285].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; } - if ((T3532701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[286].Value = ((int)(T3532701.Value)); + if ((C0011144.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[47].Value = ((int)(C0011144.Value)); } else { - this.Adapter.UpdateCommand.Parameters[286].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; } - if ((T3532800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[287].Value = ((int)(T3532800.Value)); + if ((C3070500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[48].Value = ((int)(C3070500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[287].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; } - if ((T3532801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[288].Value = ((int)(T3532801.Value)); + if ((C3423600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[49].Value = ((int)(C3423600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[288].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; } - if ((T3532900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[289].Value = ((int)(T3532900.Value)); + if ((C3601100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[50].Value = ((int)(C3601100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[289].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; } - if ((T3532901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[290].Value = ((int)(T3532901.Value)); + if ((C3601700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[51].Value = ((int)(C3601700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[290].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; } - if ((T3533000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[291].Value = ((int)(T3533000.Value)); + if ((C3601800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[52].Value = ((int)(C3601800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[291].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; } - if ((T3533001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[292].Value = ((int)(T3533001.Value)); + if ((C3601900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[53].Value = ((int)(C3601900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[292].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; } - if ((T3533100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[293].Value = ((int)(T3533100.Value)); + if ((C3605900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[54].Value = ((int)(C3605900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[293].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; } - if ((T3533101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[294].Value = ((int)(T3533101.Value)); + if ((C3981100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[55].Value = ((int)(C3981100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[294].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; } - if ((T4498100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[295].Value = ((int)(T4498100.Value)); + if ((C3981700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[56].Value = ((int)(C3981700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[295].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value; } - if ((T4498200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[296].Value = ((int)(T4498200.Value)); + if ((C3981800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[57].Value = ((int)(C3981800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[296].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value; } - if ((T4498300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[297].Value = ((int)(T4498300.Value)); + if ((C3981900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[58].Value = ((int)(C3981900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[297].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value; } - if ((T4498400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[298].Value = ((int)(T4498400.Value)); + if ((C5156100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[59].Value = ((int)(C5156100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[298].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value; } - if ((T4498500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[299].Value = ((int)(T4498500.Value)); + if ((C5525500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[60].Value = ((int)(C5525500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[299].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value; } - if ((T4498600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[300].Value = ((int)(T4498600.Value)); + if ((C5525600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[61].Value = ((int)(C5525600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[300].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value; } - if ((T4498700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[301].Value = ((int)(T4498700.Value)); + if ((C5525700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[62].Value = ((int)(C5525700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[301].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value; } - if ((T4498800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[302].Value = ((int)(T4498800.Value)); + if ((C5733200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[63].Value = ((int)(C5733200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[302].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value; } - if ((T4498900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[303].Value = ((int)(T4498900.Value)); + if ((C5801800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[64].Value = ((int)(C5801800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[303].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value; } - if ((T4499000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[304].Value = ((int)(T4499000.Value)); + if ((C5801900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[65].Value = ((int)(C5801900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[304].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value; } - if ((T4503700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[305].Value = ((int)(T4503700.Value)); + if ((C5802000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[66].Value = ((int)(C5802000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[305].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value; } - if ((T4503701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[306].Value = ((int)(T4503701.Value)); + if ((C6006200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[67].Value = ((int)(C6006200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[306].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value; } - if ((T4503800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[307].Value = ((int)(T4503800.Value)); + if ((Y0003200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[68].Value = ((int)(Y0003200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[307].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value; } - if ((T4503801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[308].Value = ((int)(T4503801.Value)); + if ((Y0007300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[69].Value = ((int)(Y0007300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[308].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value; } - if ((T4503900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[309].Value = ((int)(T4503900.Value)); + if ((Y0007400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[70].Value = ((int)(Y0007400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[309].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value; } - if ((T4503901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[310].Value = ((int)(T4503901.Value)); + if ((Y0007600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[71].Value = ((int)(Y0007600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[310].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value; } - if ((T4504000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[311].Value = ((int)(T4504000.Value)); + if ((Y0007601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[72].Value = ((int)(Y0007601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[311].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value; } - if ((T4504001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[312].Value = ((int)(T4504001.Value)); + if ((Y0008000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[73].Value = ((int)(Y0008000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[312].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value; } - if ((T4504100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[313].Value = ((int)(T4504100.Value)); + if ((Y0008500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[74].Value = ((int)(Y0008500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[313].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value; } - if ((T4504101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[314].Value = ((int)(T4504101.Value)); + if ((Y0008600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[75].Value = ((int)(Y0008600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[314].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value; } - if ((T4504200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[315].Value = ((int)(T4504200.Value)); + if ((Y0009400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[76].Value = ((int)(Y0009400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[315].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value; } - if ((T4504201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[316].Value = ((int)(T4504201.Value)); + if ((Y0394100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[77].Value = ((int)(Y0394100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[316].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.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)); + if ((Y0394300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[78].Value = ((int)(Y0394300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[318].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[319].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value; } - if ((Original_R1374100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[320].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[321].Value = ((int)(Original_R1374100.Value)); + if ((Y0394500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[79].Value = ((int)(Y0394500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[320].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[321].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value; } - if ((Original_R1374800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[322].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[323].Value = ((int)(Original_R1374800.Value)); + if ((Y0394501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[80].Value = ((int)(Y0394501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[322].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[323].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value; } - if ((Original_R1375500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[324].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[325].Value = ((int)(Original_R1375500.Value)); + if ((Y0394900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[81].Value = ((int)(Y0394900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[324].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[325].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value; } - if ((Original_R1376200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[326].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[327].Value = ((int)(Original_R1376200.Value)); + if ((Y0651000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[82].Value = ((int)(Y0651000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[326].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[327].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value; } - if ((Original_R1376900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[328].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[329].Value = ((int)(Original_R1376900.Value)); + if ((Y0682500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[83].Value = ((int)(Y0682500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[328].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[329].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[83].Value = global::System.DBNull.Value; } - if ((Original_R1377600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[330].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[331].Value = ((int)(Original_R1377600.Value)); + if ((Y0683800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[84].Value = ((int)(Y0683800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[330].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[331].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[84].Value = global::System.DBNull.Value; } - if ((Original_R1753800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[332].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[333].Value = ((int)(Original_R1753800.Value)); + if ((Y0683900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[85].Value = ((int)(Y0683900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[332].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[333].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[85].Value = global::System.DBNull.Value; } - if ((Original_R1754500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[334].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[335].Value = ((int)(Original_R1754500.Value)); + if ((Y0684100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[86].Value = ((int)(Y0684100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[334].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[335].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[86].Value = global::System.DBNull.Value; } - if ((Original_R1755200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[336].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[337].Value = ((int)(Original_R1755200.Value)); + if ((Y0684101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[87].Value = ((int)(Y0684101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[336].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[337].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[87].Value = global::System.DBNull.Value; } - if ((Original_R1755900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[338].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[339].Value = ((int)(Original_R1755900.Value)); + if ((Y0684500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[88].Value = ((int)(Y0684500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[338].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[339].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[88].Value = global::System.DBNull.Value; } - if ((Original_R1756600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[340].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[341].Value = ((int)(Original_R1756600.Value)); + if ((Y0947100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[89].Value = ((int)(Y0947100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[340].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[341].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[89].Value = global::System.DBNull.Value; } - if ((Original_R1757300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[342].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[343].Value = ((int)(Original_R1757300.Value)); + if ((Y0986200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[90].Value = ((int)(Y0986200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[342].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[343].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[90].Value = global::System.DBNull.Value; } - if ((Original_R1758000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[344].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[345].Value = ((int)(Original_R1758000.Value)); + if ((Y0986700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[91].Value = ((int)(Y0986700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[344].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[345].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[91].Value = global::System.DBNull.Value; } - if ((Original_R2095800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[346].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[347].Value = ((int)(Original_R2095800.Value)); + if ((Y0988800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[92].Value = ((int)(Y0988800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[346].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[347].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[92].Value = global::System.DBNull.Value; } - if ((Original_R2096500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[348].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[349].Value = ((int)(Original_R2096500.Value)); + if ((Y0988900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[93].Value = ((int)(Y0988900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[348].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[349].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[93].Value = global::System.DBNull.Value; } - if ((Original_R2097200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[350].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[351].Value = ((int)(Original_R2097200.Value)); + if ((Y0989400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[94].Value = ((int)(Y0989400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[350].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[351].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[94].Value = global::System.DBNull.Value; } - if ((Original_R2097900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[352].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[353].Value = ((int)(Original_R2097900.Value)); + if ((Y0989401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[95].Value = ((int)(Y0989401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[352].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[353].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[95].Value = global::System.DBNull.Value; } - if ((Original_R2098600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[354].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[355].Value = ((int)(Original_R2098600.Value)); + if ((Y0989900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[96].Value = ((int)(Y0989900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[354].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[355].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[96].Value = global::System.DBNull.Value; } - if ((Original_R2099300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[356].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[357].Value = ((int)(Original_R2099300.Value)); + if ((Y1229100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[97].Value = ((int)(Y1229100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[356].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[357].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[97].Value = global::System.DBNull.Value; } - if ((Original_R2100000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[358].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[359].Value = ((int)(Original_R2100000.Value)); + if ((Y1229200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[98].Value = ((int)(Y1229200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[358].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[359].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[98].Value = global::System.DBNull.Value; } - if ((Original_R2648100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[360].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[361].Value = ((int)(Original_R2648100.Value)); + if ((Y1229700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[99].Value = ((int)(Y1229700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[360].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[361].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[99].Value = global::System.DBNull.Value; } - if ((Original_R2648800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[362].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[363].Value = ((int)(Original_R2648800.Value)); + if ((Y1229701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[100].Value = ((int)(Y1229701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[362].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[363].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[100].Value = global::System.DBNull.Value; } - if ((Original_R2649500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[364].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[365].Value = ((int)(Original_R2649500.Value)); + if ((Y1264300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[101].Value = ((int)(Y1264300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[364].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[365].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[101].Value = global::System.DBNull.Value; } - if ((Original_R2650200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[366].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[367].Value = ((int)(Original_R2650200.Value)); + if ((Y1265300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[102].Value = ((int)(Y1265300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[366].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[367].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[102].Value = global::System.DBNull.Value; } - if ((Original_R2650900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[368].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[369].Value = ((int)(Original_R2650900.Value)); + if ((Y1458900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[103].Value = ((int)(Y1458900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[368].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[369].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[103].Value = global::System.DBNull.Value; } - if ((Original_R2651600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[370].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[371].Value = ((int)(Original_R2651600.Value)); + if ((Y1459400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[104].Value = ((int)(Y1459400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[370].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[371].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[104].Value = global::System.DBNull.Value; } - if ((Original_R2652300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[372].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[373].Value = ((int)(Original_R2652300.Value)); + if ((Y1459401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[105].Value = ((int)(Y1459401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[372].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[373].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[105].Value = global::System.DBNull.Value; } - if ((Original_R3256000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[374].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[375].Value = ((int)(Original_R3256000.Value)); + if ((Y1629500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[106].Value = ((int)(Y1629500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[374].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[375].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[106].Value = global::System.DBNull.Value; } - if ((Original_R3257800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[376].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[377].Value = ((int)(Original_R3257800.Value)); + if ((Y1704000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[107].Value = ((int)(Y1704000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[376].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[377].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[107].Value = global::System.DBNull.Value; } - if ((Original_R3259600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[378].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[379].Value = ((int)(Original_R3259600.Value)); + if ((Y1704500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[108].Value = ((int)(Y1704500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[378].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[379].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[108].Value = global::System.DBNull.Value; } - if ((Original_R3261400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[380].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[381].Value = ((int)(Original_R3261400.Value)); + if ((Y1704501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[109].Value = ((int)(Y1704501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[380].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[381].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[109].Value = global::System.DBNull.Value; } - if ((Original_R3263200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[382].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[383].Value = ((int)(Original_R3263200.Value)); + if ((Y1707300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[110].Value = ((int)(Y1707300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[382].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[383].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[110].Value = global::System.DBNull.Value; } - if ((Original_R3265000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[384].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[385].Value = ((int)(Original_R3265000.Value)); + if ((Y1883300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[111].Value = ((int)(Y1883300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[384].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[385].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[111].Value = global::System.DBNull.Value; } - if ((Original_R3266800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[386].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[387].Value = ((int)(Original_R3266800.Value)); + if ((Y1989500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[112].Value = ((int)(Y1989500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[386].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[387].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[112].Value = global::System.DBNull.Value; } - if ((Original_R3771900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[388].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[389].Value = ((int)(Original_R3771900.Value)); + if ((Y1990000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[113].Value = ((int)(Y1990000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[388].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[389].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[113].Value = global::System.DBNull.Value; } - if ((Original_R3772200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[390].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[391].Value = ((int)(Original_R3772200.Value)); + if ((Y1990001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[114].Value = ((int)(Y1990001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[390].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[391].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[114].Value = global::System.DBNull.Value; } - if ((Original_R3772300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[392].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[393].Value = ((int)(Original_R3772300.Value)); + if ((Y1992900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[115].Value = ((int)(Y1992900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[392].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[393].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[115].Value = global::System.DBNull.Value; } - if ((Original_R3774000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[394].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[395].Value = ((int)(Original_R3774000.Value)); + if ((Y2197500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[116].Value = ((int)(Y2197500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[394].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[395].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[116].Value = global::System.DBNull.Value; } - if ((Original_R3774300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[396].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[397].Value = ((int)(Original_R3774300.Value)); + if ((Y2308300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[117].Value = ((int)(Y2308300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[396].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[397].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[117].Value = global::System.DBNull.Value; } - if ((Original_R3774400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[398].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[399].Value = ((int)(Original_R3774400.Value)); + if ((Y2308800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[118].Value = ((int)(Y2308800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[398].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[399].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[118].Value = global::System.DBNull.Value; } - if ((Original_R3776100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[400].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[401].Value = ((int)(Original_R3776100.Value)); + if ((Y2308801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[119].Value = ((int)(Y2308801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[400].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[401].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[119].Value = global::System.DBNull.Value; } - if ((Original_R3776400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[402].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[403].Value = ((int)(Original_R3776400.Value)); + if ((Y2311700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[120].Value = ((int)(Y2311700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[402].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[403].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[120].Value = global::System.DBNull.Value; } - if ((Original_R3776500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[404].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[405].Value = ((int)(Original_R3776500.Value)); + if ((Y2531800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[121].Value = ((int)(Y2531800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[404].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[405].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[121].Value = global::System.DBNull.Value; } - if ((Original_R3778200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[406].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[407].Value = ((int)(Original_R3778200.Value)); + if ((Y2641000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[122].Value = ((int)(Y2641000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[406].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[407].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[122].Value = global::System.DBNull.Value; } - if ((Original_R3778500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[408].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[409].Value = ((int)(Original_R3778500.Value)); + if ((Y2641500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[123].Value = ((int)(Y2641500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[408].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[409].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[123].Value = global::System.DBNull.Value; } - if ((Original_R3778600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[410].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[411].Value = ((int)(Original_R3778600.Value)); + if ((Y2641501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[124].Value = ((int)(Y2641501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[410].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[411].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[124].Value = global::System.DBNull.Value; } - if ((Original_R3780300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[412].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[413].Value = ((int)(Original_R3780300.Value)); + if ((Y2644400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[125].Value = ((int)(Y2644400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[412].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[413].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[125].Value = global::System.DBNull.Value; } - if ((Original_R3780600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[414].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[415].Value = ((int)(Original_R3780600.Value)); + if ((Y2880000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[126].Value = ((int)(Y2880000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[414].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[415].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[126].Value = global::System.DBNull.Value; } - if ((Original_R3780700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[416].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[417].Value = ((int)(Original_R3780700.Value)); + if ((Y2998200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[127].Value = ((int)(Y2998200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[416].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[417].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[127].Value = global::System.DBNull.Value; } - if ((Original_R3782400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[418].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[419].Value = ((int)(Original_R3782400.Value)); + if ((Y2998700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[128].Value = ((int)(Y2998700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[418].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[419].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[128].Value = global::System.DBNull.Value; } - if ((Original_R3784500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[420].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[421].Value = ((int)(Original_R3784500.Value)); + if ((Y2998701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[129].Value = ((int)(Y2998701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[420].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[421].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[129].Value = global::System.DBNull.Value; } - if ((Original_R4276900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[422].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[423].Value = ((int)(Original_R4276900.Value)); + if ((Y3001600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[130].Value = ((int)(Y3001600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[422].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[423].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[130].Value = global::System.DBNull.Value; } - if ((Original_R4277200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[424].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[425].Value = ((int)(Original_R4277200.Value)); + if ((Y3249900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[131].Value = ((int)(Y3249900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[424].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[425].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[131].Value = global::System.DBNull.Value; } - if ((Original_R4277201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[426].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[427].Value = ((int)(Original_R4277201.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[426].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[427].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; } - if ((Original_R4277800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[428].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[429].Value = ((int)(Original_R4277800.Value)); + if ((C0005300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(C0005300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[428].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[429].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((Original_R4278100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[430].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[431].Value = ((int)(Original_R4278100.Value)); + if ((C0005400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(C0005400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[430].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[431].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((Original_R4278101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[432].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[433].Value = ((int)(Original_R4278101.Value)); + if ((C0005700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(C0005700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[432].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[433].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((Original_R4278700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[434].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[435].Value = ((int)(Original_R4278700.Value)); + if ((C0008100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(C0008100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[434].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[435].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((Original_R4279000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[436].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[437].Value = ((int)(Original_R4279000.Value)); + if ((C0008200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(C0008200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[436].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[437].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((Original_R4279001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[438].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[439].Value = ((int)(Original_R4279001.Value)); + if ((C0008300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(C0008300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[438].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[439].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; } - if ((Original_R4279600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[440].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[441].Value = ((int)(Original_R4279600.Value)); + if ((C0008600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(C0008600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[440].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[441].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((Original_R4279900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[442].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[443].Value = ((int)(Original_R4279900.Value)); + if ((C0008700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(C0008700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[442].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[443].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; } - if ((Original_R4279901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[444].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[445].Value = ((int)(Original_R4279901.Value)); + if ((C0008800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(C0008800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[444].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[445].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((Original_R4280500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[446].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[447].Value = ((int)(Original_R4280500.Value)); + if ((C0009100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(C0009100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[446].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[447].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; } - if ((Original_R4280800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[448].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[449].Value = ((int)(Original_R4280800.Value)); + if ((C0009200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(C0009200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[448].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[449].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((Original_R4280801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[450].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[451].Value = ((int)(Original_R4280801.Value)); + if ((C0009300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(C0009300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[450].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[451].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; } - if ((Original_R4281400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[452].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[453].Value = ((int)(Original_R4281400.Value)); + if ((C0009600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(C0009600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[452].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[453].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((Original_R4282200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[454].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[455].Value = ((int)(Original_R4282200.Value)); + if ((C0009700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(C0009700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[454].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[455].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; } - if ((Original_R4827700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[456].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[457].Value = ((int)(Original_R4827700.Value)); + if ((C0009800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(C0009800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[456].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[457].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((Original_R4828000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[458].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[459].Value = ((int)(Original_R4828000.Value)); + if ((C0009900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(C0009900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[458].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[459].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; } - if ((Original_R4828001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[460].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[461].Value = ((int)(Original_R4828001.Value)); + if ((C0010110.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(C0010110.Value)); } else { - this.Adapter.UpdateCommand.Parameters[460].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[461].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((Original_R4830700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[462].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[463].Value = ((int)(Original_R4830700.Value)); + if ((C0010200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(C0010200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[462].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[463].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; } - if ((Original_R4831000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[464].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[465].Value = ((int)(Original_R4831000.Value)); + if ((C0010300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(C0010300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[464].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[465].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((Original_R4831001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[466].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[467].Value = ((int)(Original_R4831001.Value)); + if ((C0010400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(C0010400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[466].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[467].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; } - if ((Original_R4833700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[468].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[469].Value = ((int)(Original_R4833700.Value)); + if ((C0010700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(C0010700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[468].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[469].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((Original_R4834000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[470].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[471].Value = ((int)(Original_R4834000.Value)); + if ((C0010800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(C0010800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[470].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[471].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; } - if ((Original_R4834001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[472].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[473].Value = ((int)(Original_R4834001.Value)); + if ((C0010900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(C0010900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[472].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[473].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((Original_R4836700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[474].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[475].Value = ((int)(Original_R4836700.Value)); + if ((C0011110.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(C0011110.Value)); } else { - this.Adapter.UpdateCommand.Parameters[474].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[475].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; } - if ((Original_R4837000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[476].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[477].Value = ((int)(Original_R4837000.Value)); + if ((C0011111.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(C0011111.Value)); } else { - this.Adapter.UpdateCommand.Parameters[476].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[477].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; } - if ((Original_R4837001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[478].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[479].Value = ((int)(Original_R4837001.Value)); + if ((C0011112.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(C0011112.Value)); } else { - this.Adapter.UpdateCommand.Parameters[478].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[479].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; } - if ((Original_R4839700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[480].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[481].Value = ((int)(Original_R4839700.Value)); + if ((C0011113.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[28].Value = ((int)(C0011113.Value)); } else { - this.Adapter.UpdateCommand.Parameters[480].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[481].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; } - if ((Original_R4840000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[482].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[483].Value = ((int)(Original_R4840000.Value)); + if ((C0011114.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(C0011114.Value)); } else { - this.Adapter.UpdateCommand.Parameters[482].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[483].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; } - if ((Original_R4840001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[484].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[485].Value = ((int)(Original_R4840001.Value)); + if ((C0011117.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(C0011117.Value)); } else { - this.Adapter.UpdateCommand.Parameters[484].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[485].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; } - if ((Original_R4842600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[486].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[487].Value = ((int)(Original_R4842600.Value)); + if ((C0011118.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(C0011118.Value)); } else { - this.Adapter.UpdateCommand.Parameters[486].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[487].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; } - if ((Original_R4844900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[488].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[489].Value = ((int)(Original_R4844900.Value)); + if ((C0011119.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[32].Value = ((int)(C0011119.Value)); } else { - this.Adapter.UpdateCommand.Parameters[488].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[489].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((Original_R4847200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[490].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[491].Value = ((int)(Original_R4847200.Value)); + if ((C0011122.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(C0011122.Value)); } else { - this.Adapter.UpdateCommand.Parameters[490].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[491].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; } - if ((Original_R5498100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[492].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[493].Value = ((int)(Original_R5498100.Value)); + if ((C0011123.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[34].Value = ((int)(C0011123.Value)); } else { - this.Adapter.UpdateCommand.Parameters[492].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[493].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((Original_R5498400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[494].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[495].Value = ((int)(Original_R5498400.Value)); + if ((C0011124.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(C0011124.Value)); } else { - this.Adapter.UpdateCommand.Parameters[494].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[495].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; } - if ((Original_R5498401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[496].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[497].Value = ((int)(Original_R5498401.Value)); + if ((C0011127.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[36].Value = ((int)(C0011127.Value)); } else { - this.Adapter.UpdateCommand.Parameters[496].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[497].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; } - if ((Original_R5501100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[498].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[499].Value = ((int)(Original_R5501100.Value)); + if ((C0011128.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(C0011128.Value)); } else { - this.Adapter.UpdateCommand.Parameters[498].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[499].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; } - if ((Original_R5501400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[500].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[501].Value = ((int)(Original_R5501400.Value)); + if ((C0011129.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[38].Value = ((int)(C0011129.Value)); } else { - this.Adapter.UpdateCommand.Parameters[500].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[501].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; } - if ((Original_R5501401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[502].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[503].Value = ((int)(Original_R5501401.Value)); + if ((C0011132.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[39].Value = ((int)(C0011132.Value)); } else { - this.Adapter.UpdateCommand.Parameters[502].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[503].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; } - if ((Original_R5504100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[504].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[505].Value = ((int)(Original_R5504100.Value)); + if ((C0011133.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[40].Value = ((int)(C0011133.Value)); } else { - this.Adapter.UpdateCommand.Parameters[504].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[505].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; } - if ((Original_R5504400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[506].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[507].Value = ((int)(Original_R5504400.Value)); + if ((C0011134.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[41].Value = ((int)(C0011134.Value)); } else { - this.Adapter.UpdateCommand.Parameters[506].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[507].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; } - if ((Original_R5504401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[508].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[509].Value = ((int)(Original_R5504401.Value)); + if ((C0011137.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[42].Value = ((int)(C0011137.Value)); } else { - this.Adapter.UpdateCommand.Parameters[508].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[509].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; } - if ((Original_R5507100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[510].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[511].Value = ((int)(Original_R5507100.Value)); + if ((C0011138.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[43].Value = ((int)(C0011138.Value)); } else { - this.Adapter.UpdateCommand.Parameters[510].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[511].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; } - if ((Original_R5507400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[512].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[513].Value = ((int)(Original_R5507400.Value)); + if ((C0011139.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[44].Value = ((int)(C0011139.Value)); } else { - this.Adapter.UpdateCommand.Parameters[512].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[513].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; } - if ((Original_R5507401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[514].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[515].Value = ((int)(Original_R5507401.Value)); + if ((C0011142.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[45].Value = ((int)(C0011142.Value)); } else { - this.Adapter.UpdateCommand.Parameters[514].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[515].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; } - if ((Original_R5510100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[516].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[517].Value = ((int)(Original_R5510100.Value)); + if ((C0011143.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[46].Value = ((int)(C0011143.Value)); } else { - this.Adapter.UpdateCommand.Parameters[516].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[517].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; } - if ((Original_R5510400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[518].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[519].Value = ((int)(Original_R5510400.Value)); + if ((C0011144.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[47].Value = ((int)(C0011144.Value)); } else { - this.Adapter.UpdateCommand.Parameters[518].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[519].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; } - if ((Original_R5510401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[520].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[521].Value = ((int)(Original_R5510401.Value)); + if ((C3070500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[48].Value = ((int)(C3070500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[520].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[521].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; } - if ((Original_R5513100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[522].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[523].Value = ((int)(Original_R5513100.Value)); + if ((C3423600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[49].Value = ((int)(C3423600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[522].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[523].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value; } - if ((Original_R5515400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[524].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[525].Value = ((int)(Original_R5515400.Value)); + if ((C3601100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[50].Value = ((int)(C3601100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[524].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[525].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; } - if ((Original_R5517700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[526].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[527].Value = ((int)(Original_R5517700.Value)); + if ((C3601700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[51].Value = ((int)(C3601700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[526].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[527].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value; } - if ((Original_R5519900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[528].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[529].Value = ((int)(Original_R5519900.Value)); + if ((C3601800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(C3601800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[528].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[529].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; } - if ((Original_R6219500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[530].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[531].Value = ((int)(Original_R6219500.Value)); + if ((C3601900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[53].Value = ((int)(C3601900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[530].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[531].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value; } - if ((Original_R6219600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[532].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[533].Value = ((int)(Original_R6219600.Value)); + if ((C3605900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[54].Value = ((int)(C3605900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[532].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[533].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; } - if ((Original_R6219700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[534].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[535].Value = ((int)(Original_R6219700.Value)); + if ((C3981100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[55].Value = ((int)(C3981100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[534].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[535].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value; } - if ((Original_R6219800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[536].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[537].Value = ((int)(Original_R6219800.Value)); + if ((C3981700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[56].Value = ((int)(C3981700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[536].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[537].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value; } - if ((Original_R6219900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[538].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[539].Value = ((int)(Original_R6219900.Value)); + if ((C3981800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[57].Value = ((int)(C3981800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[538].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[539].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value; } - if ((Original_R6220000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[540].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[541].Value = ((int)(Original_R6220000.Value)); + if ((C3981900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[58].Value = ((int)(C3981900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[540].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[541].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value; } - if ((Original_R6220100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[542].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[543].Value = ((int)(Original_R6220100.Value)); + if ((C5156100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(C5156100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[542].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[543].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value; } - if ((Original_R6220200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[544].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[545].Value = ((int)(Original_R6220200.Value)); + if ((C5525500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[60].Value = ((int)(C5525500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[544].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[545].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value; } - if ((Original_R6220300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[546].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[547].Value = ((int)(Original_R6220300.Value)); + if ((C5525600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[61].Value = ((int)(C5525600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[546].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[547].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value; } - if ((Original_R6220400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[548].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[549].Value = ((int)(Original_R6220400.Value)); + if ((C5525700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[62].Value = ((int)(C5525700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[548].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[549].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value; } - if ((Original_R6222800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[550].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[551].Value = ((int)(Original_R6222800.Value)); + if ((C5733200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[63].Value = ((int)(C5733200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[550].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[551].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value; } - if ((Original_R6222801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[552].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[553].Value = ((int)(Original_R6222801.Value)); + if ((C5801800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[64].Value = ((int)(C5801800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[552].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[553].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value; } - if ((Original_R6222900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[554].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[555].Value = ((int)(Original_R6222900.Value)); + if ((C5801900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[65].Value = ((int)(C5801900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[554].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[555].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value; } - if ((Original_R6222901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[556].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[557].Value = ((int)(Original_R6222901.Value)); + if ((C5802000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[66].Value = ((int)(C5802000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[556].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[557].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value; } - if ((Original_R6223000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[558].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[559].Value = ((int)(Original_R6223000.Value)); + if ((C6006200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[67].Value = ((int)(C6006200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[558].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[559].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value; } - if ((Original_R6223001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[560].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[561].Value = ((int)(Original_R6223001.Value)); + if ((Y0003200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[68].Value = ((int)(Y0003200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[560].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[561].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value; } - if ((Original_R6223100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[562].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[563].Value = ((int)(Original_R6223100.Value)); + if ((Y0007300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[69].Value = ((int)(Y0007300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[562].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[563].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value; } - if ((Original_R6223101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[564].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[565].Value = ((int)(Original_R6223101.Value)); + if ((Y0007400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[70].Value = ((int)(Y0007400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[564].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[565].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value; } - if ((Original_R6223200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[566].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[567].Value = ((int)(Original_R6223200.Value)); + if ((Y0007600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[71].Value = ((int)(Y0007600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[566].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[567].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value; } - if ((Original_R6223201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[568].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[569].Value = ((int)(Original_R6223201.Value)); + if ((Y0007601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[72].Value = ((int)(Y0007601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[568].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[569].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value; } - if ((Original_R6223300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[570].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[571].Value = ((int)(Original_R6223300.Value)); + if ((Y0008000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[73].Value = ((int)(Y0008000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[570].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[571].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.Value; } - if ((Original_R6223301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[572].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[573].Value = ((int)(Original_R6223301.Value)); + if ((Y0008500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[74].Value = ((int)(Y0008500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[572].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[573].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value; } - if ((Original_R6773500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[574].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[575].Value = ((int)(Original_R6773500.Value)); + if ((Y0008600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[75].Value = ((int)(Y0008600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[574].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[575].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value; } - if ((Original_R6773600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[576].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[577].Value = ((int)(Original_R6773600.Value)); + if ((Y0009400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[76].Value = ((int)(Y0009400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[576].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[577].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value; } - if ((Original_R6773700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[578].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[579].Value = ((int)(Original_R6773700.Value)); + if ((Y0394100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[77].Value = ((int)(Y0394100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[578].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[579].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value; } - if ((Original_R6773800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[580].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[581].Value = ((int)(Original_R6773800.Value)); + if ((Y0394300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[78].Value = ((int)(Y0394300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[580].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[581].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value; } - if ((Original_R6773900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[582].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[583].Value = ((int)(Original_R6773900.Value)); + if ((Y0394500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[79].Value = ((int)(Y0394500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[582].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[583].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value; } - if ((Original_R6774000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[584].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[585].Value = ((int)(Original_R6774000.Value)); + if ((Y0394501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[80].Value = ((int)(Y0394501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[584].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[585].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value; } - if ((Original_R6774100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[586].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[587].Value = ((int)(Original_R6774100.Value)); + if ((Y0394900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[81].Value = ((int)(Y0394900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[586].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[587].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value; } - if ((Original_R6774200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[588].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[589].Value = ((int)(Original_R6774200.Value)); + if ((Y0651000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[82].Value = ((int)(Y0651000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[588].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[589].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value; } - if ((Original_R6774300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[590].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[591].Value = ((int)(Original_R6774300.Value)); + if ((Y0682500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[83].Value = ((int)(Y0682500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[590].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[591].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value; } - if ((Original_R6774400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[592].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[593].Value = ((int)(Original_R6774400.Value)); + if ((Y0683800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[84].Value = ((int)(Y0683800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[592].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[593].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value; } - if ((Original_R6776300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[594].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[595].Value = ((int)(Original_R6776300.Value)); + if ((Y0683900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[85].Value = ((int)(Y0683900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[594].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[595].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[85].Value = global::System.DBNull.Value; } - if ((Original_R6776301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[596].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[597].Value = ((int)(Original_R6776301.Value)); + if ((Y0684100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[86].Value = ((int)(Y0684100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[596].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[597].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value; } - if ((Original_R6776400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[598].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[599].Value = ((int)(Original_R6776400.Value)); + if ((Y0684101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[87].Value = ((int)(Y0684101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[598].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[599].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value; } - if ((Original_R6776401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[600].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[601].Value = ((int)(Original_R6776401.Value)); + if ((Y0684500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[88].Value = ((int)(Y0684500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[600].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[601].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value; } - if ((Original_R6776500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[602].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[603].Value = ((int)(Original_R6776500.Value)); + if ((Y0947100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[89].Value = ((int)(Y0947100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[602].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[603].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[89].Value = global::System.DBNull.Value; } - if ((Original_R6776501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[604].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[605].Value = ((int)(Original_R6776501.Value)); + if ((Y0986200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[90].Value = ((int)(Y0986200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[604].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[605].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[90].Value = global::System.DBNull.Value; } - if ((Original_R6776600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[606].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[607].Value = ((int)(Original_R6776600.Value)); + if ((Y0986700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[91].Value = ((int)(Y0986700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[606].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[607].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[91].Value = global::System.DBNull.Value; } - if ((Original_R6776601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[608].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[609].Value = ((int)(Original_R6776601.Value)); + if ((Y0988800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[92].Value = ((int)(Y0988800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[608].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[609].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[92].Value = global::System.DBNull.Value; } - if ((Original_R6776700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[610].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[611].Value = ((int)(Original_R6776700.Value)); + if ((Y0988900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[93].Value = ((int)(Y0988900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[610].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[611].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[93].Value = global::System.DBNull.Value; } - if ((Original_R6776701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[612].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[613].Value = ((int)(Original_R6776701.Value)); + if ((Y0989400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[94].Value = ((int)(Y0989400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[612].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[613].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[94].Value = global::System.DBNull.Value; } - if ((Original_R6776800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[614].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[615].Value = ((int)(Original_R6776800.Value)); + if ((Y0989401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[95].Value = ((int)(Y0989401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[614].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[615].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[95].Value = global::System.DBNull.Value; } - if ((Original_R6776801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[616].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[617].Value = ((int)(Original_R6776801.Value)); + if ((Y0989900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[96].Value = ((int)(Y0989900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[616].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[617].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[96].Value = global::System.DBNull.Value; } - if ((Original_R7417900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[618].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[619].Value = ((int)(Original_R7417900.Value)); + if ((Y1229100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[97].Value = ((int)(Y1229100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[618].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[619].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[97].Value = global::System.DBNull.Value; } - if ((Original_R7418000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[620].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[621].Value = ((int)(Original_R7418000.Value)); + if ((Y1229200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[98].Value = ((int)(Y1229200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[620].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[621].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[98].Value = global::System.DBNull.Value; } - if ((Original_R7418100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[622].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[623].Value = ((int)(Original_R7418100.Value)); + if ((Y1229700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[99].Value = ((int)(Y1229700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[622].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[623].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[99].Value = global::System.DBNull.Value; } - if ((Original_R7418200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[624].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[625].Value = ((int)(Original_R7418200.Value)); + if ((Y1229701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[100].Value = ((int)(Y1229701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[624].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[625].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[100].Value = global::System.DBNull.Value; } - if ((Original_R7418300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[626].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[627].Value = ((int)(Original_R7418300.Value)); + if ((Y1264300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[101].Value = ((int)(Y1264300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[626].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[627].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[101].Value = global::System.DBNull.Value; } - if ((Original_R7418400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[628].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[629].Value = ((int)(Original_R7418400.Value)); + if ((Y1265300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[102].Value = ((int)(Y1265300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[628].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[629].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[102].Value = global::System.DBNull.Value; } - if ((Original_R7418500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[630].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[631].Value = ((int)(Original_R7418500.Value)); + if ((Y1458900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[103].Value = ((int)(Y1458900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[630].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[631].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[103].Value = global::System.DBNull.Value; } - if ((Original_R7418600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[632].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[633].Value = ((int)(Original_R7418600.Value)); + if ((Y1459400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[104].Value = ((int)(Y1459400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[632].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[633].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[104].Value = global::System.DBNull.Value; } - if ((Original_R7418700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[634].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[635].Value = ((int)(Original_R7418700.Value)); + if ((Y1459401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[105].Value = ((int)(Y1459401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[634].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[635].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[105].Value = global::System.DBNull.Value; } - if ((Original_R7418800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[636].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[637].Value = ((int)(Original_R7418800.Value)); + if ((Y1629500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[106].Value = ((int)(Y1629500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[636].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[637].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[106].Value = global::System.DBNull.Value; } - if ((Original_R7420700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[638].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[639].Value = ((int)(Original_R7420700.Value)); + if ((Y1704000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[107].Value = ((int)(Y1704000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[638].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[639].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[107].Value = global::System.DBNull.Value; } - if ((Original_R7420701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[640].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[641].Value = ((int)(Original_R7420701.Value)); + if ((Y1704500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[108].Value = ((int)(Y1704500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[640].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[641].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[108].Value = global::System.DBNull.Value; } - if ((Original_R7420800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[642].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[643].Value = ((int)(Original_R7420800.Value)); + if ((Y1704501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[109].Value = ((int)(Y1704501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[642].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[643].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[109].Value = global::System.DBNull.Value; } - if ((Original_R7420801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[644].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[645].Value = ((int)(Original_R7420801.Value)); + if ((Y1707300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[110].Value = ((int)(Y1707300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[644].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[645].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[110].Value = global::System.DBNull.Value; } - if ((Original_R7420900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[646].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[647].Value = ((int)(Original_R7420900.Value)); + if ((Y1883300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[111].Value = ((int)(Y1883300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[646].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[647].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[111].Value = global::System.DBNull.Value; } - if ((Original_R7420901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[648].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[649].Value = ((int)(Original_R7420901.Value)); + if ((Y1989500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[112].Value = ((int)(Y1989500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[648].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[649].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[112].Value = global::System.DBNull.Value; } - if ((Original_R7421000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[650].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[651].Value = ((int)(Original_R7421000.Value)); + if ((Y1990000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[113].Value = ((int)(Y1990000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[650].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[651].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[113].Value = global::System.DBNull.Value; } - if ((Original_R7421001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[652].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[653].Value = ((int)(Original_R7421001.Value)); + if ((Y1990001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[114].Value = ((int)(Y1990001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[652].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[653].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[114].Value = global::System.DBNull.Value; } - if ((Original_R7421100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[654].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[655].Value = ((int)(Original_R7421100.Value)); + if ((Y1992900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[115].Value = ((int)(Y1992900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[654].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[655].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[115].Value = global::System.DBNull.Value; } - if ((Original_R7421101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[656].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[657].Value = ((int)(Original_R7421101.Value)); + if ((Y2197500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[116].Value = ((int)(Y2197500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[656].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[657].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[116].Value = global::System.DBNull.Value; } - if ((Original_R7421200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[658].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[659].Value = ((int)(Original_R7421200.Value)); + if ((Y2308300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[117].Value = ((int)(Y2308300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[658].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[659].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[117].Value = global::System.DBNull.Value; } - if ((Original_R7421201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[660].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[661].Value = ((int)(Original_R7421201.Value)); + if ((Y2308800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[118].Value = ((int)(Y2308800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[660].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[661].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[118].Value = global::System.DBNull.Value; } - if ((Original_R7421300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[662].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[663].Value = ((int)(Original_R7421300.Value)); + if ((Y2308801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[119].Value = ((int)(Y2308801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[662].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[663].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[119].Value = global::System.DBNull.Value; } - if ((Original_R7421301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[664].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[665].Value = ((int)(Original_R7421301.Value)); + if ((Y2311700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[120].Value = ((int)(Y2311700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[664].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[665].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[120].Value = global::System.DBNull.Value; } - if ((Original_R8116000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[666].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[667].Value = ((int)(Original_R8116000.Value)); + if ((Y2531800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[121].Value = ((int)(Y2531800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[666].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[667].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[121].Value = global::System.DBNull.Value; } - if ((Original_R8116100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[668].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[669].Value = ((int)(Original_R8116100.Value)); + if ((Y2641000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[122].Value = ((int)(Y2641000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[668].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[669].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[122].Value = global::System.DBNull.Value; } - if ((Original_R8116200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[670].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[671].Value = ((int)(Original_R8116200.Value)); + if ((Y2641500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[123].Value = ((int)(Y2641500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[670].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[671].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[123].Value = global::System.DBNull.Value; } - if ((Original_R8116300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[672].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[673].Value = ((int)(Original_R8116300.Value)); + if ((Y2641501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[124].Value = ((int)(Y2641501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[672].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[673].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[124].Value = global::System.DBNull.Value; } - if ((Original_R8116400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[674].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[675].Value = ((int)(Original_R8116400.Value)); + if ((Y2644400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[125].Value = ((int)(Y2644400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[674].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[675].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[125].Value = global::System.DBNull.Value; } - if ((Original_R8116500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[676].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[677].Value = ((int)(Original_R8116500.Value)); + if ((Y2880000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[126].Value = ((int)(Y2880000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[676].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[677].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[126].Value = global::System.DBNull.Value; } - if ((Original_R8116600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[678].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[679].Value = ((int)(Original_R8116600.Value)); + if ((Y2998200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[127].Value = ((int)(Y2998200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[678].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[679].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[127].Value = global::System.DBNull.Value; } - if ((Original_R8116700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[680].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[681].Value = ((int)(Original_R8116700.Value)); + if ((Y2998700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[128].Value = ((int)(Y2998700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[680].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[681].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[128].Value = global::System.DBNull.Value; } - if ((Original_R8116800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[682].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[683].Value = ((int)(Original_R8116800.Value)); + if ((Y2998701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[129].Value = ((int)(Y2998701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[682].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[683].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[129].Value = global::System.DBNull.Value; } - if ((Original_R8116900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[684].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[685].Value = ((int)(Original_R8116900.Value)); + if ((Y3001600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[130].Value = ((int)(Y3001600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[684].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[685].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[130].Value = global::System.DBNull.Value; } - if ((Original_R8119000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[686].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[687].Value = ((int)(Original_R8119000.Value)); + if ((Y3249900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[131].Value = ((int)(Y3249900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[686].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[687].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[131].Value = global::System.DBNull.Value; } - if ((Original_R8119001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[688].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[689].Value = ((int)(Original_R8119001.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[688].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[689].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_R8119100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[690].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[691].Value = ((int)(Original_R8119100.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[690].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[691].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[135].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[136].Value = global::System.DBNull.Value; } - if ((Original_R8119101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[692].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[693].Value = ((int)(Original_R8119101.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[692].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[693].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[137].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[138].Value = global::System.DBNull.Value; } - if ((Original_R8119200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[694].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[695].Value = ((int)(Original_R8119200.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[694].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[695].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[139].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[140].Value = global::System.DBNull.Value; } - if ((Original_R8119201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[696].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[697].Value = ((int)(Original_R8119201.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[696].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[697].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[141].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[142].Value = global::System.DBNull.Value; } - if ((Original_R8119300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[698].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[699].Value = ((int)(Original_R8119300.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[698].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[699].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_R8119301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[700].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[701].Value = ((int)(Original_R8119301.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[700].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[701].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_R8119400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[702].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[703].Value = ((int)(Original_R8119400.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[702].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[703].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_R8119401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[704].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[705].Value = ((int)(Original_R8119401.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[704].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[705].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[149].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[150].Value = global::System.DBNull.Value; } - if ((Original_R8119500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[706].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[707].Value = ((int)(Original_R8119500.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[706].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[707].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[151].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[152].Value = global::System.DBNull.Value; } - if ((Original_R8119501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[708].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[709].Value = ((int)(Original_R8119501.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[708].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[709].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[153].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[154].Value = global::System.DBNull.Value; } - if ((Original_T0347900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[710].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[711].Value = ((int)(Original_T0347900.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[710].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[711].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[155].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[156].Value = global::System.DBNull.Value; } - if ((Original_T0348000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[712].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[713].Value = ((int)(Original_T0348000.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[712].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[713].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[157].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[158].Value = global::System.DBNull.Value; } - if ((Original_T0348100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[714].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[715].Value = ((int)(Original_T0348100.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[714].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[715].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[159].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[160].Value = global::System.DBNull.Value; } - if ((Original_T0348200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[716].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[717].Value = ((int)(Original_T0348200.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[716].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[717].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[161].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[162].Value = global::System.DBNull.Value; } - if ((Original_T0348300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[718].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[719].Value = ((int)(Original_T0348300.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[718].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[719].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[163].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[164].Value = global::System.DBNull.Value; } - if ((Original_T0348400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[720].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[721].Value = ((int)(Original_T0348400.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[720].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[721].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[165].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[166].Value = global::System.DBNull.Value; } - if ((Original_T0348500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[722].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[723].Value = ((int)(Original_T0348500.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[722].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[723].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[167].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[168].Value = global::System.DBNull.Value; } - if ((Original_T0348600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[724].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[725].Value = ((int)(Original_T0348600.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[724].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[725].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[169].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[170].Value = global::System.DBNull.Value; } - if ((Original_T0348700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[726].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[727].Value = ((int)(Original_T0348700.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[726].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[727].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_T0348800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[728].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[729].Value = ((int)(Original_T0348800.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[728].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[729].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_T0348900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[730].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[731].Value = ((int)(Original_T0348900.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[730].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[731].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_T0351100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[732].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[733].Value = ((int)(Original_T0351100.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[732].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[733].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[177].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[178].Value = global::System.DBNull.Value; } - if ((Original_T0351101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[734].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[735].Value = ((int)(Original_T0351101.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[734].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[735].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[179].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[180].Value = global::System.DBNull.Value; } - if ((Original_T0351200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[736].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[737].Value = ((int)(Original_T0351200.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[736].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[737].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[181].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[182].Value = global::System.DBNull.Value; } - if ((Original_T0351201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[738].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[739].Value = ((int)(Original_T0351201.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[738].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[739].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[183].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[184].Value = global::System.DBNull.Value; } - if ((Original_T0351300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[740].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[741].Value = ((int)(Original_T0351300.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[740].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[741].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[185].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[186].Value = global::System.DBNull.Value; } - if ((Original_T0351301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[742].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[743].Value = ((int)(Original_T0351301.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[742].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[743].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[187].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[188].Value = global::System.DBNull.Value; } - if ((Original_T0351400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[744].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[745].Value = ((int)(Original_T0351400.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[744].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[745].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[189].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[190].Value = global::System.DBNull.Value; } - if ((Original_T0351401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[746].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[747].Value = ((int)(Original_T0351401.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[746].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[747].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[191].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[192].Value = global::System.DBNull.Value; } - if ((Original_T0351500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[748].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[749].Value = ((int)(Original_T0351500.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[748].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[749].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[193].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[194].Value = global::System.DBNull.Value; } - if ((Original_T0351501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[750].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[751].Value = ((int)(Original_T0351501.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[750].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[751].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[195].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[196].Value = global::System.DBNull.Value; } - if ((Original_T0351600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[752].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[753].Value = ((int)(Original_T0351600.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[752].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[753].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[197].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[198].Value = global::System.DBNull.Value; } - if ((Original_T0351601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[754].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[755].Value = ((int)(Original_T0351601.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[754].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[755].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[199].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[200].Value = global::System.DBNull.Value; } - if ((Original_T0351700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[756].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[757].Value = ((int)(Original_T0351700.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[756].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[757].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[201].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[202].Value = global::System.DBNull.Value; } - if ((Original_T0351701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[758].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[759].Value = ((int)(Original_T0351701.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[758].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[759].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[203].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[204].Value = global::System.DBNull.Value; } - if ((Original_T0351800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[760].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[761].Value = ((int)(Original_T0351800.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[760].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[761].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[205].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[206].Value = global::System.DBNull.Value; } - if ((Original_T0351801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[762].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[763].Value = ((int)(Original_T0351801.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[762].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[763].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[207].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[208].Value = global::System.DBNull.Value; } - if ((Original_T1497300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[764].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[765].Value = ((int)(Original_T1497300.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[764].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[765].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[209].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[210].Value = global::System.DBNull.Value; } - if ((Original_T1497400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[766].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[767].Value = ((int)(Original_T1497400.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[766].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[767].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[211].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[212].Value = global::System.DBNull.Value; } - if ((Original_T1497500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[768].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[769].Value = ((int)(Original_T1497500.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[768].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[769].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[213].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[214].Value = global::System.DBNull.Value; } - if ((Original_T1497600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[770].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[771].Value = ((int)(Original_T1497600.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[770].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[771].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[215].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[216].Value = global::System.DBNull.Value; } - if ((Original_T1497700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[772].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[773].Value = ((int)(Original_T1497700.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[772].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[773].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[217].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[218].Value = global::System.DBNull.Value; } - if ((Original_T1497800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[774].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[775].Value = ((int)(Original_T1497800.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[774].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[775].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[219].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[220].Value = global::System.DBNull.Value; } - if ((Original_T1497900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[776].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[777].Value = ((int)(Original_T1497900.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[776].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[777].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[221].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[222].Value = global::System.DBNull.Value; } - if ((Original_T1498000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[778].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[779].Value = ((int)(Original_T1498000.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[778].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[779].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[223].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[224].Value = global::System.DBNull.Value; } - if ((Original_T1498100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[780].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[781].Value = ((int)(Original_T1498100.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[780].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[781].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[225].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[226].Value = global::System.DBNull.Value; } - if ((Original_T1498200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[782].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[783].Value = ((int)(Original_T1498200.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[782].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[783].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[227].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[228].Value = global::System.DBNull.Value; } - if ((Original_T1498300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[784].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[785].Value = ((int)(Original_T1498300.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[784].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[785].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[229].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[230].Value = global::System.DBNull.Value; } - if ((Original_T1500500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[786].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[787].Value = ((int)(Original_T1500500.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[786].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[787].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[231].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[232].Value = global::System.DBNull.Value; } - if ((Original_T1500501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[788].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[789].Value = ((int)(Original_T1500501.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[788].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[789].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[233].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[234].Value = global::System.DBNull.Value; } - if ((Original_T1500600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[790].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[791].Value = ((int)(Original_T1500600.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[790].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[791].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[235].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[236].Value = global::System.DBNull.Value; } - if ((Original_T1500601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[792].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[793].Value = ((int)(Original_T1500601.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[792].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[793].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[237].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[238].Value = global::System.DBNull.Value; } - if ((Original_T1500700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[794].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[795].Value = ((int)(Original_T1500700.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[794].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[795].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[239].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[240].Value = global::System.DBNull.Value; } - if ((Original_T1500701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[796].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[797].Value = ((int)(Original_T1500701.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[796].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[797].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[241].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[242].Value = global::System.DBNull.Value; } - if ((Original_T1500800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[798].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[799].Value = ((int)(Original_T1500800.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[798].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[799].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[243].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[244].Value = global::System.DBNull.Value; } - if ((Original_T1500801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[800].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[801].Value = ((int)(Original_T1500801.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[800].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[801].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[245].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[246].Value = global::System.DBNull.Value; } - if ((Original_T1500900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[802].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[803].Value = ((int)(Original_T1500900.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[802].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[803].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[247].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[248].Value = global::System.DBNull.Value; } - if ((Original_T1500901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[804].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[805].Value = ((int)(Original_T1500901.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[804].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[805].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[249].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[250].Value = global::System.DBNull.Value; } - if ((Original_T1501000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[806].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[807].Value = ((int)(Original_T1501000.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[806].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[807].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[251].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[252].Value = global::System.DBNull.Value; } - if ((Original_T1501001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[808].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[809].Value = ((int)(Original_T1501001.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[808].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[809].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[253].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[254].Value = global::System.DBNull.Value; } - if ((Original_T2543200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[810].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[811].Value = ((int)(Original_T2543200.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[810].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[811].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[255].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[256].Value = global::System.DBNull.Value; } - if ((Original_T2543300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[812].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[813].Value = ((int)(Original_T2543300.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[812].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[813].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[257].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[258].Value = global::System.DBNull.Value; } - if ((Original_T2543400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[814].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[815].Value = ((int)(Original_T2543400.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[814].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[815].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[259].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[260].Value = global::System.DBNull.Value; } - if ((Original_T2543500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[816].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[817].Value = ((int)(Original_T2543500.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[816].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[817].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[261].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[262].Value = global::System.DBNull.Value; } - if ((Original_T2543600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[818].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[819].Value = ((int)(Original_T2543600.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[818].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[819].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[263].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[264].Value = global::System.DBNull.Value; } - if ((Original_T2543700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[820].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[821].Value = ((int)(Original_T2543700.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[820].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[821].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[265].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[266].Value = global::System.DBNull.Value; } - if ((Original_T2543800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[822].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[823].Value = ((int)(Original_T2543800.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[822].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[823].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[267].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[268].Value = global::System.DBNull.Value; } - if ((Original_T2543900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[824].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[825].Value = ((int)(Original_T2543900.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[824].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[825].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[269].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[270].Value = global::System.DBNull.Value; } - if ((Original_T2544000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[826].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[827].Value = ((int)(Original_T2544000.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[826].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[827].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[271].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[272].Value = global::System.DBNull.Value; } - if ((Original_T2544100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[828].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[829].Value = ((int)(Original_T2544100.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[828].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[829].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[273].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[274].Value = global::System.DBNull.Value; } - if ((Original_T2546100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[830].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[831].Value = ((int)(Original_T2546100.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[830].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[831].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[275].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[276].Value = global::System.DBNull.Value; } - if ((Original_T2546101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[832].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[833].Value = ((int)(Original_T2546101.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[832].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[833].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[277].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[278].Value = global::System.DBNull.Value; } - if ((Original_T2546200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[834].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[835].Value = ((int)(Original_T2546200.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[834].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[835].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[279].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[280].Value = global::System.DBNull.Value; } - if ((Original_T2546201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[836].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[837].Value = ((int)(Original_T2546201.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[836].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[837].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[281].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[282].Value = global::System.DBNull.Value; } - if ((Original_T2546300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[838].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[839].Value = ((int)(Original_T2546300.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[838].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[839].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[283].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[284].Value = global::System.DBNull.Value; } - if ((Original_T2546301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[840].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[841].Value = ((int)(Original_T2546301.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[840].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[841].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[285].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[286].Value = global::System.DBNull.Value; } - if ((Original_T2546400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[842].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[843].Value = ((int)(Original_T2546400.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[842].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[843].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[287].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[288].Value = global::System.DBNull.Value; } - if ((Original_T2546401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[844].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[845].Value = ((int)(Original_T2546401.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[844].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[845].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[289].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[290].Value = global::System.DBNull.Value; } - if ((Original_T2546500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[846].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[847].Value = ((int)(Original_T2546500.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[846].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[847].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[291].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[292].Value = global::System.DBNull.Value; } - if ((Original_T2546501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[848].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[849].Value = ((int)(Original_T2546501.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[848].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[849].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[293].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[294].Value = global::System.DBNull.Value; } - if ((Original_T2546600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[850].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[851].Value = ((int)(Original_T2546600.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[850].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[851].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[295].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[296].Value = global::System.DBNull.Value; } - if ((Original_T2546601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[852].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[853].Value = ((int)(Original_T2546601.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[852].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[853].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[297].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[298].Value = global::System.DBNull.Value; } - if ((Original_T2546700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[854].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[855].Value = ((int)(Original_T2546700.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[854].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[855].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[299].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[300].Value = global::System.DBNull.Value; } - if ((Original_T2546701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[856].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[857].Value = ((int)(Original_T2546701.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[856].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[857].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[301].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[302].Value = global::System.DBNull.Value; } - if ((Original_T3529500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[858].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[859].Value = ((int)(Original_T3529500.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[858].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[859].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[303].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[304].Value = global::System.DBNull.Value; } - if ((Original_T3529600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[860].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[861].Value = ((int)(Original_T3529600.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[860].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[861].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[305].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[306].Value = global::System.DBNull.Value; } - if ((Original_T3529700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[862].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[863].Value = ((int)(Original_T3529700.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[862].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[863].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[307].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[308].Value = global::System.DBNull.Value; } - if ((Original_T3529800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[864].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[865].Value = ((int)(Original_T3529800.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[864].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[865].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[309].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[310].Value = global::System.DBNull.Value; } - if ((Original_T3529900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[866].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[867].Value = ((int)(Original_T3529900.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[866].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[867].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[311].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[312].Value = global::System.DBNull.Value; } - if ((Original_T3530000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[868].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[869].Value = ((int)(Original_T3530000.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[868].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[869].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[313].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[314].Value = global::System.DBNull.Value; } - if ((Original_T3530100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[870].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[871].Value = ((int)(Original_T3530100.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[870].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[871].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[315].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[316].Value = global::System.DBNull.Value; } - if ((Original_T3530200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[872].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[873].Value = ((int)(Original_T3530200.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[872].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[873].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[317].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[318].Value = global::System.DBNull.Value; } - if ((Original_T3530300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[874].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[875].Value = ((int)(Original_T3530300.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[874].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[875].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[319].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[320].Value = global::System.DBNull.Value; } - if ((Original_T3530400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[876].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[877].Value = ((int)(Original_T3530400.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[876].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[877].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[321].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[322].Value = global::System.DBNull.Value; } - if ((Original_T3532500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[878].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[879].Value = ((int)(Original_T3532500.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[878].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[879].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[323].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[324].Value = global::System.DBNull.Value; } - if ((Original_T3532501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[880].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[881].Value = ((int)(Original_T3532501.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[880].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[881].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[325].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[326].Value = global::System.DBNull.Value; } - if ((Original_T3532600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[882].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[883].Value = ((int)(Original_T3532600.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[882].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[883].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[327].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[328].Value = global::System.DBNull.Value; } - if ((Original_T3532601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[884].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[885].Value = ((int)(Original_T3532601.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[884].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[885].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[329].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[330].Value = global::System.DBNull.Value; } - if ((Original_T3532700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[886].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[887].Value = ((int)(Original_T3532700.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[886].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[887].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[331].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[332].Value = global::System.DBNull.Value; } - if ((Original_T3532701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[888].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[889].Value = ((int)(Original_T3532701.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[888].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[889].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[333].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[334].Value = global::System.DBNull.Value; } - if ((Original_T3532800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[890].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[891].Value = ((int)(Original_T3532800.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[890].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[891].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[335].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[336].Value = global::System.DBNull.Value; } - if ((Original_T3532801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[892].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[893].Value = ((int)(Original_T3532801.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[892].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[893].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[337].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[338].Value = global::System.DBNull.Value; } - if ((Original_T3532900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[894].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[895].Value = ((int)(Original_T3532900.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[894].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[895].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[339].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[340].Value = global::System.DBNull.Value; } - if ((Original_T3532901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[896].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[897].Value = ((int)(Original_T3532901.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[896].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[897].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[341].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[342].Value = global::System.DBNull.Value; } - if ((Original_T3533000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[898].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[899].Value = ((int)(Original_T3533000.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[898].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[899].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[343].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[344].Value = global::System.DBNull.Value; } - if ((Original_T3533001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[900].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[901].Value = ((int)(Original_T3533001.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[900].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[901].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[345].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[346].Value = global::System.DBNull.Value; } - if ((Original_T3533100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[902].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[903].Value = ((int)(Original_T3533100.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[902].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[903].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[347].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[348].Value = global::System.DBNull.Value; } - if ((Original_T3533101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[904].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[905].Value = ((int)(Original_T3533101.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[904].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[905].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[349].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[350].Value = global::System.DBNull.Value; } - if ((Original_T4498100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[906].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[907].Value = ((int)(Original_T4498100.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[906].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[907].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[351].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[352].Value = global::System.DBNull.Value; } - if ((Original_T4498200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[908].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[909].Value = ((int)(Original_T4498200.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[908].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[909].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[353].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[354].Value = global::System.DBNull.Value; } - if ((Original_T4498300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[910].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[911].Value = ((int)(Original_T4498300.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[910].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[911].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[355].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[356].Value = global::System.DBNull.Value; } - if ((Original_T4498400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[912].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[913].Value = ((int)(Original_T4498400.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[912].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[913].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[357].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[358].Value = global::System.DBNull.Value; } - if ((Original_T4498500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[914].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[915].Value = ((int)(Original_T4498500.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[914].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[915].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[359].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[360].Value = global::System.DBNull.Value; } - if ((Original_T4498600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[916].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[917].Value = ((int)(Original_T4498600.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[916].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[917].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[361].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[362].Value = global::System.DBNull.Value; } - if ((Original_T4498700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[918].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[919].Value = ((int)(Original_T4498700.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[918].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[919].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[363].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[364].Value = global::System.DBNull.Value; } - if ((Original_T4498800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[920].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[921].Value = ((int)(Original_T4498800.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[920].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[921].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[365].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[366].Value = global::System.DBNull.Value; } - if ((Original_T4498900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[922].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[923].Value = ((int)(Original_T4498900.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[922].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[923].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[367].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[368].Value = global::System.DBNull.Value; } - if ((Original_T4499000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[924].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[925].Value = ((int)(Original_T4499000.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[924].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[925].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[369].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[370].Value = global::System.DBNull.Value; } - if ((Original_T4503700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[926].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[927].Value = ((int)(Original_T4503700.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[926].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[927].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[371].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[372].Value = global::System.DBNull.Value; } - if ((Original_T4503701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[928].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[929].Value = ((int)(Original_T4503701.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[928].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[929].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[373].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[374].Value = global::System.DBNull.Value; } - if ((Original_T4503800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[930].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[931].Value = ((int)(Original_T4503800.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[930].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[931].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[375].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[376].Value = global::System.DBNull.Value; } - if ((Original_T4503801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[932].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[933].Value = ((int)(Original_T4503801.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[932].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[933].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[377].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[378].Value = global::System.DBNull.Value; } - if ((Original_T4503900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[934].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[935].Value = ((int)(Original_T4503900.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[934].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[935].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[379].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[380].Value = global::System.DBNull.Value; } - if ((Original_T4503901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[936].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[937].Value = ((int)(Original_T4503901.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[936].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[937].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[381].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[382].Value = global::System.DBNull.Value; } - if ((Original_T4504000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[938].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[939].Value = ((int)(Original_T4504000.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[938].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[939].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[383].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[384].Value = global::System.DBNull.Value; } - if ((Original_T4504001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[940].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[941].Value = ((int)(Original_T4504001.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[940].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[941].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[385].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[386].Value = global::System.DBNull.Value; } - if ((Original_T4504100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[942].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[943].Value = ((int)(Original_T4504100.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[942].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[943].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[387].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[388].Value = global::System.DBNull.Value; } - if ((Original_T4504101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[944].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[945].Value = ((int)(Original_T4504101.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[944].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[945].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[389].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[390].Value = global::System.DBNull.Value; } - if ((Original_T4504200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[946].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[947].Value = ((int)(Original_T4504200.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[946].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[947].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[391].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[392].Value = global::System.DBNull.Value; } - if ((Original_T4504201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[948].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[949].Value = ((int)(Original_T4504201.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[948].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[949].Value = global::System.DBNull.Value; + 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) @@ -182016,648 +174237,278 @@ public virtual int Update( 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 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) { - 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); + } + } + + [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); } } @@ -182670,7 +174521,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 tblGen2ImplicitFatherTableAdapter : global::System.ComponentModel.Component { + public partial class tblGen2FatherFromGen1DeathTableAdapter : global::System.ComponentModel.Component { private global::System.Data.SqlClient.SqlDataAdapter _adapter; @@ -182684,7 +174535,7 @@ public partial class tblGen2ImplicitFatherTableAdapter : global::System.Componen [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2ImplicitFatherTableAdapter() { + public tblGen2FatherFromGen1DeathTableAdapter() { this.ClearBeforeFill = true; } @@ -182781,1347 +174632,3218 @@ 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, "", "", "")); + tableMapping.DataSetTable = "tblGen2FatherFromGen1Death"; + tableMapping.ColumnMappings.Add("R0000100", "R0000100"); + tableMapping.ColumnMappings.Add("R0214800", "R0214800"); + 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_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @" + + "Original_R0214800)) AND ((@IsNull_R1373400 = 1 AND [R1373400] IS NULL) OR ([R137" + + "3400] = @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 [R" + + "1375500] IS NULL) OR ([R1375500] = @Original_R1375500)) AND ((@IsNull_R1376200 =" + + " 1 AND [R1376200] IS NULL) OR ([R1376200] = @Original_R1376200)) AND ((@IsNull_R" + + "1376900 = 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 ([R17" + + "55200] = @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_R209650" + + "0)) AND ((@IsNull_R2097200 = 1 AND [R2097200] IS NULL) OR ([R2097200] = @Origina" + + "l_R2097200)) AND ((@IsNull_R2097900 = 1 AND [R2097900] IS NULL) OR ([R2097900] =" + + " @Original_R2097900)) AND ((@IsNull_R2098600 = 1 AND [R2098600] IS NULL) OR ([R2" + + "098600] = @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_R26502" + + "00)) AND ((@IsNull_R2650900 = 1 AND [R2650900] IS NULL) OR ([R2650900] = @Origin" + + "al_R2650900)) AND ((@IsNull_R2651600 = 1 AND [R2651600] IS NULL) OR ([R2651600] " + + "= @Original_R2651600)) AND ((@IsNull_R2652300 = 1 AND [R2652300] IS NULL) OR ([R" + + "2652300] = @Original_R2652300)) AND ((@IsNull_R3256000 = 1 AND [R3256000] IS NUL" + + "L) OR ([R3256000] = @Original_R3256000)) AND ((@IsNull_R3257800 = 1 AND [R325780" + + "0] IS NULL) OR ([R3257800] = @Original_R3257800)) AND ((@IsNull_R3259600 = 1 AND" + + " [R3259600] IS NULL) OR ([R3259600] = @Original_R3259600)) AND ((@IsNull_R326140" + + "0 = 1 AND [R3261400] IS NULL) OR ([R3261400] = @Original_R3261400)) AND ((@IsNul" + + "l_R3263200 = 1 AND [R3263200] IS NULL) OR ([R3263200] = @Original_R3263200)) AND" + + " ((@IsNull_R3265000 = 1 AND [R3265000] IS NULL) OR ([R3265000] = @Original_R3265" + + "000)) AND ((@IsNull_R3266800 = 1 AND [R3266800] IS NULL) OR ([R3266800] = @Origi" + + "nal_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 NU" + + "LL) OR ([R3772300] = @Original_R3772300)) AND ((@IsNull_R3774000 = 1 AND [R37740" + + "00] IS NULL) OR ([R3774000] = @Original_R3774000)) AND ((@IsNull_R3774300 = 1 AN" + + "D [R3774300] IS NULL) OR ([R3774300] = @Original_R3774300)) AND ((@IsNull_R37744" + + "00 = 1 AND [R3774400] IS NULL) OR ([R3774400] = @Original_R3774400)) AND ((@IsNu" + + "ll_R3776100 = 1 AND [R3776100] IS NULL) OR ([R3776100] = @Original_R3776100)) AN" + + "D ((@IsNull_R3776400 = 1 AND [R3776400] IS NULL) OR ([R3776400] = @Original_R377" + + "6400)) AND ((@IsNull_R3776500 = 1 AND [R3776500] IS NULL) OR ([R3776500] = @Orig" + + "inal_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 N" + + "ULL) OR ([R3778600] = @Original_R3778600)) AND ((@IsNull_R3780300 = 1 AND [R3780" + + "300] IS NULL) OR ([R3780300] = @Original_R3780300)) AND ((@IsNull_R3780600 = 1 A" + + "ND [R3780600] IS NULL) OR ([R3780600] = @Original_R3780600)) AND ((@IsNull_R3780" + + "700 = 1 AND [R3780700] IS NULL) OR ([R3780700] = @Original_R3780700)) AND ((@IsN" + + "ull_R3782400 = 1 AND [R3782400] IS NULL) OR ([R3782400] = @Original_R3782400)) A" + + "ND ((@IsNull_R3784500 = 1 AND [R3784500] IS NULL) OR ([R3784500] = @Original_R37" + + "84500)) AND ((@IsNull_R4276900 = 1 AND [R4276900] IS NULL) OR ([R4276900] = @Ori" + + "ginal_R4276900)) AND ((@IsNull_R4277200 = 1 AND [R4277200] IS NULL) OR ([R427720" + + "0] = @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 [R427" + + "8100] IS NULL) OR ([R4278100] = @Original_R4278100)) AND ((@IsNull_R4278101 = 1 " + + "AND [R4278101] IS NULL) OR ([R4278101] = @Original_R4278101)) AND ((@IsNull_R427" + + "8700 = 1 AND [R4278700] IS NULL) OR ([R4278700] = @Original_R4278700)) AND ((@Is" + + "Null_R4279000 = 1 AND [R4279000] IS NULL) OR ([R4279000] = @Original_R4279000)) " + + "AND ((@IsNull_R4279001 = 1 AND [R4279001] IS NULL) OR ([R4279001] = @Original_R4" + + "279001)) AND ((@IsNull_R4279600 = 1 AND [R4279600] IS NULL) OR ([R4279600] = @Or" + + "iginal_R4279600)) AND ((@IsNull_R4279900 = 1 AND [R4279900] IS NULL) OR ([R42799" + + "00] = @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 [R42" + + "80800] IS NULL) OR ([R4280800] = @Original_R4280800)) AND ((@IsNull_R4280801 = 1" + + " AND [R4280801] IS NULL) OR ([R4280801] = @Original_R4280801)) AND ((@IsNull_R42" + + "81400 = 1 AND [R4281400] IS NULL) OR ([R4281400] = @Original_R4281400)) AND ((@I" + + "sNull_R4282200 = 1 AND [R4282200] IS NULL) OR ([R4282200] = @Original_R4282200))" + + " AND ((@IsNull_R4827700 = 1 AND [R4827700] IS NULL) OR ([R4827700] = @Original_R" + + "4827700)) AND ((@IsNull_R4828000 = 1 AND [R4828000] IS NULL) OR ([R4828000] = @O" + + "riginal_R4828000)) AND ((@IsNull_R4828001 = 1 AND [R4828001] IS NULL) OR ([R4828" + + "001] = @Original_R4828001)) AND ((@IsNull_R4830700 = 1 AND [R4830700] IS NULL) O" + + "R ([R4830700] = @Original_R4830700)) AND ((@IsNull_R4831000 = 1 AND [R4831000] I" + + "S NULL) OR ([R4831000] = @Original_R4831000)) AND ((@IsNull_R4831001 = 1 AND [R4" + + "831001] IS NULL) OR ([R4831001] = @Original_R4831001)) AND ((@IsNull_R4833700 = " + + "1 AND [R4833700] IS NULL) OR ([R4833700] = @Original_R4833700)) AND ((@IsNull_R4" + + "834000 = 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 ([R483" + + "7001] = @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 [R" + + "4840001] IS NULL) OR ([R4840001] = @Original_R4840001)) AND ((@IsNull_R4842600 =" + + " 1 AND [R4842600] IS NULL) OR ([R4842600] = @Original_R4842600)) AND ((@IsNull_R" + + "4844900 = 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 ([R54" + + "98401] = @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_R550440" + + "1)) AND ((@IsNull_R5507100 = 1 AND [R5507100] IS NULL) OR ([R5507100] = @Origina" + + "l_R5507100)) AND ((@IsNull_R5507400 = 1 AND [R5507400] IS NULL) OR ([R5507400] =" + + " @Original_R5507400)) AND ((@IsNull_R5507401 = 1 AND [R5507401] IS NULL) OR ([R5" + + "507401] = @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_R55177" + + "00)) AND ((@IsNull_R5519900 = 1 AND [R5519900] IS NULL) OR ([R5519900] = @Origin" + + "al_R5519900)) AND ((@IsNull_R6219500 = 1 AND [R6219500] IS NULL) OR ([R6219500] " + + "= @Original_R6219500)) AND ((@IsNull_R6219600 = 1 AND [R6219600] IS NULL) OR ([R" + + "6219600] = @Original_R6219600)) AND ((@IsNull_R6219700 = 1 AND [R6219700] IS NUL" + + "L) OR ([R6219700] = @Original_R6219700)) AND ((@IsNull_R6219800 = 1 AND [R621980" + + "0] IS NULL) OR ([R6219800] = @Original_R6219800)) AND ((@IsNull_R6219900 = 1 AND" + + " [R6219900] IS NULL) OR ([R6219900] = @Original_R6219900)) AND ((@IsNull_R622000" + + "0 = 1 AND [R6220000] IS NULL) OR ([R6220000] = @Original_R6220000)) AND ((@IsNul" + + "l_R6220100 = 1 AND [R6220100] IS NULL) OR ([R6220100] = @Original_R6220100)) AND" + + " ((@IsNull_R6220200 = 1 AND [R6220200] IS NULL) OR ([R6220200] = @Original_R6220" + + "200)) AND ((@IsNull_R6220300 = 1 AND [R6220300] IS NULL) OR ([R6220300] = @Origi" + + "nal_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 NU" + + "LL) OR ([R6222801] = @Original_R6222801)) AND ((@IsNull_R6222900 = 1 AND [R62229" + + "00] IS NULL) OR ([R6222900] = @Original_R6222900)) AND ((@IsNull_R6222901 = 1 AN" + + "D [R6222901] IS NULL) OR ([R6222901] = @Original_R6222901)) AND ((@IsNull_R62230" + + "00 = 1 AND [R6223000] IS NULL) OR ([R6223000] = @Original_R6223000)) AND ((@IsNu" + + "ll_R6223001 = 1 AND [R6223001] IS NULL) OR ([R6223001] = @Original_R6223001)) AN" + + "D ((@IsNull_R6223100 = 1 AND [R6223100] IS NULL) OR ([R6223100] = @Original_R622" + + "3100)) AND ((@IsNull_R6223101 = 1 AND [R6223101] IS NULL) OR ([R6223101] = @Orig" + + "inal_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 N" + + "ULL) OR ([R6223300] = @Original_R6223300)) AND ((@IsNull_R6223301 = 1 AND [R6223" + + "301] IS NULL) OR ([R6223301] = @Original_R6223301)) AND ((@IsNull_R6773500 = 1 A" + + "ND [R6773500] IS NULL) OR ([R6773500] = @Original_R6773500)) AND ((@IsNull_R6773" + + "600 = 1 AND [R6773600] IS NULL) OR ([R6773600] = @Original_R6773600)) AND ((@IsN" + + "ull_R6773700 = 1 AND [R6773700] IS NULL) OR ([R6773700] = @Original_R6773700)) A" + + "ND ((@IsNull_R6773800 = 1 AND [R6773800] IS NULL) OR ([R6773800] = @Original_R67" + + "73800)) AND ((@IsNull_R6773900 = 1 AND [R6773900] IS NULL) OR ([R6773900] = @Ori" + + "ginal_R6773900)) AND ((@IsNull_R6774000 = 1 AND [R6774000] IS NULL) OR ([R677400" + + "0] = @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 [R677" + + "4300] IS NULL) OR ([R6774300] = @Original_R6774300)) AND ((@IsNull_R6774400 = 1 " + + "AND [R6774400] IS NULL) OR ([R6774400] = @Original_R6774400)) AND ((@IsNull_R677" + + "6300 = 1 AND [R6776300] IS NULL) OR ([R6776300] = @Original_R6776300)) AND ((@Is" + + "Null_R6776301 = 1 AND [R6776301] IS NULL) OR ([R6776301] = @Original_R6776301)) " + + "AND ((@IsNull_R6776400 = 1 AND [R6776400] IS NULL) OR ([R6776400] = @Original_R6" + + "776400)) AND ((@IsNull_R6776401 = 1 AND [R6776401] IS NULL) OR ([R6776401] = @Or" + + "iginal_R6776401)) AND ((@IsNull_R6776500 = 1 AND [R6776500] IS NULL) OR ([R67765" + + "00] = @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 [R67" + + "76601] IS NULL) OR ([R6776601] = @Original_R6776601)) AND ((@IsNull_R6776700 = 1" + + " AND [R6776700] IS NULL) OR ([R6776700] = @Original_R6776700)) AND ((@IsNull_R67" + + "76701 = 1 AND [R6776701] IS NULL) OR ([R6776701] = @Original_R6776701)) AND ((@I" + + "sNull_R6776800 = 1 AND [R6776800] IS NULL) OR ([R6776800] = @Original_R6776800))" + + " AND ((@IsNull_R6776801 = 1 AND [R6776801] IS NULL) OR ([R6776801] = @Original_R" + + "6776801)) AND ((@IsNull_R7417900 = 1 AND [R7417900] IS NULL) OR ([R7417900] = @O" + + "riginal_R7417900)) AND ((@IsNull_R7418000 = 1 AND [R7418000] IS NULL) OR ([R7418" + + "000] = @Original_R7418000)) AND ((@IsNull_R7418100 = 1 AND [R7418100] IS NULL) O" + + "R ([R7418100] = @Original_R7418100)) AND ((@IsNull_R7418200 = 1 AND [R7418200] I" + + "S NULL) OR ([R7418200] = @Original_R7418200)) AND ((@IsNull_R7418300 = 1 AND [R7" + + "418300] IS NULL) OR ([R7418300] = @Original_R7418300)) AND ((@IsNull_R7418400 = " + + "1 AND [R7418400] IS NULL) OR ([R7418400] = @Original_R7418400)) AND ((@IsNull_R7" + + "418500 = 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 ([R742" + + "0700] = @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 [R" + + "7420801] IS NULL) OR ([R7420801] = @Original_R7420801)) AND ((@IsNull_R7420900 =" + + " 1 AND [R7420900] IS NULL) OR ([R7420900] = @Original_R7420900)) AND ((@IsNull_R" + + "7420901 = 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 ([R74" + + "21101] = @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_R811610" + + "0)) AND ((@IsNull_R8116200 = 1 AND [R8116200] IS NULL) OR ([R8116200] = @Origina" + + "l_R8116200)) AND ((@IsNull_R8116300 = 1 AND [R8116300] IS NULL) OR ([R8116300] =" + + " @Original_R8116300)) AND ((@IsNull_R8116400 = 1 AND [R8116400] IS NULL) OR ([R8" + + "116400] = @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_R81190" + + "00)) AND ((@IsNull_R8119001 = 1 AND [R8119001] IS NULL) OR ([R8119001] = @Origin" + + "al_R8119001)) AND ((@IsNull_R8119100 = 1 AND [R8119100] IS NULL) OR ([R8119100] " + + "= @Original_R8119100)) AND ((@IsNull_R8119101 = 1 AND [R8119101] IS NULL) OR ([R" + + "8119101] = @Original_R8119101)) AND ((@IsNull_R8119200 = 1 AND [R8119200] IS NUL" + + "L) OR ([R8119200] = @Original_R8119200)) AND ((@IsNull_R8119201 = 1 AND [R811920" + + "1] IS NULL) OR ([R8119201] = @Original_R8119201)) AND ((@IsNull_R8119300 = 1 AND" + + " [R8119300] IS NULL) OR ([R8119300] = @Original_R8119300)) AND ((@IsNull_R811930" + + "1 = 1 AND [R8119301] IS NULL) OR ([R8119301] = @Original_R8119301)) AND ((@IsNul" + + "l_R8119400 = 1 AND [R8119400] IS NULL) OR ([R8119400] = @Original_R8119400)) AND" + + " ((@IsNull_R8119401 = 1 AND [R8119401] IS NULL) OR ([R8119401] = @Original_R8119" + + "401)) AND ((@IsNull_R8119500 = 1 AND [R8119500] IS NULL) OR ([R8119500] = @Origi" + + "nal_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 NU" + + "LL) OR ([T0348000] = @Original_T0348000)) AND ((@IsNull_T0348100 = 1 AND [T03481" + + "00] IS NULL) OR ([T0348100] = @Original_T0348100)) AND ((@IsNull_T0348200 = 1 AN" + + "D [T0348200] IS NULL) OR ([T0348200] = @Original_T0348200)) AND ((@IsNull_T03483" + + "00 = 1 AND [T0348300] IS NULL) OR ([T0348300] = @Original_T0348300)) AND ((@IsNu" + + "ll_T0348400 = 1 AND [T0348400] IS NULL) OR ([T0348400] = @Original_T0348400)) AN" + + "D ((@IsNull_T0348500 = 1 AND [T0348500] IS NULL) OR ([T0348500] = @Original_T034" + + "8500)) AND ((@IsNull_T0348600 = 1 AND [T0348600] IS NULL) OR ([T0348600] = @Orig" + + "inal_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 N" + + "ULL) OR ([T0348900] = @Original_T0348900)) AND ((@IsNull_T0351100 = 1 AND [T0351" + + "100] IS NULL) OR ([T0351100] = @Original_T0351100)) AND ((@IsNull_T0351101 = 1 A" + + "ND [T0351101] IS NULL) OR ([T0351101] = @Original_T0351101)) AND ((@IsNull_T0351" + + "200 = 1 AND [T0351200] IS NULL) OR ([T0351200] = @Original_T0351200)) AND ((@IsN" + + "ull_T0351201 = 1 AND [T0351201] IS NULL) OR ([T0351201] = @Original_T0351201)) A" + + "ND ((@IsNull_T0351300 = 1 AND [T0351300] IS NULL) OR ([T0351300] = @Original_T03" + + "51300)) AND ((@IsNull_T0351301 = 1 AND [T0351301] IS NULL) OR ([T0351301] = @Ori" + + "ginal_T0351301)) AND ((@IsNull_T0351400 = 1 AND [T0351400] IS NULL) OR ([T035140" + + "0] = @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 [T035" + + "1501] IS NULL) OR ([T0351501] = @Original_T0351501)) AND ((@IsNull_T0351600 = 1 " + + "AND [T0351600] IS NULL) OR ([T0351600] = @Original_T0351600)) AND ((@IsNull_T035" + + "1601 = 1 AND [T0351601] IS NULL) OR ([T0351601] = @Original_T0351601)) AND ((@Is" + + "Null_T0351700 = 1 AND [T0351700] IS NULL) OR ([T0351700] = @Original_T0351700)) " + + "AND ((@IsNull_T0351701 = 1 AND [T0351701] IS NULL) OR ([T0351701] = @Original_T0" + + "351701)) AND ((@IsNull_T0351800 = 1 AND [T0351800] IS NULL) OR ([T0351800] = @Or" + + "iginal_T0351800)) AND ((@IsNull_T0351801 = 1 AND [T0351801] IS NULL) OR ([T03518" + + "01] = @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 [T14" + + "97500] IS NULL) OR ([T1497500] = @Original_T1497500)) AND ((@IsNull_T1497600 = 1" + + " AND [T1497600] IS NULL) OR ([T1497600] = @Original_T1497600)) AND ((@IsNull_T14" + + "97700 = 1 AND [T1497700] IS NULL) OR ([T1497700] = @Original_T1497700)) AND ((@I" + + "sNull_T1497800 = 1 AND [T1497800] IS NULL) OR ([T1497800] = @Original_T1497800))" + + " AND ((@IsNull_T1497900 = 1 AND [T1497900] IS NULL) OR ([T1497900] = @Original_T" + + "1497900)) AND ((@IsNull_T1498000 = 1 AND [T1498000] IS NULL) OR ([T1498000] = @O" + + "riginal_T1498000)) AND ((@IsNull_T1498100 = 1 AND [T1498100] IS NULL) OR ([T1498" + + "100] = @Original_T1498100)) AND ((@IsNull_T1498200 = 1 AND [T1498200] IS NULL) O" + + "R ([T1498200] = @Original_T1498200)) AND ((@IsNull_T1498300 = 1 AND [T1498300] I" + + "S NULL) OR ([T1498300] = @Original_T1498300)) AND ((@IsNull_T1500500 = 1 AND [T1" + + "500500] IS NULL) OR ([T1500500] = @Original_T1500500)) AND ((@IsNull_T1500501 = " + + "1 AND [T1500501] IS NULL) OR ([T1500501] = @Original_T1500501)) AND ((@IsNull_T1" + + "500600 = 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 ([T150" + + "0800] = @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 [T" + + "1500901] IS NULL) OR ([T1500901] = @Original_T1500901)) AND ((@IsNull_T1501000 =" + + " 1 AND [T1501000] IS NULL) OR ([T1501000] = @Original_T1501000)) AND ((@IsNull_T" + + "1501001 = 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 ([T25" + + "43500] = @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_T254410" + + "0)) AND ((@IsNull_T2546100 = 1 AND [T2546100] IS NULL) OR ([T2546100] = @Origina" + + "l_T2546100)) AND ((@IsNull_T2546101 = 1 AND [T2546101] IS NULL) OR ([T2546101] =" + + " @Original_T2546101)) AND ((@IsNull_T2546200 = 1 AND [T2546200] IS NULL) OR ([T2" + + "546200] = @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_T25465" + + "00)) AND ((@IsNull_T2546501 = 1 AND [T2546501] IS NULL) OR ([T2546501] = @Origin" + + "al_T2546501)) AND ((@IsNull_T2546600 = 1 AND [T2546600] IS NULL) OR ([T2546600] " + + "= @Original_T2546600)) AND ((@IsNull_T2546601 = 1 AND [T2546601] IS NULL) OR ([T" + + "2546601] = @Original_T2546601)) AND ((@IsNull_T2546700 = 1 AND [T2546700] IS NUL" + + "L) OR ([T2546700] = @Original_T2546700)) AND ((@IsNull_T2546701 = 1 AND [T254670" + + "1] IS NULL) OR ([T2546701] = @Original_T2546701)) AND ((@IsNull_T3529500 = 1 AND" + + " [T3529500] IS NULL) OR ([T3529500] = @Original_T3529500)) AND ((@IsNull_T352960" + + "0 = 1 AND [T3529600] IS NULL) OR ([T3529600] = @Original_T3529600)) AND ((@IsNul" + + "l_T3529700 = 1 AND [T3529700] IS NULL) OR ([T3529700] = @Original_T3529700)) AND" + + " ((@IsNull_T3529800 = 1 AND [T3529800] IS NULL) OR ([T3529800] = @Original_T3529" + + "800)) AND ((@IsNull_T3529900 = 1 AND [T3529900] IS NULL) OR ([T3529900] = @Origi" + + "nal_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 NU" + + "LL) OR ([T3530200] = @Original_T3530200)) AND ((@IsNull_T3530300 = 1 AND [T35303" + + "00] IS NULL) OR ([T3530300] = @Original_T3530300)) AND ((@IsNull_T3530400 = 1 AN" + + "D [T3530400] IS NULL) OR ([T3530400] = @Original_T3530400)) AND ((@IsNull_T35325" + + "00 = 1 AND [T3532500] IS NULL) OR ([T3532500] = @Original_T3532500)) AND ((@IsNu" + + "ll_T3532501 = 1 AND [T3532501] IS NULL) OR ([T3532501] = @Original_T3532501)) AN" + + "D ((@IsNull_T3532600 = 1 AND [T3532600] IS NULL) OR ([T3532600] = @Original_T353" + + "2600)) AND ((@IsNull_T3532601 = 1 AND [T3532601] IS NULL) OR ([T3532601] = @Orig" + + "inal_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 N" + + "ULL) OR ([T3532800] = @Original_T3532800)) AND ((@IsNull_T3532801 = 1 AND [T3532" + + "801] IS NULL) OR ([T3532801] = @Original_T3532801)) AND ((@IsNull_T3532900 = 1 A" + + "ND [T3532900] IS NULL) OR ([T3532900] = @Original_T3532900)) AND ((@IsNull_T3532" + + "901 = 1 AND [T3532901] IS NULL) OR ([T3532901] = @Original_T3532901)) AND ((@IsN" + + "ull_T3533000 = 1 AND [T3533000] IS NULL) OR ([T3533000] = @Original_T3533000)) A" + + "ND ((@IsNull_T3533001 = 1 AND [T3533001] IS NULL) OR ([T3533001] = @Original_T35" + + "33001)) AND ((@IsNull_T3533100 = 1 AND [T3533100] IS NULL) OR ([T3533100] = @Ori" + + "ginal_T3533100)) AND ((@IsNull_T3533101 = 1 AND [T3533101] IS NULL) OR ([T353310" + + "1] = @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 [T449" + + "8300] IS NULL) OR ([T4498300] = @Original_T4498300)) AND ((@IsNull_T4498400 = 1 " + + "AND [T4498400] IS NULL) OR ([T4498400] = @Original_T4498400)) AND ((@IsNull_T449" + + "8500 = 1 AND [T4498500] IS NULL) OR ([T4498500] = @Original_T4498500)) AND ((@Is" + + "Null_T4498600 = 1 AND [T4498600] IS NULL) OR ([T4498600] = @Original_T4498600)) " + + "AND ((@IsNull_T4498700 = 1 AND [T4498700] IS NULL) OR ([T4498700] = @Original_T4" + + "498700)) AND ((@IsNull_T4498800 = 1 AND [T4498800] IS NULL) OR ([T4498800] = @Or" + + "iginal_T4498800)) AND ((@IsNull_T4498900 = 1 AND [T4498900] IS NULL) OR ([T44989" + + "00] = @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 [T45" + + "03701] IS NULL) OR ([T4503701] = @Original_T4503701)) AND ((@IsNull_T4503800 = 1" + + " AND [T4503800] IS NULL) OR ([T4503800] = @Original_T4503800)) AND ((@IsNull_T45" + + "03801 = 1 AND [T4503801] IS NULL) OR ([T4503801] = @Original_T4503801)) AND ((@I" + + "sNull_T4503900 = 1 AND [T4503900] IS NULL) OR ([T4503900] = @Original_T4503900))" + + " AND ((@IsNull_T4503901 = 1 AND [T4503901] IS NULL) OR ([T4503901] = @Original_T" + + "4503901)) AND ((@IsNull_T4504000 = 1 AND [T4504000] IS NULL) OR ([T4504000] = @O" + + "riginal_T4504000)) AND ((@IsNull_T4504001 = 1 AND [T4504001] IS NULL) OR ([T4504" + + "001] = @Original_T4504001)) AND ((@IsNull_T4504100 = 1 AND [T4504100] IS NULL) O" + + "R ([T4504100] = @Original_T4504100)) AND ((@IsNull_T4504101 = 1 AND [T4504101] I" + + "S NULL) OR ([T4504101] = @Original_T4504101)) AND ((@IsNull_T4504200 = 1 AND [T4" + + "504200] IS NULL) OR ([T4504200] = @Original_T4504200)) AND ((@IsNull_T4504201 = " + + "1 AND [T4504201] 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_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_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].[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.CommandText = "INSERT INTO [Extract].[tblGen2FatherFromGen1Death] ([R0000100], [R0214800], [R137" + + "3400], [R1374100], [R1374800], [R1375500], [R1376200], [R1376900], [R1377600], [" + + "R1753800], [R1754500], [R1755200], [R1755900], [R1756600], [R1757300], [R1758000" + + "], [R2095800], [R2096500], [R2097200], [R2097900], [R2098600], [R2099300], [R210" + + "0000], [R2648100], [R2648800], [R2649500], [R2650200], [R2650900], [R2651600], [" + + "R2652300], [R3256000], [R3257800], [R3259600], [R3261400], [R3263200], [R3265000" + + "], [R3266800], [R3771900], [R3772200], [R3772300], [R3774000], [R3774300], [R377" + + "4400], [R3776100], [R3776400], [R3776500], [R3778200], [R3778500], [R3778600], [" + + "R3780300], [R3780600], [R3780700], [R3782400], [R3784500], [R4276900], [R4277200" + + "], [R4277201], [R4277800], [R4278100], [R4278101], [R4278700], [R4279000], [R427" + + "9001], [R4279600], [R4279900], [R4279901], [R4280500], [R4280800], [R4280801], [" + + "R4281400], [R4282200], [R4827700], [R4828000], [R4828001], [R4830700], [R4831000" + + "], [R4831001], [R4833700], [R4834000], [R4834001], [R4836700], [R4837000], [R483" + + "7001], [R4839700], [R4840000], [R4840001], [R4842600], [R4844900], [R4847200], [" + + "R5498100], [R5498400], [R5498401], [R5501100], [R5501400], [R5501401], [R5504100" + + "], [R5504400], [R5504401], [R5507100], [R5507400], [R5507401], [R5510100], [R551" + + "0400], [R5510401], [R5513100], [R5515400], [R5517700], [R5519900], [R6219500], [" + + "R6219600], [R6219700], [R6219800], [R6219900], [R6220000], [R6220100], [R6220200" + + "], [R6220300], [R6220400], [R6222800], [R6222801], [R6222900], [R6222901], [R622" + + "3000], [R6223001], [R6223100], [R6223101], [R6223200], [R6223201], [R6223300], [" + + "R6223301], [R6773500], [R6773600], [R6773700], [R6773800], [R6773900], [R6774000" + + "], [R6774100], [R6774200], [R6774300], [R6774400], [R6776300], [R6776301], [R677" + + "6400], [R6776401], [R6776500], [R6776501], [R6776600], [R6776601], [R6776700], [" + + "R6776701], [R6776800], [R6776801], [R7417900], [R7418000], [R7418100], [R7418200" + + "], [R7418300], [R7418400], [R7418500], [R7418600], [R7418700], [R7418800], [R742" + + "0700], [R7420701], [R7420800], [R7420801], [R7420900], [R7420901], [R7421000], [" + + "R7421001], [R7421100], [R7421101], [R7421200], [R7421201], [R7421300], [R7421301" + + "], [R8116000], [R8116100], [R8116200], [R8116300], [R8116400], [R8116500], [R811" + + "6600], [R8116700], [R8116800], [R8116900], [R8119000], [R8119001], [R8119100], [" + + "R8119101], [R8119200], [R8119201], [R8119300], [R8119301], [R8119400], [R8119401" + + "], [R8119500], [R8119501], [T0347900], [T0348000], [T0348100], [T0348200], [T034" + + "8300], [T0348400], [T0348500], [T0348600], [T0348700], [T0348800], [T0348900], [" + + "T0351100], [T0351101], [T0351200], [T0351201], [T0351300], [T0351301], [T0351400" + + "], [T0351401], [T0351500], [T0351501], [T0351600], [T0351601], [T0351700], [T035" + + "1701], [T0351800], [T0351801], [T1497300], [T1497400], [T1497500], [T1497600], [" + + "T1497700], [T1497800], [T1497900], [T1498000], [T1498100], [T1498200], [T1498300" + + "], [T1500500], [T1500501], [T1500600], [T1500601], [T1500700], [T1500701], [T150" + + "0800], [T1500801], [T1500900], [T1500901], [T1501000], [T1501001], [T2543200], [" + + "T2543300], [T2543400], [T2543500], [T2543600], [T2543700], [T2543800], [T2543900" + + "], [T2544000], [T2544100], [T2546100], [T2546101], [T2546200], [T2546201], [T254" + + "6300], [T2546301], [T2546400], [T2546401], [T2546500], [T2546501], [T2546600], [" + + "T2546601], [T2546700], [T2546701], [T3529500], [T3529600], [T3529700], [T3529800" + + "], [T3529900], [T3530000], [T3530100], [T3530200], [T3530300], [T3530400], [T353" + + "2500], [T3532501], [T3532600], [T3532601], [T3532700], [T3532701], [T3532800], [" + + "T3532801], [T3532900], [T3532901], [T3533000], [T3533001], [T3533100], [T3533101" + + "], [T4498100], [T4498200], [T4498300], [T4498400], [T4498500], [T4498600], [T449" + + "8700], [T4498800], [T4498900], [T4499000], [T4503700], [T4503701], [T4503800], [" + + "T4503801], [T4503900], [T4503901], [T4504000], [T4504001], [T4504100], [T4504101" + + "], [T4504200], [T4504201]) VALUES (@R0000100, @R0214800, @R1373400, @R1374100, @" + + "R1374800, @R1375500, @R1376200, @R1376900, @R1377600, @R1753800, @R1754500, @R17" + + "55200, @R1755900, @R1756600, @R1757300, @R1758000, @R2095800, @R2096500, @R20972" + + "00, @R2097900, @R2098600, @R2099300, @R2100000, @R2648100, @R2648800, @R2649500," + + " @R2650200, @R2650900, @R2651600, @R2652300, @R3256000, @R3257800, @R3259600, @R" + + "3261400, @R3263200, @R3265000, @R3266800, @R3771900, @R3772200, @R3772300, @R377" + + "4000, @R3774300, @R3774400, @R3776100, @R3776400, @R3776500, @R3778200, @R377850" + + "0, @R3778600, @R3780300, @R3780600, @R3780700, @R3782400, @R3784500, @R4276900, " + + "@R4277200, @R4277201, @R4277800, @R4278100, @R4278101, @R4278700, @R4279000, @R4" + + "279001, @R4279600, @R4279900, @R4279901, @R4280500, @R4280800, @R4280801, @R4281" + + "400, @R4282200, @R4827700, @R4828000, @R4828001, @R4830700, @R4831000, @R4831001" + + ", @R4833700, @R4834000, @R4834001, @R4836700, @R4837000, @R4837001, @R4839700, @" + + "R4840000, @R4840001, @R4842600, @R4844900, @R4847200, @R5498100, @R5498400, @R54" + + "98401, @R5501100, @R5501400, @R5501401, @R5504100, @R5504400, @R5504401, @R55071" + + "00, @R5507400, @R5507401, @R5510100, @R5510400, @R5510401, @R5513100, @R5515400," + + " @R5517700, @R5519900, @R6219500, @R6219600, @R6219700, @R6219800, @R6219900, @R" + + "6220000, @R6220100, @R6220200, @R6220300, @R6220400, @R6222800, @R6222801, @R622" + + "2900, @R6222901, @R6223000, @R6223001, @R6223100, @R6223101, @R6223200, @R622320" + + "1, @R6223300, @R6223301, @R6773500, @R6773600, @R6773700, @R6773800, @R6773900, " + + "@R6774000, @R6774100, @R6774200, @R6774300, @R6774400, @R6776300, @R6776301, @R6" + + "776400, @R6776401, @R6776500, @R6776501, @R6776600, @R6776601, @R6776700, @R6776" + + "701, @R6776800, @R6776801, @R7417900, @R7418000, @R7418100, @R7418200, @R7418300" + + ", @R7418400, @R7418500, @R7418600, @R7418700, @R7418800, @R7420700, @R7420701, @" + + "R7420800, @R7420801, @R7420900, @R7420901, @R7421000, @R7421001, @R7421100, @R74" + + "21101, @R7421200, @R7421201, @R7421300, @R7421301, @R8116000, @R8116100, @R81162" + + "00, @R8116300, @R8116400, @R8116500, @R8116600, @R8116700, @R8116800, @R8116900," + + " @R8119000, @R8119001, @R8119100, @R8119101, @R8119200, @R8119201, @R8119300, @R" + + "8119301, @R8119400, @R8119401, @R8119500, @R8119501, @T0347900, @T0348000, @T034" + + "8100, @T0348200, @T0348300, @T0348400, @T0348500, @T0348600, @T0348700, @T034880" + + "0, @T0348900, @T0351100, @T0351101, @T0351200, @T0351201, @T0351300, @T0351301, " + + "@T0351400, @T0351401, @T0351500, @T0351501, @T0351600, @T0351601, @T0351700, @T0" + + "351701, @T0351800, @T0351801, @T1497300, @T1497400, @T1497500, @T1497600, @T1497" + + "700, @T1497800, @T1497900, @T1498000, @T1498100, @T1498200, @T1498300, @T1500500" + + ", @T1500501, @T1500600, @T1500601, @T1500700, @T1500701, @T1500800, @T1500801, @" + + "T1500900, @T1500901, @T1501000, @T1501001, @T2543200, @T2543300, @T2543400, @T25" + + "43500, @T2543600, @T2543700, @T2543800, @T2543900, @T2544000, @T2544100, @T25461" + + "00, @T2546101, @T2546200, @T2546201, @T2546300, @T2546301, @T2546400, @T2546401," + + " @T2546500, @T2546501, @T2546600, @T2546601, @T2546700, @T2546701, @T3529500, @T" + + "3529600, @T3529700, @T3529800, @T3529900, @T3530000, @T3530100, @T3530200, @T353" + + "0300, @T3530400, @T3532500, @T3532501, @T3532600, @T3532601, @T3532700, @T353270" + + "1, @T3532800, @T3532801, @T3532900, @T3532901, @T3533000, @T3533001, @T3533100, " + + "@T3533101, @T4498100, @T4498200, @T4498300, @T4498400, @T4498500, @T4498600, @T4" + + "498700, @T4498800, @T4498900, @T4499000, @T4503700, @T4503701, @T4503800, @T4503" + + "801, @T4503900, @T4503901, @T4504000, @T4504001, @T4504100, @T4504101, @T4504200" + + ", @T4504201);\r\nSELECT R0000100, R0214800, 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.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.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("@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("@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].[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.CommandText = "UPDATE [Extract].[tblGen2FatherFromGen1Death] SET [R0000100] = @R0000100, [R02148" + + "00] = @R0214800, [R1373400] = @R1373400, [R1374100] = @R1374100, [R1374800] = @R" + + "1374800, [R1375500] = @R1375500, [R1376200] = @R1376200, [R1376900] = @R1376900," + + " [R1377600] = @R1377600, [R1753800] = @R1753800, [R1754500] = @R1754500, [R17552" + + "00] = @R1755200, [R1755900] = @R1755900, [R1756600] = @R1756600, [R1757300] = @R" + + "1757300, [R1758000] = @R1758000, [R2095800] = @R2095800, [R2096500] = @R2096500," + + " [R2097200] = @R2097200, [R2097900] = @R2097900, [R2098600] = @R2098600, [R20993" + + "00] = @R2099300, [R2100000] = @R2100000, [R2648100] = @R2648100, [R2648800] = @R" + + "2648800, [R2649500] = @R2649500, [R2650200] = @R2650200, [R2650900] = @R2650900," + + " [R2651600] = @R2651600, [R2652300] = @R2652300, [R3256000] = @R3256000, [R32578" + + "00] = @R3257800, [R3259600] = @R3259600, [R3261400] = @R3261400, [R3263200] = @R" + + "3263200, [R3265000] = @R3265000, [R3266800] = @R3266800, [R3771900] = @R3771900," + + " [R3772200] = @R3772200, [R3772300] = @R3772300, [R3774000] = @R3774000, [R37743" + + "00] = @R3774300, [R3774400] = @R3774400, [R3776100] = @R3776100, [R3776400] = @R" + + "3776400, [R3776500] = @R3776500, [R3778200] = @R3778200, [R3778500] = @R3778500," + + " [R3778600] = @R3778600, [R3780300] = @R3780300, [R3780600] = @R3780600, [R37807" + + "00] = @R3780700, [R3782400] = @R3782400, [R3784500] = @R3784500, [R4276900] = @R" + + "4276900, [R4277200] = @R4277200, [R4277201] = @R4277201, [R4277800] = @R4277800," + + " [R4278100] = @R4278100, [R4278101] = @R4278101, [R4278700] = @R4278700, [R42790" + + "00] = @R4279000, [R4279001] = @R4279001, [R4279600] = @R4279600, [R4279900] = @R" + + "4279900, [R4279901] = @R4279901, [R4280500] = @R4280500, [R4280800] = @R4280800," + + " [R4280801] = @R4280801, [R4281400] = @R4281400, [R4282200] = @R4282200, [R48277" + + "00] = @R4827700, [R4828000] = @R4828000, [R4828001] = @R4828001, [R4830700] = @R" + + "4830700, [R4831000] = @R4831000, [R4831001] = @R4831001, [R4833700] = @R4833700," + + " [R4834000] = @R4834000, [R4834001] = @R4834001, [R4836700] = @R4836700, [R48370" + + "00] = @R4837000, [R4837001] = @R4837001, [R4839700] = @R4839700, [R4840000] = @R" + + "4840000, [R4840001] = @R4840001, [R4842600] = @R4842600, [R4844900] = @R4844900," + + " [R4847200] = @R4847200, [R5498100] = @R5498100, [R5498400] = @R5498400, [R54984" + + "01] = @R5498401, [R5501100] = @R5501100, [R5501400] = @R5501400, [R5501401] = @R" + + "5501401, [R5504100] = @R5504100, [R5504400] = @R5504400, [R5504401] = @R5504401," + + " [R5507100] = @R5507100, [R5507400] = @R5507400, [R5507401] = @R5507401, [R55101" + + "00] = @R5510100, [R5510400] = @R5510400, [R5510401] = @R5510401, [R5513100] = @R" + + "5513100, [R5515400] = @R5515400, [R5517700] = @R5517700, [R5519900] = @R5519900," + + " [R6219500] = @R6219500, [R6219600] = @R6219600, [R6219700] = @R6219700, [R62198" + + "00] = @R6219800, [R6219900] = @R6219900, [R6220000] = @R6220000, [R6220100] = @R" + + "6220100, [R6220200] = @R6220200, [R6220300] = @R6220300, [R6220400] = @R6220400," + + " [R6222800] = @R6222800, [R6222801] = @R6222801, [R6222900] = @R6222900, [R62229" + + "01] = @R6222901, [R6223000] = @R6223000, [R6223001] = @R6223001, [R6223100] = @R" + + "6223100, [R6223101] = @R6223101, [R6223200] = @R6223200, [R6223201] = @R6223201," + + " [R6223300] = @R6223300, [R6223301] = @R6223301, [R6773500] = @R6773500, [R67736" + + "00] = @R6773600, [R6773700] = @R6773700, [R6773800] = @R6773800, [R6773900] = @R" + + "6773900, [R6774000] = @R6774000, [R6774100] = @R6774100, [R6774200] = @R6774200," + + " [R6774300] = @R6774300, [R6774400] = @R6774400, [R6776300] = @R6776300, [R67763" + + "01] = @R6776301, [R6776400] = @R6776400, [R6776401] = @R6776401, [R6776500] = @R" + + "6776500, [R6776501] = @R6776501, [R6776600] = @R6776600, [R6776601] = @R6776601," + + " [R6776700] = @R6776700, [R6776701] = @R6776701, [R6776800] = @R6776800, [R67768" + + "01] = @R6776801, [R7417900] = @R7417900, [R7418000] = @R7418000, [R7418100] = @R" + + "7418100, [R7418200] = @R7418200, [R7418300] = @R7418300, [R7418400] = @R7418400," + + " [R7418500] = @R7418500, [R7418600] = @R7418600, [R7418700] = @R7418700, [R74188" + + "00] = @R7418800, [R7420700] = @R7420700, [R7420701] = @R7420701, [R7420800] = @R" + + "7420800, [R7420801] = @R7420801, [R7420900] = @R7420900, [R7420901] = @R7420901," + + " [R7421000] = @R7421000, [R7421001] = @R7421001, [R7421100] = @R7421100, [R74211" + + "01] = @R7421101, [R7421200] = @R7421200, [R7421201] = @R7421201, [R7421300] = @R" + + "7421300, [R7421301] = @R7421301, [R8116000] = @R8116000, [R8116100] = @R8116100," + + " [R8116200] = @R8116200, [R8116300] = @R8116300, [R8116400] = @R8116400, [R81165" + + "00] = @R8116500, [R8116600] = @R8116600, [R8116700] = @R8116700, [R8116800] = @R" + + "8116800, [R8116900] = @R8116900, [R8119000] = @R8119000, [R8119001] = @R8119001," + + " [R8119100] = @R8119100, [R8119101] = @R8119101, [R8119200] = @R8119200, [R81192" + + "01] = @R8119201, [R8119300] = @R8119300, [R8119301] = @R8119301, [R8119400] = @R" + + "8119400, [R8119401] = @R8119401, [R8119500] = @R8119500, [R8119501] = @R8119501," + + " [T0347900] = @T0347900, [T0348000] = @T0348000, [T0348100] = @T0348100, [T03482" + + "00] = @T0348200, [T0348300] = @T0348300, [T0348400] = @T0348400, [T0348500] = @T" + + "0348500, [T0348600] = @T0348600, [T0348700] = @T0348700, [T0348800] = @T0348800," + + " [T0348900] = @T0348900, [T0351100] = @T0351100, [T0351101] = @T0351101, [T03512" + + "00] = @T0351200, [T0351201] = @T0351201, [T0351300] = @T0351300, [T0351301] = @T" + + "0351301, [T0351400] = @T0351400, [T0351401] = @T0351401, [T0351500] = @T0351500," + + " [T0351501] = @T0351501, [T0351600] = @T0351600, [T0351601] = @T0351601, [T03517" + + "00] = @T0351700, [T0351701] = @T0351701, [T0351800] = @T0351800, [T0351801] = @T" + + "0351801, [T1497300] = @T1497300, [T1497400] = @T1497400, [T1497500] = @T1497500," + + " [T1497600] = @T1497600, [T1497700] = @T1497700, [T1497800] = @T1497800, [T14979" + + "00] = @T1497900, [T1498000] = @T1498000, [T1498100] = @T1498100, [T1498200] = @T" + + "1498200, [T1498300] = @T1498300, [T1500500] = @T1500500, [T1500501] = @T1500501," + + " [T1500600] = @T1500600, [T1500601] = @T1500601, [T1500700] = @T1500700, [T15007" + + "01] = @T1500701, [T1500800] = @T1500800, [T1500801] = @T1500801, [T1500900] = @T" + + "1500900, [T1500901] = @T1500901, [T1501000] = @T1501000, [T1501001] = @T1501001," + + " [T2543200] = @T2543200, [T2543300] = @T2543300, [T2543400] = @T2543400, [T25435" + + "00] = @T2543500, [T2543600] = @T2543600, [T2543700] = @T2543700, [T2543800] = @T" + + "2543800, [T2543900] = @T2543900, [T2544000] = @T2544000, [T2544100] = @T2544100," + + " [T2546100] = @T2546100, [T2546101] = @T2546101, [T2546200] = @T2546200, [T25462" + + "01] = @T2546201, [T2546300] = @T2546300, [T2546301] = @T2546301, [T2546400] = @T" + + "2546400, [T2546401] = @T2546401, [T2546500] = @T2546500, [T2546501] = @T2546501," + + " [T2546600] = @T2546600, [T2546601] = @T2546601, [T2546700] = @T2546700, [T25467" + + "01] = @T2546701, [T3529500] = @T3529500, [T3529600] = @T3529600, [T3529700] = @T" + + "3529700, [T3529800] = @T3529800, [T3529900] = @T3529900, [T3530000] = @T3530000," + + " [T3530100] = @T3530100, [T3530200] = @T3530200, [T3530300] = @T3530300, [T35304" + + "00] = @T3530400, [T3532500] = @T3532500, [T3532501] = @T3532501, [T3532600] = @T" + + "3532600, [T3532601] = @T3532601, [T3532700] = @T3532700, [T3532701] = @T3532701," + + " [T3532800] = @T3532800, [T3532801] = @T3532801, [T3532900] = @T3532900, [T35329" + + "01] = @T3532901, [T3533000] = @T3533000, [T3533001] = @T3533001, [T3533100] = @T" + + "3533100, [T3533101] = @T3533101, [T4498100] = @T4498100, [T4498200] = @T4498200," + + " [T4498300] = @T4498300, [T4498400] = @T4498400, [T4498500] = @T4498500, [T44986" + + "00] = @T4498600, [T4498700] = @T4498700, [T4498800] = @T4498800, [T4498900] = @T" + + "4498900, [T4499000] = @T4499000, [T4503700] = @T4503700, [T4503701] = @T4503701," + + " [T4503800] = @T4503800, [T4503801] = @T4503801, [T4503900] = @T4503900, [T45039" + + "01] = @T4503901, [T4504000] = @T4504000, [T4504001] = @T4504001, [T4504100] = @T" + + "4504100, [T4504101] = @T4504101, [T4504200] = @T4504200, [T4504201] = @T4504201 " + + "WHERE (([R0000100] = @Original_R0000100) AND ((@IsNull_R0214800 = 1 AND [R021480" + + "0] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R1373400 = 1 AND" + + " [R1373400] IS NULL) OR ([R1373400] = @Original_R1373400)) AND ((@IsNull_R137410" + + "0 = 1 AND [R1374100] IS NULL) OR ([R1374100] = @Original_R1374100)) AND ((@IsNul" + + "l_R1374800 = 1 AND [R1374800] IS NULL) OR ([R1374800] = @Original_R1374800)) AND" + + " ((@IsNull_R1375500 = 1 AND [R1375500] IS NULL) OR ([R1375500] = @Original_R1375" + + "500)) AND ((@IsNull_R1376200 = 1 AND [R1376200] IS NULL) OR ([R1376200] = @Origi" + + "nal_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 NU" + + "LL) OR ([R1753800] = @Original_R1753800)) AND ((@IsNull_R1754500 = 1 AND [R17545" + + "00] IS NULL) OR ([R1754500] = @Original_R1754500)) AND ((@IsNull_R1755200 = 1 AN" + + "D [R1755200] IS NULL) OR ([R1755200] = @Original_R1755200)) AND ((@IsNull_R17559" + + "00 = 1 AND [R1755900] IS NULL) OR ([R1755900] = @Original_R1755900)) AND ((@IsNu" + + "ll_R1756600 = 1 AND [R1756600] IS NULL) OR ([R1756600] = @Original_R1756600)) AN" + + "D ((@IsNull_R1757300 = 1 AND [R1757300] IS NULL) OR ([R1757300] = @Original_R175" + + "7300)) AND ((@IsNull_R1758000 = 1 AND [R1758000] IS NULL) OR ([R1758000] = @Orig" + + "inal_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 N" + + "ULL) OR ([R2097200] = @Original_R2097200)) AND ((@IsNull_R2097900 = 1 AND [R2097" + + "900] IS NULL) OR ([R2097900] = @Original_R2097900)) AND ((@IsNull_R2098600 = 1 A" + + "ND [R2098600] IS NULL) OR ([R2098600] = @Original_R2098600)) AND ((@IsNull_R2099" + + "300 = 1 AND [R2099300] IS NULL) OR ([R2099300] = @Original_R2099300)) AND ((@IsN" + + "ull_R2100000 = 1 AND [R2100000] IS NULL) OR ([R2100000] = @Original_R2100000)) A" + + "ND ((@IsNull_R2648100 = 1 AND [R2648100] IS NULL) OR ([R2648100] = @Original_R26" + + "48100)) AND ((@IsNull_R2648800 = 1 AND [R2648800] IS NULL) OR ([R2648800] = @Ori" + + "ginal_R2648800)) AND ((@IsNull_R2649500 = 1 AND [R2649500] IS NULL) OR ([R264950" + + "0] = @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 [R265" + + "1600] IS NULL) OR ([R2651600] = @Original_R2651600)) AND ((@IsNull_R2652300 = 1 " + + "AND [R2652300] IS NULL) OR ([R2652300] = @Original_R2652300)) AND ((@IsNull_R325" + + "6000 = 1 AND [R3256000] IS NULL) OR ([R3256000] = @Original_R3256000)) AND ((@Is" + + "Null_R3257800 = 1 AND [R3257800] IS NULL) OR ([R3257800] = @Original_R3257800)) " + + "AND ((@IsNull_R3259600 = 1 AND [R3259600] IS NULL) OR ([R3259600] = @Original_R3" + + "259600)) AND ((@IsNull_R3261400 = 1 AND [R3261400] IS NULL) OR ([R3261400] = @Or" + + "iginal_R3261400)) AND ((@IsNull_R3263200 = 1 AND [R3263200] IS NULL) OR ([R32632" + + "00] = @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 [R37" + + "71900] IS NULL) OR ([R3771900] = @Original_R3771900)) AND ((@IsNull_R3772200 = 1" + + " AND [R3772200] IS NULL) OR ([R3772200] = @Original_R3772200)) AND ((@IsNull_R37" + + "72300 = 1 AND [R3772300] IS NULL) OR ([R3772300] = @Original_R3772300)) AND ((@I" + + "sNull_R3774000 = 1 AND [R3774000] IS NULL) OR ([R3774000] = @Original_R3774000))" + + " AND ((@IsNull_R3774300 = 1 AND [R3774300] IS NULL) OR ([R3774300] = @Original_R" + + "3774300)) AND ((@IsNull_R3774400 = 1 AND [R3774400] IS NULL) OR ([R3774400] = @O" + + "riginal_R3774400)) AND ((@IsNull_R3776100 = 1 AND [R3776100] IS NULL) OR ([R3776" + + "100] = @Original_R3776100)) AND ((@IsNull_R3776400 = 1 AND [R3776400] IS NULL) O" + + "R ([R3776400] = @Original_R3776400)) AND ((@IsNull_R3776500 = 1 AND [R3776500] I" + + "S NULL) OR ([R3776500] = @Original_R3776500)) AND ((@IsNull_R3778200 = 1 AND [R3" + + "778200] IS NULL) OR ([R3778200] = @Original_R3778200)) AND ((@IsNull_R3778500 = " + + "1 AND [R3778500] IS NULL) OR ([R3778500] = @Original_R3778500)) AND ((@IsNull_R3" + + "778600 = 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 ([R378" + + "2400] = @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 [R" + + "4277200] IS NULL) OR ([R4277200] = @Original_R4277200)) AND ((@IsNull_R4277201 =" + + " 1 AND [R4277201] IS NULL) OR ([R4277201] = @Original_R4277201)) AND ((@IsNull_R" + + "4277800 = 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 ([R42" + + "79000] = @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_R428080" + + "0)) AND ((@IsNull_R4280801 = 1 AND [R4280801] IS NULL) OR ([R4280801] = @Origina" + + "l_R4280801)) AND ((@IsNull_R4281400 = 1 AND [R4281400] IS NULL) OR ([R4281400] =" + + " @Original_R4281400)) AND ((@IsNull_R4282200 = 1 AND [R4282200] IS NULL) OR ([R4" + + "282200] = @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_R48310" + + "01)) AND ((@IsNull_R4833700 = 1 AND [R4833700] IS NULL) OR ([R4833700] = @Origin" + + "al_R4833700)) AND ((@IsNull_R4834000 = 1 AND [R4834000] IS NULL) OR ([R4834000] " + + "= @Original_R4834000)) AND ((@IsNull_R4834001 = 1 AND [R4834001] IS NULL) OR ([R" + + "4834001] = @Original_R4834001)) AND ((@IsNull_R4836700 = 1 AND [R4836700] IS NUL" + + "L) OR ([R4836700] = @Original_R4836700)) AND ((@IsNull_R4837000 = 1 AND [R483700" + + "0] IS NULL) OR ([R4837000] = @Original_R4837000)) AND ((@IsNull_R4837001 = 1 AND" + + " [R4837001] IS NULL) OR ([R4837001] = @Original_R4837001)) AND ((@IsNull_R483970" + + "0 = 1 AND [R4839700] IS NULL) OR ([R4839700] = @Original_R4839700)) AND ((@IsNul" + + "l_R4840000 = 1 AND [R4840000] IS NULL) OR ([R4840000] = @Original_R4840000)) AND" + + " ((@IsNull_R4840001 = 1 AND [R4840001] IS NULL) OR ([R4840001] = @Original_R4840" + + "001)) AND ((@IsNull_R4842600 = 1 AND [R4842600] IS NULL) OR ([R4842600] = @Origi" + + "nal_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 NU" + + "LL) OR ([R5498100] = @Original_R5498100)) AND ((@IsNull_R5498400 = 1 AND [R54984" + + "00] IS NULL) OR ([R5498400] = @Original_R5498400)) AND ((@IsNull_R5498401 = 1 AN" + + "D [R5498401] IS NULL) OR ([R5498401] = @Original_R5498401)) AND ((@IsNull_R55011" + + "00 = 1 AND [R5501100] IS NULL) OR ([R5501100] = @Original_R5501100)) AND ((@IsNu" + + "ll_R5501400 = 1 AND [R5501400] IS NULL) OR ([R5501400] = @Original_R5501400)) AN" + + "D ((@IsNull_R5501401 = 1 AND [R5501401] IS NULL) OR ([R5501401] = @Original_R550" + + "1401)) AND ((@IsNull_R5504100 = 1 AND [R5504100] IS NULL) OR ([R5504100] = @Orig" + + "inal_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 N" + + "ULL) OR ([R5507100] = @Original_R5507100)) AND ((@IsNull_R5507400 = 1 AND [R5507" + + "400] IS NULL) OR ([R5507400] = @Original_R5507400)) AND ((@IsNull_R5507401 = 1 A" + + "ND [R5507401] IS NULL) OR ([R5507401] = @Original_R5507401)) AND ((@IsNull_R5510" + + "100 = 1 AND [R5510100] IS NULL) OR ([R5510100] = @Original_R5510100)) AND ((@IsN" + + "ull_R5510400 = 1 AND [R5510400] IS NULL) OR ([R5510400] = @Original_R5510400)) A" + + "ND ((@IsNull_R5510401 = 1 AND [R5510401] IS NULL) OR ([R5510401] = @Original_R55" + + "10401)) AND ((@IsNull_R5513100 = 1 AND [R5513100] IS NULL) OR ([R5513100] = @Ori" + + "ginal_R5513100)) AND ((@IsNull_R5515400 = 1 AND [R5515400] IS NULL) OR ([R551540" + + "0] = @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 [R621" + + "9500] IS NULL) OR ([R6219500] = @Original_R6219500)) AND ((@IsNull_R6219600 = 1 " + + "AND [R6219600] IS NULL) OR ([R6219600] = @Original_R6219600)) AND ((@IsNull_R621" + + "9700 = 1 AND [R6219700] IS NULL) OR ([R6219700] = @Original_R6219700)) AND ((@Is" + + "Null_R6219800 = 1 AND [R6219800] IS NULL) OR ([R6219800] = @Original_R6219800)) " + + "AND ((@IsNull_R6219900 = 1 AND [R6219900] IS NULL) OR ([R6219900] = @Original_R6" + + "219900)) AND ((@IsNull_R6220000 = 1 AND [R6220000] IS NULL) OR ([R6220000] = @Or" + + "iginal_R6220000)) AND ((@IsNull_R6220100 = 1 AND [R6220100] IS NULL) OR ([R62201" + + "00] = @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 [R62" + + "20400] IS NULL) OR ([R6220400] = @Original_R6220400)) AND ((@IsNull_R6222800 = 1" + + " AND [R6222800] IS NULL) OR ([R6222800] = @Original_R6222800)) AND ((@IsNull_R62" + + "22801 = 1 AND [R6222801] IS NULL) OR ([R6222801] = @Original_R6222801)) AND ((@I" + + "sNull_R6222900 = 1 AND [R6222900] IS NULL) OR ([R6222900] = @Original_R6222900))" + + " AND ((@IsNull_R6222901 = 1 AND [R6222901] IS NULL) OR ([R6222901] = @Original_R" + + "6222901)) AND ((@IsNull_R6223000 = 1 AND [R6223000] IS NULL) OR ([R6223000] = @O" + + "riginal_R6223000)) AND ((@IsNull_R6223001 = 1 AND [R6223001] IS NULL) OR ([R6223" + + "001] = @Original_R6223001)) AND ((@IsNull_R6223100 = 1 AND [R6223100] IS NULL) O" + + "R ([R6223100] = @Original_R6223100)) AND ((@IsNull_R6223101 = 1 AND [R6223101] I" + + "S NULL) OR ([R6223101] = @Original_R6223101)) AND ((@IsNull_R6223200 = 1 AND [R6" + + "223200] IS NULL) OR ([R6223200] = @Original_R6223200)) AND ((@IsNull_R6223201 = " + + "1 AND [R6223201] IS NULL) OR ([R6223201] = @Original_R6223201)) AND ((@IsNull_R6" + + "223300 = 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 ([R677" + + "3700] = @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 [R" + + "6774000] IS NULL) OR ([R6774000] = @Original_R6774000)) AND ((@IsNull_R6774100 =" + + " 1 AND [R6774100] IS NULL) OR ([R6774100] = @Original_R6774100)) AND ((@IsNull_R" + + "6774200 = 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 ([R67" + + "76301] = @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_R677660" + + "1)) AND ((@IsNull_R6776700 = 1 AND [R6776700] IS NULL) OR ([R6776700] = @Origina" + + "l_R6776700)) AND ((@IsNull_R6776701 = 1 AND [R6776701] IS NULL) OR ([R6776701] =" + + " @Original_R6776701)) AND ((@IsNull_R6776800 = 1 AND [R6776800] IS NULL) OR ([R6" + + "776800] = @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_R74183" + + "00)) AND ((@IsNull_R7418400 = 1 AND [R7418400] IS NULL) OR ([R7418400] = @Origin" + + "al_R7418400)) AND ((@IsNull_R7418500 = 1 AND [R7418500] IS NULL) OR ([R7418500] " + + "= @Original_R7418500)) AND ((@IsNull_R7418600 = 1 AND [R7418600] IS NULL) OR ([R" + + "7418600] = @Original_R7418600)) AND ((@IsNull_R7418700 = 1 AND [R7418700] IS NUL" + + "L) OR ([R7418700] = @Original_R7418700)) AND ((@IsNull_R7418800 = 1 AND [R741880" + + "0] IS NULL) OR ([R7418800] = @Original_R7418800)) AND ((@IsNull_R7420700 = 1 AND" + + " [R7420700] IS NULL) OR ([R7420700] = @Original_R7420700)) AND ((@IsNull_R742070" + + "1 = 1 AND [R7420701] IS NULL) OR ([R7420701] = @Original_R7420701)) AND ((@IsNul" + + "l_R7420800 = 1 AND [R7420800] IS NULL) OR ([R7420800] = @Original_R7420800)) AND" + + " ((@IsNull_R7420801 = 1 AND [R7420801] IS NULL) OR ([R7420801] = @Original_R7420" + + "801)) AND ((@IsNull_R7420900 = 1 AND [R7420900] IS NULL) OR ([R7420900] = @Origi" + + "nal_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 NU" + + "LL) OR ([R7421001] = @Original_R7421001)) AND ((@IsNull_R7421100 = 1 AND [R74211" + + "00] IS NULL) OR ([R7421100] = @Original_R7421100)) AND ((@IsNull_R7421101 = 1 AN" + + "D [R7421101] IS NULL) OR ([R7421101] = @Original_R7421101)) AND ((@IsNull_R74212" + + "00 = 1 AND [R7421200] IS NULL) OR ([R7421200] = @Original_R7421200)) AND ((@IsNu" + + "ll_R7421201 = 1 AND [R7421201] IS NULL) OR ([R7421201] = @Original_R7421201)) AN" + + "D ((@IsNull_R7421300 = 1 AND [R7421300] IS NULL) OR ([R7421300] = @Original_R742" + + "1300)) AND ((@IsNull_R7421301 = 1 AND [R7421301] IS NULL) OR ([R7421301] = @Orig" + + "inal_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 N" + + "ULL) OR ([R8116200] = @Original_R8116200)) AND ((@IsNull_R8116300 = 1 AND [R8116" + + "300] IS NULL) OR ([R8116300] = @Original_R8116300)) AND ((@IsNull_R8116400 = 1 A" + + "ND [R8116400] IS NULL) OR ([R8116400] = @Original_R8116400)) AND ((@IsNull_R8116" + + "500 = 1 AND [R8116500] IS NULL) OR ([R8116500] = @Original_R8116500)) AND ((@IsN" + + "ull_R8116600 = 1 AND [R8116600] IS NULL) OR ([R8116600] = @Original_R8116600)) A" + + "ND ((@IsNull_R8116700 = 1 AND [R8116700] IS NULL) OR ([R8116700] = @Original_R81" + + "16700)) AND ((@IsNull_R8116800 = 1 AND [R8116800] IS NULL) OR ([R8116800] = @Ori" + + "ginal_R8116800)) AND ((@IsNull_R8116900 = 1 AND [R8116900] IS NULL) OR ([R811690" + + "0] = @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 [R811" + + "9100] IS NULL) OR ([R8119100] = @Original_R8119100)) AND ((@IsNull_R8119101 = 1 " + + "AND [R8119101] IS NULL) OR ([R8119101] = @Original_R8119101)) AND ((@IsNull_R811" + + "9200 = 1 AND [R8119200] IS NULL) OR ([R8119200] = @Original_R8119200)) AND ((@Is" + + "Null_R8119201 = 1 AND [R8119201] IS NULL) OR ([R8119201] = @Original_R8119201)) " + + "AND ((@IsNull_R8119300 = 1 AND [R8119300] IS NULL) OR ([R8119300] = @Original_R8" + + "119300)) AND ((@IsNull_R8119301 = 1 AND [R8119301] IS NULL) OR ([R8119301] = @Or" + + "iginal_R8119301)) AND ((@IsNull_R8119400 = 1 AND [R8119400] IS NULL) OR ([R81194" + + "00] = @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 [R81" + + "19501] IS NULL) OR ([R8119501] = @Original_R8119501)) AND ((@IsNull_T0347900 = 1" + + " AND [T0347900] IS NULL) OR ([T0347900] = @Original_T0347900)) AND ((@IsNull_T03" + + "48000 = 1 AND [T0348000] IS NULL) OR ([T0348000] = @Original_T0348000)) AND ((@I" + + "sNull_T0348100 = 1 AND [T0348100] IS NULL) OR ([T0348100] = @Original_T0348100))" + + " AND ((@IsNull_T0348200 = 1 AND [T0348200] IS NULL) OR ([T0348200] = @Original_T" + + "0348200)) AND ((@IsNull_T0348300 = 1 AND [T0348300] IS NULL) OR ([T0348300] = @O" + + "riginal_T0348300)) AND ((@IsNull_T0348400 = 1 AND [T0348400] IS NULL) OR ([T0348" + + "400] = @Original_T0348400)) AND ((@IsNull_T0348500 = 1 AND [T0348500] IS NULL) O" + + "R ([T0348500] = @Original_T0348500)) AND ((@IsNull_T0348600 = 1 AND [T0348600] I" + + "S NULL) OR ([T0348600] = @Original_T0348600)) AND ((@IsNull_T0348700 = 1 AND [T0" + + "348700] IS NULL) OR ([T0348700] = @Original_T0348700)) AND ((@IsNull_T0348800 = " + + "1 AND [T0348800] IS NULL) OR ([T0348800] = @Original_T0348800)) AND ((@IsNull_T0" + + "348900 = 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 ([T035" + + "1201] = @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 [T" + + "0351400] IS NULL) OR ([T0351400] = @Original_T0351400)) AND ((@IsNull_T0351401 =" + + " 1 AND [T0351401] IS NULL) OR ([T0351401] = @Original_T0351401)) AND ((@IsNull_T" + + "0351500 = 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 ([T03" + + "51700] = @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_T149750" + + "0)) AND ((@IsNull_T1497600 = 1 AND [T1497600] IS NULL) OR ([T1497600] = @Origina" + + "l_T1497600)) AND ((@IsNull_T1497700 = 1 AND [T1497700] IS NULL) OR ([T1497700] =" + + " @Original_T1497700)) AND ((@IsNull_T1497800 = 1 AND [T1497800] IS NULL) OR ([T1" + + "497800] = @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_T15005" + + "00)) AND ((@IsNull_T1500501 = 1 AND [T1500501] IS NULL) OR ([T1500501] = @Origin" + + "al_T1500501)) AND ((@IsNull_T1500600 = 1 AND [T1500600] IS NULL) OR ([T1500600] " + + "= @Original_T1500600)) AND ((@IsNull_T1500601 = 1 AND [T1500601] IS NULL) OR ([T" + + "1500601] = @Original_T1500601)) AND ((@IsNull_T1500700 = 1 AND [T1500700] IS NUL" + + "L) OR ([T1500700] = @Original_T1500700)) AND ((@IsNull_T1500701 = 1 AND [T150070" + + "1] IS NULL) OR ([T1500701] = @Original_T1500701)) AND ((@IsNull_T1500800 = 1 AND" + + " [T1500800] IS NULL) OR ([T1500800] = @Original_T1500800)) AND ((@IsNull_T150080" + + "1 = 1 AND [T1500801] IS NULL) OR ([T1500801] = @Original_T1500801)) AND ((@IsNul" + + "l_T1500900 = 1 AND [T1500900] IS NULL) OR ([T1500900] = @Original_T1500900)) AND" + + " ((@IsNull_T1500901 = 1 AND [T1500901] IS NULL) OR ([T1500901] = @Original_T1500" + + "901)) AND ((@IsNull_T1501000 = 1 AND [T1501000] IS NULL) OR ([T1501000] = @Origi" + + "nal_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 NU" + + "LL) OR ([T2543300] = @Original_T2543300)) AND ((@IsNull_T2543400 = 1 AND [T25434" + + "00] IS NULL) OR ([T2543400] = @Original_T2543400)) AND ((@IsNull_T2543500 = 1 AN" + + "D [T2543500] IS NULL) OR ([T2543500] = @Original_T2543500)) AND ((@IsNull_T25436" + + "00 = 1 AND [T2543600] IS NULL) OR ([T2543600] = @Original_T2543600)) AND ((@IsNu" + + "ll_T2543700 = 1 AND [T2543700] IS NULL) OR ([T2543700] = @Original_T2543700)) AN" + + "D ((@IsNull_T2543800 = 1 AND [T2543800] IS NULL) OR ([T2543800] = @Original_T254" + + "3800)) AND ((@IsNull_T2543900 = 1 AND [T2543900] IS NULL) OR ([T2543900] = @Orig" + + "inal_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 N" + + "ULL) OR ([T2546100] = @Original_T2546100)) AND ((@IsNull_T2546101 = 1 AND [T2546" + + "101] IS NULL) OR ([T2546101] = @Original_T2546101)) AND ((@IsNull_T2546200 = 1 A" + + "ND [T2546200] IS NULL) OR ([T2546200] = @Original_T2546200)) AND ((@IsNull_T2546" + + "201 = 1 AND [T2546201] IS NULL) OR ([T2546201] = @Original_T2546201)) AND ((@IsN" + + "ull_T2546300 = 1 AND [T2546300] IS NULL) OR ([T2546300] = @Original_T2546300)) A" + + "ND ((@IsNull_T2546301 = 1 AND [T2546301] IS NULL) OR ([T2546301] = @Original_T25" + + "46301)) AND ((@IsNull_T2546400 = 1 AND [T2546400] IS NULL) OR ([T2546400] = @Ori" + + "ginal_T2546400)) AND ((@IsNull_T2546401 = 1 AND [T2546401] IS NULL) OR ([T254640" + + "1] = @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 [T254" + + "6600] IS NULL) OR ([T2546600] = @Original_T2546600)) AND ((@IsNull_T2546601 = 1 " + + "AND [T2546601] IS NULL) OR ([T2546601] = @Original_T2546601)) AND ((@IsNull_T254" + + "6700 = 1 AND [T2546700] IS NULL) OR ([T2546700] = @Original_T2546700)) AND ((@Is" + + "Null_T2546701 = 1 AND [T2546701] IS NULL) OR ([T2546701] = @Original_T2546701)) " + + "AND ((@IsNull_T3529500 = 1 AND [T3529500] IS NULL) OR ([T3529500] = @Original_T3" + + "529500)) AND ((@IsNull_T3529600 = 1 AND [T3529600] IS NULL) OR ([T3529600] = @Or" + + "iginal_T3529600)) AND ((@IsNull_T3529700 = 1 AND [T3529700] IS NULL) OR ([T35297" + + "00] = @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 [T35" + + "30000] IS NULL) OR ([T3530000] = @Original_T3530000)) AND ((@IsNull_T3530100 = 1" + + " AND [T3530100] IS NULL) OR ([T3530100] = @Original_T3530100)) AND ((@IsNull_T35" + + "30200 = 1 AND [T3530200] IS NULL) OR ([T3530200] = @Original_T3530200)) AND ((@I" + + "sNull_T3530300 = 1 AND [T3530300] IS NULL) OR ([T3530300] = @Original_T3530300))" + + " AND ((@IsNull_T3530400 = 1 AND [T3530400] IS NULL) OR ([T3530400] = @Original_T" + + "3530400)) AND ((@IsNull_T3532500 = 1 AND [T3532500] IS NULL) OR ([T3532500] = @O" + + "riginal_T3532500)) AND ((@IsNull_T3532501 = 1 AND [T3532501] IS NULL) OR ([T3532" + + "501] = @Original_T3532501)) AND ((@IsNull_T3532600 = 1 AND [T3532600] IS NULL) O" + + "R ([T3532600] = @Original_T3532600)) AND ((@IsNull_T3532601 = 1 AND [T3532601] I" + + "S NULL) OR ([T3532601] = @Original_T3532601)) AND ((@IsNull_T3532700 = 1 AND [T3" + + "532700] IS NULL) OR ([T3532700] = @Original_T3532700)) AND ((@IsNull_T3532701 = " + + "1 AND [T3532701] IS NULL) OR ([T3532701] = @Original_T3532701)) AND ((@IsNull_T3" + + "532800 = 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 ([T353" + + "3000] = @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 [T" + + "3533101] IS NULL) OR ([T3533101] = @Original_T3533101)) AND ((@IsNull_T4498100 =" + + " 1 AND [T4498100] IS NULL) OR ([T4498100] = @Original_T4498100)) AND ((@IsNull_T" + + "4498200 = 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 ([T44" + + "98600] = @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_T450370" + + "1)) AND ((@IsNull_T4503800 = 1 AND [T4503800] IS NULL) OR ([T4503800] = @Origina" + + "l_T4503800)) AND ((@IsNull_T4503801 = 1 AND [T4503801] IS NULL) OR ([T4503801] =" + + " @Original_T4503801)) AND ((@IsNull_T4503900 = 1 AND [T4503900] IS NULL) OR ([T4" + + "503900] = @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_T45042" + + "00)) AND ((@IsNull_T4504201 = 1 AND [T4504201] IS NULL) OR ([T4504201] = @Origin" + + "al_T4504201)));\r\nSELECT R0000100, R0214800, R1373400, R1374100, R1374800, R13755" + + "00, R1376200, R1376900, R1377600, R1753800, R1754500, R1755200, R1755900, R17566" + + "00, R1757300, R1758000, R2095800, R2096500, R2097200, R2097900, R2098600, R20993" + + "00, R2100000, R2648100, R2648800, R2649500, R2650200, R2650900, R2651600, R26523" + + "00, R3256000, R3257800, R3259600, R3261400, R3263200, R3265000, R3266800, R37719" + + "00, R3772200, R3772300, R3774000, R3774300, R3774400, R3776100, R3776400, R37765" + + "00, R3778200, R3778500, R3778600, R3780300, R3780600, R3780700, R3782400, R37845" + + "00, R4276900, R4277200, R4277201, R4277800, R4278100, R4278101, R4278700, R42790" + + "00, R4279001, R4279600, R4279900, R4279901, R4280500, R4280800, R4280801, R42814" + + "00, R4282200, R4827700, R4828000, R4828001, R4830700, R4831000, R4831001, R48337" + + "00, R4834000, R4834001, R4836700, R4837000, R4837001, R4839700, R4840000, R48400" + + "01, R4842600, R4844900, R4847200, R5498100, R5498400, R5498401, R5501100, R55014" + + "00, R5501401, R5504100, R5504400, R5504401, R5507100, R5507400, R5507401, R55101" + + "00, R5510400, R5510401, R5513100, R5515400, R5517700, R5519900, R6219500, R62196" + + "00, R6219700, R6219800, R6219900, R6220000, R6220100, R6220200, R6220300, R62204" + + "00, R6222800, R6222801, R6222900, R6222901, R6223000, R6223001, R6223100, R62231" + + "01, R6223200, R6223201, R6223300, R6223301, R6773500, R6773600, R6773700, R67738" + + "00, R6773900, R6774000, R6774100, R6774200, R6774300, R6774400, R6776300, R67763" + + "01, R6776400, R6776401, R6776500, R6776501, R6776600, R6776601, R6776700, R67767" + + "01, R6776800, R6776801, R7417900, R7418000, R7418100, R7418200, R7418300, R74184" + + "00, R7418500, R7418600, R7418700, R7418800, R7420700, R7420701, R7420800, R74208" + + "01, R7420900, R7420901, R7421000, R7421001, R7421100, R7421101, R7421200, R74212" + + "01, R7421300, R7421301, R8116000, R8116100, R8116200, R8116300, R8116400, R81165" + + "00, R8116600, R8116700, R8116800, R8116900, R8119000, R8119001, R8119100, R81191" + + "01, R8119200, R8119201, R8119300, R8119301, R8119400, R8119401, R8119500, R81195" + + "01, T0347900, T0348000, T0348100, T0348200, T0348300, T0348400, T0348500, T03486" + + "00, T0348700, T0348800, T0348900, T0351100, T0351101, T0351200, T0351201, T03513" + + "00, T0351301, T0351400, T0351401, T0351500, T0351501, T0351600, T0351601, T03517" + + "00, T0351701, T0351800, T0351801, T1497300, T1497400, T1497500, T1497600, T14977" + + "00, T1497800, T1497900, T1498000, T1498100, T1498200, T1498300, T1500500, T15005" + + "01, T1500600, T1500601, T1500700, T1500701, T1500800, T1500801, T1500900, T15009" + + "01, T1501000, T1501001, T2543200, T2543300, T2543400, T2543500, T2543600, T25437" + + "00, T2543800, T2543900, T2544000, T2544100, T2546100, T2546101, T2546200, T25462" + + "01, T2546300, T2546301, T2546400, T2546401, T2546500, T2546501, T2546600, T25466" + + "01, T2546700, T2546701, T3529500, T3529600, T3529700, T3529800, T3529900, T35300" + + "00, T3530100, T3530200, T3530300, T3530400, T3532500, T3532501, T3532600, T35326" + + "01, T3532700, T3532701, T3532800, T3532801, T3532900, T3532901, T3533000, T35330" + + "01, T3533100, T3533101, T4498100, T4498200, T4498300, T4498400, T4498500, T44986" + + "00, T4498700, T4498800, T4498900, T4499000, T4503700, T4503701, T4503800, T45038" + + "01, T4503900, T4503901, T4504000, T4504001, T4504100, T4504101, T4504200, T45042" + + "01 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("@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, "", "", "")); + 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("@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("@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_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_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()] @@ -184133,4313 +177855,10305 @@ private void InitConnection() { [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; + 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, R1373400, R1374100, R1374800, R1375500, R1376200, R137" + + "6900, R1377600, R1753800, R1754500, R1755200, R1755900, R1756600, R1757300, R175" + + "8000, R2095800, R2096500, R2097200, R2097900, R2098600, R2099300, R2100000, R264" + + "8100, R2648800, R2649500, R2650200, R2650900, R2651600, R2652300, R3256000, R325" + + "7800, R3259600, R3261400, R3263200, R3265000, R3266800, R3771900, R3772200, R377" + + "2300, R3774000, R3774300, R3774400, R3776100, R3776400, R3776500, R3778200, R377" + + "8500, R3778600, R3780300, R3780600, R3780700, R3782400, R3784500, R4276900, R427" + + "7200, R4277201, R4277800, R4278100, R4278101, R4278700, R4279000, R4279001, R427" + + "9600, R4279900, R4279901, R4280500, R4280800, R4280801, R4281400, R4282200, R482" + + "7700, R4828000, R4828001, R4830700, R4831000, R4831001, R4833700, R4834000, R483" + + "4001, R4836700, R4837000, R4837001, R4839700, R4840000, R4840001, R4842600, R484" + + "4900, R4847200, R5498100, R5498400, R5498401, R5501100, R5501400, R5501401, R550" + + "4100, R5504400, R5504401, R5507100, R5507400, R5507401, R5510100, R5510400, R551" + + "0401, R5513100, R5515400, R5517700, R5519900, R6219500, R6219600, R6219700, R621" + + "9800, R6219900, R6220000, R6220100, R6220200, R6220300, R6220400, R6222800, R622" + + "2801, R6222900, R6222901, R6223000, R6223001, R6223100, R6223101, R6223200, R622" + + "3201, R6223300, R6223301, R6773500, R6773600, R6773700, R6773800, R6773900, R677" + + "4000, R6774100, R6774200, R6774300, R6774400, R6776300, R6776301, R6776400, R677" + + "6401, R6776500, R6776501, R6776600, R6776601, R6776700, R6776701, R6776800, R677" + + "6801, R7417900, R7418000, R7418100, R7418200, R7418300, R7418400, R7418500, R741" + + "8600, R7418700, R7418800, R7420700, R7420701, R7420800, R7420801, R7420900, R742" + + "0901, R7421000, R7421001, R7421100, R7421101, R7421200, R7421201, R7421300, R742" + + "1301, R8116000, R8116100, R8116200, R8116300, R8116400, R8116500, R8116600, R811" + + "6700, R8116800, R8116900, R8119000, R8119001, R8119100, R8119101, R8119200, R811" + + "9201, R8119300, R8119301, R8119400, R8119401, R8119500, R8119501, T0347900, T034" + + "8000, T0348100, T0348200, T0348300, T0348400, T0348500, T0348600, T0348700, T034" + + "8800, T0348900, T0351100, T0351101, T0351200, T0351201, T0351300, T0351301, T035" + + "1400, T0351401, T0351500, T0351501, T0351600, T0351601, T0351700, T0351701, T035" + + "1800, T0351801, T1497300, T1497400, T1497500, T1497600, T1497700, T1497800, T149" + + "7900, T1498000, T1498100, T1498200, T1498300, T1500500, T1500501, T1500600, T150" + + "0601, T1500700, T1500701, T1500800, T1500801, T1500900, T1500901, T1501000, T150" + + "1001, T2543200, T2543300, T2543400, T2543500, T2543600, T2543700, T2543800, T254" + + "3900, T2544000, T2544100, T2546100, T2546101, T2546200, T2546201, T2546300, T254" + + "6301, T2546400, T2546401, T2546500, T2546501, T2546600, T2546601, T2546700, T254" + + "6701, T3529500, T3529600, T3529700, T3529800, T3529900, T3530000, T3530100, T353" + + "0200, T3530300, T3530400, T3532500, T3532501, T3532600, T3532601, T3532700, T353" + + "2701, T3532800, T3532801, T3532900, T3532901, T3533000, T3533001, T3533100, T353" + + "3101, T4498100, T4498200, T4498300, T4498400, T4498500, T4498600, T4498700, T449" + + "8800, T4498900, T4499000, T4503700, T4503701, T4503800, T4503801, T4503900, T450" + + "3901, T4504000, T4504001, T4504100, T4504101, T4504200, T4504201 FROM Extract.tb" + + "lGen2FatherFromGen1Death"; + 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(); + } + 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_R0214800, + 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_R0214800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_R0214800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value; + } + if ((Original_R1373400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_R1373400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value; + } + if ((Original_R1374100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_R1374100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value; + } + if ((Original_R1374800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_R1374800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value; + } + if ((Original_R1375500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_R1375500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value; + } + if ((Original_R1376200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[12].Value = ((int)(Original_R1376200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value; + } + if ((Original_R1376900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[14].Value = ((int)(Original_R1376900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value; + } + if ((Original_R1377600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[16].Value = ((int)(Original_R1377600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value; + } + if ((Original_R1753800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[18].Value = ((int)(Original_R1753800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value; + } + if ((Original_R1754500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[20].Value = ((int)(Original_R1754500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value; + } + if ((Original_R1755200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[22].Value = ((int)(Original_R1755200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value; + } + if ((Original_R1755900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[24].Value = ((int)(Original_R1755900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value; + } + if ((Original_R1756600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[26].Value = ((int)(Original_R1756600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value; + } + if ((Original_R1757300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[28].Value = ((int)(Original_R1757300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value; + } + if ((Original_R1758000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[30].Value = ((int)(Original_R1758000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value; + } + if ((Original_R2095800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[32].Value = ((int)(Original_R2095800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value; + } + if ((Original_R2096500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[34].Value = ((int)(Original_R2096500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value; + } + if ((Original_R2097200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[36].Value = ((int)(Original_R2097200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value; + } + if ((Original_R2097900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[38].Value = ((int)(Original_R2097900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value; + } + if ((Original_R2098600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[40].Value = ((int)(Original_R2098600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[40].Value = global::System.DBNull.Value; + } + if ((Original_R2099300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[42].Value = ((int)(Original_R2099300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[42].Value = global::System.DBNull.Value; + } + if ((Original_R2100000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[44].Value = ((int)(Original_R2100000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[44].Value = global::System.DBNull.Value; + } + if ((Original_R2648100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[46].Value = ((int)(Original_R2648100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[46].Value = global::System.DBNull.Value; + } + if ((Original_R2648800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[48].Value = ((int)(Original_R2648800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[48].Value = global::System.DBNull.Value; + } + if ((Original_R2649500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[50].Value = ((int)(Original_R2649500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[50].Value = global::System.DBNull.Value; + } + if ((Original_R2650200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[52].Value = ((int)(Original_R2650200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[52].Value = global::System.DBNull.Value; + } + if ((Original_R2650900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[54].Value = ((int)(Original_R2650900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[54].Value = global::System.DBNull.Value; + } + if ((Original_R2651600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[56].Value = ((int)(Original_R2651600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[56].Value = global::System.DBNull.Value; + } + if ((Original_R2652300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[58].Value = ((int)(Original_R2652300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[58].Value = global::System.DBNull.Value; + } + if ((Original_R3256000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[60].Value = ((int)(Original_R3256000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[60].Value = global::System.DBNull.Value; + } + if ((Original_R3257800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[62].Value = ((int)(Original_R3257800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[62].Value = global::System.DBNull.Value; + } + if ((Original_R3259600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[64].Value = ((int)(Original_R3259600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[64].Value = global::System.DBNull.Value; + } + if ((Original_R3261400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[66].Value = ((int)(Original_R3261400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[66].Value = global::System.DBNull.Value; + } + if ((Original_R3263200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[68].Value = ((int)(Original_R3263200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[68].Value = global::System.DBNull.Value; + } + if ((Original_R3265000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[70].Value = ((int)(Original_R3265000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[70].Value = global::System.DBNull.Value; + } + if ((Original_R3266800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[72].Value = ((int)(Original_R3266800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[72].Value = global::System.DBNull.Value; + } + if ((Original_R3771900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[74].Value = ((int)(Original_R3771900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[74].Value = global::System.DBNull.Value; + } + if ((Original_R3772200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[76].Value = ((int)(Original_R3772200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[76].Value = global::System.DBNull.Value; + } + if ((Original_R3772300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[78].Value = ((int)(Original_R3772300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[78].Value = global::System.DBNull.Value; + } + if ((Original_R3774000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[80].Value = ((int)(Original_R3774000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[80].Value = global::System.DBNull.Value; + } + if ((Original_R3774300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[82].Value = ((int)(Original_R3774300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[82].Value = global::System.DBNull.Value; + } + if ((Original_R3774400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[84].Value = ((int)(Original_R3774400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[84].Value = global::System.DBNull.Value; + } + if ((Original_R3776100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[86].Value = ((int)(Original_R3776100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[86].Value = global::System.DBNull.Value; + } + if ((Original_R3776400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[88].Value = ((int)(Original_R3776400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[88].Value = global::System.DBNull.Value; + } + if ((Original_R3776500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[90].Value = ((int)(Original_R3776500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[90].Value = global::System.DBNull.Value; + } + if ((Original_R3778200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[92].Value = ((int)(Original_R3778200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[92].Value = global::System.DBNull.Value; + } + if ((Original_R3778500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[94].Value = ((int)(Original_R3778500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[94].Value = global::System.DBNull.Value; + } + if ((Original_R3778600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[96].Value = ((int)(Original_R3778600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[96].Value = global::System.DBNull.Value; + } + if ((Original_R3780300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[98].Value = ((int)(Original_R3780300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[98].Value = global::System.DBNull.Value; + } + if ((Original_R3780600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[100].Value = ((int)(Original_R3780600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[100].Value = global::System.DBNull.Value; + } + if ((Original_R3780700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[102].Value = ((int)(Original_R3780700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[102].Value = global::System.DBNull.Value; + } + if ((Original_R3782400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[104].Value = ((int)(Original_R3782400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[104].Value = global::System.DBNull.Value; + } + if ((Original_R3784500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[106].Value = ((int)(Original_R3784500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[106].Value = global::System.DBNull.Value; + } + if ((Original_R4276900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[108].Value = ((int)(Original_R4276900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[108].Value = global::System.DBNull.Value; + } + if ((Original_R4277200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[110].Value = ((int)(Original_R4277200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[110].Value = global::System.DBNull.Value; + } + if ((Original_R4277201.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[112].Value = ((int)(Original_R4277201.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[112].Value = global::System.DBNull.Value; + } + if ((Original_R4277800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[114].Value = ((int)(Original_R4277800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[114].Value = global::System.DBNull.Value; + } + if ((Original_R4278100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[116].Value = ((int)(Original_R4278100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[116].Value = global::System.DBNull.Value; + } + if ((Original_R4278101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[118].Value = ((int)(Original_R4278101.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[118].Value = global::System.DBNull.Value; + } + if ((Original_R4278700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[120].Value = ((int)(Original_R4278700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[120].Value = global::System.DBNull.Value; + } + if ((Original_R4279000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[122].Value = ((int)(Original_R4279000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[122].Value = global::System.DBNull.Value; + } + if ((Original_R4279001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[124].Value = ((int)(Original_R4279001.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[124].Value = global::System.DBNull.Value; + } + if ((Original_R4279600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[126].Value = ((int)(Original_R4279600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[126].Value = global::System.DBNull.Value; + } + if ((Original_R4279900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[128].Value = ((int)(Original_R4279900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[128].Value = global::System.DBNull.Value; + } + if ((Original_R4279901.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[130].Value = ((int)(Original_R4279901.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[130].Value = global::System.DBNull.Value; + } + if ((Original_R4280500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[132].Value = ((int)(Original_R4280500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[132].Value = global::System.DBNull.Value; + } + if ((Original_R4280800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[134].Value = ((int)(Original_R4280800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[134].Value = global::System.DBNull.Value; + } + if ((Original_R4280801.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[136].Value = ((int)(Original_R4280801.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[136].Value = global::System.DBNull.Value; + } + if ((Original_R4281400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[138].Value = ((int)(Original_R4281400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[138].Value = global::System.DBNull.Value; + } + if ((Original_R4282200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[140].Value = ((int)(Original_R4282200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[140].Value = global::System.DBNull.Value; + } + if ((Original_R4827700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[142].Value = ((int)(Original_R4827700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[142].Value = global::System.DBNull.Value; + } + if ((Original_R4828000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[144].Value = ((int)(Original_R4828000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[144].Value = global::System.DBNull.Value; + } + if ((Original_R4828001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[146].Value = ((int)(Original_R4828001.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[146].Value = global::System.DBNull.Value; + } + if ((Original_R4830700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[148].Value = ((int)(Original_R4830700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[148].Value = global::System.DBNull.Value; + } + if ((Original_R4831000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[150].Value = ((int)(Original_R4831000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[150].Value = global::System.DBNull.Value; + } + if ((Original_R4831001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[152].Value = ((int)(Original_R4831001.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[152].Value = global::System.DBNull.Value; + } + if ((Original_R4833700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[154].Value = ((int)(Original_R4833700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[154].Value = global::System.DBNull.Value; + } + if ((Original_R4834000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[156].Value = ((int)(Original_R4834000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[156].Value = global::System.DBNull.Value; + } + if ((Original_R4834001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[158].Value = ((int)(Original_R4834001.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[158].Value = global::System.DBNull.Value; + } + if ((Original_R4836700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[160].Value = ((int)(Original_R4836700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[160].Value = global::System.DBNull.Value; + } + if ((Original_R4837000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[162].Value = ((int)(Original_R4837000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[162].Value = global::System.DBNull.Value; + } + if ((Original_R4837001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[164].Value = ((int)(Original_R4837001.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[164].Value = global::System.DBNull.Value; + } + if ((Original_R4839700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[166].Value = ((int)(Original_R4839700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[166].Value = global::System.DBNull.Value; + } + if ((Original_R4840000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[168].Value = ((int)(Original_R4840000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[168].Value = global::System.DBNull.Value; + } + if ((Original_R4840001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[170].Value = ((int)(Original_R4840001.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[170].Value = global::System.DBNull.Value; + } + if ((Original_R4842600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[172].Value = ((int)(Original_R4842600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[172].Value = global::System.DBNull.Value; + } + if ((Original_R4844900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[174].Value = ((int)(Original_R4844900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[174].Value = global::System.DBNull.Value; + } + if ((Original_R4847200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[176].Value = ((int)(Original_R4847200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[176].Value = global::System.DBNull.Value; + } + if ((Original_R5498100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[178].Value = ((int)(Original_R5498100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[178].Value = global::System.DBNull.Value; + } + if ((Original_R5498400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[180].Value = ((int)(Original_R5498400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[180].Value = global::System.DBNull.Value; + } + if ((Original_R5498401.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[182].Value = ((int)(Original_R5498401.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[182].Value = global::System.DBNull.Value; + } + if ((Original_R5501100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[184].Value = ((int)(Original_R5501100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[184].Value = global::System.DBNull.Value; + } + if ((Original_R5501400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[186].Value = ((int)(Original_R5501400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[186].Value = global::System.DBNull.Value; + } + if ((Original_R5501401.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[188].Value = ((int)(Original_R5501401.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[188].Value = global::System.DBNull.Value; + } + if ((Original_R5504100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[190].Value = ((int)(Original_R5504100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[190].Value = global::System.DBNull.Value; + } + if ((Original_R5504400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[192].Value = ((int)(Original_R5504400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[192].Value = global::System.DBNull.Value; + } + if ((Original_R5504401.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[194].Value = ((int)(Original_R5504401.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[194].Value = global::System.DBNull.Value; + } + if ((Original_R5507100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[196].Value = ((int)(Original_R5507100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[196].Value = global::System.DBNull.Value; + } + if ((Original_R5507400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[198].Value = ((int)(Original_R5507400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[198].Value = global::System.DBNull.Value; + } + if ((Original_R5507401.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[200].Value = ((int)(Original_R5507401.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[200].Value = global::System.DBNull.Value; + } + if ((Original_R5510100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[201].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[202].Value = ((int)(Original_R5510100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[201].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[202].Value = global::System.DBNull.Value; + } + if ((Original_R5510400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[203].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[204].Value = ((int)(Original_R5510400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[203].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[204].Value = global::System.DBNull.Value; + } + if ((Original_R5510401.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[205].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[206].Value = ((int)(Original_R5510401.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[205].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[206].Value = global::System.DBNull.Value; + } + if ((Original_R5513100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[207].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[208].Value = ((int)(Original_R5513100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[207].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[208].Value = global::System.DBNull.Value; + } + if ((Original_R5515400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[209].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[210].Value = ((int)(Original_R5515400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[209].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[210].Value = global::System.DBNull.Value; + } + if ((Original_R5517700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[211].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[212].Value = ((int)(Original_R5517700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[211].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[212].Value = global::System.DBNull.Value; + } + if ((Original_R5519900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[213].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[214].Value = ((int)(Original_R5519900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[213].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[214].Value = global::System.DBNull.Value; + } + if ((Original_R6219500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[215].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[216].Value = ((int)(Original_R6219500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[215].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[216].Value = global::System.DBNull.Value; + } + if ((Original_R6219600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[217].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[218].Value = ((int)(Original_R6219600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[217].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[218].Value = global::System.DBNull.Value; + } + if ((Original_R6219700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[219].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[220].Value = ((int)(Original_R6219700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[219].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[220].Value = global::System.DBNull.Value; + } + if ((Original_R6219800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[221].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[222].Value = ((int)(Original_R6219800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[221].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[222].Value = global::System.DBNull.Value; + } + if ((Original_R6219900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[223].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[224].Value = ((int)(Original_R6219900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[223].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[224].Value = global::System.DBNull.Value; + } + if ((Original_R6220000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[225].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[226].Value = ((int)(Original_R6220000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[225].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[226].Value = global::System.DBNull.Value; + } + if ((Original_R6220100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[227].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[228].Value = ((int)(Original_R6220100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[227].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[228].Value = global::System.DBNull.Value; + } + if ((Original_R6220200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[229].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[230].Value = ((int)(Original_R6220200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[229].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[230].Value = global::System.DBNull.Value; + } + if ((Original_R6220300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[231].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[232].Value = ((int)(Original_R6220300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[231].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[232].Value = global::System.DBNull.Value; + } + if ((Original_R6220400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[233].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[234].Value = ((int)(Original_R6220400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[233].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[234].Value = global::System.DBNull.Value; + } + if ((Original_R6222800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[235].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[236].Value = ((int)(Original_R6222800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[235].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[236].Value = global::System.DBNull.Value; + } + if ((Original_R6222801.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[237].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[238].Value = ((int)(Original_R6222801.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[237].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[238].Value = global::System.DBNull.Value; + } + if ((Original_R6222900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[239].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[240].Value = ((int)(Original_R6222900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[239].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[240].Value = global::System.DBNull.Value; + } + if ((Original_R6222901.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[241].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[242].Value = ((int)(Original_R6222901.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[241].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[242].Value = global::System.DBNull.Value; + } + if ((Original_R6223000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[243].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[244].Value = ((int)(Original_R6223000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[243].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[244].Value = global::System.DBNull.Value; + } + if ((Original_R6223001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[245].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[246].Value = ((int)(Original_R6223001.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[245].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[246].Value = global::System.DBNull.Value; + } + if ((Original_R6223100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[247].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[248].Value = ((int)(Original_R6223100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[247].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[248].Value = global::System.DBNull.Value; + } + if ((Original_R6223101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[249].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[250].Value = ((int)(Original_R6223101.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[249].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[250].Value = global::System.DBNull.Value; + } + if ((Original_R6223200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[251].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[252].Value = ((int)(Original_R6223200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[251].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[252].Value = global::System.DBNull.Value; + } + if ((Original_R6223201.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[253].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[254].Value = ((int)(Original_R6223201.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[253].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[254].Value = global::System.DBNull.Value; + } + if ((Original_R6223300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[255].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[256].Value = ((int)(Original_R6223300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[255].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[256].Value = global::System.DBNull.Value; + } + if ((Original_R6223301.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[257].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[258].Value = ((int)(Original_R6223301.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[257].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[258].Value = global::System.DBNull.Value; + } + if ((Original_R6773500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[259].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[260].Value = ((int)(Original_R6773500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[259].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[260].Value = global::System.DBNull.Value; + } + if ((Original_R6773600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[261].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[262].Value = ((int)(Original_R6773600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[261].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[262].Value = global::System.DBNull.Value; + } + if ((Original_R6773700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[263].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[264].Value = ((int)(Original_R6773700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[263].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[264].Value = global::System.DBNull.Value; + } + if ((Original_R6773800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[265].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[266].Value = ((int)(Original_R6773800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[265].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[266].Value = global::System.DBNull.Value; + } + if ((Original_R6773900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[267].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[268].Value = ((int)(Original_R6773900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[267].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[268].Value = global::System.DBNull.Value; + } + if ((Original_R6774000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[269].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[270].Value = ((int)(Original_R6774000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[269].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[270].Value = global::System.DBNull.Value; + } + if ((Original_R6774100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[271].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[272].Value = ((int)(Original_R6774100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[271].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[272].Value = global::System.DBNull.Value; + } + if ((Original_R6774200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[273].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[274].Value = ((int)(Original_R6774200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[273].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[274].Value = global::System.DBNull.Value; + } + if ((Original_R6774300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[275].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[276].Value = ((int)(Original_R6774300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[275].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[276].Value = global::System.DBNull.Value; + } + if ((Original_R6774400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[277].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[278].Value = ((int)(Original_R6774400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[277].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[278].Value = global::System.DBNull.Value; + } + if ((Original_R6776300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[279].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[280].Value = ((int)(Original_R6776300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[279].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[280].Value = global::System.DBNull.Value; + } + if ((Original_R6776301.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[281].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[282].Value = ((int)(Original_R6776301.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[281].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[282].Value = global::System.DBNull.Value; + } + if ((Original_R6776400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[283].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[284].Value = ((int)(Original_R6776400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[283].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[284].Value = global::System.DBNull.Value; + } + if ((Original_R6776401.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[285].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[286].Value = ((int)(Original_R6776401.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[285].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[286].Value = global::System.DBNull.Value; + } + if ((Original_R6776500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[287].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[288].Value = ((int)(Original_R6776500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[287].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[288].Value = global::System.DBNull.Value; + } + if ((Original_R6776501.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[289].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[290].Value = ((int)(Original_R6776501.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[289].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[290].Value = global::System.DBNull.Value; + } + if ((Original_R6776600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[291].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[292].Value = ((int)(Original_R6776600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[291].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[292].Value = global::System.DBNull.Value; + } + if ((Original_R6776601.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[293].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[294].Value = ((int)(Original_R6776601.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[293].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[294].Value = global::System.DBNull.Value; + } + if ((Original_R6776700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[295].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[296].Value = ((int)(Original_R6776700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[295].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[296].Value = global::System.DBNull.Value; + } + if ((Original_R6776701.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[297].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[298].Value = ((int)(Original_R6776701.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[297].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[298].Value = global::System.DBNull.Value; + } + if ((Original_R6776800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[299].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[300].Value = ((int)(Original_R6776800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[299].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[300].Value = global::System.DBNull.Value; + } + if ((Original_R6776801.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[301].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[302].Value = ((int)(Original_R6776801.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[301].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[302].Value = global::System.DBNull.Value; + } + if ((Original_R7417900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[303].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[304].Value = ((int)(Original_R7417900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[303].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[304].Value = global::System.DBNull.Value; + } + if ((Original_R7418000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[305].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[306].Value = ((int)(Original_R7418000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[305].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[306].Value = global::System.DBNull.Value; + } + if ((Original_R7418100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[307].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[308].Value = ((int)(Original_R7418100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[307].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[308].Value = global::System.DBNull.Value; + } + if ((Original_R7418200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[309].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[310].Value = ((int)(Original_R7418200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[309].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[310].Value = global::System.DBNull.Value; + } + if ((Original_R7418300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[311].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[312].Value = ((int)(Original_R7418300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[311].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[312].Value = global::System.DBNull.Value; + } + if ((Original_R7418400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[313].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[314].Value = ((int)(Original_R7418400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[313].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[314].Value = global::System.DBNull.Value; + } + if ((Original_R7418500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[315].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[316].Value = ((int)(Original_R7418500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[315].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[316].Value = global::System.DBNull.Value; + } + if ((Original_R7418600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[317].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[318].Value = ((int)(Original_R7418600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[317].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[318].Value = global::System.DBNull.Value; + } + if ((Original_R7418700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[319].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[320].Value = ((int)(Original_R7418700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[319].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[320].Value = global::System.DBNull.Value; + } + if ((Original_R7418800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[321].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[322].Value = ((int)(Original_R7418800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[321].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[322].Value = global::System.DBNull.Value; + } + if ((Original_R7420700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[323].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[324].Value = ((int)(Original_R7420700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[323].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[324].Value = global::System.DBNull.Value; + } + if ((Original_R7420701.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[325].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[326].Value = ((int)(Original_R7420701.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[325].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[326].Value = global::System.DBNull.Value; + } + if ((Original_R7420800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[327].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[328].Value = ((int)(Original_R7420800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[327].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[328].Value = global::System.DBNull.Value; + } + if ((Original_R7420801.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[329].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[330].Value = ((int)(Original_R7420801.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[329].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[330].Value = global::System.DBNull.Value; + } + if ((Original_R7420900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[331].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[332].Value = ((int)(Original_R7420900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[331].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[332].Value = global::System.DBNull.Value; + } + if ((Original_R7420901.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[333].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[334].Value = ((int)(Original_R7420901.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[333].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[334].Value = global::System.DBNull.Value; + } + if ((Original_R7421000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[335].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[336].Value = ((int)(Original_R7421000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[335].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[336].Value = global::System.DBNull.Value; + } + if ((Original_R7421001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[337].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[338].Value = ((int)(Original_R7421001.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[337].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[338].Value = global::System.DBNull.Value; + } + if ((Original_R7421100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[339].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[340].Value = ((int)(Original_R7421100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[339].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[340].Value = global::System.DBNull.Value; + } + if ((Original_R7421101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[341].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[342].Value = ((int)(Original_R7421101.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[341].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[342].Value = global::System.DBNull.Value; + } + if ((Original_R7421200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[343].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[344].Value = ((int)(Original_R7421200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[343].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[344].Value = global::System.DBNull.Value; + } + if ((Original_R7421201.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[345].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[346].Value = ((int)(Original_R7421201.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[345].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[346].Value = global::System.DBNull.Value; + } + if ((Original_R7421300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[347].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[348].Value = ((int)(Original_R7421300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[347].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[348].Value = global::System.DBNull.Value; + } + if ((Original_R7421301.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[349].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[350].Value = ((int)(Original_R7421301.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[349].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[350].Value = global::System.DBNull.Value; + } + if ((Original_R8116000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[351].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[352].Value = ((int)(Original_R8116000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[351].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[352].Value = global::System.DBNull.Value; + } + if ((Original_R8116100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[353].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[354].Value = ((int)(Original_R8116100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[353].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[354].Value = global::System.DBNull.Value; + } + if ((Original_R8116200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[355].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[356].Value = ((int)(Original_R8116200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[355].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[356].Value = global::System.DBNull.Value; + } + if ((Original_R8116300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[357].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[358].Value = ((int)(Original_R8116300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[357].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[358].Value = global::System.DBNull.Value; + } + if ((Original_R8116400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[359].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[360].Value = ((int)(Original_R8116400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[359].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[360].Value = global::System.DBNull.Value; + } + if ((Original_R8116500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[361].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[362].Value = ((int)(Original_R8116500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[361].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[362].Value = global::System.DBNull.Value; + } + if ((Original_R8116600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[363].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[364].Value = ((int)(Original_R8116600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[363].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[364].Value = global::System.DBNull.Value; + } + if ((Original_R8116700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[365].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[366].Value = ((int)(Original_R8116700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[365].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[366].Value = global::System.DBNull.Value; + } + if ((Original_R8116800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[367].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[368].Value = ((int)(Original_R8116800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[367].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[368].Value = global::System.DBNull.Value; + } + if ((Original_R8116900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[369].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[370].Value = ((int)(Original_R8116900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[369].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[370].Value = global::System.DBNull.Value; + } + if ((Original_R8119000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[371].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[372].Value = ((int)(Original_R8119000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[371].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[372].Value = global::System.DBNull.Value; + } + if ((Original_R8119001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[373].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[374].Value = ((int)(Original_R8119001.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[373].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[374].Value = global::System.DBNull.Value; + } + if ((Original_R8119100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[375].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[376].Value = ((int)(Original_R8119100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[375].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[376].Value = global::System.DBNull.Value; + } + if ((Original_R8119101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[377].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[378].Value = ((int)(Original_R8119101.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[377].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[378].Value = global::System.DBNull.Value; + } + if ((Original_R8119200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[379].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[380].Value = ((int)(Original_R8119200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[379].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[380].Value = global::System.DBNull.Value; + } + if ((Original_R8119201.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[381].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[382].Value = ((int)(Original_R8119201.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[381].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[382].Value = global::System.DBNull.Value; + } + if ((Original_R8119300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[383].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[384].Value = ((int)(Original_R8119300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[383].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[384].Value = global::System.DBNull.Value; + } + if ((Original_R8119301.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[385].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[386].Value = ((int)(Original_R8119301.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[385].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[386].Value = global::System.DBNull.Value; + } + if ((Original_R8119400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[387].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[388].Value = ((int)(Original_R8119400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[387].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[388].Value = global::System.DBNull.Value; + } + if ((Original_R8119401.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[389].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[390].Value = ((int)(Original_R8119401.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[389].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[390].Value = global::System.DBNull.Value; + } + if ((Original_R8119500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[391].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[392].Value = ((int)(Original_R8119500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[391].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[392].Value = global::System.DBNull.Value; + } + if ((Original_R8119501.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[393].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[394].Value = ((int)(Original_R8119501.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[393].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[394].Value = global::System.DBNull.Value; + } + if ((Original_T0347900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[395].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[396].Value = ((int)(Original_T0347900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[395].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[396].Value = global::System.DBNull.Value; + } + if ((Original_T0348000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[397].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[398].Value = ((int)(Original_T0348000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[397].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[398].Value = global::System.DBNull.Value; + } + if ((Original_T0348100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[399].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[400].Value = ((int)(Original_T0348100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[399].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[400].Value = global::System.DBNull.Value; + } + if ((Original_T0348200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[401].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[402].Value = ((int)(Original_T0348200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[401].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[402].Value = global::System.DBNull.Value; + } + if ((Original_T0348300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[403].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[404].Value = ((int)(Original_T0348300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[403].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[404].Value = global::System.DBNull.Value; + } + if ((Original_T0348400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[405].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[406].Value = ((int)(Original_T0348400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[405].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[406].Value = global::System.DBNull.Value; + } + if ((Original_T0348500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[407].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[408].Value = ((int)(Original_T0348500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[407].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[408].Value = global::System.DBNull.Value; + } + if ((Original_T0348600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[409].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[410].Value = ((int)(Original_T0348600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[409].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[410].Value = global::System.DBNull.Value; + } + if ((Original_T0348700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[411].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[412].Value = ((int)(Original_T0348700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[411].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[412].Value = global::System.DBNull.Value; + } + if ((Original_T0348800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[413].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[414].Value = ((int)(Original_T0348800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[413].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[414].Value = global::System.DBNull.Value; + } + if ((Original_T0348900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[415].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[416].Value = ((int)(Original_T0348900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[415].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[416].Value = global::System.DBNull.Value; + } + if ((Original_T0351100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[417].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[418].Value = ((int)(Original_T0351100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[417].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[418].Value = global::System.DBNull.Value; + } + if ((Original_T0351101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[419].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[420].Value = ((int)(Original_T0351101.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[419].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[420].Value = global::System.DBNull.Value; + } + if ((Original_T0351200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[421].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[422].Value = ((int)(Original_T0351200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[421].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[422].Value = global::System.DBNull.Value; + } + if ((Original_T0351201.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[423].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[424].Value = ((int)(Original_T0351201.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[423].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[424].Value = global::System.DBNull.Value; + } + if ((Original_T0351300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[425].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[426].Value = ((int)(Original_T0351300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[425].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[426].Value = global::System.DBNull.Value; + } + if ((Original_T0351301.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[427].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[428].Value = ((int)(Original_T0351301.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[427].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[428].Value = global::System.DBNull.Value; + } + if ((Original_T0351400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[429].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[430].Value = ((int)(Original_T0351400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[429].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[430].Value = global::System.DBNull.Value; + } + if ((Original_T0351401.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[431].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[432].Value = ((int)(Original_T0351401.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[431].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[432].Value = global::System.DBNull.Value; + } + if ((Original_T0351500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[433].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[434].Value = ((int)(Original_T0351500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[433].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[434].Value = global::System.DBNull.Value; + } + if ((Original_T0351501.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[435].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[436].Value = ((int)(Original_T0351501.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[435].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[436].Value = global::System.DBNull.Value; + } + if ((Original_T0351600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[437].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[438].Value = ((int)(Original_T0351600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[437].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[438].Value = global::System.DBNull.Value; + } + if ((Original_T0351601.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[439].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[440].Value = ((int)(Original_T0351601.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[439].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[440].Value = global::System.DBNull.Value; + } + if ((Original_T0351700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[441].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[442].Value = ((int)(Original_T0351700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[441].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[442].Value = global::System.DBNull.Value; + } + if ((Original_T0351701.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[443].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[444].Value = ((int)(Original_T0351701.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[443].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[444].Value = global::System.DBNull.Value; + } + if ((Original_T0351800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[445].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[446].Value = ((int)(Original_T0351800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[445].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[446].Value = global::System.DBNull.Value; + } + if ((Original_T0351801.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[447].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[448].Value = ((int)(Original_T0351801.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[447].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[448].Value = global::System.DBNull.Value; + } + if ((Original_T1497300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[449].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[450].Value = ((int)(Original_T1497300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[449].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[450].Value = global::System.DBNull.Value; + } + if ((Original_T1497400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[451].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[452].Value = ((int)(Original_T1497400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[451].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[452].Value = global::System.DBNull.Value; + } + if ((Original_T1497500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[453].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[454].Value = ((int)(Original_T1497500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[453].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[454].Value = global::System.DBNull.Value; + } + if ((Original_T1497600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[455].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[456].Value = ((int)(Original_T1497600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[455].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[456].Value = global::System.DBNull.Value; + } + if ((Original_T1497700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[457].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[458].Value = ((int)(Original_T1497700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[457].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[458].Value = global::System.DBNull.Value; + } + if ((Original_T1497800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[459].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[460].Value = ((int)(Original_T1497800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[459].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[460].Value = global::System.DBNull.Value; + } + if ((Original_T1497900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[461].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[462].Value = ((int)(Original_T1497900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[461].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[462].Value = global::System.DBNull.Value; + } + if ((Original_T1498000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[463].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[464].Value = ((int)(Original_T1498000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[463].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[464].Value = global::System.DBNull.Value; + } + if ((Original_T1498100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[465].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[466].Value = ((int)(Original_T1498100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[465].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[466].Value = global::System.DBNull.Value; + } + if ((Original_T1498200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[467].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[468].Value = ((int)(Original_T1498200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[467].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[468].Value = global::System.DBNull.Value; + } + if ((Original_T1498300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[469].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[470].Value = ((int)(Original_T1498300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[469].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[470].Value = global::System.DBNull.Value; + } + if ((Original_T1500500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[471].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[472].Value = ((int)(Original_T1500500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[471].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[472].Value = global::System.DBNull.Value; + } + if ((Original_T1500501.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[473].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[474].Value = ((int)(Original_T1500501.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[473].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[474].Value = global::System.DBNull.Value; + } + if ((Original_T1500600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[475].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[476].Value = ((int)(Original_T1500600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[475].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[476].Value = global::System.DBNull.Value; + } + if ((Original_T1500601.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[477].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[478].Value = ((int)(Original_T1500601.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[477].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[478].Value = global::System.DBNull.Value; + } + if ((Original_T1500700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[479].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[480].Value = ((int)(Original_T1500700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[479].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[480].Value = global::System.DBNull.Value; + } + if ((Original_T1500701.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[481].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[482].Value = ((int)(Original_T1500701.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[481].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[482].Value = global::System.DBNull.Value; + } + if ((Original_T1500800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[483].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[484].Value = ((int)(Original_T1500800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[483].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[484].Value = global::System.DBNull.Value; + } + if ((Original_T1500801.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[485].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[486].Value = ((int)(Original_T1500801.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[485].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[486].Value = global::System.DBNull.Value; + } + if ((Original_T1500900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[487].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[488].Value = ((int)(Original_T1500900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[487].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[488].Value = global::System.DBNull.Value; + } + if ((Original_T1500901.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[489].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[490].Value = ((int)(Original_T1500901.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[489].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[490].Value = global::System.DBNull.Value; + } + if ((Original_T1501000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[491].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[492].Value = ((int)(Original_T1501000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[491].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[492].Value = global::System.DBNull.Value; + } + if ((Original_T1501001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[493].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[494].Value = ((int)(Original_T1501001.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[493].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[494].Value = global::System.DBNull.Value; + } + if ((Original_T2543200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[495].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[496].Value = ((int)(Original_T2543200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[495].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[496].Value = global::System.DBNull.Value; + } + if ((Original_T2543300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[497].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[498].Value = ((int)(Original_T2543300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[497].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[498].Value = global::System.DBNull.Value; + } + if ((Original_T2543400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[499].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[500].Value = ((int)(Original_T2543400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[499].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[500].Value = global::System.DBNull.Value; + } + if ((Original_T2543500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[501].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[502].Value = ((int)(Original_T2543500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[501].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[502].Value = global::System.DBNull.Value; + } + if ((Original_T2543600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[503].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[504].Value = ((int)(Original_T2543600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[503].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[504].Value = global::System.DBNull.Value; + } + if ((Original_T2543700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[505].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[506].Value = ((int)(Original_T2543700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[505].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[506].Value = global::System.DBNull.Value; + } + if ((Original_T2543800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[507].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[508].Value = ((int)(Original_T2543800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[507].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[508].Value = global::System.DBNull.Value; + } + if ((Original_T2543900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[509].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[510].Value = ((int)(Original_T2543900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[509].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[510].Value = global::System.DBNull.Value; + } + if ((Original_T2544000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[511].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[512].Value = ((int)(Original_T2544000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[511].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[512].Value = global::System.DBNull.Value; + } + if ((Original_T2544100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[513].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[514].Value = ((int)(Original_T2544100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[513].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[514].Value = global::System.DBNull.Value; + } + if ((Original_T2546100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[515].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[516].Value = ((int)(Original_T2546100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[515].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[516].Value = global::System.DBNull.Value; + } + if ((Original_T2546101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[517].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[518].Value = ((int)(Original_T2546101.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[517].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[518].Value = global::System.DBNull.Value; + } + if ((Original_T2546200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[519].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[520].Value = ((int)(Original_T2546200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[519].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[520].Value = global::System.DBNull.Value; + } + if ((Original_T2546201.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[521].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[522].Value = ((int)(Original_T2546201.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[521].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[522].Value = global::System.DBNull.Value; + } + if ((Original_T2546300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[523].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[524].Value = ((int)(Original_T2546300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[523].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[524].Value = global::System.DBNull.Value; + } + if ((Original_T2546301.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[525].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[526].Value = ((int)(Original_T2546301.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[525].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[526].Value = global::System.DBNull.Value; + } + if ((Original_T2546400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[527].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[528].Value = ((int)(Original_T2546400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[527].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[528].Value = global::System.DBNull.Value; + } + if ((Original_T2546401.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[529].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[530].Value = ((int)(Original_T2546401.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[529].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[530].Value = global::System.DBNull.Value; + } + if ((Original_T2546500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[531].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[532].Value = ((int)(Original_T2546500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[531].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[532].Value = global::System.DBNull.Value; + } + if ((Original_T2546501.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[533].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[534].Value = ((int)(Original_T2546501.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[533].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[534].Value = global::System.DBNull.Value; + } + if ((Original_T2546600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[535].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[536].Value = ((int)(Original_T2546600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[535].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[536].Value = global::System.DBNull.Value; + } + if ((Original_T2546601.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[537].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[538].Value = ((int)(Original_T2546601.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[537].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[538].Value = global::System.DBNull.Value; + } + if ((Original_T2546700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[539].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[540].Value = ((int)(Original_T2546700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[539].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[540].Value = global::System.DBNull.Value; + } + if ((Original_T2546701.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[541].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[542].Value = ((int)(Original_T2546701.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[541].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[542].Value = global::System.DBNull.Value; + } + if ((Original_T3529500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[543].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[544].Value = ((int)(Original_T3529500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[543].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[544].Value = global::System.DBNull.Value; + } + if ((Original_T3529600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[545].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[546].Value = ((int)(Original_T3529600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[545].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[546].Value = global::System.DBNull.Value; + } + if ((Original_T3529700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[547].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[548].Value = ((int)(Original_T3529700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[547].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[548].Value = global::System.DBNull.Value; + } + if ((Original_T3529800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[549].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[550].Value = ((int)(Original_T3529800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[549].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[550].Value = global::System.DBNull.Value; + } + if ((Original_T3529900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[551].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[552].Value = ((int)(Original_T3529900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[551].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[552].Value = global::System.DBNull.Value; + } + if ((Original_T3530000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[553].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[554].Value = ((int)(Original_T3530000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[553].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[554].Value = global::System.DBNull.Value; + } + if ((Original_T3530100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[555].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[556].Value = ((int)(Original_T3530100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[555].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[556].Value = global::System.DBNull.Value; + } + if ((Original_T3530200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[557].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[558].Value = ((int)(Original_T3530200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[557].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[558].Value = global::System.DBNull.Value; + } + if ((Original_T3530300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[559].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[560].Value = ((int)(Original_T3530300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[559].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[560].Value = global::System.DBNull.Value; + } + if ((Original_T3530400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[561].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[562].Value = ((int)(Original_T3530400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[561].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[562].Value = global::System.DBNull.Value; + } + if ((Original_T3532500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[563].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[564].Value = ((int)(Original_T3532500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[563].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[564].Value = global::System.DBNull.Value; + } + if ((Original_T3532501.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[565].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[566].Value = ((int)(Original_T3532501.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[565].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[566].Value = global::System.DBNull.Value; + } + if ((Original_T3532600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[567].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[568].Value = ((int)(Original_T3532600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[567].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[568].Value = global::System.DBNull.Value; + } + if ((Original_T3532601.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[569].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[570].Value = ((int)(Original_T3532601.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[569].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[570].Value = global::System.DBNull.Value; + } + if ((Original_T3532700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[571].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[572].Value = ((int)(Original_T3532700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[571].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[572].Value = global::System.DBNull.Value; + } + if ((Original_T3532701.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[573].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[574].Value = ((int)(Original_T3532701.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[573].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[574].Value = global::System.DBNull.Value; + } + if ((Original_T3532800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[575].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[576].Value = ((int)(Original_T3532800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[575].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[576].Value = global::System.DBNull.Value; + } + if ((Original_T3532801.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[577].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[578].Value = ((int)(Original_T3532801.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[577].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[578].Value = global::System.DBNull.Value; + } + if ((Original_T3532900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[579].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[580].Value = ((int)(Original_T3532900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[579].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[580].Value = global::System.DBNull.Value; + } + if ((Original_T3532901.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[581].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[582].Value = ((int)(Original_T3532901.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[581].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[582].Value = global::System.DBNull.Value; + } + if ((Original_T3533000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[583].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[584].Value = ((int)(Original_T3533000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[583].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[584].Value = global::System.DBNull.Value; + } + if ((Original_T3533001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[585].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[586].Value = ((int)(Original_T3533001.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[585].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[586].Value = global::System.DBNull.Value; + } + if ((Original_T3533100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[587].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[588].Value = ((int)(Original_T3533100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[587].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[588].Value = global::System.DBNull.Value; + } + if ((Original_T3533101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[589].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[590].Value = ((int)(Original_T3533101.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[589].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[590].Value = global::System.DBNull.Value; + } + if ((Original_T4498100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[591].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[592].Value = ((int)(Original_T4498100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[591].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[592].Value = global::System.DBNull.Value; + } + if ((Original_T4498200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[593].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[594].Value = ((int)(Original_T4498200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[593].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[594].Value = global::System.DBNull.Value; + } + if ((Original_T4498300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[595].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[596].Value = ((int)(Original_T4498300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[595].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[596].Value = global::System.DBNull.Value; + } + if ((Original_T4498400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[597].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[598].Value = ((int)(Original_T4498400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[597].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[598].Value = global::System.DBNull.Value; + } + if ((Original_T4498500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[599].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[600].Value = ((int)(Original_T4498500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[599].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[600].Value = global::System.DBNull.Value; + } + if ((Original_T4498600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[601].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[602].Value = ((int)(Original_T4498600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[601].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[602].Value = global::System.DBNull.Value; + } + if ((Original_T4498700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[603].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[604].Value = ((int)(Original_T4498700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[603].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[604].Value = global::System.DBNull.Value; + } + if ((Original_T4498800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[605].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[606].Value = ((int)(Original_T4498800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[605].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[606].Value = global::System.DBNull.Value; + } + if ((Original_T4498900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[607].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[608].Value = ((int)(Original_T4498900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[607].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[608].Value = global::System.DBNull.Value; + } + if ((Original_T4499000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[609].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[610].Value = ((int)(Original_T4499000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[609].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[610].Value = global::System.DBNull.Value; + } + if ((Original_T4503700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[611].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[612].Value = ((int)(Original_T4503700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[611].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[612].Value = global::System.DBNull.Value; + } + if ((Original_T4503701.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[613].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[614].Value = ((int)(Original_T4503701.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[613].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[614].Value = global::System.DBNull.Value; + } + if ((Original_T4503800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[615].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[616].Value = ((int)(Original_T4503800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[615].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[616].Value = global::System.DBNull.Value; + } + if ((Original_T4503801.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[617].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[618].Value = ((int)(Original_T4503801.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[617].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[618].Value = global::System.DBNull.Value; + } + if ((Original_T4503900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[619].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[620].Value = ((int)(Original_T4503900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[619].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[620].Value = global::System.DBNull.Value; + } + if ((Original_T4503901.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[621].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[622].Value = ((int)(Original_T4503901.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[621].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[622].Value = global::System.DBNull.Value; + } + if ((Original_T4504000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[623].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[624].Value = ((int)(Original_T4504000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[623].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[624].Value = global::System.DBNull.Value; + } + if ((Original_T4504001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[625].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[626].Value = ((int)(Original_T4504001.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[625].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[626].Value = global::System.DBNull.Value; + } + if ((Original_T4504100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[627].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[628].Value = ((int)(Original_T4504100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[627].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[628].Value = global::System.DBNull.Value; + } + if ((Original_T4504101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[629].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[630].Value = ((int)(Original_T4504101.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[629].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[630].Value = global::System.DBNull.Value; + } + if ((Original_T4504200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[631].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[632].Value = ((int)(Original_T4504200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[631].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[632].Value = global::System.DBNull.Value; + } + if ((Original_T4504201.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[633].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[634].Value = ((int)(Original_T4504201.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[633].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[634].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 R0000100, + global::System.Nullable R0214800, + 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 ((R0214800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[1].Value = ((int)(R0214800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; + } + if ((R1373400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[2].Value = ((int)(R1373400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; + } + if ((R1374100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[3].Value = ((int)(R1374100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; + } + if ((R1374800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[4].Value = ((int)(R1374800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; + } + if ((R1375500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[5].Value = ((int)(R1375500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; + } + if ((R1376200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[6].Value = ((int)(R1376200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; + } + if ((R1376900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[7].Value = ((int)(R1376900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; + } + if ((R1377600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[8].Value = ((int)(R1377600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; + } + if ((R1753800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[9].Value = ((int)(R1753800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; + } + if ((R1754500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[10].Value = ((int)(R1754500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; + } + if ((R1755200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[11].Value = ((int)(R1755200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; + } + if ((R1755900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[12].Value = ((int)(R1755900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; + } + if ((R1756600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[13].Value = ((int)(R1756600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; + } + if ((R1757300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[14].Value = ((int)(R1757300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; + } + if ((R1758000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[15].Value = ((int)(R1758000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; + } + if ((R2095800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[16].Value = ((int)(R2095800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; + } + if ((R2096500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[17].Value = ((int)(R2096500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; + } + if ((R2097200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[18].Value = ((int)(R2097200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; + } + if ((R2097900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[19].Value = ((int)(R2097900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; + } + if ((R2098600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[20].Value = ((int)(R2098600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; + } + if ((R2099300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[21].Value = ((int)(R2099300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; + } + if ((R2100000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[22].Value = ((int)(R2100000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; + } + if ((R2648100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[23].Value = ((int)(R2648100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; + } + if ((R2648800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[24].Value = ((int)(R2648800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; + } + if ((R2649500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[25].Value = ((int)(R2649500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; + } + if ((R2650200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[26].Value = ((int)(R2650200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; + } + if ((R2650900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[27].Value = ((int)(R2650900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; + } + if ((R2651600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[28].Value = ((int)(R2651600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; + } + if ((R2652300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[29].Value = ((int)(R2652300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; + } + if ((R3256000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[30].Value = ((int)(R3256000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; + } + if ((R3257800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[31].Value = ((int)(R3257800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; + } + if ((R3259600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[32].Value = ((int)(R3259600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; + } + if ((R3261400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[33].Value = ((int)(R3261400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; + } + if ((R3263200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[34].Value = ((int)(R3263200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; + } + if ((R3265000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[35].Value = ((int)(R3265000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; + } + if ((R3266800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[36].Value = ((int)(R3266800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; + } + if ((R3771900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[37].Value = ((int)(R3771900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; + } + if ((R3772200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[38].Value = ((int)(R3772200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; + } + if ((R3772300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[39].Value = ((int)(R3772300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; + } + if ((R3774000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[40].Value = ((int)(R3774000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; + } + if ((R3774300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[41].Value = ((int)(R3774300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; + } + if ((R3774400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[42].Value = ((int)(R3774400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; + } + if ((R3776100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[43].Value = ((int)(R3776100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; + } + if ((R3776400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[44].Value = ((int)(R3776400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; + } + if ((R3776500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[45].Value = ((int)(R3776500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; + } + if ((R3778200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[46].Value = ((int)(R3778200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; + } + if ((R3778500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[47].Value = ((int)(R3778500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; + } + if ((R3778600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[48].Value = ((int)(R3778600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; + } + if ((R3780300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[49].Value = ((int)(R3780300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; + } + if ((R3780600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[50].Value = ((int)(R3780600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; + } + if ((R3780700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[51].Value = ((int)(R3780700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; + } + if ((R3782400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[52].Value = ((int)(R3782400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; + } + if ((R3784500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[53].Value = ((int)(R3784500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; + } + if ((R4276900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[54].Value = ((int)(R4276900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; + } + if ((R4277200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[55].Value = ((int)(R4277200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; + } + if ((R4277201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[56].Value = ((int)(R4277201.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value; + } + if ((R4277800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[57].Value = ((int)(R4277800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value; + } + if ((R4278100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[58].Value = ((int)(R4278100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value; + } + if ((R4278101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[59].Value = ((int)(R4278101.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value; + } + if ((R4278700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[60].Value = ((int)(R4278700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value; + } + if ((R4279000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[61].Value = ((int)(R4279000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value; + } + if ((R4279001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[62].Value = ((int)(R4279001.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value; + } + if ((R4279600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[63].Value = ((int)(R4279600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value; + } + if ((R4279900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[64].Value = ((int)(R4279900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value; + } + if ((R4279901.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[65].Value = ((int)(R4279901.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value; + } + if ((R4280500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[66].Value = ((int)(R4280500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value; + } + if ((R4280800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[67].Value = ((int)(R4280800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value; + } + if ((R4280801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[68].Value = ((int)(R4280801.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value; + } + if ((R4281400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[69].Value = ((int)(R4281400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value; + } + if ((R4282200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[70].Value = ((int)(R4282200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value; + } + if ((R4827700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[71].Value = ((int)(R4827700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value; + } + if ((R4828000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[72].Value = ((int)(R4828000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value; + } + if ((R4828001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[73].Value = ((int)(R4828001.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value; + } + if ((R4830700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[74].Value = ((int)(R4830700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value; + } + if ((R4831000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[75].Value = ((int)(R4831000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value; + } + if ((R4831001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[76].Value = ((int)(R4831001.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value; + } + if ((R4833700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[77].Value = ((int)(R4833700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.Value; + } + if ((R4834000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[78].Value = ((int)(R4834000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value; + } + if ((R4834001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[79].Value = ((int)(R4834001.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value; + } + if ((R4836700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[80].Value = ((int)(R4836700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value; + } + if ((R4837000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[81].Value = ((int)(R4837000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value; + } + if ((R4837001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[82].Value = ((int)(R4837001.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value; + } + if ((R4839700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[83].Value = ((int)(R4839700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[83].Value = global::System.DBNull.Value; + } + if ((R4840000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[84].Value = ((int)(R4840000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[84].Value = global::System.DBNull.Value; + } + if ((R4840001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[85].Value = ((int)(R4840001.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[85].Value = global::System.DBNull.Value; + } + if ((R4842600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[86].Value = ((int)(R4842600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[86].Value = global::System.DBNull.Value; + } + if ((R4844900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[87].Value = ((int)(R4844900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[87].Value = global::System.DBNull.Value; + } + if ((R4847200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[88].Value = ((int)(R4847200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[88].Value = global::System.DBNull.Value; + } + if ((R5498100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[89].Value = ((int)(R5498100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[89].Value = global::System.DBNull.Value; + } + if ((R5498400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[90].Value = ((int)(R5498400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[90].Value = global::System.DBNull.Value; + } + if ((R5498401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[91].Value = ((int)(R5498401.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[91].Value = global::System.DBNull.Value; + } + if ((R5501100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[92].Value = ((int)(R5501100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[92].Value = global::System.DBNull.Value; + } + if ((R5501400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[93].Value = ((int)(R5501400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[93].Value = global::System.DBNull.Value; + } + if ((R5501401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[94].Value = ((int)(R5501401.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[94].Value = global::System.DBNull.Value; + } + if ((R5504100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[95].Value = ((int)(R5504100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[95].Value = global::System.DBNull.Value; + } + if ((R5504400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[96].Value = ((int)(R5504400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[96].Value = global::System.DBNull.Value; + } + if ((R5504401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[97].Value = ((int)(R5504401.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[97].Value = global::System.DBNull.Value; + } + if ((R5507100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[98].Value = ((int)(R5507100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[98].Value = global::System.DBNull.Value; + } + if ((R5507400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[99].Value = ((int)(R5507400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[99].Value = global::System.DBNull.Value; + } + if ((R5507401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[100].Value = ((int)(R5507401.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[100].Value = global::System.DBNull.Value; + } + if ((R5510100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[101].Value = ((int)(R5510100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[101].Value = global::System.DBNull.Value; + } + if ((R5510400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[102].Value = ((int)(R5510400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[102].Value = global::System.DBNull.Value; + } + if ((R5510401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[103].Value = ((int)(R5510401.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[103].Value = global::System.DBNull.Value; + } + if ((R5513100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[104].Value = ((int)(R5513100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[104].Value = global::System.DBNull.Value; + } + if ((R5515400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[105].Value = ((int)(R5515400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[105].Value = global::System.DBNull.Value; + } + if ((R5517700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[106].Value = ((int)(R5517700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[106].Value = global::System.DBNull.Value; + } + if ((R5519900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[107].Value = ((int)(R5519900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[107].Value = global::System.DBNull.Value; + } + if ((R6219500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[108].Value = ((int)(R6219500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[108].Value = global::System.DBNull.Value; + } + if ((R6219600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[109].Value = ((int)(R6219600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[109].Value = global::System.DBNull.Value; + } + if ((R6219700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[110].Value = ((int)(R6219700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[110].Value = global::System.DBNull.Value; + } + if ((R6219800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[111].Value = ((int)(R6219800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[111].Value = global::System.DBNull.Value; + } + if ((R6219900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[112].Value = ((int)(R6219900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[112].Value = global::System.DBNull.Value; + } + if ((R6220000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[113].Value = ((int)(R6220000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[113].Value = global::System.DBNull.Value; + } + if ((R6220100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[114].Value = ((int)(R6220100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[114].Value = global::System.DBNull.Value; + } + if ((R6220200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[115].Value = ((int)(R6220200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[115].Value = global::System.DBNull.Value; + } + if ((R6220300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[116].Value = ((int)(R6220300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[116].Value = global::System.DBNull.Value; + } + if ((R6220400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[117].Value = ((int)(R6220400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[117].Value = global::System.DBNull.Value; + } + if ((R6222800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[118].Value = ((int)(R6222800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[118].Value = global::System.DBNull.Value; + } + if ((R6222801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[119].Value = ((int)(R6222801.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[119].Value = global::System.DBNull.Value; + } + if ((R6222900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[120].Value = ((int)(R6222900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[120].Value = global::System.DBNull.Value; + } + if ((R6222901.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[121].Value = ((int)(R6222901.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[121].Value = global::System.DBNull.Value; + } + if ((R6223000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[122].Value = ((int)(R6223000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[122].Value = global::System.DBNull.Value; + } + if ((R6223001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[123].Value = ((int)(R6223001.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[123].Value = global::System.DBNull.Value; + } + if ((R6223100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[124].Value = ((int)(R6223100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[124].Value = global::System.DBNull.Value; + } + if ((R6223101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[125].Value = ((int)(R6223101.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[125].Value = global::System.DBNull.Value; + } + if ((R6223200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[126].Value = ((int)(R6223200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[126].Value = global::System.DBNull.Value; + } + if ((R6223201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[127].Value = ((int)(R6223201.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[127].Value = global::System.DBNull.Value; + } + if ((R6223300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[128].Value = ((int)(R6223300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[128].Value = global::System.DBNull.Value; + } + if ((R6223301.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[129].Value = ((int)(R6223301.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[129].Value = global::System.DBNull.Value; + } + if ((R6773500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[130].Value = ((int)(R6773500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[130].Value = global::System.DBNull.Value; + } + if ((R6773600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[131].Value = ((int)(R6773600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[131].Value = global::System.DBNull.Value; + } + if ((R6773700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[132].Value = ((int)(R6773700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[132].Value = global::System.DBNull.Value; + } + if ((R6773800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[133].Value = ((int)(R6773800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[133].Value = global::System.DBNull.Value; + } + if ((R6773900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[134].Value = ((int)(R6773900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[134].Value = global::System.DBNull.Value; + } + if ((R6774000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[135].Value = ((int)(R6774000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[135].Value = global::System.DBNull.Value; + } + if ((R6774100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[136].Value = ((int)(R6774100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[136].Value = global::System.DBNull.Value; + } + if ((R6774200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[137].Value = ((int)(R6774200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[137].Value = global::System.DBNull.Value; + } + if ((R6774300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[138].Value = ((int)(R6774300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[138].Value = global::System.DBNull.Value; + } + if ((R6774400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[139].Value = ((int)(R6774400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[139].Value = global::System.DBNull.Value; + } + if ((R6776300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[140].Value = ((int)(R6776300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[140].Value = global::System.DBNull.Value; + } + if ((R6776301.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[141].Value = ((int)(R6776301.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[141].Value = global::System.DBNull.Value; + } + if ((R6776400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[142].Value = ((int)(R6776400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[142].Value = global::System.DBNull.Value; + } + if ((R6776401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[143].Value = ((int)(R6776401.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[143].Value = global::System.DBNull.Value; + } + if ((R6776500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[144].Value = ((int)(R6776500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[144].Value = global::System.DBNull.Value; + } + if ((R6776501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[145].Value = ((int)(R6776501.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[145].Value = global::System.DBNull.Value; + } + if ((R6776600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[146].Value = ((int)(R6776600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[146].Value = global::System.DBNull.Value; + } + if ((R6776601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[147].Value = ((int)(R6776601.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[147].Value = global::System.DBNull.Value; + } + if ((R6776700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[148].Value = ((int)(R6776700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[148].Value = global::System.DBNull.Value; + } + if ((R6776701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[149].Value = ((int)(R6776701.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[149].Value = global::System.DBNull.Value; + } + if ((R6776800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[150].Value = ((int)(R6776800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[150].Value = global::System.DBNull.Value; + } + if ((R6776801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[151].Value = ((int)(R6776801.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[151].Value = global::System.DBNull.Value; + } + if ((R7417900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[152].Value = ((int)(R7417900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[152].Value = global::System.DBNull.Value; + } + if ((R7418000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[153].Value = ((int)(R7418000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[153].Value = global::System.DBNull.Value; + } + if ((R7418100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[154].Value = ((int)(R7418100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[154].Value = global::System.DBNull.Value; + } + if ((R7418200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[155].Value = ((int)(R7418200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[155].Value = global::System.DBNull.Value; + } + if ((R7418300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[156].Value = ((int)(R7418300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[156].Value = global::System.DBNull.Value; + } + if ((R7418400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[157].Value = ((int)(R7418400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[157].Value = global::System.DBNull.Value; + } + if ((R7418500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[158].Value = ((int)(R7418500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[158].Value = global::System.DBNull.Value; + } + if ((R7418600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[159].Value = ((int)(R7418600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[159].Value = global::System.DBNull.Value; + } + if ((R7418700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[160].Value = ((int)(R7418700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[160].Value = global::System.DBNull.Value; + } + if ((R7418800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[161].Value = ((int)(R7418800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[161].Value = global::System.DBNull.Value; + } + if ((R7420700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[162].Value = ((int)(R7420700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[162].Value = global::System.DBNull.Value; + } + if ((R7420701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[163].Value = ((int)(R7420701.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[163].Value = global::System.DBNull.Value; + } + if ((R7420800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[164].Value = ((int)(R7420800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[164].Value = global::System.DBNull.Value; + } + if ((R7420801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[165].Value = ((int)(R7420801.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[165].Value = global::System.DBNull.Value; + } + if ((R7420900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[166].Value = ((int)(R7420900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[166].Value = global::System.DBNull.Value; + } + if ((R7420901.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[167].Value = ((int)(R7420901.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[167].Value = global::System.DBNull.Value; + } + if ((R7421000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[168].Value = ((int)(R7421000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[168].Value = global::System.DBNull.Value; + } + if ((R7421001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[169].Value = ((int)(R7421001.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[169].Value = global::System.DBNull.Value; + } + if ((R7421100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[170].Value = ((int)(R7421100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[170].Value = global::System.DBNull.Value; + } + if ((R7421101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[171].Value = ((int)(R7421101.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[171].Value = global::System.DBNull.Value; + } + if ((R7421200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[172].Value = ((int)(R7421200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[172].Value = global::System.DBNull.Value; + } + if ((R7421201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[173].Value = ((int)(R7421201.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[173].Value = global::System.DBNull.Value; + } + if ((R7421300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[174].Value = ((int)(R7421300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[174].Value = global::System.DBNull.Value; + } + if ((R7421301.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[175].Value = ((int)(R7421301.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[175].Value = global::System.DBNull.Value; + } + if ((R8116000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[176].Value = ((int)(R8116000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[176].Value = global::System.DBNull.Value; + } + if ((R8116100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[177].Value = ((int)(R8116100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[177].Value = global::System.DBNull.Value; + } + if ((R8116200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[178].Value = ((int)(R8116200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[178].Value = global::System.DBNull.Value; + } + if ((R8116300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[179].Value = ((int)(R8116300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[179].Value = global::System.DBNull.Value; + } + if ((R8116400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[180].Value = ((int)(R8116400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[180].Value = global::System.DBNull.Value; + } + if ((R8116500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[181].Value = ((int)(R8116500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[181].Value = global::System.DBNull.Value; + } + if ((R8116600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[182].Value = ((int)(R8116600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[182].Value = global::System.DBNull.Value; + } + if ((R8116700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[183].Value = ((int)(R8116700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[183].Value = global::System.DBNull.Value; + } + if ((R8116800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[184].Value = ((int)(R8116800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[184].Value = global::System.DBNull.Value; + } + if ((R8116900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[185].Value = ((int)(R8116900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[185].Value = global::System.DBNull.Value; + } + if ((R8119000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[186].Value = ((int)(R8119000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[186].Value = global::System.DBNull.Value; + } + if ((R8119001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[187].Value = ((int)(R8119001.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[187].Value = global::System.DBNull.Value; + } + if ((R8119100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[188].Value = ((int)(R8119100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[188].Value = global::System.DBNull.Value; + } + if ((R8119101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[189].Value = ((int)(R8119101.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[189].Value = global::System.DBNull.Value; + } + if ((R8119200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[190].Value = ((int)(R8119200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[190].Value = global::System.DBNull.Value; + } + if ((R8119201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[191].Value = ((int)(R8119201.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[191].Value = global::System.DBNull.Value; + } + if ((R8119300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[192].Value = ((int)(R8119300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[192].Value = global::System.DBNull.Value; + } + if ((R8119301.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[193].Value = ((int)(R8119301.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[193].Value = global::System.DBNull.Value; + } + if ((R8119400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[194].Value = ((int)(R8119400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[194].Value = global::System.DBNull.Value; + } + if ((R8119401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[195].Value = ((int)(R8119401.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[195].Value = global::System.DBNull.Value; + } + if ((R8119500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[196].Value = ((int)(R8119500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[196].Value = global::System.DBNull.Value; + } + if ((R8119501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[197].Value = ((int)(R8119501.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[197].Value = global::System.DBNull.Value; + } + if ((T0347900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[198].Value = ((int)(T0347900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[198].Value = global::System.DBNull.Value; + } + if ((T0348000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[199].Value = ((int)(T0348000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[199].Value = global::System.DBNull.Value; + } + if ((T0348100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[200].Value = ((int)(T0348100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[200].Value = global::System.DBNull.Value; + } + if ((T0348200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[201].Value = ((int)(T0348200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[201].Value = global::System.DBNull.Value; + } + if ((T0348300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[202].Value = ((int)(T0348300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[202].Value = global::System.DBNull.Value; + } + if ((T0348400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[203].Value = ((int)(T0348400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[203].Value = global::System.DBNull.Value; + } + if ((T0348500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[204].Value = ((int)(T0348500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[204].Value = global::System.DBNull.Value; + } + if ((T0348600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[205].Value = ((int)(T0348600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[205].Value = global::System.DBNull.Value; + } + if ((T0348700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[206].Value = ((int)(T0348700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[206].Value = global::System.DBNull.Value; + } + if ((T0348800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[207].Value = ((int)(T0348800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[207].Value = global::System.DBNull.Value; + } + if ((T0348900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[208].Value = ((int)(T0348900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[208].Value = global::System.DBNull.Value; + } + if ((T0351100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[209].Value = ((int)(T0351100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[209].Value = global::System.DBNull.Value; + } + if ((T0351101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[210].Value = ((int)(T0351101.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[210].Value = global::System.DBNull.Value; + } + if ((T0351200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[211].Value = ((int)(T0351200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[211].Value = global::System.DBNull.Value; + } + if ((T0351201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[212].Value = ((int)(T0351201.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[212].Value = global::System.DBNull.Value; + } + if ((T0351300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[213].Value = ((int)(T0351300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[213].Value = global::System.DBNull.Value; + } + if ((T0351301.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[214].Value = ((int)(T0351301.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[214].Value = global::System.DBNull.Value; + } + if ((T0351400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[215].Value = ((int)(T0351400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[215].Value = global::System.DBNull.Value; + } + if ((T0351401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[216].Value = ((int)(T0351401.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[216].Value = global::System.DBNull.Value; + } + if ((T0351500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[217].Value = ((int)(T0351500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[217].Value = global::System.DBNull.Value; + } + if ((T0351501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[218].Value = ((int)(T0351501.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[218].Value = global::System.DBNull.Value; + } + if ((T0351600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[219].Value = ((int)(T0351600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[219].Value = global::System.DBNull.Value; + } + if ((T0351601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[220].Value = ((int)(T0351601.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[220].Value = global::System.DBNull.Value; + } + if ((T0351700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[221].Value = ((int)(T0351700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[221].Value = global::System.DBNull.Value; + } + if ((T0351701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[222].Value = ((int)(T0351701.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[222].Value = global::System.DBNull.Value; + } + if ((T0351800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[223].Value = ((int)(T0351800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[223].Value = global::System.DBNull.Value; + } + if ((T0351801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[224].Value = ((int)(T0351801.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[224].Value = global::System.DBNull.Value; + } + if ((T1497300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[225].Value = ((int)(T1497300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[225].Value = global::System.DBNull.Value; + } + if ((T1497400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[226].Value = ((int)(T1497400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[226].Value = global::System.DBNull.Value; + } + if ((T1497500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[227].Value = ((int)(T1497500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[227].Value = global::System.DBNull.Value; + } + if ((T1497600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[228].Value = ((int)(T1497600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[228].Value = global::System.DBNull.Value; + } + if ((T1497700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[229].Value = ((int)(T1497700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[229].Value = global::System.DBNull.Value; + } + if ((T1497800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[230].Value = ((int)(T1497800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[230].Value = global::System.DBNull.Value; + } + if ((T1497900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[231].Value = ((int)(T1497900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[231].Value = global::System.DBNull.Value; + } + if ((T1498000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[232].Value = ((int)(T1498000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[232].Value = global::System.DBNull.Value; + } + if ((T1498100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[233].Value = ((int)(T1498100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[233].Value = global::System.DBNull.Value; + } + if ((T1498200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[234].Value = ((int)(T1498200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[234].Value = global::System.DBNull.Value; + } + if ((T1498300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[235].Value = ((int)(T1498300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[235].Value = global::System.DBNull.Value; + } + if ((T1500500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[236].Value = ((int)(T1500500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[236].Value = global::System.DBNull.Value; + } + if ((T1500501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[237].Value = ((int)(T1500501.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[237].Value = global::System.DBNull.Value; + } + if ((T1500600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[238].Value = ((int)(T1500600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[238].Value = global::System.DBNull.Value; + } + if ((T1500601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[239].Value = ((int)(T1500601.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[239].Value = global::System.DBNull.Value; + } + if ((T1500700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[240].Value = ((int)(T1500700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[240].Value = global::System.DBNull.Value; + } + if ((T1500701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[241].Value = ((int)(T1500701.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[241].Value = global::System.DBNull.Value; + } + if ((T1500800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[242].Value = ((int)(T1500800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[242].Value = global::System.DBNull.Value; + } + if ((T1500801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[243].Value = ((int)(T1500801.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[243].Value = global::System.DBNull.Value; + } + if ((T1500900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[244].Value = ((int)(T1500900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[244].Value = global::System.DBNull.Value; + } + if ((T1500901.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[245].Value = ((int)(T1500901.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[245].Value = global::System.DBNull.Value; + } + if ((T1501000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[246].Value = ((int)(T1501000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[246].Value = global::System.DBNull.Value; + } + if ((T1501001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[247].Value = ((int)(T1501001.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[247].Value = global::System.DBNull.Value; + } + if ((T2543200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[248].Value = ((int)(T2543200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[248].Value = global::System.DBNull.Value; + } + if ((T2543300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[249].Value = ((int)(T2543300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[249].Value = global::System.DBNull.Value; + } + if ((T2543400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[250].Value = ((int)(T2543400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[250].Value = global::System.DBNull.Value; + } + if ((T2543500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[251].Value = ((int)(T2543500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[251].Value = global::System.DBNull.Value; + } + if ((T2543600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[252].Value = ((int)(T2543600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[252].Value = global::System.DBNull.Value; + } + if ((T2543700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[253].Value = ((int)(T2543700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[253].Value = global::System.DBNull.Value; + } + if ((T2543800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[254].Value = ((int)(T2543800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[254].Value = global::System.DBNull.Value; + } + if ((T2543900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[255].Value = ((int)(T2543900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[255].Value = global::System.DBNull.Value; + } + if ((T2544000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[256].Value = ((int)(T2544000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[256].Value = global::System.DBNull.Value; + } + if ((T2544100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[257].Value = ((int)(T2544100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[257].Value = global::System.DBNull.Value; + } + if ((T2546100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[258].Value = ((int)(T2546100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[258].Value = global::System.DBNull.Value; + } + if ((T2546101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[259].Value = ((int)(T2546101.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[259].Value = global::System.DBNull.Value; + } + if ((T2546200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[260].Value = ((int)(T2546200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[260].Value = global::System.DBNull.Value; + } + if ((T2546201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[261].Value = ((int)(T2546201.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[261].Value = global::System.DBNull.Value; + } + if ((T2546300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[262].Value = ((int)(T2546300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[262].Value = global::System.DBNull.Value; + } + if ((T2546301.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[263].Value = ((int)(T2546301.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[263].Value = global::System.DBNull.Value; + } + if ((T2546400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[264].Value = ((int)(T2546400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[264].Value = global::System.DBNull.Value; + } + if ((T2546401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[265].Value = ((int)(T2546401.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[265].Value = global::System.DBNull.Value; + } + if ((T2546500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[266].Value = ((int)(T2546500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[266].Value = global::System.DBNull.Value; + } + if ((T2546501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[267].Value = ((int)(T2546501.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[267].Value = global::System.DBNull.Value; + } + if ((T2546600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[268].Value = ((int)(T2546600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[268].Value = global::System.DBNull.Value; + } + if ((T2546601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[269].Value = ((int)(T2546601.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[269].Value = global::System.DBNull.Value; + } + if ((T2546700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[270].Value = ((int)(T2546700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[270].Value = global::System.DBNull.Value; + } + if ((T2546701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[271].Value = ((int)(T2546701.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[271].Value = global::System.DBNull.Value; + } + if ((T3529500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[272].Value = ((int)(T3529500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[272].Value = global::System.DBNull.Value; + } + if ((T3529600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[273].Value = ((int)(T3529600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[273].Value = global::System.DBNull.Value; + } + if ((T3529700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[274].Value = ((int)(T3529700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[274].Value = global::System.DBNull.Value; + } + if ((T3529800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[275].Value = ((int)(T3529800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[275].Value = global::System.DBNull.Value; + } + if ((T3529900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[276].Value = ((int)(T3529900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[276].Value = global::System.DBNull.Value; + } + if ((T3530000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[277].Value = ((int)(T3530000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[277].Value = global::System.DBNull.Value; + } + if ((T3530100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[278].Value = ((int)(T3530100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[278].Value = global::System.DBNull.Value; + } + if ((T3530200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[279].Value = ((int)(T3530200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[279].Value = global::System.DBNull.Value; + } + if ((T3530300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[280].Value = ((int)(T3530300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[280].Value = global::System.DBNull.Value; + } + if ((T3530400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[281].Value = ((int)(T3530400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[281].Value = global::System.DBNull.Value; + } + if ((T3532500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[282].Value = ((int)(T3532500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[282].Value = global::System.DBNull.Value; + } + if ((T3532501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[283].Value = ((int)(T3532501.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[283].Value = global::System.DBNull.Value; + } + if ((T3532600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[284].Value = ((int)(T3532600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[284].Value = global::System.DBNull.Value; + } + if ((T3532601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[285].Value = ((int)(T3532601.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[285].Value = global::System.DBNull.Value; + } + if ((T3532700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[286].Value = ((int)(T3532700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[286].Value = global::System.DBNull.Value; + } + if ((T3532701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[287].Value = ((int)(T3532701.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[287].Value = global::System.DBNull.Value; + } + if ((T3532800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[288].Value = ((int)(T3532800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[288].Value = global::System.DBNull.Value; + } + if ((T3532801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[289].Value = ((int)(T3532801.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[289].Value = global::System.DBNull.Value; + } + if ((T3532900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[290].Value = ((int)(T3532900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[290].Value = global::System.DBNull.Value; + } + if ((T3532901.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[291].Value = ((int)(T3532901.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[291].Value = global::System.DBNull.Value; + } + if ((T3533000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[292].Value = ((int)(T3533000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[292].Value = global::System.DBNull.Value; + } + if ((T3533001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[293].Value = ((int)(T3533001.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[293].Value = global::System.DBNull.Value; + } + if ((T3533100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[294].Value = ((int)(T3533100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[294].Value = global::System.DBNull.Value; + } + if ((T3533101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[295].Value = ((int)(T3533101.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[295].Value = global::System.DBNull.Value; + } + if ((T4498100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[296].Value = ((int)(T4498100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[296].Value = global::System.DBNull.Value; + } + if ((T4498200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[297].Value = ((int)(T4498200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[297].Value = global::System.DBNull.Value; + } + if ((T4498300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[298].Value = ((int)(T4498300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[298].Value = global::System.DBNull.Value; + } + if ((T4498400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[299].Value = ((int)(T4498400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[299].Value = global::System.DBNull.Value; + } + if ((T4498500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[300].Value = ((int)(T4498500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[300].Value = global::System.DBNull.Value; + } + if ((T4498600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[301].Value = ((int)(T4498600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[301].Value = global::System.DBNull.Value; + } + if ((T4498700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[302].Value = ((int)(T4498700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[302].Value = global::System.DBNull.Value; + } + if ((T4498800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[303].Value = ((int)(T4498800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[303].Value = global::System.DBNull.Value; + } + if ((T4498900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[304].Value = ((int)(T4498900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[304].Value = global::System.DBNull.Value; + } + if ((T4499000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[305].Value = ((int)(T4499000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[305].Value = global::System.DBNull.Value; + } + if ((T4503700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[306].Value = ((int)(T4503700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[306].Value = global::System.DBNull.Value; + } + if ((T4503701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[307].Value = ((int)(T4503701.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[307].Value = global::System.DBNull.Value; + } + if ((T4503800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[308].Value = ((int)(T4503800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[308].Value = global::System.DBNull.Value; + } + if ((T4503801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[309].Value = ((int)(T4503801.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[309].Value = global::System.DBNull.Value; + } + if ((T4503900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[310].Value = ((int)(T4503900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[310].Value = global::System.DBNull.Value; + } + if ((T4503901.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[311].Value = ((int)(T4503901.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[311].Value = global::System.DBNull.Value; + } + if ((T4504000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[312].Value = ((int)(T4504000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[312].Value = global::System.DBNull.Value; + } + if ((T4504001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[313].Value = ((int)(T4504001.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[313].Value = global::System.DBNull.Value; + } + if ((T4504100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[314].Value = ((int)(T4504100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[314].Value = global::System.DBNull.Value; + } + if ((T4504101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[315].Value = ((int)(T4504101.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[315].Value = global::System.DBNull.Value; + } + if ((T4504200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[316].Value = ((int)(T4504200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[316].Value = global::System.DBNull.Value; + } + if ((T4504201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[317].Value = ((int)(T4504201.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[317].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.Fill, true)] - public virtual int Fill(ImportDataSet.tblGen2ImplicitFatherDataTable dataTable) { - this.Adapter.SelectCommand = this.CommandCollection[0]; - if ((this.ClearBeforeFill == true)) { - dataTable.Clear(); + [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] + public virtual int Update( + int R0000100, + global::System.Nullable R0214800, + 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_R0214800, + 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 ((R0214800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(R0214800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; + } + if ((R1373400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(R1373400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; + } + if ((R1374100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(R1374100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; + } + if ((R1374800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(R1374800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; + } + if ((R1375500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(R1375500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; + } + if ((R1376200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(R1376200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; + } + if ((R1376900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(R1376900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; + } + if ((R1377600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(R1377600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; + } + if ((R1753800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(R1753800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; + } + if ((R1754500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(R1754500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; + } + if ((R1755200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(R1755200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; + } + if ((R1755900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(R1755900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; + } + if ((R1756600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(R1756600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; + } + if ((R1757300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(R1757300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; + } + if ((R1758000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(R1758000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; + } + if ((R2095800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(R2095800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; + } + if ((R2096500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(R2096500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; + } + if ((R2097200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(R2097200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; + } + if ((R2097900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(R2097900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; + } + if ((R2098600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(R2098600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; + } + if ((R2099300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(R2099300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; + } + if ((R2100000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(R2100000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; + } + if ((R2648100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(R2648100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; + } + if ((R2648800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(R2648800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; + } + if ((R2649500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(R2649500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; + } + if ((R2650200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(R2650200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; + } + if ((R2650900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(R2650900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; + } + if ((R2651600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[28].Value = ((int)(R2651600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; + } + if ((R2652300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(R2652300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; + } + if ((R3256000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(R3256000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; + } + if ((R3257800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(R3257800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; + } + if ((R3259600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[32].Value = ((int)(R3259600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; + } + if ((R3261400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(R3261400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; + } + if ((R3263200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[34].Value = ((int)(R3263200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; + } + if ((R3265000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(R3265000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; + } + if ((R3266800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[36].Value = ((int)(R3266800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; + } + if ((R3771900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(R3771900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[37].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.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)); + if ((R3772200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[38].Value = ((int)(R3772200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[38].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 ((R3772300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[39].Value = ((int)(R3772300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[39].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 ((R3774000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[40].Value = ((int)(R3774000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[40].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 ((R3774300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[41].Value = ((int)(R3774300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[41].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)); + if ((R3774400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[42].Value = ((int)(R3774400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[42].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)); + if ((R3776100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[43].Value = ((int)(R3776100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[43].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)); + if ((R3776400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[44].Value = ((int)(R3776400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[44].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)); + if ((R3776500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[45].Value = ((int)(R3776500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[45].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)); + if ((R3778200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[46].Value = ((int)(R3778200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[46].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)); + if ((R3778500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[47].Value = ((int)(R3778500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[47].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)); + if ((R3778600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[48].Value = ((int)(R3778600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[48].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)); + if ((R3780300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[49].Value = ((int)(R3780300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[49].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)); + if ((R3780600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[50].Value = ((int)(R3780600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[50].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)); + if ((R3780700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[51].Value = ((int)(R3780700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[51].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)); + if ((R3782400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(R3782400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[52].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)); + if ((R3784500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[53].Value = ((int)(R3784500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[53].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)); + if ((R4276900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[54].Value = ((int)(R4276900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[54].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)); + if ((R4277200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[55].Value = ((int)(R4277200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[55].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)); + if ((R4277201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[56].Value = ((int)(R4277201.Value)); } else { - this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[56].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)); + if ((R4277800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[57].Value = ((int)(R4277800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[40].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[57].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)); + if ((R4278100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[58].Value = ((int)(R4278100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[42].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[58].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)); + if ((R4278101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(R4278101.Value)); } else { - this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[44].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[59].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)); + if ((R4278700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[60].Value = ((int)(R4278700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[46].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[60].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)); + if ((R4279000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[61].Value = ((int)(R4279000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[48].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[61].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)); + if ((R4279001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[62].Value = ((int)(R4279001.Value)); } else { - this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[50].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[62].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)); + if ((R4279600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[63].Value = ((int)(R4279600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[52].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[63].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)); + if ((R4279900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[64].Value = ((int)(R4279900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[54].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[64].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)); + if ((R4279901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[65].Value = ((int)(R4279901.Value)); } else { - this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[56].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[65].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)); + if ((R4280500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[66].Value = ((int)(R4280500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[58].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[66].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)); + if ((R4280800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[67].Value = ((int)(R4280800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[60].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[67].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)); + if ((R4280801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[68].Value = ((int)(R4280801.Value)); } else { - this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[62].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[68].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)); + if ((R4281400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[69].Value = ((int)(R4281400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[64].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[69].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)); + if ((R4282200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[70].Value = ((int)(R4282200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[66].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[70].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)); + if ((R4827700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[71].Value = ((int)(R4827700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[68].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[71].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)); + if ((R4828000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[72].Value = ((int)(R4828000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[70].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[72].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)); + if ((R4828001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[73].Value = ((int)(R4828001.Value)); } else { - this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[72].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[73].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)); + if ((R4830700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[74].Value = ((int)(R4830700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[74].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.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)); + if ((R4831000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[75].Value = ((int)(R4831000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[76].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[75].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)); + if ((R4831001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[76].Value = ((int)(R4831001.Value)); } else { - this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[78].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[76].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)); + if ((R4833700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[77].Value = ((int)(R4833700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[80].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[77].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)); + if ((R4834000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[78].Value = ((int)(R4834000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[82].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[78].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)); + if ((R4834001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[79].Value = ((int)(R4834001.Value)); } else { - this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[84].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[79].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)); + if ((R4836700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[80].Value = ((int)(R4836700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[86].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[80].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)); + if ((R4837000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[81].Value = ((int)(R4837000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[88].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[81].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)); + if ((R4837001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[82].Value = ((int)(R4837001.Value)); } else { - this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[90].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[82].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)); + if ((R4839700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[83].Value = ((int)(R4839700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[92].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[83].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)); + if ((R4840000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[84].Value = ((int)(R4840000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[94].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[84].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)); + if ((R4840001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[85].Value = ((int)(R4840001.Value)); } else { - this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[96].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[85].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)); + if ((R4842600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[86].Value = ((int)(R4842600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[98].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[86].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)); + if ((R4844900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[87].Value = ((int)(R4844900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[100].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[87].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)); + if ((R4847200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[88].Value = ((int)(R4847200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[102].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[88].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)); + if ((R5498100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[89].Value = ((int)(R5498100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[104].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[89].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)); + if ((R5498400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[90].Value = ((int)(R5498400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[106].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[90].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)); + if ((R5498401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[91].Value = ((int)(R5498401.Value)); } else { - this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[108].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[91].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)); + if ((R5501100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[92].Value = ((int)(R5501100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[110].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[92].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)); + if ((R5501400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[93].Value = ((int)(R5501400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[112].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[93].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)); + if ((R5501401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[94].Value = ((int)(R5501401.Value)); } else { - this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[114].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[94].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)); + if ((R5504100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[95].Value = ((int)(R5504100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[116].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[95].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)); + if ((R5504400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[96].Value = ((int)(R5504400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[118].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[96].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)); + if ((R5504401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[97].Value = ((int)(R5504401.Value)); } else { - this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[120].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[97].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)); + if ((R5507100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[98].Value = ((int)(R5507100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[122].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[98].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)); + if ((R5507400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[99].Value = ((int)(R5507400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[124].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[99].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)); + if ((R5507401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[100].Value = ((int)(R5507401.Value)); } else { - this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[126].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[100].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)); + if ((R5510100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[101].Value = ((int)(R5510100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[128].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[101].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)); + if ((R5510400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[102].Value = ((int)(R5510400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[130].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[102].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)); + if ((R5510401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[103].Value = ((int)(R5510401.Value)); } else { - this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[132].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[103].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)); + if ((R5513100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[104].Value = ((int)(R5513100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[134].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[104].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)); + if ((R5515400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[105].Value = ((int)(R5515400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[136].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[105].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)); + if ((R5517700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[106].Value = ((int)(R5517700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[138].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[106].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)); + if ((R5519900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[107].Value = ((int)(R5519900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[107].Value = global::System.DBNull.Value; + } + if ((R6219500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[108].Value = ((int)(R6219500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[108].Value = global::System.DBNull.Value; + } + if ((R6219600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[109].Value = ((int)(R6219600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[109].Value = global::System.DBNull.Value; + } + if ((R6219700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[110].Value = ((int)(R6219700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[110].Value = global::System.DBNull.Value; + } + if ((R6219800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[111].Value = ((int)(R6219800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[111].Value = global::System.DBNull.Value; + } + if ((R6219900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[112].Value = ((int)(R6219900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[112].Value = global::System.DBNull.Value; + } + if ((R6220000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[113].Value = ((int)(R6220000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[113].Value = global::System.DBNull.Value; + } + if ((R6220100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[114].Value = ((int)(R6220100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[114].Value = global::System.DBNull.Value; + } + if ((R6220200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[115].Value = ((int)(R6220200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[115].Value = global::System.DBNull.Value; + } + if ((R6220300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[116].Value = ((int)(R6220300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[116].Value = global::System.DBNull.Value; + } + if ((R6220400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[117].Value = ((int)(R6220400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[117].Value = global::System.DBNull.Value; + } + if ((R6222800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[118].Value = ((int)(R6222800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[118].Value = global::System.DBNull.Value; + } + if ((R6222801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[119].Value = ((int)(R6222801.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[119].Value = global::System.DBNull.Value; + } + if ((R6222900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[120].Value = ((int)(R6222900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[120].Value = global::System.DBNull.Value; + } + if ((R6222901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[121].Value = ((int)(R6222901.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[121].Value = global::System.DBNull.Value; + } + if ((R6223000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[122].Value = ((int)(R6223000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[122].Value = global::System.DBNull.Value; + } + if ((R6223001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[123].Value = ((int)(R6223001.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[123].Value = global::System.DBNull.Value; + } + if ((R6223100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[124].Value = ((int)(R6223100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[124].Value = global::System.DBNull.Value; + } + if ((R6223101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[125].Value = ((int)(R6223101.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[125].Value = global::System.DBNull.Value; + } + if ((R6223200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[126].Value = ((int)(R6223200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[126].Value = global::System.DBNull.Value; + } + if ((R6223201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[127].Value = ((int)(R6223201.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[127].Value = global::System.DBNull.Value; + } + if ((R6223300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[128].Value = ((int)(R6223300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[128].Value = global::System.DBNull.Value; + } + if ((R6223301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[129].Value = ((int)(R6223301.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[129].Value = global::System.DBNull.Value; + } + if ((R6773500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[130].Value = ((int)(R6773500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[130].Value = global::System.DBNull.Value; + } + if ((R6773600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[131].Value = ((int)(R6773600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[131].Value = global::System.DBNull.Value; + } + if ((R6773700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[132].Value = ((int)(R6773700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[132].Value = global::System.DBNull.Value; + } + if ((R6773800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[133].Value = ((int)(R6773800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[133].Value = global::System.DBNull.Value; + } + if ((R6773900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[134].Value = ((int)(R6773900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[134].Value = global::System.DBNull.Value; + } + if ((R6774000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[135].Value = ((int)(R6774000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[135].Value = global::System.DBNull.Value; + } + if ((R6774100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[136].Value = ((int)(R6774100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[136].Value = global::System.DBNull.Value; + } + if ((R6774200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[137].Value = ((int)(R6774200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[137].Value = global::System.DBNull.Value; + } + if ((R6774300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[138].Value = ((int)(R6774300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[138].Value = global::System.DBNull.Value; + } + if ((R6774400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[139].Value = ((int)(R6774400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[139].Value = global::System.DBNull.Value; + } + if ((R6776300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[140].Value = ((int)(R6776300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[140].Value = global::System.DBNull.Value; + } + if ((R6776301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[141].Value = ((int)(R6776301.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[141].Value = global::System.DBNull.Value; + } + if ((R6776400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[142].Value = ((int)(R6776400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[142].Value = global::System.DBNull.Value; + } + if ((R6776401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[143].Value = ((int)(R6776401.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[143].Value = global::System.DBNull.Value; + } + if ((R6776500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[144].Value = ((int)(R6776500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[144].Value = global::System.DBNull.Value; + } + if ((R6776501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[145].Value = ((int)(R6776501.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[145].Value = global::System.DBNull.Value; + } + if ((R6776600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[146].Value = ((int)(R6776600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[146].Value = global::System.DBNull.Value; + } + if ((R6776601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[147].Value = ((int)(R6776601.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[147].Value = global::System.DBNull.Value; + } + if ((R6776700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[148].Value = ((int)(R6776700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[148].Value = global::System.DBNull.Value; + } + if ((R6776701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[149].Value = ((int)(R6776701.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[149].Value = global::System.DBNull.Value; + } + if ((R6776800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[150].Value = ((int)(R6776800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[150].Value = global::System.DBNull.Value; + } + if ((R6776801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[151].Value = ((int)(R6776801.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[151].Value = global::System.DBNull.Value; + } + if ((R7417900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[152].Value = ((int)(R7417900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[152].Value = global::System.DBNull.Value; + } + if ((R7418000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[153].Value = ((int)(R7418000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[153].Value = global::System.DBNull.Value; + } + if ((R7418100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[154].Value = ((int)(R7418100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[154].Value = global::System.DBNull.Value; + } + if ((R7418200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[155].Value = ((int)(R7418200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[155].Value = global::System.DBNull.Value; + } + if ((R7418300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[156].Value = ((int)(R7418300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[156].Value = global::System.DBNull.Value; + } + if ((R7418400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[157].Value = ((int)(R7418400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[157].Value = global::System.DBNull.Value; + } + if ((R7418500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[158].Value = ((int)(R7418500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[158].Value = global::System.DBNull.Value; + } + if ((R7418600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[159].Value = ((int)(R7418600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[159].Value = global::System.DBNull.Value; + } + if ((R7418700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[160].Value = ((int)(R7418700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[160].Value = global::System.DBNull.Value; + } + if ((R7418800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[161].Value = ((int)(R7418800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[161].Value = global::System.DBNull.Value; + } + if ((R7420700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[162].Value = ((int)(R7420700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[162].Value = global::System.DBNull.Value; + } + if ((R7420701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[163].Value = ((int)(R7420701.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[163].Value = global::System.DBNull.Value; + } + if ((R7420800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[164].Value = ((int)(R7420800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[164].Value = global::System.DBNull.Value; + } + if ((R7420801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[165].Value = ((int)(R7420801.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[165].Value = global::System.DBNull.Value; + } + if ((R7420900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[166].Value = ((int)(R7420900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[166].Value = global::System.DBNull.Value; + } + if ((R7420901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[167].Value = ((int)(R7420901.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[167].Value = global::System.DBNull.Value; + } + if ((R7421000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[168].Value = ((int)(R7421000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[168].Value = global::System.DBNull.Value; + } + if ((R7421001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[169].Value = ((int)(R7421001.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[169].Value = global::System.DBNull.Value; + } + if ((R7421100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[170].Value = ((int)(R7421100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[170].Value = global::System.DBNull.Value; + } + if ((R7421101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[171].Value = ((int)(R7421101.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[171].Value = global::System.DBNull.Value; + } + if ((R7421200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[172].Value = ((int)(R7421200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[172].Value = global::System.DBNull.Value; + } + if ((R7421201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[173].Value = ((int)(R7421201.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[173].Value = global::System.DBNull.Value; + } + if ((R7421300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[174].Value = ((int)(R7421300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[174].Value = global::System.DBNull.Value; + } + if ((R7421301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[175].Value = ((int)(R7421301.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[175].Value = global::System.DBNull.Value; + } + if ((R8116000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[176].Value = ((int)(R8116000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[176].Value = global::System.DBNull.Value; + } + if ((R8116100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[177].Value = ((int)(R8116100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[177].Value = global::System.DBNull.Value; + } + if ((R8116200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[178].Value = ((int)(R8116200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[140].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[178].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)); + if ((R8116300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[179].Value = ((int)(R8116300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[142].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[179].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)); + if ((R8116400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[180].Value = ((int)(R8116400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[144].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[180].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)); + if ((R8116500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[181].Value = ((int)(R8116500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[146].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[181].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)); + if ((R8116600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[182].Value = ((int)(R8116600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[148].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[182].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)); + if ((R8116700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[183].Value = ((int)(R8116700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[150].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[183].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)); + if ((R8116800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[184].Value = ((int)(R8116800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[152].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[184].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)); + if ((R8116900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[185].Value = ((int)(R8116900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[154].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[185].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)); + if ((R8119000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[186].Value = ((int)(R8119000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[156].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[186].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)); + if ((R8119001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[187].Value = ((int)(R8119001.Value)); } else { - this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[158].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[187].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)); + if ((R8119100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[188].Value = ((int)(R8119100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[160].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[188].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)); + if ((R8119101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[189].Value = ((int)(R8119101.Value)); } else { - this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[162].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[189].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)); + if ((R8119200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[190].Value = ((int)(R8119200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[164].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[190].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)); + if ((R8119201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[191].Value = ((int)(R8119201.Value)); } else { - this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[166].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[191].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)); + if ((R8119300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[192].Value = ((int)(R8119300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[168].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[192].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)); + if ((R8119301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[193].Value = ((int)(R8119301.Value)); } else { - this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[170].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[193].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)); + if ((R8119400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[194].Value = ((int)(R8119400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[172].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[194].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)); + if ((R8119401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[195].Value = ((int)(R8119401.Value)); } else { - this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[174].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[195].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)); + if ((R8119500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[196].Value = ((int)(R8119500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[176].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[196].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)); + if ((R8119501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[197].Value = ((int)(R8119501.Value)); } else { - this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[178].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[197].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)); + if ((T0347900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[198].Value = ((int)(T0347900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[180].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[198].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)); + if ((T0348000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[199].Value = ((int)(T0348000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[182].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[199].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)); + if ((T0348100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[200].Value = ((int)(T0348100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[184].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[200].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)); + if ((T0348200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[201].Value = ((int)(T0348200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[186].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[201].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)); + if ((T0348300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[202].Value = ((int)(T0348300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[188].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[202].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)); + if ((T0348400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[203].Value = ((int)(T0348400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[190].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[203].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)); + if ((T0348500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[204].Value = ((int)(T0348500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[192].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[204].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)); + if ((T0348600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[205].Value = ((int)(T0348600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[194].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[205].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)); + if ((T0348700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[206].Value = ((int)(T0348700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[196].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[206].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)); + if ((T0348800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[207].Value = ((int)(T0348800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[198].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[207].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)); + if ((T0348900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[208].Value = ((int)(T0348900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[200].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[208].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)); + if ((T0351100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[209].Value = ((int)(T0351100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[201].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[202].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[209].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)); + if ((T0351101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[210].Value = ((int)(T0351101.Value)); } else { - this.Adapter.DeleteCommand.Parameters[203].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[204].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[210].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)); + if ((T0351200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[211].Value = ((int)(T0351200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[205].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[206].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[211].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)); + if ((T0351201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[212].Value = ((int)(T0351201.Value)); } else { - this.Adapter.DeleteCommand.Parameters[207].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[208].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[212].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)); + if ((T0351300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[213].Value = ((int)(T0351300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[209].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[210].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[213].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)); + if ((T0351301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[214].Value = ((int)(T0351301.Value)); } else { - this.Adapter.DeleteCommand.Parameters[211].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[212].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[214].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)); + if ((T0351400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[215].Value = ((int)(T0351400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[213].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[214].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[215].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)); + if ((T0351401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[216].Value = ((int)(T0351401.Value)); } else { - this.Adapter.DeleteCommand.Parameters[215].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[216].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.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)); + if ((T0351500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[217].Value = ((int)(T0351500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[217].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[218].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[217].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)); + if ((T0351501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[218].Value = ((int)(T0351501.Value)); } else { - this.Adapter.DeleteCommand.Parameters[219].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[220].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[218].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)); + if ((T0351600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[219].Value = ((int)(T0351600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[221].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[222].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[219].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)); + if ((T0351601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[220].Value = ((int)(T0351601.Value)); } else { - this.Adapter.DeleteCommand.Parameters[223].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[224].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[220].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)); + if ((T0351700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[221].Value = ((int)(T0351700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[225].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[226].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[221].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)); + if ((T0351701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[222].Value = ((int)(T0351701.Value)); } else { - this.Adapter.DeleteCommand.Parameters[227].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[228].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[222].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)); + if ((T0351800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[223].Value = ((int)(T0351800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[229].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[230].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[223].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)); + if ((T0351801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[224].Value = ((int)(T0351801.Value)); } else { - this.Adapter.DeleteCommand.Parameters[231].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[232].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[224].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)); + if ((T1497300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[225].Value = ((int)(T1497300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[233].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[234].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[225].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)); + if ((T1497400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[226].Value = ((int)(T1497400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[235].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[236].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[226].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)); + if ((T1497500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[227].Value = ((int)(T1497500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[237].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[238].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[227].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)); + if ((T1497600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[228].Value = ((int)(T1497600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[239].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[240].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[228].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)); + if ((T1497700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[229].Value = ((int)(T1497700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[241].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[242].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[229].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)); + if ((T1497800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[230].Value = ((int)(T1497800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[243].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[244].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[230].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)); + if ((T1497900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[231].Value = ((int)(T1497900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[245].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[246].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[231].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)); + if ((T1498000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[232].Value = ((int)(T1498000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[247].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[248].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[232].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)); + if ((T1498100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[233].Value = ((int)(T1498100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[249].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[250].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[233].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)); + if ((T1498200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[234].Value = ((int)(T1498200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[251].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[252].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[234].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)); + if ((T1498300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[235].Value = ((int)(T1498300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[253].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[254].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[235].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)); + if ((T1500500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[236].Value = ((int)(T1500500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[255].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[256].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[236].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)); + if ((T1500501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[237].Value = ((int)(T1500501.Value)); } else { - this.Adapter.DeleteCommand.Parameters[257].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[258].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[237].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)); + if ((T1500600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[238].Value = ((int)(T1500600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[259].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[260].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[238].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)); + if ((T1500601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[239].Value = ((int)(T1500601.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(); + this.Adapter.UpdateCommand.Parameters[239].Value = global::System.DBNull.Value; } - try { - int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); - return returnValue; + if ((T1500700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[240].Value = ((int)(T1500700.Value)); } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.DeleteCommand.Connection.Close(); - } + else { + this.Adapter.UpdateCommand.Parameters[240].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 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)); + if ((T1500701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[241].Value = ((int)(T1500701.Value)); } else { - this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[241].Value = global::System.DBNull.Value; } - if ((C0005300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[2].Value = ((int)(C0005300.Value)); + if ((T1500800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[242].Value = ((int)(T1500800.Value)); } else { - this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[242].Value = global::System.DBNull.Value; } - if ((C0005400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[3].Value = ((int)(C0005400.Value)); + if ((T1500801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[243].Value = ((int)(T1500801.Value)); } else { - this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[243].Value = global::System.DBNull.Value; } - if ((C0005700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[4].Value = ((int)(C0005700.Value)); + if ((T1500900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[244].Value = ((int)(T1500900.Value)); } else { - this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[244].Value = global::System.DBNull.Value; } - if ((C0008100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[5].Value = ((int)(C0008100.Value)); + if ((T1500901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[245].Value = ((int)(T1500901.Value)); } else { - this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[245].Value = global::System.DBNull.Value; } - if ((C0008200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[6].Value = ((int)(C0008200.Value)); + if ((T1501000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[246].Value = ((int)(T1501000.Value)); } else { - this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[246].Value = global::System.DBNull.Value; } - if ((C0008300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[7].Value = ((int)(C0008300.Value)); + if ((T1501001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[247].Value = ((int)(T1501001.Value)); } else { - this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[247].Value = global::System.DBNull.Value; } - if ((C0008600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[8].Value = ((int)(C0008600.Value)); + if ((T2543200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[248].Value = ((int)(T2543200.Value)); } else { - this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[248].Value = global::System.DBNull.Value; } - if ((C0008700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[9].Value = ((int)(C0008700.Value)); + if ((T2543300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[249].Value = ((int)(T2543300.Value)); } else { - this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[249].Value = global::System.DBNull.Value; } - if ((C0008800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[10].Value = ((int)(C0008800.Value)); + if ((T2543400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[250].Value = ((int)(T2543400.Value)); } else { - this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[250].Value = global::System.DBNull.Value; } - if ((C0009100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[11].Value = ((int)(C0009100.Value)); + if ((T2543500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[251].Value = ((int)(T2543500.Value)); } else { - this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[251].Value = global::System.DBNull.Value; } - if ((C0009200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[12].Value = ((int)(C0009200.Value)); + if ((T2543600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[252].Value = ((int)(T2543600.Value)); } else { - this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[252].Value = global::System.DBNull.Value; } - if ((C0009300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[13].Value = ((int)(C0009300.Value)); + if ((T2543700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[253].Value = ((int)(T2543700.Value)); } else { - this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[253].Value = global::System.DBNull.Value; } - if ((C0009600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[14].Value = ((int)(C0009600.Value)); + if ((T2543800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[254].Value = ((int)(T2543800.Value)); } else { - this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[254].Value = global::System.DBNull.Value; } - if ((C0009700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[15].Value = ((int)(C0009700.Value)); + if ((T2543900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[255].Value = ((int)(T2543900.Value)); } else { - this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[255].Value = global::System.DBNull.Value; } - if ((C0009800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[16].Value = ((int)(C0009800.Value)); + if ((T2544000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[256].Value = ((int)(T2544000.Value)); } else { - this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[256].Value = global::System.DBNull.Value; } - if ((C0009900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[17].Value = ((int)(C0009900.Value)); + if ((T2544100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[257].Value = ((int)(T2544100.Value)); } else { - this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[257].Value = global::System.DBNull.Value; } - if ((C0010110.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[18].Value = ((int)(C0010110.Value)); + if ((T2546100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[258].Value = ((int)(T2546100.Value)); } else { - this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[258].Value = global::System.DBNull.Value; } - if ((C0010200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[19].Value = ((int)(C0010200.Value)); + if ((T2546101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[259].Value = ((int)(T2546101.Value)); } else { - this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[259].Value = global::System.DBNull.Value; } - if ((C0010300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[20].Value = ((int)(C0010300.Value)); + if ((T2546200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[260].Value = ((int)(T2546200.Value)); } else { - this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[260].Value = global::System.DBNull.Value; } - if ((C0010400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[21].Value = ((int)(C0010400.Value)); + if ((T2546201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[261].Value = ((int)(T2546201.Value)); } else { - this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[261].Value = global::System.DBNull.Value; } - if ((C0010700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[22].Value = ((int)(C0010700.Value)); + if ((T2546300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[262].Value = ((int)(T2546300.Value)); } else { - this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[262].Value = global::System.DBNull.Value; } - if ((C0010800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[23].Value = ((int)(C0010800.Value)); + if ((T2546301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[263].Value = ((int)(T2546301.Value)); } else { - this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[263].Value = global::System.DBNull.Value; } - if ((C0010900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[24].Value = ((int)(C0010900.Value)); + if ((T2546400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[264].Value = ((int)(T2546400.Value)); } else { - this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[264].Value = global::System.DBNull.Value; } - if ((C0011110.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[25].Value = ((int)(C0011110.Value)); + if ((T2546401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[265].Value = ((int)(T2546401.Value)); } else { - this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[265].Value = global::System.DBNull.Value; } - if ((C0011111.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[26].Value = ((int)(C0011111.Value)); + if ((T2546500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[266].Value = ((int)(T2546500.Value)); } else { - this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[266].Value = global::System.DBNull.Value; } - if ((C0011112.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[27].Value = ((int)(C0011112.Value)); + if ((T2546501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[267].Value = ((int)(T2546501.Value)); } else { - this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[267].Value = global::System.DBNull.Value; } - if ((C0011113.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[28].Value = ((int)(C0011113.Value)); + if ((T2546600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[268].Value = ((int)(T2546600.Value)); } else { - this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[268].Value = global::System.DBNull.Value; } - if ((C0011114.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[29].Value = ((int)(C0011114.Value)); + if ((T2546601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[269].Value = ((int)(T2546601.Value)); } else { - this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[269].Value = global::System.DBNull.Value; } - if ((C0011117.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[30].Value = ((int)(C0011117.Value)); + if ((T2546700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[270].Value = ((int)(T2546700.Value)); } else { - this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[270].Value = global::System.DBNull.Value; } - if ((C0011118.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[31].Value = ((int)(C0011118.Value)); + if ((T2546701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[271].Value = ((int)(T2546701.Value)); } else { - this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[271].Value = global::System.DBNull.Value; } - if ((C0011119.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[32].Value = ((int)(C0011119.Value)); + if ((T3529500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[272].Value = ((int)(T3529500.Value)); } else { - this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[272].Value = global::System.DBNull.Value; } - if ((C0011122.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[33].Value = ((int)(C0011122.Value)); + if ((T3529600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[273].Value = ((int)(T3529600.Value)); } else { - this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[273].Value = global::System.DBNull.Value; } - if ((C0011123.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[34].Value = ((int)(C0011123.Value)); + if ((T3529700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[274].Value = ((int)(T3529700.Value)); } else { - this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[274].Value = global::System.DBNull.Value; } - if ((C0011124.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[35].Value = ((int)(C0011124.Value)); + if ((T3529800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[275].Value = ((int)(T3529800.Value)); } else { - this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[275].Value = global::System.DBNull.Value; } - if ((C0011127.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[36].Value = ((int)(C0011127.Value)); + if ((T3529900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[276].Value = ((int)(T3529900.Value)); } else { - this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[276].Value = global::System.DBNull.Value; } - if ((C0011128.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[37].Value = ((int)(C0011128.Value)); + if ((T3530000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[277].Value = ((int)(T3530000.Value)); } else { - this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[277].Value = global::System.DBNull.Value; } - if ((C0011129.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[38].Value = ((int)(C0011129.Value)); + if ((T3530100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[278].Value = ((int)(T3530100.Value)); } else { - this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[278].Value = global::System.DBNull.Value; } - if ((C0011132.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[39].Value = ((int)(C0011132.Value)); + if ((T3530200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[279].Value = ((int)(T3530200.Value)); } else { - this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[279].Value = global::System.DBNull.Value; } - if ((C0011133.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[40].Value = ((int)(C0011133.Value)); + if ((T3530300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[280].Value = ((int)(T3530300.Value)); } else { - this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[280].Value = global::System.DBNull.Value; } - if ((C0011134.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[41].Value = ((int)(C0011134.Value)); + if ((T3530400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[281].Value = ((int)(T3530400.Value)); } else { - this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[281].Value = global::System.DBNull.Value; } - if ((C0011137.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[42].Value = ((int)(C0011137.Value)); + if ((T3532500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[282].Value = ((int)(T3532500.Value)); } else { - this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[282].Value = global::System.DBNull.Value; } - if ((C0011138.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[43].Value = ((int)(C0011138.Value)); + if ((T3532501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[283].Value = ((int)(T3532501.Value)); } else { - this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[283].Value = global::System.DBNull.Value; } - if ((C0011139.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[44].Value = ((int)(C0011139.Value)); + if ((T3532600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[284].Value = ((int)(T3532600.Value)); } else { - this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[284].Value = global::System.DBNull.Value; } - if ((C0011142.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[45].Value = ((int)(C0011142.Value)); + if ((T3532601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[285].Value = ((int)(T3532601.Value)); } else { - this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[285].Value = global::System.DBNull.Value; } - if ((C0011143.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[46].Value = ((int)(C0011143.Value)); + if ((T3532700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[286].Value = ((int)(T3532700.Value)); } else { - this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[286].Value = global::System.DBNull.Value; } - if ((C0011144.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[47].Value = ((int)(C0011144.Value)); + if ((T3532701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[287].Value = ((int)(T3532701.Value)); } else { - this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[287].Value = global::System.DBNull.Value; } - if ((C3070500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[48].Value = ((int)(C3070500.Value)); + if ((T3532800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[288].Value = ((int)(T3532800.Value)); } else { - this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[288].Value = global::System.DBNull.Value; } - if ((C3423600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[49].Value = ((int)(C3423600.Value)); + if ((T3532801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[289].Value = ((int)(T3532801.Value)); } else { - this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[289].Value = global::System.DBNull.Value; } - if ((C3601100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[50].Value = ((int)(C3601100.Value)); + if ((T3532900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[290].Value = ((int)(T3532900.Value)); } else { - this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[290].Value = global::System.DBNull.Value; } - if ((C3601700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[51].Value = ((int)(C3601700.Value)); + if ((T3532901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[291].Value = ((int)(T3532901.Value)); } else { - this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[291].Value = global::System.DBNull.Value; } - if ((C3601800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[52].Value = ((int)(C3601800.Value)); + if ((T3533000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[292].Value = ((int)(T3533000.Value)); } else { - this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[292].Value = global::System.DBNull.Value; } - if ((C3601900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[53].Value = ((int)(C3601900.Value)); + if ((T3533001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[293].Value = ((int)(T3533001.Value)); } else { - this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[293].Value = global::System.DBNull.Value; } - if ((C3605900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[54].Value = ((int)(C3605900.Value)); + if ((T3533100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[294].Value = ((int)(T3533100.Value)); } else { - this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[294].Value = global::System.DBNull.Value; } - if ((C3981100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[55].Value = ((int)(C3981100.Value)); + if ((T3533101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[295].Value = ((int)(T3533101.Value)); } else { - this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[295].Value = global::System.DBNull.Value; } - if ((C3981700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[56].Value = ((int)(C3981700.Value)); + if ((T4498100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[296].Value = ((int)(T4498100.Value)); } else { - this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[296].Value = global::System.DBNull.Value; } - if ((C3981800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[57].Value = ((int)(C3981800.Value)); + if ((T4498200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[297].Value = ((int)(T4498200.Value)); } else { - this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[297].Value = global::System.DBNull.Value; } - if ((C3981900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[58].Value = ((int)(C3981900.Value)); + if ((T4498300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[298].Value = ((int)(T4498300.Value)); } else { - this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[298].Value = global::System.DBNull.Value; } - if ((C5156100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[59].Value = ((int)(C5156100.Value)); + if ((T4498400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[299].Value = ((int)(T4498400.Value)); } else { - this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[299].Value = global::System.DBNull.Value; } - if ((C5525500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[60].Value = ((int)(C5525500.Value)); + if ((T4498500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[300].Value = ((int)(T4498500.Value)); } else { - this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[300].Value = global::System.DBNull.Value; } - if ((C5525600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[61].Value = ((int)(C5525600.Value)); + if ((T4498600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[301].Value = ((int)(T4498600.Value)); } else { - this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[301].Value = global::System.DBNull.Value; } - if ((C5525700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[62].Value = ((int)(C5525700.Value)); + if ((T4498700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[302].Value = ((int)(T4498700.Value)); } else { - this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[302].Value = global::System.DBNull.Value; } - if ((C5733200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[63].Value = ((int)(C5733200.Value)); + if ((T4498800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[303].Value = ((int)(T4498800.Value)); } else { - this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[303].Value = global::System.DBNull.Value; } - if ((C5801800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[64].Value = ((int)(C5801800.Value)); + if ((T4498900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[304].Value = ((int)(T4498900.Value)); } else { - this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[304].Value = global::System.DBNull.Value; } - if ((C5801900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[65].Value = ((int)(C5801900.Value)); + if ((T4499000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[305].Value = ((int)(T4499000.Value)); } else { - this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[305].Value = global::System.DBNull.Value; } - if ((C5802000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[66].Value = ((int)(C5802000.Value)); + if ((T4503700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[306].Value = ((int)(T4503700.Value)); } else { - this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[306].Value = global::System.DBNull.Value; } - if ((C6006200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[67].Value = ((int)(C6006200.Value)); + if ((T4503701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[307].Value = ((int)(T4503701.Value)); } else { - this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[307].Value = global::System.DBNull.Value; } - if ((Y0003200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[68].Value = ((int)(Y0003200.Value)); + if ((T4503800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[308].Value = ((int)(T4503800.Value)); } else { - this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[308].Value = global::System.DBNull.Value; } - if ((Y0007300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[69].Value = ((int)(Y0007300.Value)); + if ((T4503801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[309].Value = ((int)(T4503801.Value)); } else { - this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[309].Value = global::System.DBNull.Value; } - if ((Y0007400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[70].Value = ((int)(Y0007400.Value)); + if ((T4503900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[310].Value = ((int)(T4503900.Value)); } else { - this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[310].Value = global::System.DBNull.Value; } - if ((Y0007600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[71].Value = ((int)(Y0007600.Value)); + if ((T4503901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[311].Value = ((int)(T4503901.Value)); } else { - this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[311].Value = global::System.DBNull.Value; } - if ((Y0007601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[72].Value = ((int)(Y0007601.Value)); + if ((T4504000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[312].Value = ((int)(T4504000.Value)); } else { - this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[312].Value = global::System.DBNull.Value; } - if ((Y0008000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[73].Value = ((int)(Y0008000.Value)); + if ((T4504001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[313].Value = ((int)(T4504001.Value)); } else { - this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[313].Value = global::System.DBNull.Value; } - if ((Y0008500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[74].Value = ((int)(Y0008500.Value)); + if ((T4504100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[314].Value = ((int)(T4504100.Value)); } else { - this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[314].Value = global::System.DBNull.Value; } - if ((Y0008600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[75].Value = ((int)(Y0008600.Value)); + if ((T4504101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[315].Value = ((int)(T4504101.Value)); } else { - this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[315].Value = global::System.DBNull.Value; } - if ((Y0009400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[76].Value = ((int)(Y0009400.Value)); + if ((T4504200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[316].Value = ((int)(T4504200.Value)); } else { - this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[316].Value = global::System.DBNull.Value; } - if ((Y0394100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[77].Value = ((int)(Y0394100.Value)); + if ((T4504201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[317].Value = ((int)(T4504201.Value)); } else { - this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[317].Value = global::System.DBNull.Value; } - if ((Y0394300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[78].Value = ((int)(Y0394300.Value)); + this.Adapter.UpdateCommand.Parameters[318].Value = ((int)(Original_R0000100)); + if ((Original_R0214800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[319].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[320].Value = ((int)(Original_R0214800.Value)); } else { - this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[319].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[320].Value = global::System.DBNull.Value; } - if ((Y0394500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[79].Value = ((int)(Y0394500.Value)); + if ((Original_R1373400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[321].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[322].Value = ((int)(Original_R1373400.Value)); } else { - this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[321].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[322].Value = global::System.DBNull.Value; } - if ((Y0394501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[80].Value = ((int)(Y0394501.Value)); + if ((Original_R1374100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[323].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[324].Value = ((int)(Original_R1374100.Value)); } else { - this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[323].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[324].Value = global::System.DBNull.Value; } - if ((Y0394900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[81].Value = ((int)(Y0394900.Value)); + if ((Original_R1374800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[325].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[326].Value = ((int)(Original_R1374800.Value)); } else { - this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[325].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[326].Value = global::System.DBNull.Value; } - if ((Y0651000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[82].Value = ((int)(Y0651000.Value)); + if ((Original_R1375500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[327].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[328].Value = ((int)(Original_R1375500.Value)); } else { - this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[327].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[328].Value = global::System.DBNull.Value; } - if ((Y0682500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[83].Value = ((int)(Y0682500.Value)); + if ((Original_R1376200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[329].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[330].Value = ((int)(Original_R1376200.Value)); } else { - this.Adapter.InsertCommand.Parameters[83].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[329].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[330].Value = global::System.DBNull.Value; } - if ((Y0683800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[84].Value = ((int)(Y0683800.Value)); + if ((Original_R1376900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[331].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[332].Value = ((int)(Original_R1376900.Value)); } else { - this.Adapter.InsertCommand.Parameters[84].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[331].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[332].Value = global::System.DBNull.Value; } - if ((Y0683900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[85].Value = ((int)(Y0683900.Value)); + if ((Original_R1377600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[333].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[334].Value = ((int)(Original_R1377600.Value)); } else { - this.Adapter.InsertCommand.Parameters[85].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[333].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[334].Value = global::System.DBNull.Value; } - if ((Y0684100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[86].Value = ((int)(Y0684100.Value)); + if ((Original_R1753800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[335].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[336].Value = ((int)(Original_R1753800.Value)); } else { - this.Adapter.InsertCommand.Parameters[86].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[335].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[336].Value = global::System.DBNull.Value; } - if ((Y0684101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[87].Value = ((int)(Y0684101.Value)); + if ((Original_R1754500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[337].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[338].Value = ((int)(Original_R1754500.Value)); } else { - this.Adapter.InsertCommand.Parameters[87].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[337].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[338].Value = global::System.DBNull.Value; } - if ((Y0684500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[88].Value = ((int)(Y0684500.Value)); + if ((Original_R1755200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[339].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[340].Value = ((int)(Original_R1755200.Value)); } else { - this.Adapter.InsertCommand.Parameters[88].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[339].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[340].Value = global::System.DBNull.Value; } - if ((Y0947100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[89].Value = ((int)(Y0947100.Value)); + if ((Original_R1755900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[341].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[342].Value = ((int)(Original_R1755900.Value)); } else { - this.Adapter.InsertCommand.Parameters[89].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[341].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[342].Value = global::System.DBNull.Value; } - if ((Y0986200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[90].Value = ((int)(Y0986200.Value)); + if ((Original_R1756600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[343].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[344].Value = ((int)(Original_R1756600.Value)); } else { - this.Adapter.InsertCommand.Parameters[90].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[343].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[344].Value = global::System.DBNull.Value; } - if ((Y0986700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[91].Value = ((int)(Y0986700.Value)); + if ((Original_R1757300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[345].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[346].Value = ((int)(Original_R1757300.Value)); } else { - this.Adapter.InsertCommand.Parameters[91].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[345].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[346].Value = global::System.DBNull.Value; } - if ((Y0988800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[92].Value = ((int)(Y0988800.Value)); + if ((Original_R1758000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[347].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[348].Value = ((int)(Original_R1758000.Value)); } else { - this.Adapter.InsertCommand.Parameters[92].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[347].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[348].Value = global::System.DBNull.Value; } - if ((Y0988900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[93].Value = ((int)(Y0988900.Value)); + if ((Original_R2095800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[349].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[350].Value = ((int)(Original_R2095800.Value)); } else { - this.Adapter.InsertCommand.Parameters[93].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[349].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[350].Value = global::System.DBNull.Value; } - if ((Y0989400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[94].Value = ((int)(Y0989400.Value)); + if ((Original_R2096500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[351].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[352].Value = ((int)(Original_R2096500.Value)); } else { - this.Adapter.InsertCommand.Parameters[94].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[351].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[352].Value = global::System.DBNull.Value; } - if ((Y0989401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[95].Value = ((int)(Y0989401.Value)); + if ((Original_R2097200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[353].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[354].Value = ((int)(Original_R2097200.Value)); } else { - this.Adapter.InsertCommand.Parameters[95].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[353].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[354].Value = global::System.DBNull.Value; } - if ((Y0989900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[96].Value = ((int)(Y0989900.Value)); + if ((Original_R2097900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[355].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[356].Value = ((int)(Original_R2097900.Value)); } else { - this.Adapter.InsertCommand.Parameters[96].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[355].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[356].Value = global::System.DBNull.Value; } - if ((Y1229100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[97].Value = ((int)(Y1229100.Value)); + if ((Original_R2098600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[357].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[358].Value = ((int)(Original_R2098600.Value)); } else { - this.Adapter.InsertCommand.Parameters[97].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[357].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[358].Value = global::System.DBNull.Value; } - if ((Y1229200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[98].Value = ((int)(Y1229200.Value)); + if ((Original_R2099300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[359].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[360].Value = ((int)(Original_R2099300.Value)); } else { - this.Adapter.InsertCommand.Parameters[98].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[359].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[360].Value = global::System.DBNull.Value; } - if ((Y1229700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[99].Value = ((int)(Y1229700.Value)); + if ((Original_R2100000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[361].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[362].Value = ((int)(Original_R2100000.Value)); } else { - this.Adapter.InsertCommand.Parameters[99].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[361].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[362].Value = global::System.DBNull.Value; } - if ((Y1229701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[100].Value = ((int)(Y1229701.Value)); + if ((Original_R2648100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[363].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[364].Value = ((int)(Original_R2648100.Value)); } else { - this.Adapter.InsertCommand.Parameters[100].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[363].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[364].Value = global::System.DBNull.Value; } - if ((Y1264300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[101].Value = ((int)(Y1264300.Value)); + if ((Original_R2648800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[365].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[366].Value = ((int)(Original_R2648800.Value)); } else { - this.Adapter.InsertCommand.Parameters[101].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[365].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[366].Value = global::System.DBNull.Value; } - if ((Y1265300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[102].Value = ((int)(Y1265300.Value)); + if ((Original_R2649500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[367].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[368].Value = ((int)(Original_R2649500.Value)); } else { - this.Adapter.InsertCommand.Parameters[102].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[367].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[368].Value = global::System.DBNull.Value; } - if ((Y1458900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[103].Value = ((int)(Y1458900.Value)); + if ((Original_R2650200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[369].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[370].Value = ((int)(Original_R2650200.Value)); } else { - this.Adapter.InsertCommand.Parameters[103].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[369].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[370].Value = global::System.DBNull.Value; } - if ((Y1459400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[104].Value = ((int)(Y1459400.Value)); + if ((Original_R2650900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[371].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[372].Value = ((int)(Original_R2650900.Value)); } else { - this.Adapter.InsertCommand.Parameters[104].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[371].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[372].Value = global::System.DBNull.Value; } - if ((Y1459401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[105].Value = ((int)(Y1459401.Value)); + if ((Original_R2651600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[373].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[374].Value = ((int)(Original_R2651600.Value)); } else { - this.Adapter.InsertCommand.Parameters[105].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[373].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[374].Value = global::System.DBNull.Value; } - if ((Y1629500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[106].Value = ((int)(Y1629500.Value)); + if ((Original_R2652300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[375].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[376].Value = ((int)(Original_R2652300.Value)); } else { - this.Adapter.InsertCommand.Parameters[106].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[375].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[376].Value = global::System.DBNull.Value; } - if ((Y1704000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[107].Value = ((int)(Y1704000.Value)); + if ((Original_R3256000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[377].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[378].Value = ((int)(Original_R3256000.Value)); } else { - this.Adapter.InsertCommand.Parameters[107].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[377].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[378].Value = global::System.DBNull.Value; } - if ((Y1704500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[108].Value = ((int)(Y1704500.Value)); + if ((Original_R3257800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[379].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[380].Value = ((int)(Original_R3257800.Value)); } else { - this.Adapter.InsertCommand.Parameters[108].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[379].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[380].Value = global::System.DBNull.Value; } - if ((Y1704501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[109].Value = ((int)(Y1704501.Value)); + if ((Original_R3259600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[381].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[382].Value = ((int)(Original_R3259600.Value)); } else { - this.Adapter.InsertCommand.Parameters[109].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[381].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[382].Value = global::System.DBNull.Value; } - if ((Y1707300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[110].Value = ((int)(Y1707300.Value)); + if ((Original_R3261400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[383].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[384].Value = ((int)(Original_R3261400.Value)); } else { - this.Adapter.InsertCommand.Parameters[110].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[383].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[384].Value = global::System.DBNull.Value; } - if ((Y1883300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[111].Value = ((int)(Y1883300.Value)); + if ((Original_R3263200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[385].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[386].Value = ((int)(Original_R3263200.Value)); } else { - this.Adapter.InsertCommand.Parameters[111].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[385].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[386].Value = global::System.DBNull.Value; } - if ((Y1989500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[112].Value = ((int)(Y1989500.Value)); + if ((Original_R3265000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[387].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[388].Value = ((int)(Original_R3265000.Value)); } else { - this.Adapter.InsertCommand.Parameters[112].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[387].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[388].Value = global::System.DBNull.Value; } - if ((Y1990000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[113].Value = ((int)(Y1990000.Value)); + if ((Original_R3266800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[389].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[390].Value = ((int)(Original_R3266800.Value)); } else { - this.Adapter.InsertCommand.Parameters[113].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[389].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[390].Value = global::System.DBNull.Value; } - if ((Y1990001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[114].Value = ((int)(Y1990001.Value)); + if ((Original_R3771900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[391].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[392].Value = ((int)(Original_R3771900.Value)); } else { - this.Adapter.InsertCommand.Parameters[114].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[391].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[392].Value = global::System.DBNull.Value; } - if ((Y1992900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[115].Value = ((int)(Y1992900.Value)); + if ((Original_R3772200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[393].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[394].Value = ((int)(Original_R3772200.Value)); } else { - this.Adapter.InsertCommand.Parameters[115].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[393].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[394].Value = global::System.DBNull.Value; } - if ((Y2197500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[116].Value = ((int)(Y2197500.Value)); + if ((Original_R3772300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[395].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[396].Value = ((int)(Original_R3772300.Value)); } else { - this.Adapter.InsertCommand.Parameters[116].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[395].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[396].Value = global::System.DBNull.Value; } - if ((Y2308300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[117].Value = ((int)(Y2308300.Value)); + if ((Original_R3774000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[397].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[398].Value = ((int)(Original_R3774000.Value)); } else { - this.Adapter.InsertCommand.Parameters[117].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[397].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[398].Value = global::System.DBNull.Value; } - if ((Y2308800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[118].Value = ((int)(Y2308800.Value)); + if ((Original_R3774300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[399].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[400].Value = ((int)(Original_R3774300.Value)); } else { - this.Adapter.InsertCommand.Parameters[118].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[399].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[400].Value = global::System.DBNull.Value; } - if ((Y2308801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[119].Value = ((int)(Y2308801.Value)); + if ((Original_R3774400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[401].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[402].Value = ((int)(Original_R3774400.Value)); } else { - this.Adapter.InsertCommand.Parameters[119].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[401].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[402].Value = global::System.DBNull.Value; } - if ((Y2311700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[120].Value = ((int)(Y2311700.Value)); + if ((Original_R3776100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[403].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[404].Value = ((int)(Original_R3776100.Value)); } else { - this.Adapter.InsertCommand.Parameters[120].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[403].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[404].Value = global::System.DBNull.Value; } - if ((Y2531800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[121].Value = ((int)(Y2531800.Value)); + if ((Original_R3776400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[405].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[406].Value = ((int)(Original_R3776400.Value)); } else { - this.Adapter.InsertCommand.Parameters[121].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[405].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[406].Value = global::System.DBNull.Value; } - if ((Y2641000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[122].Value = ((int)(Y2641000.Value)); + if ((Original_R3776500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[407].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[408].Value = ((int)(Original_R3776500.Value)); } else { - this.Adapter.InsertCommand.Parameters[122].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[407].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[408].Value = global::System.DBNull.Value; } - if ((Y2641500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[123].Value = ((int)(Y2641500.Value)); + if ((Original_R3778200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[409].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[410].Value = ((int)(Original_R3778200.Value)); } else { - this.Adapter.InsertCommand.Parameters[123].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[409].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[410].Value = global::System.DBNull.Value; } - if ((Y2641501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[124].Value = ((int)(Y2641501.Value)); + if ((Original_R3778500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[411].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[412].Value = ((int)(Original_R3778500.Value)); } else { - this.Adapter.InsertCommand.Parameters[124].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[411].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[412].Value = global::System.DBNull.Value; } - if ((Y2644400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[125].Value = ((int)(Y2644400.Value)); + if ((Original_R3778600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[413].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[414].Value = ((int)(Original_R3778600.Value)); } else { - this.Adapter.InsertCommand.Parameters[125].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[413].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[414].Value = global::System.DBNull.Value; } - if ((Y2880000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[126].Value = ((int)(Y2880000.Value)); + if ((Original_R3780300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[415].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[416].Value = ((int)(Original_R3780300.Value)); } else { - this.Adapter.InsertCommand.Parameters[126].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[415].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[416].Value = global::System.DBNull.Value; } - if ((Y2998200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[127].Value = ((int)(Y2998200.Value)); + if ((Original_R3780600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[417].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[418].Value = ((int)(Original_R3780600.Value)); } else { - this.Adapter.InsertCommand.Parameters[127].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[417].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[418].Value = global::System.DBNull.Value; } - if ((Y2998700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[128].Value = ((int)(Y2998700.Value)); + if ((Original_R3780700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[419].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[420].Value = ((int)(Original_R3780700.Value)); } else { - this.Adapter.InsertCommand.Parameters[128].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[419].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[420].Value = global::System.DBNull.Value; } - if ((Y2998701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[129].Value = ((int)(Y2998701.Value)); + if ((Original_R3782400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[421].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[422].Value = ((int)(Original_R3782400.Value)); } else { - this.Adapter.InsertCommand.Parameters[129].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[421].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[422].Value = global::System.DBNull.Value; } - if ((Y3001600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[130].Value = ((int)(Y3001600.Value)); + if ((Original_R3784500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[423].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[424].Value = ((int)(Original_R3784500.Value)); } else { - this.Adapter.InsertCommand.Parameters[130].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[423].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[424].Value = global::System.DBNull.Value; } - if ((Y3249900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[131].Value = ((int)(Y3249900.Value)); + if ((Original_R4276900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[425].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[426].Value = ((int)(Original_R4276900.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(); + this.Adapter.UpdateCommand.Parameters[425].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[426].Value = global::System.DBNull.Value; } - try { - int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); - return returnValue; + if ((Original_R4277200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[427].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[428].Value = ((int)(Original_R4277200.Value)); } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.InsertCommand.Connection.Close(); - } + else { + this.Adapter.UpdateCommand.Parameters[427].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[428].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 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)); + if ((Original_R4277201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[429].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[430].Value = ((int)(Original_R4277201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[429].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[430].Value = global::System.DBNull.Value; } - if ((C0005300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(C0005300.Value)); + if ((Original_R4277800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[431].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[432].Value = ((int)(Original_R4277800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[431].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[432].Value = global::System.DBNull.Value; } - if ((C0005400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(C0005400.Value)); + if ((Original_R4278100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[433].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[434].Value = ((int)(Original_R4278100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[433].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[434].Value = global::System.DBNull.Value; } - if ((C0005700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(C0005700.Value)); + if ((Original_R4278101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[435].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[436].Value = ((int)(Original_R4278101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[435].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[436].Value = global::System.DBNull.Value; } - if ((C0008100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(C0008100.Value)); + if ((Original_R4278700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[437].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[438].Value = ((int)(Original_R4278700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[437].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[438].Value = global::System.DBNull.Value; } - if ((C0008200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(C0008200.Value)); + if ((Original_R4279000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[439].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[440].Value = ((int)(Original_R4279000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[439].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[440].Value = global::System.DBNull.Value; } - if ((C0008300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(C0008300.Value)); + if ((Original_R4279001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[441].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[442].Value = ((int)(Original_R4279001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[441].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[442].Value = global::System.DBNull.Value; } - if ((C0008600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(C0008600.Value)); + if ((Original_R4279600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[443].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[444].Value = ((int)(Original_R4279600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[443].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[444].Value = global::System.DBNull.Value; } - if ((C0008700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(C0008700.Value)); + if ((Original_R4279900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[445].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[446].Value = ((int)(Original_R4279900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[445].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[446].Value = global::System.DBNull.Value; } - if ((C0008800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(C0008800.Value)); + if ((Original_R4279901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[447].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[448].Value = ((int)(Original_R4279901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[447].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[448].Value = global::System.DBNull.Value; } - if ((C0009100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(C0009100.Value)); + if ((Original_R4280500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[449].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[450].Value = ((int)(Original_R4280500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[449].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[450].Value = global::System.DBNull.Value; } - if ((C0009200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(C0009200.Value)); + if ((Original_R4280800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[451].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[452].Value = ((int)(Original_R4280800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[451].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[452].Value = global::System.DBNull.Value; } - if ((C0009300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(C0009300.Value)); + if ((Original_R4280801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[453].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[454].Value = ((int)(Original_R4280801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[453].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[454].Value = global::System.DBNull.Value; } - if ((C0009600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(C0009600.Value)); + if ((Original_R4281400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[455].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[456].Value = ((int)(Original_R4281400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[455].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[456].Value = global::System.DBNull.Value; } - if ((C0009700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(C0009700.Value)); + if ((Original_R4282200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[457].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[458].Value = ((int)(Original_R4282200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[457].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[458].Value = global::System.DBNull.Value; } - if ((C0009800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(C0009800.Value)); + if ((Original_R4827700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[459].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[460].Value = ((int)(Original_R4827700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[459].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[460].Value = global::System.DBNull.Value; } - if ((C0009900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(C0009900.Value)); + if ((Original_R4828000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[461].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[462].Value = ((int)(Original_R4828000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[461].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[462].Value = global::System.DBNull.Value; } - if ((C0010110.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(C0010110.Value)); + if ((Original_R4828001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[463].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[464].Value = ((int)(Original_R4828001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[463].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[464].Value = global::System.DBNull.Value; } - if ((C0010200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(C0010200.Value)); + if ((Original_R4830700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[465].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[466].Value = ((int)(Original_R4830700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[465].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[466].Value = global::System.DBNull.Value; } - if ((C0010300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(C0010300.Value)); + if ((Original_R4831000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[467].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[468].Value = ((int)(Original_R4831000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[467].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[468].Value = global::System.DBNull.Value; } - if ((C0010400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(C0010400.Value)); + if ((Original_R4831001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[469].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[470].Value = ((int)(Original_R4831001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[469].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[470].Value = global::System.DBNull.Value; } - if ((C0010700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(C0010700.Value)); + if ((Original_R4833700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[471].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[472].Value = ((int)(Original_R4833700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[471].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[472].Value = global::System.DBNull.Value; } - if ((C0010800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(C0010800.Value)); + if ((Original_R4834000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[473].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[474].Value = ((int)(Original_R4834000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[473].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[474].Value = global::System.DBNull.Value; } - if ((C0010900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(C0010900.Value)); + if ((Original_R4834001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[475].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[476].Value = ((int)(Original_R4834001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[475].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[476].Value = global::System.DBNull.Value; } - if ((C0011110.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(C0011110.Value)); + if ((Original_R4836700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[477].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[478].Value = ((int)(Original_R4836700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[477].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[478].Value = global::System.DBNull.Value; } - if ((C0011111.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(C0011111.Value)); + if ((Original_R4837000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[479].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[480].Value = ((int)(Original_R4837000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[479].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[480].Value = global::System.DBNull.Value; } - if ((C0011112.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(C0011112.Value)); + if ((Original_R4837001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[481].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[482].Value = ((int)(Original_R4837001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[481].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[482].Value = global::System.DBNull.Value; } - if ((C0011113.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[28].Value = ((int)(C0011113.Value)); + if ((Original_R4839700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[483].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[484].Value = ((int)(Original_R4839700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[483].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[484].Value = global::System.DBNull.Value; } - if ((C0011114.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(C0011114.Value)); + if ((Original_R4840000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[485].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[486].Value = ((int)(Original_R4840000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[485].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[486].Value = global::System.DBNull.Value; } - if ((C0011117.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(C0011117.Value)); + if ((Original_R4840001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[487].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[488].Value = ((int)(Original_R4840001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[487].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[488].Value = global::System.DBNull.Value; } - if ((C0011118.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(C0011118.Value)); + if ((Original_R4842600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[489].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[490].Value = ((int)(Original_R4842600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[489].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[490].Value = global::System.DBNull.Value; } - if ((C0011119.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[32].Value = ((int)(C0011119.Value)); + if ((Original_R4844900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[491].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[492].Value = ((int)(Original_R4844900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[491].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[492].Value = global::System.DBNull.Value; } - if ((C0011122.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(C0011122.Value)); + if ((Original_R4847200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[493].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[494].Value = ((int)(Original_R4847200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[493].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[494].Value = global::System.DBNull.Value; } - if ((C0011123.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[34].Value = ((int)(C0011123.Value)); + if ((Original_R5498100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[495].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[496].Value = ((int)(Original_R5498100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[495].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[496].Value = global::System.DBNull.Value; } - if ((C0011124.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(C0011124.Value)); + if ((Original_R5498400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[497].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[498].Value = ((int)(Original_R5498400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[497].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[498].Value = global::System.DBNull.Value; } - if ((C0011127.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[36].Value = ((int)(C0011127.Value)); + if ((Original_R5498401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[499].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[500].Value = ((int)(Original_R5498401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[499].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[500].Value = global::System.DBNull.Value; } - if ((C0011128.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(C0011128.Value)); + if ((Original_R5501100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[501].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[502].Value = ((int)(Original_R5501100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[501].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[502].Value = global::System.DBNull.Value; } - if ((C0011129.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[38].Value = ((int)(C0011129.Value)); + if ((Original_R5501400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[503].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[504].Value = ((int)(Original_R5501400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[503].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[504].Value = global::System.DBNull.Value; } - if ((C0011132.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[39].Value = ((int)(C0011132.Value)); + if ((Original_R5501401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[505].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[506].Value = ((int)(Original_R5501401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[505].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[506].Value = global::System.DBNull.Value; } - if ((C0011133.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[40].Value = ((int)(C0011133.Value)); + if ((Original_R5504100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[507].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[508].Value = ((int)(Original_R5504100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[507].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[508].Value = global::System.DBNull.Value; } - if ((C0011134.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[41].Value = ((int)(C0011134.Value)); + if ((Original_R5504400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[509].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[510].Value = ((int)(Original_R5504400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[509].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[510].Value = global::System.DBNull.Value; } - if ((C0011137.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[42].Value = ((int)(C0011137.Value)); + if ((Original_R5504401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[511].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[512].Value = ((int)(Original_R5504401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[511].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[512].Value = global::System.DBNull.Value; } - if ((C0011138.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[43].Value = ((int)(C0011138.Value)); + if ((Original_R5507100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[513].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[514].Value = ((int)(Original_R5507100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[513].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[514].Value = global::System.DBNull.Value; } - if ((C0011139.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[44].Value = ((int)(C0011139.Value)); + if ((Original_R5507400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[515].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[516].Value = ((int)(Original_R5507400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[515].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[516].Value = global::System.DBNull.Value; } - if ((C0011142.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[45].Value = ((int)(C0011142.Value)); + if ((Original_R5507401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[517].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[518].Value = ((int)(Original_R5507401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[517].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[518].Value = global::System.DBNull.Value; } - if ((C0011143.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[46].Value = ((int)(C0011143.Value)); + if ((Original_R5510100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[519].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[520].Value = ((int)(Original_R5510100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[519].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[520].Value = global::System.DBNull.Value; } - if ((C0011144.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[47].Value = ((int)(C0011144.Value)); + if ((Original_R5510400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[521].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[522].Value = ((int)(Original_R5510400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[521].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[522].Value = global::System.DBNull.Value; } - if ((C3070500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[48].Value = ((int)(C3070500.Value)); + if ((Original_R5510401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[523].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[524].Value = ((int)(Original_R5510401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[523].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[524].Value = global::System.DBNull.Value; } - if ((C3423600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[49].Value = ((int)(C3423600.Value)); + if ((Original_R5513100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[525].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[526].Value = ((int)(Original_R5513100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[525].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[526].Value = global::System.DBNull.Value; } - if ((C3601100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[50].Value = ((int)(C3601100.Value)); + if ((Original_R5515400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[527].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[528].Value = ((int)(Original_R5515400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[527].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[528].Value = global::System.DBNull.Value; } - if ((C3601700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[51].Value = ((int)(C3601700.Value)); + if ((Original_R5517700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[529].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[530].Value = ((int)(Original_R5517700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[529].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[530].Value = global::System.DBNull.Value; } - if ((C3601800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(C3601800.Value)); + if ((Original_R5519900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[531].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[532].Value = ((int)(Original_R5519900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[531].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[532].Value = global::System.DBNull.Value; } - if ((C3601900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[53].Value = ((int)(C3601900.Value)); + if ((Original_R6219500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[533].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[534].Value = ((int)(Original_R6219500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[533].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[534].Value = global::System.DBNull.Value; } - if ((C3605900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[54].Value = ((int)(C3605900.Value)); + if ((Original_R6219600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[535].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[536].Value = ((int)(Original_R6219600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[535].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[536].Value = global::System.DBNull.Value; } - if ((C3981100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[55].Value = ((int)(C3981100.Value)); + if ((Original_R6219700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[537].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[538].Value = ((int)(Original_R6219700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[537].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[538].Value = global::System.DBNull.Value; } - if ((C3981700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[56].Value = ((int)(C3981700.Value)); + if ((Original_R6219800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[539].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[540].Value = ((int)(Original_R6219800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[539].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[540].Value = global::System.DBNull.Value; } - if ((C3981800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[57].Value = ((int)(C3981800.Value)); + if ((Original_R6219900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[541].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[542].Value = ((int)(Original_R6219900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[541].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[542].Value = global::System.DBNull.Value; } - if ((C3981900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[58].Value = ((int)(C3981900.Value)); + if ((Original_R6220000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[543].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[544].Value = ((int)(Original_R6220000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[543].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[544].Value = global::System.DBNull.Value; } - if ((C5156100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(C5156100.Value)); + if ((Original_R6220100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[545].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[546].Value = ((int)(Original_R6220100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[545].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[546].Value = global::System.DBNull.Value; } - if ((C5525500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[60].Value = ((int)(C5525500.Value)); + if ((Original_R6220200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[547].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[548].Value = ((int)(Original_R6220200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[547].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[548].Value = global::System.DBNull.Value; } - if ((C5525600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[61].Value = ((int)(C5525600.Value)); + if ((Original_R6220300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[549].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[550].Value = ((int)(Original_R6220300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[549].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[550].Value = global::System.DBNull.Value; } - if ((C5525700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[62].Value = ((int)(C5525700.Value)); + if ((Original_R6220400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[551].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[552].Value = ((int)(Original_R6220400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[551].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[552].Value = global::System.DBNull.Value; } - if ((C5733200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[63].Value = ((int)(C5733200.Value)); + if ((Original_R6222800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[553].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[554].Value = ((int)(Original_R6222800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[553].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[554].Value = global::System.DBNull.Value; } - if ((C5801800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[64].Value = ((int)(C5801800.Value)); + if ((Original_R6222801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[555].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[556].Value = ((int)(Original_R6222801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[555].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[556].Value = global::System.DBNull.Value; } - if ((C5801900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[65].Value = ((int)(C5801900.Value)); + if ((Original_R6222900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[557].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[558].Value = ((int)(Original_R6222900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[557].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[558].Value = global::System.DBNull.Value; } - if ((C5802000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[66].Value = ((int)(C5802000.Value)); + if ((Original_R6222901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[559].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[560].Value = ((int)(Original_R6222901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[559].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[560].Value = global::System.DBNull.Value; } - if ((C6006200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[67].Value = ((int)(C6006200.Value)); + if ((Original_R6223000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[561].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[562].Value = ((int)(Original_R6223000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[561].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[562].Value = global::System.DBNull.Value; } - if ((Y0003200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[68].Value = ((int)(Y0003200.Value)); + if ((Original_R6223001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[563].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[564].Value = ((int)(Original_R6223001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[563].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[564].Value = global::System.DBNull.Value; } - if ((Y0007300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[69].Value = ((int)(Y0007300.Value)); + if ((Original_R6223100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[565].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[566].Value = ((int)(Original_R6223100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[565].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[566].Value = global::System.DBNull.Value; } - if ((Y0007400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[70].Value = ((int)(Y0007400.Value)); + if ((Original_R6223101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[567].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[568].Value = ((int)(Original_R6223101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[567].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[568].Value = global::System.DBNull.Value; } - if ((Y0007600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[71].Value = ((int)(Y0007600.Value)); + if ((Original_R6223200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[569].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[570].Value = ((int)(Original_R6223200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[569].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[570].Value = global::System.DBNull.Value; } - if ((Y0007601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[72].Value = ((int)(Y0007601.Value)); + if ((Original_R6223201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[571].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[572].Value = ((int)(Original_R6223201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[571].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[572].Value = global::System.DBNull.Value; } - if ((Y0008000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[73].Value = ((int)(Y0008000.Value)); + if ((Original_R6223300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[573].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[574].Value = ((int)(Original_R6223300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[573].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[574].Value = global::System.DBNull.Value; } - if ((Y0008500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[74].Value = ((int)(Y0008500.Value)); + if ((Original_R6223301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[575].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[576].Value = ((int)(Original_R6223301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[575].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[576].Value = global::System.DBNull.Value; } - if ((Y0008600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[75].Value = ((int)(Y0008600.Value)); + if ((Original_R6773500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[577].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[578].Value = ((int)(Original_R6773500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[577].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[578].Value = global::System.DBNull.Value; } - if ((Y0009400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[76].Value = ((int)(Y0009400.Value)); + if ((Original_R6773600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[579].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[580].Value = ((int)(Original_R6773600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[579].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[580].Value = global::System.DBNull.Value; } - if ((Y0394100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[77].Value = ((int)(Y0394100.Value)); + if ((Original_R6773700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[581].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[582].Value = ((int)(Original_R6773700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[581].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[582].Value = global::System.DBNull.Value; } - if ((Y0394300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[78].Value = ((int)(Y0394300.Value)); + if ((Original_R6773800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[583].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[584].Value = ((int)(Original_R6773800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[583].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[584].Value = global::System.DBNull.Value; } - if ((Y0394500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[79].Value = ((int)(Y0394500.Value)); + if ((Original_R6773900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[585].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[586].Value = ((int)(Original_R6773900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[585].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[586].Value = global::System.DBNull.Value; } - if ((Y0394501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[80].Value = ((int)(Y0394501.Value)); + if ((Original_R6774000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[587].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[588].Value = ((int)(Original_R6774000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[587].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[588].Value = global::System.DBNull.Value; } - if ((Y0394900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[81].Value = ((int)(Y0394900.Value)); + if ((Original_R6774100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[589].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[590].Value = ((int)(Original_R6774100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[589].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[590].Value = global::System.DBNull.Value; } - if ((Y0651000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[82].Value = ((int)(Y0651000.Value)); + if ((Original_R6774200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[591].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[592].Value = ((int)(Original_R6774200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[591].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[592].Value = global::System.DBNull.Value; } - if ((Y0682500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[83].Value = ((int)(Y0682500.Value)); + if ((Original_R6774300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[593].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[594].Value = ((int)(Original_R6774300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[593].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[594].Value = global::System.DBNull.Value; } - if ((Y0683800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[84].Value = ((int)(Y0683800.Value)); + if ((Original_R6774400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[595].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[596].Value = ((int)(Original_R6774400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[595].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[596].Value = global::System.DBNull.Value; } - if ((Y0683900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[85].Value = ((int)(Y0683900.Value)); + if ((Original_R6776300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[597].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[598].Value = ((int)(Original_R6776300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[85].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[597].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[598].Value = global::System.DBNull.Value; } - if ((Y0684100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[86].Value = ((int)(Y0684100.Value)); + if ((Original_R6776301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[599].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[600].Value = ((int)(Original_R6776301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[599].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[600].Value = global::System.DBNull.Value; } - if ((Y0684101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[87].Value = ((int)(Y0684101.Value)); + if ((Original_R6776400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[601].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[602].Value = ((int)(Original_R6776400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[601].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[602].Value = global::System.DBNull.Value; } - if ((Y0684500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[88].Value = ((int)(Y0684500.Value)); + if ((Original_R6776401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[603].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[604].Value = ((int)(Original_R6776401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[603].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[604].Value = global::System.DBNull.Value; } - if ((Y0947100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[89].Value = ((int)(Y0947100.Value)); + if ((Original_R6776500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[605].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[606].Value = ((int)(Original_R6776500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[89].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[605].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[606].Value = global::System.DBNull.Value; } - if ((Y0986200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[90].Value = ((int)(Y0986200.Value)); + if ((Original_R6776501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[607].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[608].Value = ((int)(Original_R6776501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[90].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[607].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[608].Value = global::System.DBNull.Value; } - if ((Y0986700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[91].Value = ((int)(Y0986700.Value)); + if ((Original_R6776600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[609].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[610].Value = ((int)(Original_R6776600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[91].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[609].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[610].Value = global::System.DBNull.Value; } - if ((Y0988800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[92].Value = ((int)(Y0988800.Value)); + if ((Original_R6776601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[611].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[612].Value = ((int)(Original_R6776601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[92].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[611].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[612].Value = global::System.DBNull.Value; } - if ((Y0988900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[93].Value = ((int)(Y0988900.Value)); + if ((Original_R6776700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[613].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[614].Value = ((int)(Original_R6776700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[93].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[613].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[614].Value = global::System.DBNull.Value; } - if ((Y0989400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[94].Value = ((int)(Y0989400.Value)); + if ((Original_R6776701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[615].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[616].Value = ((int)(Original_R6776701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[94].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[615].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[616].Value = global::System.DBNull.Value; } - if ((Y0989401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[95].Value = ((int)(Y0989401.Value)); + if ((Original_R6776800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[617].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[618].Value = ((int)(Original_R6776800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[95].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[617].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[618].Value = global::System.DBNull.Value; } - if ((Y0989900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[96].Value = ((int)(Y0989900.Value)); + if ((Original_R6776801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[619].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[620].Value = ((int)(Original_R6776801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[96].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[619].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[620].Value = global::System.DBNull.Value; } - if ((Y1229100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[97].Value = ((int)(Y1229100.Value)); + if ((Original_R7417900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[621].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[622].Value = ((int)(Original_R7417900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[97].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[621].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[622].Value = global::System.DBNull.Value; } - if ((Y1229200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[98].Value = ((int)(Y1229200.Value)); + if ((Original_R7418000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[623].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[624].Value = ((int)(Original_R7418000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[98].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[623].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[624].Value = global::System.DBNull.Value; } - if ((Y1229700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[99].Value = ((int)(Y1229700.Value)); + if ((Original_R7418100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[625].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[626].Value = ((int)(Original_R7418100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[99].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[625].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[626].Value = global::System.DBNull.Value; } - if ((Y1229701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[100].Value = ((int)(Y1229701.Value)); + if ((Original_R7418200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[627].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[628].Value = ((int)(Original_R7418200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[100].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[627].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[628].Value = global::System.DBNull.Value; } - if ((Y1264300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[101].Value = ((int)(Y1264300.Value)); + if ((Original_R7418300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[629].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[630].Value = ((int)(Original_R7418300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[101].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[629].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[630].Value = global::System.DBNull.Value; } - if ((Y1265300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[102].Value = ((int)(Y1265300.Value)); + if ((Original_R7418400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[631].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[632].Value = ((int)(Original_R7418400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[102].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[631].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[632].Value = global::System.DBNull.Value; } - if ((Y1458900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[103].Value = ((int)(Y1458900.Value)); + if ((Original_R7418500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[633].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[634].Value = ((int)(Original_R7418500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[103].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[633].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[634].Value = global::System.DBNull.Value; } - if ((Y1459400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[104].Value = ((int)(Y1459400.Value)); + if ((Original_R7418600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[635].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[636].Value = ((int)(Original_R7418600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[104].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[635].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[636].Value = global::System.DBNull.Value; } - if ((Y1459401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[105].Value = ((int)(Y1459401.Value)); + if ((Original_R7418700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[637].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[638].Value = ((int)(Original_R7418700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[105].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[637].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[638].Value = global::System.DBNull.Value; } - if ((Y1629500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[106].Value = ((int)(Y1629500.Value)); + if ((Original_R7418800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[639].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[640].Value = ((int)(Original_R7418800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[106].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[639].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[640].Value = global::System.DBNull.Value; } - if ((Y1704000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[107].Value = ((int)(Y1704000.Value)); + if ((Original_R7420700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[641].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[642].Value = ((int)(Original_R7420700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[107].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[641].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[642].Value = global::System.DBNull.Value; } - if ((Y1704500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[108].Value = ((int)(Y1704500.Value)); + if ((Original_R7420701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[643].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[644].Value = ((int)(Original_R7420701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[108].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[643].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[644].Value = global::System.DBNull.Value; } - if ((Y1704501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[109].Value = ((int)(Y1704501.Value)); + if ((Original_R7420800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[645].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[646].Value = ((int)(Original_R7420800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[109].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[645].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[646].Value = global::System.DBNull.Value; } - if ((Y1707300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[110].Value = ((int)(Y1707300.Value)); + if ((Original_R7420801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[647].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[648].Value = ((int)(Original_R7420801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[110].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[647].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[648].Value = global::System.DBNull.Value; } - if ((Y1883300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[111].Value = ((int)(Y1883300.Value)); + if ((Original_R7420900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[649].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[650].Value = ((int)(Original_R7420900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[111].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[649].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[650].Value = global::System.DBNull.Value; } - if ((Y1989500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[112].Value = ((int)(Y1989500.Value)); + if ((Original_R7420901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[651].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[652].Value = ((int)(Original_R7420901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[112].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[651].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[652].Value = global::System.DBNull.Value; } - if ((Y1990000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[113].Value = ((int)(Y1990000.Value)); + if ((Original_R7421000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[653].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[654].Value = ((int)(Original_R7421000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[113].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[653].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[654].Value = global::System.DBNull.Value; } - if ((Y1990001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[114].Value = ((int)(Y1990001.Value)); + if ((Original_R7421001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[655].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[656].Value = ((int)(Original_R7421001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[114].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[655].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[656].Value = global::System.DBNull.Value; } - if ((Y1992900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[115].Value = ((int)(Y1992900.Value)); + if ((Original_R7421100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[657].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[658].Value = ((int)(Original_R7421100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[115].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[657].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[658].Value = global::System.DBNull.Value; } - if ((Y2197500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[116].Value = ((int)(Y2197500.Value)); + if ((Original_R7421101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[659].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[660].Value = ((int)(Original_R7421101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[116].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[659].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[660].Value = global::System.DBNull.Value; } - if ((Y2308300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[117].Value = ((int)(Y2308300.Value)); + if ((Original_R7421200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[661].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[662].Value = ((int)(Original_R7421200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[117].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[661].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[662].Value = global::System.DBNull.Value; } - if ((Y2308800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[118].Value = ((int)(Y2308800.Value)); + if ((Original_R7421201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[663].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[664].Value = ((int)(Original_R7421201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[118].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[663].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[664].Value = global::System.DBNull.Value; } - if ((Y2308801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[119].Value = ((int)(Y2308801.Value)); + if ((Original_R7421300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[665].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[666].Value = ((int)(Original_R7421300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[119].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[665].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[666].Value = global::System.DBNull.Value; } - if ((Y2311700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[120].Value = ((int)(Y2311700.Value)); + if ((Original_R7421301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[667].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[668].Value = ((int)(Original_R7421301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[120].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[667].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[668].Value = global::System.DBNull.Value; } - if ((Y2531800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[121].Value = ((int)(Y2531800.Value)); + if ((Original_R8116000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[669].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[670].Value = ((int)(Original_R8116000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[121].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[669].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[670].Value = global::System.DBNull.Value; } - if ((Y2641000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[122].Value = ((int)(Y2641000.Value)); + if ((Original_R8116100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[671].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[672].Value = ((int)(Original_R8116100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[122].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[671].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[672].Value = global::System.DBNull.Value; } - if ((Y2641500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[123].Value = ((int)(Y2641500.Value)); + if ((Original_R8116200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[673].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[674].Value = ((int)(Original_R8116200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[123].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[673].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[674].Value = global::System.DBNull.Value; } - if ((Y2641501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[124].Value = ((int)(Y2641501.Value)); + if ((Original_R8116300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[675].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[676].Value = ((int)(Original_R8116300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[124].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[675].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[676].Value = global::System.DBNull.Value; } - if ((Y2644400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[125].Value = ((int)(Y2644400.Value)); + if ((Original_R8116400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[677].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[678].Value = ((int)(Original_R8116400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[125].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[677].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[678].Value = global::System.DBNull.Value; } - if ((Y2880000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[126].Value = ((int)(Y2880000.Value)); + if ((Original_R8116500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[679].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[680].Value = ((int)(Original_R8116500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[126].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[679].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[680].Value = global::System.DBNull.Value; } - if ((Y2998200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[127].Value = ((int)(Y2998200.Value)); + if ((Original_R8116600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[681].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[682].Value = ((int)(Original_R8116600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[127].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[681].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[682].Value = global::System.DBNull.Value; } - if ((Y2998700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[128].Value = ((int)(Y2998700.Value)); + if ((Original_R8116700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[683].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[684].Value = ((int)(Original_R8116700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[128].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[683].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[684].Value = global::System.DBNull.Value; } - if ((Y2998701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[129].Value = ((int)(Y2998701.Value)); + if ((Original_R8116800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[685].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[686].Value = ((int)(Original_R8116800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[129].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[685].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[686].Value = global::System.DBNull.Value; } - if ((Y3001600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[130].Value = ((int)(Y3001600.Value)); + if ((Original_R8116900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[687].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[688].Value = ((int)(Original_R8116900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[130].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[687].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[688].Value = global::System.DBNull.Value; } - if ((Y3249900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[131].Value = ((int)(Y3249900.Value)); + if ((Original_R8119000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[689].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[690].Value = ((int)(Original_R8119000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[131].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[689].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[690].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)); + if ((Original_R8119001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[691].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[692].Value = ((int)(Original_R8119001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[133].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[134].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[691].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[692].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)); + if ((Original_R8119100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[693].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[694].Value = ((int)(Original_R8119100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[135].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[136].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[693].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[694].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)); + if ((Original_R8119101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[695].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[696].Value = ((int)(Original_R8119101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[137].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[138].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[695].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[696].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)); + if ((Original_R8119200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[697].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[698].Value = ((int)(Original_R8119200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[139].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[140].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[697].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[698].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)); + if ((Original_R8119201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[699].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[700].Value = ((int)(Original_R8119201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[141].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[142].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[699].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[700].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)); + if ((Original_R8119300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[701].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[702].Value = ((int)(Original_R8119300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[143].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[144].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[701].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[702].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)); + if ((Original_R8119301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[703].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[704].Value = ((int)(Original_R8119301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[145].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[146].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[703].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[704].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)); + if ((Original_R8119400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[705].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[706].Value = ((int)(Original_R8119400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[147].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[148].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[705].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[706].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)); + if ((Original_R8119401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[707].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[708].Value = ((int)(Original_R8119401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[149].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[150].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[707].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[708].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)); + if ((Original_R8119500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[709].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[710].Value = ((int)(Original_R8119500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[151].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[152].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[709].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[710].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)); + if ((Original_R8119501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[711].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[712].Value = ((int)(Original_R8119501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[153].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[154].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[711].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[712].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)); + if ((Original_T0347900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[713].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[714].Value = ((int)(Original_T0347900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[155].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[156].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[713].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[714].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)); + if ((Original_T0348000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[715].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[716].Value = ((int)(Original_T0348000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[157].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[158].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[715].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[716].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)); + if ((Original_T0348100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[717].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[718].Value = ((int)(Original_T0348100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[159].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[160].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[717].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[718].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)); + if ((Original_T0348200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[719].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[720].Value = ((int)(Original_T0348200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[161].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[162].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[719].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[720].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)); + if ((Original_T0348300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[721].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[722].Value = ((int)(Original_T0348300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[163].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[164].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[721].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[722].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)); + if ((Original_T0348400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[723].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[724].Value = ((int)(Original_T0348400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[165].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[166].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[723].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[724].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)); + if ((Original_T0348500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[725].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[726].Value = ((int)(Original_T0348500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[167].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[168].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[725].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[726].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)); + if ((Original_T0348600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[727].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[728].Value = ((int)(Original_T0348600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[169].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[170].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[727].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[728].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)); + if ((Original_T0348700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[729].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[730].Value = ((int)(Original_T0348700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[171].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[172].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[729].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[730].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)); + if ((Original_T0348800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[731].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[732].Value = ((int)(Original_T0348800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[173].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[174].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[731].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[732].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)); + if ((Original_T0348900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[733].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[734].Value = ((int)(Original_T0348900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[175].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[176].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[733].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[734].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)); + if ((Original_T0351100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[735].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[736].Value = ((int)(Original_T0351100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[177].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[178].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[735].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[736].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)); + if ((Original_T0351101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[737].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[738].Value = ((int)(Original_T0351101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[179].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[180].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[737].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[738].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)); + if ((Original_T0351200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[739].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[740].Value = ((int)(Original_T0351200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[181].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[182].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[739].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[740].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)); + if ((Original_T0351201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[741].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[742].Value = ((int)(Original_T0351201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[183].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[184].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[741].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[742].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)); + if ((Original_T0351300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[743].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[744].Value = ((int)(Original_T0351300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[185].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[186].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[743].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[744].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)); + if ((Original_T0351301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[745].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[746].Value = ((int)(Original_T0351301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[187].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[188].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[745].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[746].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)); + if ((Original_T0351400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[747].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[748].Value = ((int)(Original_T0351400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[189].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[190].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[747].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[748].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)); + if ((Original_T0351401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[749].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[750].Value = ((int)(Original_T0351401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[191].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[192].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[749].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[750].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)); + if ((Original_T0351500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[751].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[752].Value = ((int)(Original_T0351500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[193].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[194].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[751].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[752].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)); + if ((Original_T0351501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[753].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[754].Value = ((int)(Original_T0351501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[195].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[196].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[753].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[754].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)); + if ((Original_T0351600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[755].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[756].Value = ((int)(Original_T0351600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[197].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[198].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[755].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[756].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)); + if ((Original_T0351601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[757].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[758].Value = ((int)(Original_T0351601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[199].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[200].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[757].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[758].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)); + if ((Original_T0351700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[759].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[760].Value = ((int)(Original_T0351700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[201].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[202].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[759].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[760].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)); + if ((Original_T0351701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[761].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[762].Value = ((int)(Original_T0351701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[203].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[204].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[761].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[762].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)); + if ((Original_T0351800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[763].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[764].Value = ((int)(Original_T0351800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[205].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[206].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[763].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[764].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)); + if ((Original_T0351801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[765].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[766].Value = ((int)(Original_T0351801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[207].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[208].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[765].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[766].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)); + if ((Original_T1497300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[767].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[768].Value = ((int)(Original_T1497300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[209].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[210].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[767].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[768].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)); + if ((Original_T1497400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[769].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[770].Value = ((int)(Original_T1497400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[211].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[212].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[769].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[770].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)); + if ((Original_T1497500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[771].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[772].Value = ((int)(Original_T1497500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[213].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[214].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[771].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[772].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)); + if ((Original_T1497600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[773].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[774].Value = ((int)(Original_T1497600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[215].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[216].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[773].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[774].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)); + if ((Original_T1497700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[775].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[776].Value = ((int)(Original_T1497700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[217].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[218].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[775].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[776].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)); + if ((Original_T1497800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[777].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[778].Value = ((int)(Original_T1497800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[219].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[220].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[777].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[778].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)); + if ((Original_T1497900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[779].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[780].Value = ((int)(Original_T1497900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[221].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[222].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[779].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[780].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)); + if ((Original_T1498000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[781].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[782].Value = ((int)(Original_T1498000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[223].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[224].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[781].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[782].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)); + if ((Original_T1498100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[783].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[784].Value = ((int)(Original_T1498100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[225].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[226].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[783].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[784].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)); + if ((Original_T1498200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[785].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[786].Value = ((int)(Original_T1498200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[227].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[228].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[785].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[786].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)); + if ((Original_T1498300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[787].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[788].Value = ((int)(Original_T1498300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[229].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[230].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[787].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[788].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)); + if ((Original_T1500500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[789].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[790].Value = ((int)(Original_T1500500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[231].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[232].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[789].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[790].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)); + if ((Original_T1500501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[791].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[792].Value = ((int)(Original_T1500501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[233].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[234].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[791].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[792].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)); + if ((Original_T1500600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[793].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[794].Value = ((int)(Original_T1500600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[235].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[236].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[793].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[794].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)); + if ((Original_T1500601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[795].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[796].Value = ((int)(Original_T1500601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[237].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[238].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[795].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[796].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)); + if ((Original_T1500700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[797].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[798].Value = ((int)(Original_T1500700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[239].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[240].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[797].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[798].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)); + if ((Original_T1500701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[799].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[800].Value = ((int)(Original_T1500701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[241].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[242].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[799].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[800].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)); + if ((Original_T1500800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[801].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[802].Value = ((int)(Original_T1500800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[243].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[244].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[801].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[802].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)); + if ((Original_T1500801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[803].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[804].Value = ((int)(Original_T1500801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[245].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[246].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[803].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[804].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)); + if ((Original_T1500900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[805].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[806].Value = ((int)(Original_T1500900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[247].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[248].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[805].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[806].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)); + if ((Original_T1500901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[807].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[808].Value = ((int)(Original_T1500901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[249].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[250].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[807].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[808].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)); + if ((Original_T1501000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[809].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[810].Value = ((int)(Original_T1501000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[251].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[252].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[809].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[810].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)); + if ((Original_T1501001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[811].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[812].Value = ((int)(Original_T1501001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[253].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[254].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[811].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[812].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)); + if ((Original_T2543200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[813].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[814].Value = ((int)(Original_T2543200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[255].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[256].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[813].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[814].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)); + if ((Original_T2543300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[815].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[816].Value = ((int)(Original_T2543300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[257].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[258].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[815].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[816].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)); + if ((Original_T2543400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[817].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[818].Value = ((int)(Original_T2543400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[259].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[260].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[817].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[818].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)); + if ((Original_T2543500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[819].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[820].Value = ((int)(Original_T2543500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[261].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[262].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[819].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[820].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)); + if ((Original_T2543600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[821].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[822].Value = ((int)(Original_T2543600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[263].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[264].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[821].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[822].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)); + if ((Original_T2543700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[823].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[824].Value = ((int)(Original_T2543700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[265].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[266].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[823].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[824].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)); + if ((Original_T2543800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[825].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[826].Value = ((int)(Original_T2543800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[267].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[268].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[825].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[826].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)); + if ((Original_T2543900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[827].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[828].Value = ((int)(Original_T2543900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[269].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[270].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[827].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[828].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)); + if ((Original_T2544000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[829].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[830].Value = ((int)(Original_T2544000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[271].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[272].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[829].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[830].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)); + if ((Original_T2544100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[831].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[832].Value = ((int)(Original_T2544100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[273].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[274].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[831].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[832].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)); + if ((Original_T2546100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[833].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[834].Value = ((int)(Original_T2546100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[275].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[276].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[833].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[834].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)); + if ((Original_T2546101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[835].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[836].Value = ((int)(Original_T2546101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[277].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[278].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[835].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[836].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)); + if ((Original_T2546200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[837].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[838].Value = ((int)(Original_T2546200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[279].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[280].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[837].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[838].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)); + if ((Original_T2546201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[839].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[840].Value = ((int)(Original_T2546201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[281].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[282].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[839].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[840].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)); + if ((Original_T2546300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[841].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[842].Value = ((int)(Original_T2546300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[283].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[284].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[841].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[842].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)); + if ((Original_T2546301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[843].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[844].Value = ((int)(Original_T2546301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[285].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[286].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[843].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[844].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)); + if ((Original_T2546400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[845].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[846].Value = ((int)(Original_T2546400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[287].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[288].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[845].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[846].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)); + if ((Original_T2546401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[847].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[848].Value = ((int)(Original_T2546401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[289].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[290].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[847].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[848].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)); + if ((Original_T2546500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[849].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[850].Value = ((int)(Original_T2546500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[291].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[292].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[849].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[850].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)); + if ((Original_T2546501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[851].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[852].Value = ((int)(Original_T2546501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[293].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[294].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[851].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[852].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)); + if ((Original_T2546600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[853].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[854].Value = ((int)(Original_T2546600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[295].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[296].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[853].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[854].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)); + if ((Original_T2546601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[855].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[856].Value = ((int)(Original_T2546601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[297].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[298].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[855].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[856].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)); + if ((Original_T2546700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[857].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[858].Value = ((int)(Original_T2546700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[299].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[300].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[857].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[858].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)); + if ((Original_T2546701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[859].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[860].Value = ((int)(Original_T2546701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[301].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[302].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[859].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[860].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)); + if ((Original_T3529500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[861].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[862].Value = ((int)(Original_T3529500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[303].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[304].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[861].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[862].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)); + if ((Original_T3529600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[863].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[864].Value = ((int)(Original_T3529600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[305].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[306].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[863].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[864].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)); + if ((Original_T3529700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[865].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[866].Value = ((int)(Original_T3529700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[307].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[308].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[865].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[866].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)); + if ((Original_T3529800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[867].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[868].Value = ((int)(Original_T3529800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[309].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[310].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[867].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[868].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)); + if ((Original_T3529900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[869].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[870].Value = ((int)(Original_T3529900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[311].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[312].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[869].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[870].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)); + if ((Original_T3530000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[871].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[872].Value = ((int)(Original_T3530000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[313].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[314].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[871].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[872].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)); + if ((Original_T3530100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[873].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[874].Value = ((int)(Original_T3530100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[315].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[316].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[873].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[874].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)); + if ((Original_T3530200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[875].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[876].Value = ((int)(Original_T3530200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[317].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[318].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[875].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[876].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)); + if ((Original_T3530300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[877].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[878].Value = ((int)(Original_T3530300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[319].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[320].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[877].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[878].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)); + if ((Original_T3530400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[879].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[880].Value = ((int)(Original_T3530400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[321].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[322].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[879].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[880].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)); + if ((Original_T3532500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[881].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[882].Value = ((int)(Original_T3532500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[323].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[324].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[881].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[882].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)); + if ((Original_T3532501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[883].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[884].Value = ((int)(Original_T3532501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[325].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[326].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[883].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[884].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)); + if ((Original_T3532600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[885].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[886].Value = ((int)(Original_T3532600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[327].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[328].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[885].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[886].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)); + if ((Original_T3532601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[887].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[888].Value = ((int)(Original_T3532601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[329].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[330].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[887].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[888].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)); + if ((Original_T3532700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[889].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[890].Value = ((int)(Original_T3532700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[331].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[332].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[889].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[890].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)); + if ((Original_T3532701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[891].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[892].Value = ((int)(Original_T3532701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[333].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[334].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[891].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[892].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)); + if ((Original_T3532800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[893].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[894].Value = ((int)(Original_T3532800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[335].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[336].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[893].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[894].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)); + if ((Original_T3532801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[895].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[896].Value = ((int)(Original_T3532801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[337].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[338].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[895].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[896].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)); + if ((Original_T3532900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[897].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[898].Value = ((int)(Original_T3532900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[339].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[340].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[897].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[898].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)); + if ((Original_T3532901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[899].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[900].Value = ((int)(Original_T3532901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[341].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[342].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[899].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[900].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)); + if ((Original_T3533000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[901].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[902].Value = ((int)(Original_T3533000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[343].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[344].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[901].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[902].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)); + if ((Original_T3533001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[903].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[904].Value = ((int)(Original_T3533001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[345].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[346].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[903].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[904].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)); + if ((Original_T3533100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[905].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[906].Value = ((int)(Original_T3533100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[347].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[348].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[905].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[906].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)); + if ((Original_T3533101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[907].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[908].Value = ((int)(Original_T3533101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[349].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[350].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[907].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[908].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)); + if ((Original_T4498100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[909].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[910].Value = ((int)(Original_T4498100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[351].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[352].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[909].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[910].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)); + if ((Original_T4498200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[911].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[912].Value = ((int)(Original_T4498200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[353].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[354].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[911].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[912].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)); + if ((Original_T4498300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[913].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[914].Value = ((int)(Original_T4498300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[355].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[356].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[913].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[914].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)); + if ((Original_T4498400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[915].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[916].Value = ((int)(Original_T4498400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[357].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[358].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[915].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[916].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)); + if ((Original_T4498500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[917].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[918].Value = ((int)(Original_T4498500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[359].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[360].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[917].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[918].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)); + if ((Original_T4498600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[919].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[920].Value = ((int)(Original_T4498600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[361].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[362].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[919].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[920].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)); + if ((Original_T4498700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[921].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[922].Value = ((int)(Original_T4498700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[363].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[364].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[921].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[922].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)); + if ((Original_T4498800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[923].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[924].Value = ((int)(Original_T4498800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[365].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[366].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[923].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[924].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)); + if ((Original_T4498900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[925].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[926].Value = ((int)(Original_T4498900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[367].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[368].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[925].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[926].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)); + if ((Original_T4499000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[927].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[928].Value = ((int)(Original_T4499000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[369].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[370].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[927].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[928].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)); + if ((Original_T4503700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[929].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[930].Value = ((int)(Original_T4503700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[371].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[372].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[929].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[930].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)); + if ((Original_T4503701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[931].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[932].Value = ((int)(Original_T4503701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[373].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[374].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[931].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[932].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)); + if ((Original_T4503800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[933].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[934].Value = ((int)(Original_T4503800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[375].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[376].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[933].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[934].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)); + if ((Original_T4503801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[935].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[936].Value = ((int)(Original_T4503801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[377].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[378].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[935].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[936].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)); + if ((Original_T4503900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[937].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[938].Value = ((int)(Original_T4503900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[379].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[380].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[937].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[938].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)); + if ((Original_T4503901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[939].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[940].Value = ((int)(Original_T4503901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[381].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[382].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[939].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[940].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)); + if ((Original_T4504000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[941].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[942].Value = ((int)(Original_T4504000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[383].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[384].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[941].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[942].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)); + if ((Original_T4504001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[943].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[944].Value = ((int)(Original_T4504001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[385].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[386].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[943].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[944].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)); + if ((Original_T4504100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[945].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[946].Value = ((int)(Original_T4504100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[387].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[388].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[945].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[946].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)); + if ((Original_T4504101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[947].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[948].Value = ((int)(Original_T4504101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[389].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[390].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[947].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[948].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)); + if ((Original_T4504200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[949].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[950].Value = ((int)(Original_T4504200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[391].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[392].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[949].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[950].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)); + if ((Original_T4504201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[951].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[952].Value = ((int)(Original_T4504201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[393].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[394].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[951].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[952].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) @@ -188462,270 +188176,642 @@ 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 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); + global::System.Nullable R0214800, + 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_R0214800, + 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) { + return this.Update(Original_R0000100, R0214800, 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_R0214800, 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); } } @@ -188769,10 +188855,10 @@ public partial class TableAdapterManager : global::System.ComponentModel.Compone private tblGen2FatherFromGen1TableAdapter _tblGen2FatherFromGen1TableAdapter; - private tblGen2FatherFromGen1DeathTableAdapter _tblGen2FatherFromGen1DeathTableAdapter; - private tblGen2ImplicitFatherTableAdapter _tblGen2ImplicitFatherTableAdapter; + private tblGen2FatherFromGen1DeathTableAdapter _tblGen2FatherFromGen1DeathTableAdapter; + private bool _backupDataSetBeforeUpdate; private global::System.Data.IDbConnection _connection; @@ -188989,12 +189075,12 @@ public tblGen2FatherFromGen1TableAdapter tblGen2FatherFromGen1TableAdapter { [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 { + public tblGen2ImplicitFatherTableAdapter tblGen2ImplicitFatherTableAdapter { get { - return this._tblGen2FatherFromGen1DeathTableAdapter; + return this._tblGen2ImplicitFatherTableAdapter; } set { - this._tblGen2FatherFromGen1DeathTableAdapter = value; + this._tblGen2ImplicitFatherTableAdapter = value; } } @@ -189003,12 +189089,12 @@ public tblGen2FatherFromGen1DeathTableAdapter tblGen2FatherFromGen1DeathTableAda [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 { + public tblGen2FatherFromGen1DeathTableAdapter tblGen2FatherFromGen1DeathTableAdapter { get { - return this._tblGen2ImplicitFatherTableAdapter; + return this._tblGen2FatherFromGen1DeathTableAdapter; } set { - this._tblGen2ImplicitFatherTableAdapter = value; + this._tblGen2FatherFromGen1DeathTableAdapter = value; } } @@ -189087,14 +189173,14 @@ public bool BackupDataSetBeforeUpdate { && (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; } + if (((this._tblGen2FatherFromGen1DeathTableAdapter != null) + && (this._tblGen2FatherFromGen1DeathTableAdapter.Connection != null))) { + return this._tblGen2FatherFromGen1DeathTableAdapter.Connection; + } return null; } set { @@ -189150,10 +189236,10 @@ public int TableAdapterInstanceCount { if ((this._tblGen2FatherFromGen1TableAdapter != null)) { count = (count + 1); } - if ((this._tblGen2FatherFromGen1DeathTableAdapter != null)) { + if ((this._tblGen2ImplicitFatherTableAdapter != null)) { count = (count + 1); } - if ((this._tblGen2ImplicitFatherTableAdapter != null)) { + if ((this._tblGen2FatherFromGen1DeathTableAdapter != null)) { count = (count + 1); } return count; @@ -189293,21 +189379,21 @@ 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); + 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._tblGen2FatherFromGen1DeathTableAdapter.Update(updatedRows)); + result = (result + this._tblGen2ImplicitFatherTableAdapter.Update(updatedRows)); allChangedRows.AddRange(updatedRows); } } - if ((this._tblGen2ImplicitFatherTableAdapter != null)) { - global::System.Data.DataRow[] updatedRows = dataSet.tblGen2ImplicitFather.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); + 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._tblGen2ImplicitFatherTableAdapter.Update(updatedRows)); + result = (result + this._tblGen2FatherFromGen1DeathTableAdapter.Update(updatedRows)); allChangedRows.AddRange(updatedRows); } } @@ -189433,19 +189519,19 @@ 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 ((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._tblGen2FatherFromGen1DeathTableAdapter.Update(addedRows)); + result = (result + this._tblGen2ImplicitFatherTableAdapter.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 ((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._tblGen2ImplicitFatherTableAdapter.Update(addedRows)); + result = (result + this._tblGen2FatherFromGen1DeathTableAdapter.Update(addedRows)); allAddedRows.AddRange(addedRows); } } @@ -189459,19 +189545,19 @@ 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 ((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._tblGen2ImplicitFatherTableAdapter.Update(deletedRows)); + result = (result + this._tblGen2FatherFromGen1DeathTableAdapter.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 ((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._tblGen2FatherFromGen1DeathTableAdapter.Update(deletedRows)); + result = (result + this._tblGen2ImplicitFatherTableAdapter.Update(deletedRows)); allChangedRows.AddRange(deletedRows); } } @@ -189696,13 +189782,13 @@ 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._tblGen2FatherFromGen1DeathTableAdapter != null) - && (this.MatchTableAdapterConnection(this._tblGen2FatherFromGen1DeathTableAdapter.Connection) == false))) { + 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._tblGen2ImplicitFatherTableAdapter != null) - && (this.MatchTableAdapterConnection(this._tblGen2ImplicitFatherTableAdapter.Connection) == false))) { + 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."); } @@ -189864,15 +189950,6 @@ 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)); @@ -189882,6 +189959,15 @@ public virtual int UpdateAll(ImportDataSet dataSet) { adaptersWithAcceptChangesDuringUpdate.Add(this._tblGen2ImplicitFatherTableAdapter.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); + } + } // //---- Perform updates ----------- // @@ -189996,14 +190082,14 @@ public virtual int UpdateAll(ImportDataSet dataSet) { 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 ((this._tblGen2FatherFromGen1DeathTableAdapter != null)) { + this._tblGen2FatherFromGen1DeathTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._tblGen2FatherFromGen1DeathTableAdapter])); + this._tblGen2FatherFromGen1DeathTableAdapter.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 55e9f2a..960afd7 100644 --- a/Base79/ImportDataSet.xsd +++ b/Base79/ImportDataSet.xsd @@ -11888,2267 +11888,12 @@ SELECT R0000100, R0173600, R0214700, R0214800, R1373300, R1373500, R1374000, 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))) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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))) + 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))) @@ -14968,138 +12713,2400 @@ SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DELETE FROM [Extract].[tblGen2FatherFromGen1Death] WHERE (([R0000100] = @Original_R0000100) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) 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))) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + INSERT INTO [Extract].[tblGen2FatherFromGen1Death] ([R0000100], [R0214800], [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, @R0214800, @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, R0214800, 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, R0214800, 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, [R0214800] = @R0214800, [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_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) 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, R0214800, 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) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -15111,7 +15118,7 @@ SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C00 - + @@ -15122,7 +15129,7 @@ SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C00 - + @@ -15149,7 +15156,7 @@ SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C00 - + @@ -15201,7 +15208,7 @@ SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C00 - + @@ -15302,7 +15309,7 @@ SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C00 - + @@ -15409,7 +15416,7 @@ SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C00 - + @@ -15428,7 +15435,7 @@ SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C00 - + @@ -15443,7 +15450,7 @@ SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C00 - + @@ -15493,7 +15500,7 @@ SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C00 - + @@ -15528,7 +15535,7 @@ SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C00 - + @@ -15568,7 +15575,7 @@ SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C00 - + @@ -15781,7 +15788,7 @@ SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C00 - + @@ -15904,7 +15911,7 @@ SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C00 - + @@ -16047,7 +16054,7 @@ SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C00 - + @@ -16850,10 +16857,149 @@ SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C00 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -17173,144 +17319,6 @@ SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -17368,13 +17376,13 @@ SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C00 - - - - + + + + \ No newline at end of file diff --git a/Base79/ImportDataSet.xss b/Base79/ImportDataSet.xss index 118405d..c067689 100644 --- a/Base79/ImportDataSet.xss +++ b/Base79/ImportDataSet.xss @@ -4,7 +4,7 @@ Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. --> - + @@ -18,10 +18,10 @@ - - - - + + + + \ No newline at end of file diff --git a/Base79/Response.cs b/Base79/Response.cs index f2019e7..a47d1b7 100644 --- a/Base79/Response.cs +++ b/Base79/Response.cs @@ -19,6 +19,8 @@ public Response( ImportDataSet dsImport, LinksDataSet dsLinks ) { if( dsImport.tblGen1Links.Count == 0 ) throw new InvalidOperationException("tblGen1Links must NOT be empty before reading responses from it."); if( dsImport.tblGen2Links.Count == 0 ) throw new InvalidOperationException("tblGen2Links must NOT be empty before reading responses from it."); if( dsImport.tblGen2LinksFromGen1.Count == 0 ) throw new InvalidOperationException("tblGen2LinksFromGen1 must NOT be empty before reading responses from it."); + if( dsImport.tblGen2FatherFromGen1.Count == 0 ) throw new InvalidOperationException("tblGen2FatherFromGen1 must NOT be empty before reading responses from it."); + if( dsImport.tblGen2FatherFromGen1Death.Count == 0 ) throw new InvalidOperationException("tblGen2FatherFromGen1Death must NOT be empty before reading responses from it."); if( dsImport.tblGen2ImplicitFather.Count == 0 ) throw new InvalidOperationException("tblGen2ImplicitFather must NOT be empty before reading responses from it."); if( dsImport.tblGen1Outcomes.Count == 0 ) throw new InvalidOperationException("tblGen1Outcomes must NOT be empty before reading responses from it."); if( dsImport.tblGen2OutcomesHeight.Count == 0 ) throw new InvalidOperationException("tblGen2OutcomesHeight must NOT be empty before reading responses from it."); @@ -41,6 +43,7 @@ public string Go( ) { reponseRecordsAddedCount += TranslateExtractSource(ExtractSource.Gen2LinksFromGen1, Sample.Nlsy79Gen1, false, Constants.Gen1PassoverResponses, _dsImport.tblGen2LinksFromGen1); reponseRecordsAddedCount += TranslateExtractSource(ExtractSource.Gen2ImplicitFather, Sample.Nlsy79Gen2, false, Constants.Gen2PassoverResponses, _dsImport.tblGen2ImplicitFather); reponseRecordsAddedCount += TranslateExtractSource(ExtractSource.Gen2FatherFromGen1, Sample.Nlsy79Gen1, true, Constants.Gen1PassoverResponses, _dsImport.tblGen2FatherFromGen1); + reponseRecordsAddedCount += TranslateExtractSource(ExtractSource.Gen2FatherFromGen1Death, Sample.Nlsy79Gen1, true, Constants.Gen1PassoverResponses, _dsImport.tblGen2FatherFromGen1Death); reponseRecordsAddedCount += TranslateExtractSource(ExtractSource.Gen1Outcomes, Sample.Nlsy79Gen1, false, Constants.Gen1PassoverResponsesNoNegatives, _dsImport.tblGen1Outcomes); reponseRecordsAddedCount += TranslateExtractSource(ExtractSource.Gen2OutcomesHeight, Sample.Nlsy79Gen2, false, Constants.Gen2PassoverResponseNoNegatives, _dsImport.tblGen2OutcomesHeight); reponseRecordsAddedCount += TranslateExtractSource(ExtractSource.Gen2OutcomesWeight, Sample.Nlsy79Gen2, false, Constants.Gen2PassoverResponseNoNegatives, _dsImport.tblGen2OutcomesWeight); diff --git a/LinksGui/Gui79.xaml b/LinksGui/Gui79.xaml index 0a351b7..c99e19e 100644 --- a/LinksGui/Gui79.xaml +++ b/LinksGui/Gui79.xaml @@ -22,6 +22,7 @@ + @@ -139,6 +140,9 @@ + + + @@ -176,7 +180,7 @@ - + diff --git a/analysis/eda/counts/counts.html b/analysis/eda/counts/counts.html index 4941734..9ff1e4b 100644 --- a/analysis/eda/counts/counts.html +++ b/analysis/eda/counts/counts.html @@ -1472,7 +1472,7 @@

Row Counts of Tables

-

Date: 2018-10-13

+

Date: 2018-10-14

@@ -1491,8 +1491,8 @@

1 Summary

1.1 Notes

    -
  1. The current report covers 50 tables in the NLSY79 and 50 tables in the NLSY97.
  2. -
  3. For the NLSY79, 1,642 variables are defined, and 1,606 variables are ‘active’.
  4. +
  5. The current report covers 51 tables in the NLSY79 and 51 tables in the NLSY97.
  6. +
  7. For the NLSY79, 1,820 variables are defined, and 1,784 variables are ‘active’.
  8. For the NLSY97, 551 variables are defined, and 551 variables are ‘active’.
@@ -1520,13 +1520,13 @@

2.1 Tables 79

Archive tblArchiveDescription -56 +57 3 Archive tblRelatedValuesArchive -794,486 +832,020 24 @@ -1544,7 +1544,7 @@

2.1 Tables 79

Enum tblLUExtractSource -11 +12 4 @@ -1653,168 +1653,174 @@

2.1 Tables 79

Extract tblGen2FatherFromGen1 12,686 -959 +797 Extract +tblGen2FatherFromGen1Death +12,686 +318 + + +Extract tblGen2ImplicitFather 11,521 -111 +132 - + Extract tblGen2Links 11,521 207 - + Extract tblGen2LinksFromGen1 12,686 -123 +137 - + Extract tblGen2OutcomesHeight 11,521 46 - + Extract tblGen2OutcomesMath 11,521 44 - + Extract tblGen2OutcomesWeight 11,521 31 - + Extract tblLinks2004Gen1 3,890 9 - + Extract tblLinks2004Gen2 12,855 5 - + Metadata tblItem 110 7 - + Metadata tblMzManual 208 9 - + Metadata tblRosterGen1Assignment 50 16 - + Metadata tblVariable -1,642 +1,820 10 - + Process tblBabyDaddy -178,993 +194,512 11 - + Process tblFatherOfGen2 -52,038 +52,506 7 - + Process tblIRDemo1 0 5 - + Process tblMarkerGen1 218,568 10 - + Process tblMarkerGen2 -207,408 +207,672 8 - + Process tblOutcome -279,649 +282,120 5 - + Process tblParentsOfGen1Current 12,686 19 - + Process tblParentsOfGen1Retro 482,068 7 - + Process tblRelatedStructure 85,672 6 - + Process tblRelatedValues 42,836 24 - + Process tblResponse -2,673,517 +2,711,114 9 - + Process tblRosterGen1 10,604 13 - + Process tblSubject 24,207 5 - + Process tblSubjectDetails 24,207 15 - + Process tblSurveyTime -605,175 +629,382 7 @@ -1823,6 +1829,15 @@

2.1 Tables 79

2.2 Items 79

+++++++++ @@ -2085,7 +2100,7 @@

2.2 Items 79

- + @@ -2094,7 +2109,7 @@

2.2 Items 79

- + @@ -2103,7 +2118,7 @@

2.2 Items 79

- + @@ -2112,7 +2127,7 @@

2.2 Items 79

- + @@ -2121,7 +2136,7 @@

2.2 Items 79

- + @@ -2830,20 +2845,20 @@

2.2 Items 79

2.3 Variables 79

-
ID 0 5 TRUENAManually reviewed after 2010 wave, but not since
52 0 5 TRUENAManually reviewed after 2010 wave, but not since
53 0 5 TRUENAManually reviewed after 2010 wave, but not since
54 1 2 TRUENAManually reviewed after 2010 wave, but not since
55 1 2 TRUENAManually reviewed after 2010 wave, but not since
60
+
--++-+-+ @@ -5490,6 +5505,21 @@

2.3 Variables 79

+ + + + + + + + + + + + + + + @@ -5504,6 +5534,51 @@

2.3 Variables 79

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -5550,6 +5625,21 @@

2.3 Variables 79

+ + + + + + + + + + + + + + + @@ -5564,7 +5654,67 @@

2.3 Variables 79

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -5579,7 +5729,7 @@

2.3 Variables 79

- + @@ -5594,7 +5744,7 @@

2.3 Variables 79

- + @@ -5609,7 +5759,7 @@

2.3 Variables 79

- + @@ -5624,7 +5774,7 @@

2.3 Variables 79

- + @@ -5639,7 +5789,7 @@

2.3 Variables 79

- + @@ -5654,7 +5804,7 @@

2.3 Variables 79

- + @@ -5669,7 +5819,7 @@

2.3 Variables 79

- + @@ -5684,7 +5834,7 @@

2.3 Variables 79

- + @@ -5699,7 +5849,7 @@

2.3 Variables 79

- + @@ -5714,7 +5864,7 @@

2.3 Variables 79

- + @@ -5729,7 +5879,7 @@

2.3 Variables 79

- + @@ -5744,7 +5894,7 @@

2.3 Variables 79

- + @@ -5759,7 +5909,7 @@

2.3 Variables 79

- + @@ -5774,7 +5924,7 @@

2.3 Variables 79

- + @@ -5789,7 +5939,7 @@

2.3 Variables 79

- + @@ -5804,7 +5954,7 @@

2.3 Variables 79

- + @@ -5819,7 +5969,7 @@

2.3 Variables 79

- + @@ -5834,7 +5984,7 @@

2.3 Variables 79

- + @@ -5849,7 +5999,7 @@

2.3 Variables 79

- + @@ -5864,7 +6014,7 @@

2.3 Variables 79

- + @@ -5879,7 +6029,7 @@

2.3 Variables 79

- + @@ -5894,7 +6044,7 @@

2.3 Variables 79

- + @@ -5909,7 +6059,7 @@

2.3 Variables 79

- + @@ -5924,7 +6074,7 @@

2.3 Variables 79

- + @@ -5939,7 +6089,7 @@

2.3 Variables 79

- + @@ -5954,7 +6104,7 @@

2.3 Variables 79

- + @@ -5969,7 +6119,7 @@

2.3 Variables 79

- + @@ -5984,7 +6134,7 @@

2.3 Variables 79

- + @@ -5999,7 +6149,7 @@

2.3 Variables 79

- + @@ -6014,7 +6164,7 @@

2.3 Variables 79

- + @@ -6029,7 +6179,7 @@

2.3 Variables 79

- + @@ -6044,7 +6194,7 @@

2.3 Variables 79

- + @@ -6059,7 +6209,7 @@

2.3 Variables 79

- + @@ -6074,7 +6224,7 @@

2.3 Variables 79

- + @@ -6089,7 +6239,7 @@

2.3 Variables 79

- + @@ -6104,7 +6254,7 @@

2.3 Variables 79

- + @@ -6119,7 +6269,7 @@

2.3 Variables 79

- + @@ -6134,7 +6284,7 @@

2.3 Variables 79

- + @@ -6149,7 +6299,7 @@

2.3 Variables 79

- + @@ -6164,7 +6314,7 @@

2.3 Variables 79

- + @@ -6179,7 +6329,7 @@

2.3 Variables 79

- + @@ -6194,7 +6344,7 @@

2.3 Variables 79

- + @@ -6209,7 +6359,7 @@

2.3 Variables 79

- + @@ -6224,7 +6374,7 @@

2.3 Variables 79

- + @@ -6239,7 +6389,7 @@

2.3 Variables 79

- + @@ -6254,7 +6404,7 @@

2.3 Variables 79

- + @@ -6269,7 +6419,7 @@

2.3 Variables 79

- + @@ -6284,7 +6434,7 @@

2.3 Variables 79

- + @@ -6299,7 +6449,7 @@

2.3 Variables 79

- + @@ -6314,7 +6464,7 @@

2.3 Variables 79

- + @@ -6329,7 +6479,7 @@

2.3 Variables 79

- + @@ -6344,7 +6494,7 @@

2.3 Variables 79

- + @@ -6359,7 +6509,7 @@

2.3 Variables 79

- + @@ -6374,7 +6524,7 @@

2.3 Variables 79

- + @@ -6389,7 +6539,7 @@

2.3 Variables 79

- + @@ -6404,7 +6554,7 @@

2.3 Variables 79

- + @@ -6419,7 +6569,7 @@

2.3 Variables 79

- + @@ -6434,7 +6584,7 @@

2.3 Variables 79

- + @@ -6449,7 +6599,7 @@

2.3 Variables 79

- + @@ -6464,7 +6614,7 @@

2.3 Variables 79

- + @@ -6479,7 +6629,7 @@

2.3 Variables 79

- + @@ -6494,7 +6644,7 @@

2.3 Variables 79

- + @@ -6509,7 +6659,7 @@

2.3 Variables 79

- + @@ -6524,7 +6674,7 @@

2.3 Variables 79

- + @@ -6539,7 +6689,7 @@

2.3 Variables 79

- + @@ -6554,7 +6704,7 @@

2.3 Variables 79

- + @@ -6569,7 +6719,7 @@

2.3 Variables 79

- + @@ -6584,7 +6734,7 @@

2.3 Variables 79

- + @@ -6599,7 +6749,7 @@

2.3 Variables 79

- + @@ -6614,7 +6764,7 @@

2.3 Variables 79

- + @@ -6629,7 +6779,7 @@

2.3 Variables 79

- + @@ -6644,7 +6794,7 @@

2.3 Variables 79

- + @@ -6659,7 +6809,7 @@

2.3 Variables 79

- + @@ -6674,7 +6824,7 @@

2.3 Variables 79

- + @@ -6689,7 +6839,7 @@

2.3 Variables 79

- + @@ -6704,7 +6854,7 @@

2.3 Variables 79

- + @@ -6719,7 +6869,7 @@

2.3 Variables 79

- + @@ -6734,7 +6884,7 @@

2.3 Variables 79

- + @@ -6749,7 +6899,7 @@

2.3 Variables 79

- + @@ -6764,7 +6914,7 @@

2.3 Variables 79

- + @@ -6779,7 +6929,7 @@

2.3 Variables 79

- + @@ -6794,7 +6944,7 @@

2.3 Variables 79

- + @@ -6809,7 +6959,7 @@

2.3 Variables 79

- + @@ -6824,7 +6974,7 @@

2.3 Variables 79

- + @@ -6839,7 +6989,7 @@

2.3 Variables 79

- + @@ -6854,7 +7004,7 @@

2.3 Variables 79

- + @@ -6869,7 +7019,7 @@

2.3 Variables 79

- + @@ -6884,7 +7034,7 @@

2.3 Variables 79

- + @@ -6899,7 +7049,7 @@

2.3 Variables 79

- + @@ -6914,7 +7064,7 @@

2.3 Variables 79

- + @@ -6929,7 +7079,7 @@

2.3 Variables 79

- + @@ -6944,7 +7094,7 @@

2.3 Variables 79

- + @@ -6959,13 +7109,13 @@

2.3 Variables 79

- + - - + + @@ -6974,7 +7124,7 @@

2.3 Variables 79

- + @@ -6989,7 +7139,7 @@

2.3 Variables 79

- + @@ -7004,13 +7154,13 @@

2.3 Variables 79

- + - - + + @@ -7019,7 +7169,7 @@

2.3 Variables 79

- + @@ -7034,7 +7184,7 @@

2.3 Variables 79

- + @@ -7049,13 +7199,13 @@

2.3 Variables 79

- + - - + + @@ -7064,7 +7214,7 @@

2.3 Variables 79

- + @@ -7079,7 +7229,7 @@

2.3 Variables 79

- + @@ -7094,13 +7244,13 @@

2.3 Variables 79

- + - - + + @@ -7109,7 +7259,7 @@

2.3 Variables 79

- + @@ -7124,7 +7274,7 @@

2.3 Variables 79

- + @@ -7139,13 +7289,13 @@

2.3 Variables 79

- + - - + + @@ -7154,7 +7304,7 @@

2.3 Variables 79

- + @@ -7169,7 +7319,7 @@

2.3 Variables 79

- + @@ -7184,13 +7334,13 @@

2.3 Variables 79

- + - - + + @@ -7199,7 +7349,7 @@

2.3 Variables 79

- + @@ -7214,7 +7364,7 @@

2.3 Variables 79

- + @@ -7229,13 +7379,13 @@

2.3 Variables 79

- + - - + + @@ -7244,7 +7394,7 @@

2.3 Variables 79

- + @@ -7259,7 +7409,7 @@

2.3 Variables 79

- + @@ -7274,7 +7424,7 @@

2.3 Variables 79

- + @@ -7289,7 +7439,7 @@

2.3 Variables 79

- + @@ -7304,7 +7454,7 @@

2.3 Variables 79

- + @@ -7319,13 +7469,13 @@

2.3 Variables 79

- + - - + + @@ -7334,7 +7484,7 @@

2.3 Variables 79

- + @@ -7349,7 +7499,7 @@

2.3 Variables 79

- + @@ -7364,13 +7514,13 @@

2.3 Variables 79

- + - - + + @@ -7379,7 +7529,7 @@

2.3 Variables 79

- + @@ -7394,7 +7544,7 @@

2.3 Variables 79

- + @@ -7409,13 +7559,13 @@

2.3 Variables 79

- + - - + + @@ -7424,7 +7574,7 @@

2.3 Variables 79

- + @@ -7439,7 +7589,7 @@

2.3 Variables 79

- + @@ -7454,13 +7604,13 @@

2.3 Variables 79

- + - - + + @@ -7469,7 +7619,7 @@

2.3 Variables 79

- + @@ -7484,7 +7634,7 @@

2.3 Variables 79

- + @@ -7499,13 +7649,13 @@

2.3 Variables 79

- + - - + + @@ -7514,7 +7664,7 @@

2.3 Variables 79

- + @@ -7529,7 +7679,7 @@

2.3 Variables 79

- + @@ -7544,13 +7694,13 @@

2.3 Variables 79

- + - - + + @@ -7559,7 +7709,7 @@

2.3 Variables 79

- + @@ -7574,7 +7724,7 @@

2.3 Variables 79

- + @@ -7589,13 +7739,13 @@

2.3 Variables 79

- + - - + + @@ -7604,7 +7754,7 @@

2.3 Variables 79

- + @@ -7619,7 +7769,7 @@

2.3 Variables 79

- + @@ -7634,7 +7784,7 @@

2.3 Variables 79

- + @@ -7649,7 +7799,7 @@

2.3 Variables 79

- + @@ -7664,7 +7814,7 @@

2.3 Variables 79

- + @@ -7679,7 +7829,7 @@

2.3 Variables 79

- + @@ -7694,7 +7844,7 @@

2.3 Variables 79

- + @@ -7709,7 +7859,7 @@

2.3 Variables 79

- + @@ -7724,7 +7874,7 @@

2.3 Variables 79

- + @@ -7739,13 +7889,13 @@

2.3 Variables 79

- + - - + + @@ -7754,7 +7904,7 @@

2.3 Variables 79

- + @@ -7769,7 +7919,7 @@

2.3 Variables 79

- + @@ -7784,13 +7934,13 @@

2.3 Variables 79

- + - - + + @@ -7799,7 +7949,7 @@

2.3 Variables 79

- + @@ -7814,7 +7964,7 @@

2.3 Variables 79

- + @@ -7829,13 +7979,13 @@

2.3 Variables 79

- + - - + + @@ -7844,7 +7994,7 @@

2.3 Variables 79

- + @@ -7859,7 +8009,7 @@

2.3 Variables 79

- + @@ -7874,13 +8024,13 @@

2.3 Variables 79

- + - - + + @@ -7889,7 +8039,7 @@

2.3 Variables 79

- + @@ -7904,7 +8054,7 @@

2.3 Variables 79

- + @@ -7919,13 +8069,13 @@

2.3 Variables 79

- + - - + + @@ -7934,7 +8084,7 @@

2.3 Variables 79

- + @@ -7949,7 +8099,7 @@

2.3 Variables 79

- + @@ -7964,13 +8114,13 @@

2.3 Variables 79

- + - - + + @@ -7979,7 +8129,7 @@

2.3 Variables 79

- + @@ -7994,7 +8144,7 @@

2.3 Variables 79

- + @@ -8009,13 +8159,13 @@

2.3 Variables 79

- + - - + + @@ -8024,7 +8174,7 @@

2.3 Variables 79

- + @@ -8039,7 +8189,7 @@

2.3 Variables 79

- + @@ -8054,7 +8204,7 @@

2.3 Variables 79

- + @@ -8069,7 +8219,7 @@

2.3 Variables 79

- + @@ -8084,7 +8234,7 @@

2.3 Variables 79

- + @@ -8099,7 +8249,7 @@

2.3 Variables 79

- + @@ -8114,7 +8264,7 @@

2.3 Variables 79

- + @@ -8129,7 +8279,7 @@

2.3 Variables 79

- + @@ -8144,7 +8294,7 @@

2.3 Variables 79

- + @@ -8159,7 +8309,7 @@

2.3 Variables 79

- + @@ -8174,7 +8324,7 @@

2.3 Variables 79

- + @@ -8189,7 +8339,7 @@

2.3 Variables 79

- + @@ -8204,7 +8354,7 @@

2.3 Variables 79

- + @@ -8219,7 +8369,7 @@

2.3 Variables 79

- + @@ -8234,7 +8384,7 @@

2.3 Variables 79

- + @@ -8249,7 +8399,7 @@

2.3 Variables 79

- + @@ -8264,7 +8414,7 @@

2.3 Variables 79

- + @@ -8279,7 +8429,7 @@

2.3 Variables 79

- + @@ -8294,7 +8444,7 @@

2.3 Variables 79

- + @@ -8309,7 +8459,7 @@

2.3 Variables 79

- + @@ -8324,13 +8474,13 @@

2.3 Variables 79

- + - - + + @@ -8339,7 +8489,7 @@

2.3 Variables 79

- + @@ -8354,7 +8504,7 @@

2.3 Variables 79

- + @@ -8369,13 +8519,13 @@

2.3 Variables 79

- + - - + + @@ -8384,7 +8534,7 @@

2.3 Variables 79

- + @@ -8399,7 +8549,7 @@

2.3 Variables 79

- + @@ -8414,13 +8564,13 @@

2.3 Variables 79

- + - - + + @@ -8429,7 +8579,7 @@

2.3 Variables 79

- + @@ -8444,7 +8594,7 @@

2.3 Variables 79

- + @@ -8459,13 +8609,13 @@

2.3 Variables 79

- + - - + + @@ -8474,7 +8624,7 @@

2.3 Variables 79

- + @@ -8489,7 +8639,7 @@

2.3 Variables 79

- + @@ -8504,13 +8654,13 @@

2.3 Variables 79

- + - - + + @@ -8519,7 +8669,7 @@

2.3 Variables 79

- + @@ -8534,7 +8684,7 @@

2.3 Variables 79

- + @@ -8549,13 +8699,13 @@

2.3 Variables 79

- + - - + + @@ -8564,7 +8714,7 @@

2.3 Variables 79

- + @@ -8579,7 +8729,7 @@

2.3 Variables 79

- + @@ -8594,13 +8744,13 @@

2.3 Variables 79

- + - - + + @@ -8609,7 +8759,7 @@

2.3 Variables 79

- + @@ -8624,7 +8774,7 @@

2.3 Variables 79

- + @@ -8639,7 +8789,7 @@

2.3 Variables 79

- + @@ -8654,7 +8804,7 @@

2.3 Variables 79

- + @@ -8669,7 +8819,7 @@

2.3 Variables 79

- + @@ -8684,7 +8834,7 @@

2.3 Variables 79

- + @@ -8699,7 +8849,7 @@

2.3 Variables 79

- + @@ -8714,7 +8864,7 @@

2.3 Variables 79

- + @@ -8729,7 +8879,7 @@

2.3 Variables 79

- + @@ -8744,7 +8894,7 @@

2.3 Variables 79

- + @@ -8759,7 +8909,7 @@

2.3 Variables 79

- + @@ -8774,7 +8924,7 @@

2.3 Variables 79

- + @@ -8789,7 +8939,7 @@

2.3 Variables 79

- + @@ -8804,7 +8954,7 @@

2.3 Variables 79

- + @@ -8819,7 +8969,7 @@

2.3 Variables 79

- + @@ -8834,7 +8984,7 @@

2.3 Variables 79

- + @@ -8849,7 +8999,7 @@

2.3 Variables 79

- + @@ -8864,7 +9014,7 @@

2.3 Variables 79

- + @@ -8879,7 +9029,7 @@

2.3 Variables 79

- + @@ -8894,7 +9044,7 @@

2.3 Variables 79

- + @@ -8909,7 +9059,7 @@

2.3 Variables 79

- + @@ -8924,7 +9074,7 @@

2.3 Variables 79

- + @@ -8939,7 +9089,7 @@

2.3 Variables 79

- + @@ -8954,7 +9104,7 @@

2.3 Variables 79

- + @@ -8969,7 +9119,7 @@

2.3 Variables 79

- + @@ -8984,7 +9134,7 @@

2.3 Variables 79

- + @@ -8999,7 +9149,7 @@

2.3 Variables 79

- + @@ -9014,7 +9164,7 @@

2.3 Variables 79

- + @@ -9029,7 +9179,7 @@

2.3 Variables 79

- + @@ -9044,7 +9194,7 @@

2.3 Variables 79

- + @@ -9059,7 +9209,7 @@

2.3 Variables 79

- + @@ -9074,7 +9224,7 @@

2.3 Variables 79

- + @@ -9089,7 +9239,7 @@

2.3 Variables 79

- + @@ -9104,7 +9254,7 @@

2.3 Variables 79

- + @@ -9119,7 +9269,7 @@

2.3 Variables 79

- + @@ -9134,7 +9284,7 @@

2.3 Variables 79

- + @@ -9149,7 +9299,7 @@

2.3 Variables 79

- + @@ -9164,7 +9314,7 @@

2.3 Variables 79

- + @@ -9179,7 +9329,7 @@

2.3 Variables 79

- + @@ -9194,7 +9344,7 @@

2.3 Variables 79

- + @@ -9209,7 +9359,7 @@

2.3 Variables 79

- + @@ -9224,7 +9374,7 @@

2.3 Variables 79

- + @@ -9239,7 +9389,7 @@

2.3 Variables 79

- + @@ -9254,7 +9404,7 @@

2.3 Variables 79

- + @@ -9269,7 +9419,7 @@

2.3 Variables 79

- + @@ -9284,7 +9434,7 @@

2.3 Variables 79

- + @@ -9299,7 +9449,7 @@

2.3 Variables 79

- + @@ -9314,7 +9464,7 @@

2.3 Variables 79

- + @@ -9329,7 +9479,7 @@

2.3 Variables 79

- + @@ -9344,13 +9494,13 @@

2.3 Variables 79

- + - - + + @@ -9359,7 +9509,7 @@

2.3 Variables 79

- + @@ -9374,7 +9524,7 @@

2.3 Variables 79

- + @@ -9389,13 +9539,13 @@

2.3 Variables 79

- + - - + + @@ -9404,7 +9554,7 @@

2.3 Variables 79

- + @@ -9419,7 +9569,7 @@

2.3 Variables 79

- + @@ -9434,13 +9584,13 @@

2.3 Variables 79

- + - - + + @@ -9449,7 +9599,7 @@

2.3 Variables 79

- + @@ -9464,7 +9614,7 @@

2.3 Variables 79

- + @@ -9479,13 +9629,13 @@

2.3 Variables 79

- + - - + + @@ -9494,7 +9644,7 @@

2.3 Variables 79

- + @@ -9509,7 +9659,7 @@

2.3 Variables 79

- + @@ -9524,13 +9674,13 @@

2.3 Variables 79

- + - - + + @@ -9539,7 +9689,7 @@

2.3 Variables 79

- + @@ -9554,7 +9704,7 @@

2.3 Variables 79

- + @@ -9569,13 +9719,13 @@

2.3 Variables 79

- + - - + + @@ -9584,7 +9734,7 @@

2.3 Variables 79

- + @@ -9599,7 +9749,7 @@

2.3 Variables 79

- + @@ -9614,13 +9764,13 @@

2.3 Variables 79

- + - - + + @@ -9629,7 +9779,7 @@

2.3 Variables 79

- + @@ -9644,7 +9794,7 @@

2.3 Variables 79

- + @@ -9659,7 +9809,7 @@

2.3 Variables 79

- + @@ -9674,7 +9824,7 @@

2.3 Variables 79

- + @@ -9689,7 +9839,7 @@

2.3 Variables 79

- + @@ -9704,7 +9854,7 @@

2.3 Variables 79

- + @@ -9719,7 +9869,7 @@

2.3 Variables 79

- + @@ -9734,7 +9884,7 @@

2.3 Variables 79

- + @@ -9749,7 +9899,7 @@

2.3 Variables 79

- + @@ -9764,13 +9914,13 @@

2.3 Variables 79

- + - - + + @@ -9779,7 +9929,7 @@

2.3 Variables 79

- + @@ -9794,7 +9944,7 @@

2.3 Variables 79

- + @@ -9809,13 +9959,13 @@

2.3 Variables 79

- + - - + + @@ -9824,13 +9974,13 @@

2.3 Variables 79

- + - - + + @@ -9839,7 +9989,7 @@

2.3 Variables 79

- + @@ -9854,7 +10004,7 @@

2.3 Variables 79

- + @@ -9869,13 +10019,13 @@

2.3 Variables 79

- + - - + + @@ -9884,7 +10034,7 @@

2.3 Variables 79

- + @@ -9899,7 +10049,7 @@

2.3 Variables 79

- + @@ -9914,13 +10064,13 @@

2.3 Variables 79

- + - - + + @@ -9929,13 +10079,13 @@

2.3 Variables 79

- + - - + + @@ -9944,7 +10094,7 @@

2.3 Variables 79

- + @@ -9959,7 +10109,7 @@

2.3 Variables 79

- + @@ -9974,13 +10124,13 @@

2.3 Variables 79

- + - - + + @@ -9989,7 +10139,7 @@

2.3 Variables 79

- + @@ -10004,7 +10154,7 @@

2.3 Variables 79

- + @@ -10019,13 +10169,13 @@

2.3 Variables 79

- + - - + + @@ -10034,13 +10184,13 @@

2.3 Variables 79

- + - - + + @@ -10049,7 +10199,7 @@

2.3 Variables 79

- + @@ -10064,7 +10214,7 @@

2.3 Variables 79

- + @@ -10079,13 +10229,13 @@

2.3 Variables 79

- + - - + + @@ -10094,7 +10244,7 @@

2.3 Variables 79

- + @@ -10109,7 +10259,7 @@

2.3 Variables 79

- + @@ -10124,13 +10274,13 @@

2.3 Variables 79

- + - - + + @@ -10139,13 +10289,13 @@

2.3 Variables 79

- + - - + + @@ -10154,7 +10304,7 @@

2.3 Variables 79

- + @@ -10169,7 +10319,7 @@

2.3 Variables 79

- + @@ -10184,13 +10334,13 @@

2.3 Variables 79

- + - - + + @@ -10199,7 +10349,7 @@

2.3 Variables 79

- + @@ -10214,7 +10364,7 @@

2.3 Variables 79

- + @@ -10229,13 +10379,13 @@

2.3 Variables 79

- + - - + + @@ -10244,13 +10394,13 @@

2.3 Variables 79

- + - - + + @@ -10259,7 +10409,7 @@

2.3 Variables 79

- + @@ -10274,7 +10424,7 @@

2.3 Variables 79

- + @@ -10289,13 +10439,13 @@

2.3 Variables 79

- + - - + + @@ -10304,7 +10454,7 @@

2.3 Variables 79

- + @@ -10319,7 +10469,7 @@

2.3 Variables 79

- + @@ -10334,7 +10484,7 @@

2.3 Variables 79

- + @@ -10349,7 +10499,7 @@

2.3 Variables 79

- + @@ -10364,13 +10514,13 @@

2.3 Variables 79

- + - - + + @@ -10379,7 +10529,7 @@

2.3 Variables 79

- + @@ -10394,7 +10544,7 @@

2.3 Variables 79

- + @@ -10409,7 +10559,7 @@

2.3 Variables 79

- + @@ -10424,7 +10574,7 @@

2.3 Variables 79

- + @@ -10439,7 +10589,7 @@

2.3 Variables 79

- + @@ -10454,7 +10604,7 @@

2.3 Variables 79

- + @@ -10469,7 +10619,7 @@

2.3 Variables 79

- + @@ -10484,7 +10634,7 @@

2.3 Variables 79

- + @@ -10499,7 +10649,7 @@

2.3 Variables 79

- + @@ -10514,7 +10664,7 @@

2.3 Variables 79

- + @@ -10529,7 +10679,7 @@

2.3 Variables 79

- + @@ -10544,7 +10694,7 @@

2.3 Variables 79

- + @@ -10559,7 +10709,7 @@

2.3 Variables 79

- + @@ -10574,7 +10724,7 @@

2.3 Variables 79

- + @@ -10589,7 +10739,7 @@

2.3 Variables 79

- + @@ -10604,7 +10754,7 @@

2.3 Variables 79

- + @@ -10619,7 +10769,7 @@

2.3 Variables 79

- + @@ -10634,7 +10784,7 @@

2.3 Variables 79

- + @@ -10649,7 +10799,7 @@

2.3 Variables 79

- + @@ -10664,7 +10814,7 @@

2.3 Variables 79

- + @@ -10679,7 +10829,7 @@

2.3 Variables 79

- + @@ -10694,7 +10844,7 @@

2.3 Variables 79

- + @@ -10709,7 +10859,7 @@

2.3 Variables 79

- + @@ -10724,7 +10874,7 @@

2.3 Variables 79

- + @@ -10739,7 +10889,7 @@

2.3 Variables 79

- + @@ -10754,13 +10904,13 @@

2.3 Variables 79

- + - - + + @@ -10769,7 +10919,7 @@

2.3 Variables 79

- + @@ -10784,7 +10934,7 @@

2.3 Variables 79

- + @@ -10799,7 +10949,7 @@

2.3 Variables 79

- + @@ -10814,13 +10964,13 @@

2.3 Variables 79

- + - - + + @@ -10829,13 +10979,13 @@

2.3 Variables 79

- + - - + + @@ -10844,7 +10994,7 @@

2.3 Variables 79

- + @@ -10859,13 +11009,13 @@

2.3 Variables 79

- + - - + + @@ -10874,7 +11024,7 @@

2.3 Variables 79

- + @@ -10889,7 +11039,7 @@

2.3 Variables 79

- + @@ -10904,7 +11054,7 @@

2.3 Variables 79

- + @@ -10919,13 +11069,13 @@

2.3 Variables 79

- + - - + + @@ -10934,13 +11084,13 @@

2.3 Variables 79

- + - - + + @@ -10949,7 +11099,7 @@

2.3 Variables 79

- + @@ -10964,13 +11114,13 @@

2.3 Variables 79

- + - - + + @@ -10979,7 +11129,7 @@

2.3 Variables 79

- + @@ -10994,7 +11144,7 @@

2.3 Variables 79

- + @@ -11009,7 +11159,7 @@

2.3 Variables 79

- + @@ -11024,13 +11174,13 @@

2.3 Variables 79

- + - - + + @@ -11039,13 +11189,13 @@

2.3 Variables 79

- + - - + + @@ -11054,7 +11204,7 @@

2.3 Variables 79

- + @@ -11069,13 +11219,13 @@

2.3 Variables 79

- + - - + + @@ -11084,7 +11234,7 @@

2.3 Variables 79

- + @@ -11099,7 +11249,7 @@

2.3 Variables 79

- + @@ -11114,7 +11264,7 @@

2.3 Variables 79

- + @@ -11129,13 +11279,13 @@

2.3 Variables 79

- + - - + + @@ -11144,13 +11294,13 @@

2.3 Variables 79

- + - - + + @@ -11159,7 +11309,7 @@

2.3 Variables 79

- + @@ -11174,13 +11324,13 @@

2.3 Variables 79

- + - - + + @@ -11189,7 +11339,7 @@

2.3 Variables 79

- + @@ -11204,7 +11354,7 @@

2.3 Variables 79

- + @@ -11219,7 +11369,7 @@

2.3 Variables 79

- + @@ -11234,13 +11384,13 @@

2.3 Variables 79

- + - - + + @@ -11249,13 +11399,13 @@

2.3 Variables 79

- + - - + + @@ -11264,7 +11414,7 @@

2.3 Variables 79

- + @@ -11279,13 +11429,13 @@

2.3 Variables 79

- + - - + + @@ -11294,7 +11444,7 @@

2.3 Variables 79

- + @@ -11309,7 +11459,7 @@

2.3 Variables 79

- + @@ -11324,7 +11474,7 @@

2.3 Variables 79

- + @@ -11339,7 +11489,7 @@

2.3 Variables 79

- + @@ -11354,13 +11504,13 @@

2.3 Variables 79

- + - - + + @@ -11369,7 +11519,7 @@

2.3 Variables 79

- + @@ -11384,7 +11534,7 @@

2.3 Variables 79

- + @@ -11399,7 +11549,7 @@

2.3 Variables 79

- + @@ -11414,7 +11564,7 @@

2.3 Variables 79

- + @@ -11429,7 +11579,7 @@

2.3 Variables 79

- + @@ -11444,7 +11594,7 @@

2.3 Variables 79

- + @@ -11459,7 +11609,7 @@

2.3 Variables 79

- + @@ -11474,7 +11624,7 @@

2.3 Variables 79

- + @@ -11489,7 +11639,7 @@

2.3 Variables 79

- + @@ -11504,7 +11654,7 @@

2.3 Variables 79

- + @@ -11519,7 +11669,7 @@

2.3 Variables 79

- + @@ -11534,7 +11684,7 @@

2.3 Variables 79

- + @@ -11549,7 +11699,7 @@

2.3 Variables 79

- + @@ -11564,7 +11714,7 @@

2.3 Variables 79

- + @@ -11579,7 +11729,7 @@

2.3 Variables 79

- + @@ -11594,7 +11744,7 @@

2.3 Variables 79

- + @@ -11609,7 +11759,7 @@

2.3 Variables 79

- + @@ -11624,7 +11774,7 @@

2.3 Variables 79

- + @@ -11639,7 +11789,7 @@

2.3 Variables 79

- + @@ -11654,7 +11804,7 @@

2.3 Variables 79

- + @@ -11669,7 +11819,7 @@

2.3 Variables 79

- + @@ -11684,7 +11834,7 @@

2.3 Variables 79

- + @@ -11699,7 +11849,7 @@

2.3 Variables 79

- + @@ -11714,7 +11864,7 @@

2.3 Variables 79

- + @@ -11729,7 +11879,7 @@

2.3 Variables 79

- + @@ -11744,7 +11894,7 @@

2.3 Variables 79

- + @@ -11759,7 +11909,7 @@

2.3 Variables 79

- + @@ -11774,7 +11924,7 @@

2.3 Variables 79

- + @@ -11789,7 +11939,7 @@

2.3 Variables 79

- + @@ -11804,7 +11954,7 @@

2.3 Variables 79

- + @@ -11819,7 +11969,7 @@

2.3 Variables 79

- + @@ -11834,13 +11984,13 @@

2.3 Variables 79

- + - - + + @@ -11849,7 +11999,7 @@

2.3 Variables 79

- + @@ -11864,7 +12014,7 @@

2.3 Variables 79

- + @@ -11879,7 +12029,7 @@

2.3 Variables 79

- + @@ -11894,13 +12044,13 @@

2.3 Variables 79

- + - - + + @@ -11909,13 +12059,13 @@

2.3 Variables 79

- + - - + + @@ -11924,7 +12074,7 @@

2.3 Variables 79

- + @@ -11939,7 +12089,7 @@

2.3 Variables 79

- + @@ -11954,13 +12104,13 @@

2.3 Variables 79

- + - - + + @@ -11969,7 +12119,7 @@

2.3 Variables 79

- + @@ -11984,7 +12134,7 @@

2.3 Variables 79

- + @@ -11999,7 +12149,7 @@

2.3 Variables 79

- + @@ -12014,13 +12164,13 @@

2.3 Variables 79

- + - - + + @@ -12029,13 +12179,13 @@

2.3 Variables 79

- + - - + + @@ -12044,7 +12194,7 @@

2.3 Variables 79

- + @@ -12059,7 +12209,7 @@

2.3 Variables 79

- + @@ -12074,13 +12224,13 @@

2.3 Variables 79

- + - - + + @@ -12089,7 +12239,7 @@

2.3 Variables 79

- + @@ -12104,7 +12254,7 @@

2.3 Variables 79

- + @@ -12119,7 +12269,7 @@

2.3 Variables 79

- + @@ -12134,13 +12284,13 @@

2.3 Variables 79

- + - - + + @@ -12149,13 +12299,13 @@

2.3 Variables 79

- + - - + + @@ -12164,7 +12314,7 @@

2.3 Variables 79

- + @@ -12179,7 +12329,7 @@

2.3 Variables 79

- + @@ -12194,13 +12344,13 @@

2.3 Variables 79

- + - - + + @@ -12209,7 +12359,7 @@

2.3 Variables 79

- + @@ -12224,7 +12374,7 @@

2.3 Variables 79

- + @@ -12239,7 +12389,7 @@

2.3 Variables 79

- + @@ -12254,13 +12404,13 @@

2.3 Variables 79

- + - - + + @@ -12269,13 +12419,13 @@

2.3 Variables 79

- + - - + + @@ -12284,7 +12434,7 @@

2.3 Variables 79

- + @@ -12299,7 +12449,7 @@

2.3 Variables 79

- + @@ -12314,13 +12464,13 @@

2.3 Variables 79

- + - - + + @@ -12329,7 +12479,7 @@

2.3 Variables 79

- + @@ -12344,7 +12494,7 @@

2.3 Variables 79

- + @@ -12359,7 +12509,7 @@

2.3 Variables 79

- + @@ -12374,13 +12524,13 @@

2.3 Variables 79

- + - - + + @@ -12389,13 +12539,13 @@

2.3 Variables 79

- + - - + + @@ -12404,7 +12554,7 @@

2.3 Variables 79

- + @@ -12419,7 +12569,7 @@

2.3 Variables 79

- + @@ -12434,13 +12584,13 @@

2.3 Variables 79

- + - - + + @@ -12449,7 +12599,7 @@

2.3 Variables 79

- + @@ -12464,7 +12614,7 @@

2.3 Variables 79

- + @@ -12479,7 +12629,7 @@

2.3 Variables 79

- + @@ -12494,7 +12644,7 @@

2.3 Variables 79

- + @@ -12509,7 +12659,7 @@

2.3 Variables 79

- + @@ -12524,13 +12674,13 @@

2.3 Variables 79

- + - - + + @@ -12539,7 +12689,7 @@

2.3 Variables 79

- + @@ -12554,7 +12704,7 @@

2.3 Variables 79

- + @@ -12569,7 +12719,7 @@

2.3 Variables 79

- + @@ -12584,7 +12734,7 @@

2.3 Variables 79

- + @@ -12599,7 +12749,7 @@

2.3 Variables 79

- + @@ -12614,13 +12764,13 @@

2.3 Variables 79

- + - - + + @@ -12629,7 +12779,7 @@

2.3 Variables 79

- + @@ -12644,7 +12794,7 @@

2.3 Variables 79

- + @@ -12659,7 +12809,7 @@

2.3 Variables 79

- + @@ -12674,7 +12824,7 @@

2.3 Variables 79

- + @@ -12689,7 +12839,7 @@

2.3 Variables 79

- + @@ -12704,7 +12854,7 @@

2.3 Variables 79

- + @@ -12719,7 +12869,7 @@

2.3 Variables 79

- + @@ -12734,7 +12884,7 @@

2.3 Variables 79

- + @@ -12749,7 +12899,7 @@

2.3 Variables 79

- + @@ -12764,7 +12914,7 @@

2.3 Variables 79

- + @@ -12779,7 +12929,7 @@

2.3 Variables 79

- + @@ -12794,7 +12944,7 @@

2.3 Variables 79

- + @@ -12809,7 +12959,7 @@

2.3 Variables 79

- + @@ -12824,7 +12974,7 @@

2.3 Variables 79

- + @@ -12839,7 +12989,7 @@

2.3 Variables 79

- + @@ -12854,13 +13004,13 @@

2.3 Variables 79

- + - - + + @@ -12869,7 +13019,7 @@

2.3 Variables 79

- + @@ -12884,7 +13034,7 @@

2.3 Variables 79

- + @@ -12899,7 +13049,7 @@

2.3 Variables 79

- + @@ -12914,13 +13064,13 @@

2.3 Variables 79

- + - - + + @@ -12929,13 +13079,13 @@

2.3 Variables 79

- + - - + + @@ -12944,7 +13094,7 @@

2.3 Variables 79

- + @@ -12959,7 +13109,7 @@

2.3 Variables 79

- + @@ -12974,13 +13124,13 @@

2.3 Variables 79

- + - - + + @@ -12989,7 +13139,7 @@

2.3 Variables 79

- + @@ -13004,7 +13154,7 @@

2.3 Variables 79

- + @@ -13019,7 +13169,7 @@

2.3 Variables 79

- + @@ -13034,13 +13184,13 @@

2.3 Variables 79

- + - - + + @@ -13049,13 +13199,13 @@

2.3 Variables 79

- + - - + + @@ -13064,7 +13214,7 @@

2.3 Variables 79

- + @@ -13079,7 +13229,7 @@

2.3 Variables 79

- + @@ -13094,13 +13244,13 @@

2.3 Variables 79

- + - - + + @@ -13109,7 +13259,7 @@

2.3 Variables 79

- + @@ -13124,7 +13274,7 @@

2.3 Variables 79

- + @@ -13139,7 +13289,7 @@

2.3 Variables 79

- + @@ -13154,13 +13304,13 @@

2.3 Variables 79

- + - - + + @@ -13169,13 +13319,13 @@

2.3 Variables 79

- + - - + + @@ -13184,7 +13334,7 @@

2.3 Variables 79

- + @@ -13199,7 +13349,7 @@

2.3 Variables 79

- + @@ -13214,13 +13364,13 @@

2.3 Variables 79

- + - - + + @@ -13229,7 +13379,7 @@

2.3 Variables 79

- + @@ -13244,7 +13394,7 @@

2.3 Variables 79

- + @@ -13259,7 +13409,7 @@

2.3 Variables 79

- + @@ -13274,13 +13424,13 @@

2.3 Variables 79

- + - - + + @@ -13289,13 +13439,13 @@

2.3 Variables 79

- + - - + + @@ -13304,7 +13454,7 @@

2.3 Variables 79

- + @@ -13319,7 +13469,7 @@

2.3 Variables 79

- + @@ -13334,13 +13484,13 @@

2.3 Variables 79

- + - - + + @@ -13349,7 +13499,7 @@

2.3 Variables 79

- + @@ -13364,7 +13514,7 @@

2.3 Variables 79

- + @@ -13379,7 +13529,7 @@

2.3 Variables 79

- + @@ -13394,13 +13544,13 @@

2.3 Variables 79

- + - - + + @@ -13409,13 +13559,13 @@

2.3 Variables 79

- + - - + + @@ -13424,7 +13574,7 @@

2.3 Variables 79

- + @@ -13439,7 +13589,7 @@

2.3 Variables 79

- + @@ -13454,13 +13604,13 @@

2.3 Variables 79

- + - - + + @@ -13469,7 +13619,7 @@

2.3 Variables 79

- + @@ -13484,7 +13634,7 @@

2.3 Variables 79

- + @@ -13499,7 +13649,7 @@

2.3 Variables 79

- + @@ -13514,7 +13664,7 @@

2.3 Variables 79

- + @@ -13529,7 +13679,7 @@

2.3 Variables 79

- + @@ -13544,13 +13694,13 @@

2.3 Variables 79

- + - - + + @@ -13559,7 +13709,7 @@

2.3 Variables 79

- + @@ -13574,7 +13724,7 @@

2.3 Variables 79

- + @@ -13589,7 +13739,7 @@

2.3 Variables 79

- + @@ -13604,7 +13754,7 @@

2.3 Variables 79

- + @@ -13619,7 +13769,7 @@

2.3 Variables 79

- + @@ -13634,13 +13784,13 @@

2.3 Variables 79

- + - - + + @@ -13649,7 +13799,7 @@

2.3 Variables 79

- + @@ -13664,7 +13814,7 @@

2.3 Variables 79

- + @@ -13679,7 +13829,7 @@

2.3 Variables 79

- + @@ -13694,13 +13844,13 @@

2.3 Variables 79

- + - - + + @@ -13709,7 +13859,7 @@

2.3 Variables 79

- + @@ -13724,7 +13874,7 @@

2.3 Variables 79

- + @@ -13739,7 +13889,7 @@

2.3 Variables 79

- + @@ -13752,9 +13902,9 @@

2.3 Variables 79

- + - + @@ -13769,7 +13919,7 @@

2.3 Variables 79

- + @@ -13784,7 +13934,7 @@

2.3 Variables 79

- + @@ -13799,7 +13949,7 @@

2.3 Variables 79

- + @@ -13814,7 +13964,7 @@

2.3 Variables 79

- + @@ -13829,7 +13979,7 @@

2.3 Variables 79

- + @@ -13844,7 +13994,7 @@

2.3 Variables 79

- + @@ -13859,7 +14009,7 @@

2.3 Variables 79

- + @@ -13874,7 +14024,7 @@

2.3 Variables 79

- + @@ -13889,7 +14039,7 @@

2.3 Variables 79

- + @@ -13904,7 +14054,7 @@

2.3 Variables 79

- + @@ -13919,7 +14069,7 @@

2.3 Variables 79

- + @@ -13934,7 +14084,7 @@

2.3 Variables 79

- + @@ -13949,7 +14099,7 @@

2.3 Variables 79

- + @@ -13964,7 +14114,7 @@

2.3 Variables 79

- + @@ -13979,7 +14129,7 @@

2.3 Variables 79

- + @@ -13994,7 +14144,7 @@

2.3 Variables 79

- + @@ -14009,7 +14159,7 @@

2.3 Variables 79

- + @@ -14024,7 +14174,7 @@

2.3 Variables 79

- + @@ -14039,7 +14189,7 @@

2.3 Variables 79

- + @@ -14054,7 +14204,7 @@

2.3 Variables 79

- + @@ -14069,13 +14219,13 @@

2.3 Variables 79

- + - - + + @@ -14084,13 +14234,13 @@

2.3 Variables 79

- + - - + + @@ -14099,13 +14249,13 @@

2.3 Variables 79

- + - - + + @@ -14114,13 +14264,13 @@

2.3 Variables 79

- + - - + + @@ -14129,13 +14279,13 @@

2.3 Variables 79

- + - - + + @@ -14144,13 +14294,13 @@

2.3 Variables 79

- + - - + + @@ -14159,13 +14309,13 @@

2.3 Variables 79

- + - - + + @@ -14174,13 +14324,13 @@

2.3 Variables 79

- + - - + + @@ -14189,13 +14339,13 @@

2.3 Variables 79

- + - - + + @@ -14204,13 +14354,13 @@

2.3 Variables 79

- + - - + + @@ -14219,7 +14369,7 @@

2.3 Variables 79

- + @@ -14234,7 +14384,7 @@

2.3 Variables 79

- + @@ -14249,7 +14399,7 @@

2.3 Variables 79

- + @@ -14264,7 +14414,7 @@

2.3 Variables 79

- + @@ -14279,7 +14429,7 @@

2.3 Variables 79

- + @@ -14294,7 +14444,7 @@

2.3 Variables 79

- + @@ -14309,7 +14459,7 @@

2.3 Variables 79

- + @@ -14324,7 +14474,7 @@

2.3 Variables 79

- + @@ -14339,7 +14489,7 @@

2.3 Variables 79

- + @@ -14354,7 +14504,7 @@

2.3 Variables 79

- + @@ -14369,7 +14519,7 @@

2.3 Variables 79

- + @@ -14384,7 +14534,7 @@

2.3 Variables 79

- + @@ -14399,7 +14549,7 @@

2.3 Variables 79

- + @@ -14414,7 +14564,7 @@

2.3 Variables 79

- + @@ -14429,7 +14579,7 @@

2.3 Variables 79

- + @@ -14444,7 +14594,7 @@

2.3 Variables 79

- + @@ -14459,7 +14609,7 @@

2.3 Variables 79

- + @@ -14474,7 +14624,7 @@

2.3 Variables 79

- + @@ -14489,7 +14639,7 @@

2.3 Variables 79

- + @@ -14504,7 +14654,7 @@

2.3 Variables 79

- + @@ -14519,7 +14669,7 @@

2.3 Variables 79

- + @@ -14534,7 +14684,7 @@

2.3 Variables 79

- + @@ -14549,7 +14699,7 @@

2.3 Variables 79

- + @@ -14564,7 +14714,7 @@

2.3 Variables 79

- + @@ -14579,7 +14729,7 @@

2.3 Variables 79

- + @@ -14594,7 +14744,7 @@

2.3 Variables 79

- + @@ -14609,7 +14759,7 @@

2.3 Variables 79

- + @@ -14624,7 +14774,7 @@

2.3 Variables 79

- + @@ -14639,7 +14789,7 @@

2.3 Variables 79

- + @@ -14654,7 +14804,7 @@

2.3 Variables 79

- + @@ -14669,13 +14819,13 @@

2.3 Variables 79

- + - - + + @@ -14684,13 +14834,13 @@

2.3 Variables 79

- + - - + + @@ -14699,13 +14849,13 @@

2.3 Variables 79

- + - - + + @@ -14714,13 +14864,13 @@

2.3 Variables 79

- + - - + + @@ -14729,13 +14879,13 @@

2.3 Variables 79

- + - - + + @@ -14744,13 +14894,13 @@

2.3 Variables 79

- + - - + + @@ -14759,13 +14909,13 @@

2.3 Variables 79

- + - - + + @@ -14774,13 +14924,13 @@

2.3 Variables 79

- + - - + + @@ -14789,13 +14939,13 @@

2.3 Variables 79

- + - - + + @@ -14804,13 +14954,13 @@

2.3 Variables 79

- + - - + + @@ -14819,13 +14969,13 @@

2.3 Variables 79

- + - - + + @@ -14834,13 +14984,13 @@

2.3 Variables 79

- + - - + + @@ -14849,7 +14999,7 @@

2.3 Variables 79

- + @@ -14864,7 +15014,7 @@

2.3 Variables 79

- + @@ -14879,7 +15029,7 @@

2.3 Variables 79

- + @@ -14894,7 +15044,7 @@

2.3 Variables 79

- + @@ -14909,7 +15059,7 @@

2.3 Variables 79

- + @@ -14924,7 +15074,7 @@

2.3 Variables 79

- + @@ -14939,7 +15089,7 @@

2.3 Variables 79

- + @@ -14954,7 +15104,7 @@

2.3 Variables 79

- + @@ -14969,7 +15119,7 @@

2.3 Variables 79

- + @@ -14984,7 +15134,7 @@

2.3 Variables 79

- + @@ -14999,7 +15149,7 @@

2.3 Variables 79

- + @@ -15014,7 +15164,7 @@

2.3 Variables 79

- + @@ -15029,7 +15179,7 @@

2.3 Variables 79

- + @@ -15044,7 +15194,7 @@

2.3 Variables 79

- + @@ -15059,7 +15209,7 @@

2.3 Variables 79

- + @@ -15074,7 +15224,7 @@

2.3 Variables 79

- + @@ -15089,7 +15239,7 @@

2.3 Variables 79

- + @@ -15104,7 +15254,7 @@

2.3 Variables 79

- + @@ -15119,7 +15269,7 @@

2.3 Variables 79

- + @@ -15134,7 +15284,7 @@

2.3 Variables 79

- + @@ -15149,7 +15299,7 @@

2.3 Variables 79

- + @@ -15164,7 +15314,7 @@

2.3 Variables 79

- + @@ -15179,7 +15329,7 @@

2.3 Variables 79

- + @@ -15194,7 +15344,7 @@

2.3 Variables 79

- + @@ -15209,7 +15359,7 @@

2.3 Variables 79

- + @@ -15224,7 +15374,7 @@

2.3 Variables 79

- + @@ -15239,7 +15389,7 @@

2.3 Variables 79

- + @@ -15254,7 +15404,7 @@

2.3 Variables 79

- + @@ -15269,7 +15419,7 @@

2.3 Variables 79

- + @@ -15284,7 +15434,7 @@

2.3 Variables 79

- + @@ -15299,7 +15449,7 @@

2.3 Variables 79

- + @@ -15314,7 +15464,7 @@

2.3 Variables 79

- + @@ -15329,7 +15479,7 @@

2.3 Variables 79

- + @@ -15344,7 +15494,7 @@

2.3 Variables 79

- + @@ -15359,13 +15509,13 @@

2.3 Variables 79

- + - - + + @@ -15374,13 +15524,13 @@

2.3 Variables 79

- + - - + + @@ -15389,13 +15539,13 @@

2.3 Variables 79

- + - - + + @@ -15404,13 +15554,13 @@

2.3 Variables 79

- + - - + + @@ -15419,13 +15569,13 @@

2.3 Variables 79

- + - - + + @@ -15434,13 +15584,13 @@

2.3 Variables 79

- + - - + + @@ -15449,13 +15599,13 @@

2.3 Variables 79

- + - - + + @@ -15464,13 +15614,13 @@

2.3 Variables 79

- + - - + + @@ -15479,13 +15629,13 @@

2.3 Variables 79

- + - - + + @@ -15494,13 +15644,13 @@

2.3 Variables 79

- + - - + + @@ -15509,7 +15659,7 @@

2.3 Variables 79

- + @@ -15524,7 +15674,7 @@

2.3 Variables 79

- + @@ -15539,7 +15689,7 @@

2.3 Variables 79

- + @@ -15554,7 +15704,7 @@

2.3 Variables 79

- + @@ -15569,7 +15719,7 @@

2.3 Variables 79

- + @@ -15584,7 +15734,7 @@

2.3 Variables 79

- + @@ -15599,7 +15749,7 @@

2.3 Variables 79

- + @@ -15614,7 +15764,7 @@

2.3 Variables 79

- + @@ -15629,7 +15779,7 @@

2.3 Variables 79

- + @@ -15644,7 +15794,7 @@

2.3 Variables 79

- + @@ -15659,7 +15809,7 @@

2.3 Variables 79

- + @@ -15674,7 +15824,7 @@

2.3 Variables 79

- + @@ -15689,7 +15839,7 @@

2.3 Variables 79

- + @@ -15704,7 +15854,7 @@

2.3 Variables 79

- + @@ -15719,7 +15869,7 @@

2.3 Variables 79

- + @@ -15734,7 +15884,7 @@

2.3 Variables 79

- + @@ -15749,7 +15899,7 @@

2.3 Variables 79

- + @@ -15764,7 +15914,7 @@

2.3 Variables 79

- + @@ -15779,7 +15929,7 @@

2.3 Variables 79

- + @@ -15794,7 +15944,7 @@

2.3 Variables 79

- + @@ -15809,7 +15959,7 @@

2.3 Variables 79

- + @@ -15824,7 +15974,7 @@

2.3 Variables 79

- + @@ -15839,7 +15989,7 @@

2.3 Variables 79

- + @@ -15854,7 +16004,7 @@

2.3 Variables 79

- + @@ -15869,7 +16019,7 @@

2.3 Variables 79

- + @@ -15884,7 +16034,7 @@

2.3 Variables 79

- + @@ -15899,13 +16049,13 @@

2.3 Variables 79

- + - - + + @@ -15914,13 +16064,13 @@

2.3 Variables 79

- + - - + + @@ -15929,13 +16079,13 @@

2.3 Variables 79

- + - - + + @@ -15944,13 +16094,13 @@

2.3 Variables 79

- + - - + + @@ -15959,13 +16109,13 @@

2.3 Variables 79

- + - - + + @@ -15974,13 +16124,13 @@

2.3 Variables 79

- + - - + + @@ -15989,13 +16139,13 @@

2.3 Variables 79

- + - - + + @@ -16004,13 +16154,13 @@

2.3 Variables 79

- + - - + + @@ -16019,13 +16169,13 @@

2.3 Variables 79

- + - - + + @@ -16034,13 +16184,13 @@

2.3 Variables 79

- + - - + + @@ -16049,13 +16199,13 @@

2.3 Variables 79

- + - - + + @@ -16064,13 +16214,13 @@

2.3 Variables 79

- + - - + + @@ -16079,7 +16229,7 @@

2.3 Variables 79

- + @@ -16094,7 +16244,7 @@

2.3 Variables 79

- + @@ -16109,7 +16259,7 @@

2.3 Variables 79

- + @@ -16124,7 +16274,7 @@

2.3 Variables 79

- + @@ -16139,7 +16289,7 @@

2.3 Variables 79

- + @@ -16154,7 +16304,7 @@

2.3 Variables 79

- + @@ -16169,7 +16319,7 @@

2.3 Variables 79

- + @@ -16184,7 +16334,7 @@

2.3 Variables 79

- + @@ -16199,7 +16349,7 @@

2.3 Variables 79

- + @@ -16214,7 +16364,7 @@

2.3 Variables 79

- + @@ -16229,7 +16379,7 @@

2.3 Variables 79

- + @@ -16244,7 +16394,7 @@

2.3 Variables 79

- + @@ -16259,7 +16409,7 @@

2.3 Variables 79

- + @@ -16274,7 +16424,7 @@

2.3 Variables 79

- + @@ -16289,7 +16439,7 @@

2.3 Variables 79

- + @@ -16304,7 +16454,7 @@

2.3 Variables 79

- + @@ -16319,7 +16469,7 @@

2.3 Variables 79

- + @@ -16334,7 +16484,7 @@

2.3 Variables 79

- + @@ -16349,7 +16499,7 @@

2.3 Variables 79

- + @@ -16364,7 +16514,7 @@

2.3 Variables 79

- + @@ -16379,7 +16529,7 @@

2.3 Variables 79

- + @@ -16394,7 +16544,7 @@

2.3 Variables 79

- + @@ -16409,7 +16559,7 @@

2.3 Variables 79

- + @@ -16424,7 +16574,7 @@

2.3 Variables 79

- + @@ -16439,7 +16589,7 @@

2.3 Variables 79

- + @@ -16454,7 +16604,7 @@

2.3 Variables 79

- + @@ -16469,7 +16619,7 @@

2.3 Variables 79

- + @@ -16484,7 +16634,7 @@

2.3 Variables 79

- + @@ -16499,7 +16649,7 @@

2.3 Variables 79

- + @@ -16514,7 +16664,7 @@

2.3 Variables 79

- + @@ -16529,7 +16679,7 @@

2.3 Variables 79

- + @@ -16544,7 +16694,7 @@

2.3 Variables 79

- + @@ -16559,7 +16709,7 @@

2.3 Variables 79

- + @@ -16574,7 +16724,7 @@

2.3 Variables 79

- + @@ -16589,13 +16739,13 @@

2.3 Variables 79

- + - - + + @@ -16604,13 +16754,13 @@

2.3 Variables 79

- + - - + + @@ -16619,13 +16769,13 @@

2.3 Variables 79

- + - - + + @@ -16634,13 +16784,13 @@

2.3 Variables 79

- + - - + + @@ -16649,13 +16799,13 @@

2.3 Variables 79

- + - - + + @@ -16664,13 +16814,13 @@

2.3 Variables 79

- + - - + + @@ -16679,13 +16829,13 @@

2.3 Variables 79

- + - - + + @@ -16694,13 +16844,13 @@

2.3 Variables 79

- + - - + + @@ -16709,13 +16859,13 @@

2.3 Variables 79

- + - - + + @@ -16724,13 +16874,13 @@

2.3 Variables 79

- + - - + + @@ -16739,7 +16889,7 @@

2.3 Variables 79

- + @@ -16754,7 +16904,7 @@

2.3 Variables 79

- + @@ -16769,7 +16919,7 @@

2.3 Variables 79

- + @@ -16784,7 +16934,7 @@

2.3 Variables 79

- + @@ -16799,7 +16949,7 @@

2.3 Variables 79

- + @@ -16814,7 +16964,7 @@

2.3 Variables 79

- + @@ -16829,7 +16979,7 @@

2.3 Variables 79

- + @@ -16844,7 +16994,7 @@

2.3 Variables 79

- + @@ -16859,7 +17009,7 @@

2.3 Variables 79

- + @@ -16874,7 +17024,7 @@

2.3 Variables 79

- + @@ -16889,7 +17039,7 @@

2.3 Variables 79

- + @@ -16904,7 +17054,7 @@

2.3 Variables 79

- + @@ -16919,7 +17069,7 @@

2.3 Variables 79

- + @@ -16934,7 +17084,7 @@

2.3 Variables 79

- + @@ -16949,7 +17099,7 @@

2.3 Variables 79

- + @@ -16964,7 +17114,7 @@

2.3 Variables 79

- + @@ -16979,7 +17129,7 @@

2.3 Variables 79

- + @@ -16994,7 +17144,7 @@

2.3 Variables 79

- + @@ -17009,7 +17159,7 @@

2.3 Variables 79

- + @@ -17024,7 +17174,7 @@

2.3 Variables 79

- + @@ -17039,7 +17189,7 @@

2.3 Variables 79

- + @@ -17054,7 +17204,7 @@

2.3 Variables 79

- + @@ -17069,7 +17219,7 @@

2.3 Variables 79

- + @@ -17084,7 +17234,7 @@

2.3 Variables 79

- + @@ -17099,7 +17249,7 @@

2.3 Variables 79

- + @@ -17114,7 +17264,7 @@

2.3 Variables 79

- + @@ -17129,13 +17279,13 @@

2.3 Variables 79

- + - - + + @@ -17144,13 +17294,13 @@

2.3 Variables 79

- + - - + + @@ -17159,13 +17309,13 @@

2.3 Variables 79

- + - - + + @@ -17174,13 +17324,13 @@

2.3 Variables 79

- + - - + + @@ -17189,13 +17339,13 @@

2.3 Variables 79

- + - - + + @@ -17204,13 +17354,13 @@

2.3 Variables 79

- + - - + + @@ -17219,13 +17369,13 @@

2.3 Variables 79

- + - - + + @@ -17234,13 +17384,13 @@

2.3 Variables 79

- + - - + + @@ -17249,13 +17399,13 @@

2.3 Variables 79

- + - - + + @@ -17264,13 +17414,13 @@

2.3 Variables 79

- + - - + + @@ -17279,13 +17429,13 @@

2.3 Variables 79

- + - - + + @@ -17294,13 +17444,13 @@

2.3 Variables 79

- + - - + + @@ -17309,13 +17459,13 @@

2.3 Variables 79

- + - - + + @@ -17324,13 +17474,13 @@

2.3 Variables 79

- + - - + + @@ -17339,7 +17489,7 @@

2.3 Variables 79

- + @@ -17354,7 +17504,7 @@

2.3 Variables 79

- + @@ -17369,7 +17519,7 @@

2.3 Variables 79

- + @@ -17384,7 +17534,7 @@

2.3 Variables 79

- + @@ -17399,7 +17549,7 @@

2.3 Variables 79

- + @@ -17414,7 +17564,7 @@

2.3 Variables 79

- + @@ -17429,7 +17579,7 @@

2.3 Variables 79

- + @@ -17444,7 +17594,7 @@

2.3 Variables 79

- + @@ -17459,7 +17609,7 @@

2.3 Variables 79

- + @@ -17474,7 +17624,7 @@

2.3 Variables 79

- + @@ -17489,7 +17639,7 @@

2.3 Variables 79

- + @@ -17504,7 +17654,7 @@

2.3 Variables 79

- + @@ -17519,7 +17669,7 @@

2.3 Variables 79

- + @@ -17534,7 +17684,7 @@

2.3 Variables 79

- + @@ -17549,7 +17699,7 @@

2.3 Variables 79

- + @@ -17564,7 +17714,7 @@

2.3 Variables 79

- + @@ -17579,7 +17729,7 @@

2.3 Variables 79

- + @@ -17594,7 +17744,7 @@

2.3 Variables 79

- + @@ -17609,7 +17759,7 @@

2.3 Variables 79

- + @@ -17624,7 +17774,7 @@

2.3 Variables 79

- + @@ -17639,7 +17789,7 @@

2.3 Variables 79

- + @@ -17654,7 +17804,7 @@

2.3 Variables 79

- + @@ -17669,7 +17819,7 @@

2.3 Variables 79

- + @@ -17684,7 +17834,7 @@

2.3 Variables 79

- + @@ -17699,7 +17849,7 @@

2.3 Variables 79

- + @@ -17714,7 +17864,7 @@

2.3 Variables 79

- + @@ -17729,7 +17879,7 @@

2.3 Variables 79

- + @@ -17744,7 +17894,7 @@

2.3 Variables 79

- + @@ -17759,7 +17909,7 @@

2.3 Variables 79

- + @@ -17774,7 +17924,7 @@

2.3 Variables 79

- + @@ -17789,7 +17939,7 @@

2.3 Variables 79

- + @@ -17804,7 +17954,7 @@

2.3 Variables 79

- + @@ -17819,7 +17969,7 @@

2.3 Variables 79

- + @@ -17834,7 +17984,7 @@

2.3 Variables 79

- + @@ -17849,7 +17999,7 @@

2.3 Variables 79

- + @@ -17864,7 +18014,7 @@

2.3 Variables 79

- + @@ -17879,13 +18029,13 @@

2.3 Variables 79

- + - - + + @@ -17894,13 +18044,13 @@

2.3 Variables 79

- + - - + + @@ -17909,13 +18059,13 @@

2.3 Variables 79

- + - - + + @@ -17924,13 +18074,13 @@

2.3 Variables 79

- + - - + + @@ -17939,13 +18089,13 @@

2.3 Variables 79

- + - - + + @@ -17954,13 +18104,13 @@

2.3 Variables 79

- + - - + + @@ -17969,13 +18119,13 @@

2.3 Variables 79

- + - - + + @@ -17984,13 +18134,13 @@

2.3 Variables 79

- + - - + + @@ -17999,13 +18149,13 @@

2.3 Variables 79

- + - - + + @@ -18014,13 +18164,13 @@

2.3 Variables 79

- + - - + + @@ -18029,7 +18179,7 @@

2.3 Variables 79

- + @@ -18044,7 +18194,7 @@

2.3 Variables 79

- + @@ -18059,7 +18209,7 @@

2.3 Variables 79

- + @@ -18074,7 +18224,7 @@

2.3 Variables 79

- + @@ -18089,7 +18239,7 @@

2.3 Variables 79

- + @@ -18104,7 +18254,7 @@

2.3 Variables 79

- + @@ -18119,7 +18269,7 @@

2.3 Variables 79

- + @@ -18134,7 +18284,7 @@

2.3 Variables 79

- + @@ -18149,7 +18299,7 @@

2.3 Variables 79

- + @@ -18164,7 +18314,7 @@

2.3 Variables 79

- + @@ -18179,7 +18329,7 @@

2.3 Variables 79

- + @@ -18194,7 +18344,7 @@

2.3 Variables 79

- + @@ -18209,7 +18359,7 @@

2.3 Variables 79

- + @@ -18224,7 +18374,7 @@

2.3 Variables 79

- + @@ -18239,7 +18389,7 @@

2.3 Variables 79

- + @@ -18254,7 +18404,7 @@

2.3 Variables 79

- + @@ -18269,7 +18419,7 @@

2.3 Variables 79

- + @@ -18284,7 +18434,7 @@

2.3 Variables 79

- + @@ -18299,7 +18449,7 @@

2.3 Variables 79

- + @@ -18314,7 +18464,7 @@

2.3 Variables 79

- + @@ -18329,7 +18479,7 @@

2.3 Variables 79

- + @@ -18344,7 +18494,7 @@

2.3 Variables 79

- + @@ -18359,7 +18509,7 @@

2.3 Variables 79

- + @@ -18374,7 +18524,7 @@

2.3 Variables 79

- + @@ -18389,7 +18539,7 @@

2.3 Variables 79

- + @@ -18404,7 +18554,7 @@

2.3 Variables 79

- + @@ -18419,7 +18569,7 @@

2.3 Variables 79

- + @@ -18434,7 +18584,7 @@

2.3 Variables 79

- + @@ -18449,7 +18599,7 @@

2.3 Variables 79

- + @@ -18464,7 +18614,7 @@

2.3 Variables 79

- + @@ -18479,13 +18629,13 @@

2.3 Variables 79

- + - - + + @@ -18494,13 +18644,13 @@

2.3 Variables 79

- + - - + + @@ -18509,13 +18659,13 @@

2.3 Variables 79

- + - - + + @@ -18524,13 +18674,13 @@

2.3 Variables 79

- + - - + + @@ -18539,13 +18689,13 @@

2.3 Variables 79

- + - - + + @@ -18554,13 +18704,13 @@

2.3 Variables 79

- + - - + + @@ -18569,13 +18719,13 @@

2.3 Variables 79

- + - - + + @@ -18584,13 +18734,13 @@

2.3 Variables 79

- + - - + + @@ -18599,13 +18749,13 @@

2.3 Variables 79

- + - - + + @@ -18614,13 +18764,13 @@

2.3 Variables 79

- + - - + + @@ -18629,13 +18779,13 @@

2.3 Variables 79

- + - - + + @@ -18644,13 +18794,13 @@

2.3 Variables 79

- + - - + + @@ -18659,7 +18809,7 @@

2.3 Variables 79

- + @@ -18674,7 +18824,7 @@

2.3 Variables 79

- + @@ -18689,7 +18839,7 @@

2.3 Variables 79

- + @@ -18704,7 +18854,7 @@

2.3 Variables 79

- + @@ -18719,7 +18869,7 @@

2.3 Variables 79

- + @@ -18734,7 +18884,7 @@

2.3 Variables 79

- + @@ -18749,7 +18899,7 @@

2.3 Variables 79

- + @@ -18764,7 +18914,7 @@

2.3 Variables 79

- + @@ -18779,7 +18929,7 @@

2.3 Variables 79

- + @@ -18794,7 +18944,7 @@

2.3 Variables 79

- + @@ -18809,7 +18959,7 @@

2.3 Variables 79

- + @@ -18824,7 +18974,7 @@

2.3 Variables 79

- + @@ -18839,7 +18989,7 @@

2.3 Variables 79

- + @@ -18854,7 +19004,7 @@

2.3 Variables 79

- + @@ -18869,7 +19019,7 @@

2.3 Variables 79

- + @@ -18884,7 +19034,7 @@

2.3 Variables 79

- + @@ -18899,7 +19049,7 @@

2.3 Variables 79

- + @@ -18914,7 +19064,7 @@

2.3 Variables 79

- + @@ -18929,7 +19079,7 @@

2.3 Variables 79

- + @@ -18944,7 +19094,7 @@

2.3 Variables 79

- + @@ -18959,7 +19109,7 @@

2.3 Variables 79

- + @@ -18974,7 +19124,7 @@

2.3 Variables 79

- + @@ -18989,7 +19139,7 @@

2.3 Variables 79

- + @@ -19004,7 +19154,7 @@

2.3 Variables 79

- + @@ -19019,7 +19169,7 @@

2.3 Variables 79

- + @@ -19034,7 +19184,7 @@

2.3 Variables 79

- + @@ -19049,7 +19199,7 @@

2.3 Variables 79

- + @@ -19064,7 +19214,7 @@

2.3 Variables 79

- + @@ -19079,7 +19229,7 @@

2.3 Variables 79

- + @@ -19094,7 +19244,7 @@

2.3 Variables 79

- + @@ -19109,7 +19259,7 @@

2.3 Variables 79

- + @@ -19124,7 +19274,7 @@

2.3 Variables 79

- + @@ -19139,7 +19289,7 @@

2.3 Variables 79

- + @@ -19154,7 +19304,7 @@

2.3 Variables 79

- + @@ -19169,7 +19319,7 @@

2.3 Variables 79

- + @@ -19184,7 +19334,7 @@

2.3 Variables 79

- + @@ -19199,7 +19349,7 @@

2.3 Variables 79

- + @@ -19214,7 +19364,7 @@

2.3 Variables 79

- + @@ -19229,7 +19379,7 @@

2.3 Variables 79

- + @@ -19244,7 +19394,7 @@

2.3 Variables 79

- + @@ -19259,7 +19409,7 @@

2.3 Variables 79

- + @@ -19274,7 +19424,7 @@

2.3 Variables 79

- + @@ -19289,7 +19439,7 @@

2.3 Variables 79

- + @@ -19304,7 +19454,7 @@

2.3 Variables 79

- + @@ -19319,7 +19469,7 @@

2.3 Variables 79

- + @@ -19334,7 +19484,7 @@

2.3 Variables 79

- + @@ -19349,7 +19499,7 @@

2.3 Variables 79

- + @@ -19364,7 +19514,7 @@

2.3 Variables 79

- + @@ -19379,7 +19529,7 @@

2.3 Variables 79

- + @@ -19394,7 +19544,7 @@

2.3 Variables 79

- + @@ -19409,7 +19559,7 @@

2.3 Variables 79

- + @@ -19424,7 +19574,7 @@

2.3 Variables 79

- + @@ -19439,7 +19589,7 @@

2.3 Variables 79

- + @@ -19454,7 +19604,7 @@

2.3 Variables 79

- + @@ -19469,7 +19619,7 @@

2.3 Variables 79

- + @@ -19484,7 +19634,7 @@

2.3 Variables 79

- + @@ -19499,7 +19649,7 @@

2.3 Variables 79

- + @@ -19514,7 +19664,7 @@

2.3 Variables 79

- + @@ -19529,7 +19679,7 @@

2.3 Variables 79

- + @@ -19544,7 +19694,7 @@

2.3 Variables 79

- + @@ -19559,7 +19709,7 @@

2.3 Variables 79

- + @@ -19574,7 +19724,7 @@

2.3 Variables 79

- + @@ -19589,7 +19739,7 @@

2.3 Variables 79

- + @@ -19604,7 +19754,7 @@

2.3 Variables 79

- + @@ -19619,7 +19769,7 @@

2.3 Variables 79

- + @@ -19634,7 +19784,7 @@

2.3 Variables 79

- + @@ -19649,7 +19799,7 @@

2.3 Variables 79

- + @@ -19664,7 +19814,7 @@

2.3 Variables 79

- + @@ -19679,7 +19829,7 @@

2.3 Variables 79

- + @@ -19694,7 +19844,7 @@

2.3 Variables 79

- + @@ -19709,7 +19859,7 @@

2.3 Variables 79

- + @@ -19724,7 +19874,7 @@

2.3 Variables 79

- + @@ -19739,7 +19889,7 @@

2.3 Variables 79

- + @@ -19754,7 +19904,7 @@

2.3 Variables 79

- + @@ -19769,7 +19919,7 @@

2.3 Variables 79

- + @@ -19784,7 +19934,7 @@

2.3 Variables 79

- + @@ -19799,7 +19949,7 @@

2.3 Variables 79

- + @@ -19814,7 +19964,7 @@

2.3 Variables 79

- + @@ -19829,7 +19979,7 @@

2.3 Variables 79

- + @@ -19844,7 +19994,7 @@

2.3 Variables 79

- + @@ -19859,7 +20009,7 @@

2.3 Variables 79

- + @@ -19874,7 +20024,7 @@

2.3 Variables 79

- + @@ -19889,7 +20039,7 @@

2.3 Variables 79

- + @@ -19904,7 +20054,7 @@

2.3 Variables 79

- + @@ -19919,7 +20069,7 @@

2.3 Variables 79

- + @@ -19934,7 +20084,7 @@

2.3 Variables 79

- + @@ -19949,7 +20099,7 @@

2.3 Variables 79

- + @@ -19964,7 +20114,7 @@

2.3 Variables 79

- + @@ -19977,9 +20127,9 @@

2.3 Variables 79

- + - + @@ -19992,9 +20142,9 @@

2.3 Variables 79

- + - + @@ -20009,7 +20159,7 @@

2.3 Variables 79

- + @@ -20024,7 +20174,7 @@

2.3 Variables 79

- + @@ -20039,7 +20189,7 @@

2.3 Variables 79

- + @@ -20054,7 +20204,7 @@

2.3 Variables 79

- + @@ -20069,7 +20219,7 @@

2.3 Variables 79

- + @@ -20084,7 +20234,7 @@

2.3 Variables 79

- + @@ -20099,7 +20249,7 @@

2.3 Variables 79

- + @@ -20114,7 +20264,7 @@

2.3 Variables 79

- + @@ -20129,7 +20279,7 @@

2.3 Variables 79

- + @@ -20144,7 +20294,7 @@

2.3 Variables 79

- + @@ -20159,13 +20309,13 @@

2.3 Variables 79

- + - - + + @@ -20174,13 +20324,13 @@

2.3 Variables 79

- + - - + + @@ -20189,13 +20339,13 @@

2.3 Variables 79

- + - - + + @@ -20204,13 +20354,13 @@

2.3 Variables 79

- + - - + + @@ -20219,13 +20369,13 @@

2.3 Variables 79

- + - - + + @@ -20234,13 +20384,13 @@

2.3 Variables 79

- + - - + + @@ -20249,13 +20399,13 @@

2.3 Variables 79

- + - - + + @@ -20264,13 +20414,13 @@

2.3 Variables 79

- + - - + + @@ -20279,13 +20429,13 @@

2.3 Variables 79

- + - - + + @@ -20294,13 +20444,13 @@

2.3 Variables 79

- + - - + + @@ -20309,13 +20459,13 @@

2.3 Variables 79

- + - - + + @@ -20324,7 +20474,7 @@

2.3 Variables 79

- + @@ -20339,7 +20489,7 @@

2.3 Variables 79

- + @@ -20354,7 +20504,7 @@

2.3 Variables 79

- + @@ -20369,7 +20519,7 @@

2.3 Variables 79

- + @@ -20384,7 +20534,7 @@

2.3 Variables 79

- + @@ -20399,7 +20549,7 @@

2.3 Variables 79

- + @@ -20414,7 +20564,7 @@

2.3 Variables 79

- + @@ -20429,7 +20579,7 @@

2.3 Variables 79

- + @@ -20444,7 +20594,7 @@

2.3 Variables 79

- + @@ -20459,7 +20609,7 @@

2.3 Variables 79

- + @@ -20474,7 +20624,7 @@

2.3 Variables 79

- + @@ -20489,7 +20639,7 @@

2.3 Variables 79

- + @@ -20504,7 +20654,7 @@

2.3 Variables 79

- + @@ -20519,7 +20669,7 @@

2.3 Variables 79

- + @@ -20534,7 +20684,7 @@

2.3 Variables 79

- + @@ -20549,7 +20699,7 @@

2.3 Variables 79

- + @@ -20564,7 +20714,7 @@

2.3 Variables 79

- + @@ -20579,7 +20729,7 @@

2.3 Variables 79

- + @@ -20594,7 +20744,7 @@

2.3 Variables 79

- + @@ -20609,7 +20759,7 @@

2.3 Variables 79

- + @@ -20624,7 +20774,7 @@

2.3 Variables 79

- + @@ -20639,7 +20789,7 @@

2.3 Variables 79

- + @@ -20654,7 +20804,7 @@

2.3 Variables 79

- + @@ -20669,7 +20819,7 @@

2.3 Variables 79

- + @@ -20684,7 +20834,7 @@

2.3 Variables 79

- + @@ -20699,7 +20849,7 @@

2.3 Variables 79

- + @@ -20714,7 +20864,7 @@

2.3 Variables 79

- + @@ -20729,7 +20879,7 @@

2.3 Variables 79

- + @@ -20744,7 +20894,7 @@

2.3 Variables 79

- + @@ -20759,7 +20909,7 @@

2.3 Variables 79

- + @@ -20774,7 +20924,7 @@

2.3 Variables 79

- + @@ -20789,13 +20939,13 @@

2.3 Variables 79

- + - - + + @@ -20804,13 +20954,13 @@

2.3 Variables 79

- + - - + + @@ -20819,13 +20969,13 @@

2.3 Variables 79

- + - - + + @@ -20834,13 +20984,13 @@

2.3 Variables 79

- + - - + + @@ -20849,13 +20999,13 @@

2.3 Variables 79

- + - - + + @@ -20864,13 +21014,13 @@

2.3 Variables 79

- + - - + + @@ -20879,13 +21029,13 @@

2.3 Variables 79

- + - - + + @@ -20894,13 +21044,13 @@

2.3 Variables 79

- + - - + + @@ -20909,13 +21059,13 @@

2.3 Variables 79

- + - - + + @@ -20924,13 +21074,13 @@

2.3 Variables 79

- + - - + + @@ -20939,13 +21089,13 @@

2.3 Variables 79

- + - - + + @@ -20954,13 +21104,13 @@

2.3 Variables 79

- + - - + + @@ -20969,13 +21119,13 @@

2.3 Variables 79

- + - - + + @@ -20984,13 +21134,13 @@

2.3 Variables 79

- + - - + + @@ -20999,13 +21149,13 @@

2.3 Variables 79

- + - - + + @@ -21014,13 +21164,13 @@

2.3 Variables 79

- + - - + + @@ -21029,7 +21179,7 @@

2.3 Variables 79

- + @@ -21044,7 +21194,7 @@

2.3 Variables 79

- + @@ -21059,7 +21209,7 @@

2.3 Variables 79

- + @@ -21074,7 +21224,7 @@

2.3 Variables 79

- + @@ -21089,7 +21239,7 @@

2.3 Variables 79

- + @@ -21104,7 +21254,7 @@

2.3 Variables 79

- + @@ -21119,7 +21269,7 @@

2.3 Variables 79

- + @@ -21134,7 +21284,7 @@

2.3 Variables 79

- + @@ -21149,7 +21299,7 @@

2.3 Variables 79

- + @@ -21164,7 +21314,7 @@

2.3 Variables 79

- + @@ -21179,7 +21329,7 @@

2.3 Variables 79

- + @@ -21194,7 +21344,7 @@

2.3 Variables 79

- + @@ -21209,7 +21359,7 @@

2.3 Variables 79

- + @@ -21224,7 +21374,7 @@

2.3 Variables 79

- + @@ -21239,7 +21389,7 @@

2.3 Variables 79

- + @@ -21254,7 +21404,7 @@

2.3 Variables 79

- + @@ -21269,7 +21419,7 @@

2.3 Variables 79

- + @@ -21284,7 +21434,7 @@

2.3 Variables 79

- + @@ -21299,7 +21449,7 @@

2.3 Variables 79

- + @@ -21314,7 +21464,7 @@

2.3 Variables 79

- + @@ -21329,7 +21479,7 @@

2.3 Variables 79

- + @@ -21344,7 +21494,7 @@

2.3 Variables 79

- + @@ -21359,7 +21509,7 @@

2.3 Variables 79

- + @@ -21374,7 +21524,7 @@

2.3 Variables 79

- + @@ -21389,7 +21539,7 @@

2.3 Variables 79

- + @@ -21404,7 +21554,7 @@

2.3 Variables 79

- + @@ -21419,7 +21569,7 @@

2.3 Variables 79

- + @@ -21434,7 +21584,7 @@

2.3 Variables 79

- + @@ -21449,7 +21599,7 @@

2.3 Variables 79

- + @@ -21464,7 +21614,7 @@

2.3 Variables 79

- + @@ -21479,7 +21629,7 @@

2.3 Variables 79

- + @@ -21494,7 +21644,7 @@

2.3 Variables 79

- + @@ -21509,7 +21659,7 @@

2.3 Variables 79

- + @@ -21524,7 +21674,7 @@

2.3 Variables 79

- + @@ -21539,7 +21689,7 @@

2.3 Variables 79

- + @@ -21554,7 +21704,7 @@

2.3 Variables 79

- + @@ -21569,7 +21719,7 @@

2.3 Variables 79

- + @@ -21584,7 +21734,7 @@

2.3 Variables 79

- + @@ -21599,7 +21749,7 @@

2.3 Variables 79

- + @@ -21614,7 +21764,7 @@

2.3 Variables 79

- + @@ -21629,7 +21779,7 @@

2.3 Variables 79

- + @@ -21644,7 +21794,7 @@

2.3 Variables 79

- + @@ -21659,7 +21809,7 @@

2.3 Variables 79

- + @@ -21674,13 +21824,13 @@

2.3 Variables 79

- + - - + + @@ -21689,13 +21839,13 @@

2.3 Variables 79

- + - - + + @@ -21704,13 +21854,13 @@

2.3 Variables 79

- + - - + + @@ -21719,13 +21869,13 @@

2.3 Variables 79

- + - - + + @@ -21734,13 +21884,13 @@

2.3 Variables 79

- + - - + + @@ -21749,13 +21899,13 @@

2.3 Variables 79

- + - - + + @@ -21764,13 +21914,13 @@

2.3 Variables 79

- + - - + + @@ -21779,13 +21929,13 @@

2.3 Variables 79

- + - - + + @@ -21794,13 +21944,13 @@

2.3 Variables 79

- + - - + + @@ -21809,13 +21959,13 @@

2.3 Variables 79

- + - - + + @@ -21824,13 +21974,13 @@

2.3 Variables 79

- + - - + + @@ -21839,7 +21989,7 @@

2.3 Variables 79

- + @@ -21854,7 +22004,7 @@

2.3 Variables 79

- + @@ -21869,7 +22019,7 @@

2.3 Variables 79

- + @@ -21884,7 +22034,7 @@

2.3 Variables 79

- + @@ -21899,7 +22049,7 @@

2.3 Variables 79

- + @@ -21914,7 +22064,7 @@

2.3 Variables 79

- + @@ -21929,7 +22079,7 @@

2.3 Variables 79

- + @@ -21944,7 +22094,7 @@

2.3 Variables 79

- + @@ -21959,7 +22109,7 @@

2.3 Variables 79

- + @@ -21974,7 +22124,7 @@

2.3 Variables 79

- + @@ -21989,7 +22139,7 @@

2.3 Variables 79

- + @@ -22004,7 +22154,7 @@

2.3 Variables 79

- + @@ -22019,7 +22169,7 @@

2.3 Variables 79

- + @@ -22034,7 +22184,7 @@

2.3 Variables 79

- + @@ -22049,7 +22199,7 @@

2.3 Variables 79

- + @@ -22064,7 +22214,7 @@

2.3 Variables 79

- + @@ -22079,7 +22229,7 @@

2.3 Variables 79

- + @@ -22094,7 +22244,7 @@

2.3 Variables 79

- + @@ -22109,7 +22259,7 @@

2.3 Variables 79

- + @@ -22124,7 +22274,7 @@

2.3 Variables 79

- + @@ -22139,7 +22289,7 @@

2.3 Variables 79

- + @@ -22154,7 +22304,7 @@

2.3 Variables 79

- + @@ -22169,7 +22319,7 @@

2.3 Variables 79

- + @@ -22184,7 +22334,7 @@

2.3 Variables 79

- + @@ -22199,7 +22349,7 @@

2.3 Variables 79

- + @@ -22214,7 +22364,7 @@

2.3 Variables 79

- + @@ -22229,7 +22379,7 @@

2.3 Variables 79

- + @@ -22244,7 +22394,7 @@

2.3 Variables 79

- + @@ -22259,7 +22409,7 @@

2.3 Variables 79

- + @@ -22274,7 +22424,7 @@

2.3 Variables 79

- + @@ -22289,7 +22439,7 @@

2.3 Variables 79

- + @@ -22304,13 +22454,13 @@

2.3 Variables 79

- + - - + + @@ -22319,13 +22469,13 @@

2.3 Variables 79

- + - - + + @@ -22334,13 +22484,13 @@

2.3 Variables 79

- + - - + + @@ -22349,13 +22499,13 @@

2.3 Variables 79

- + - - + + @@ -22364,13 +22514,13 @@

2.3 Variables 79

- + - - + + @@ -22379,13 +22529,13 @@

2.3 Variables 79

- + - - + + @@ -22394,13 +22544,13 @@

2.3 Variables 79

- + - - + + @@ -22409,13 +22559,13 @@

2.3 Variables 79

- + - - + + @@ -22424,13 +22574,13 @@

2.3 Variables 79

- + - - + + @@ -22439,13 +22589,13 @@

2.3 Variables 79

- + - - + + @@ -22454,13 +22604,13 @@

2.3 Variables 79

- + - - + + @@ -22469,13 +22619,13 @@

2.3 Variables 79

- + - - + + @@ -22484,7 +22634,7 @@

2.3 Variables 79

- + @@ -22499,7 +22649,7 @@

2.3 Variables 79

- + @@ -22514,7 +22664,7 @@

2.3 Variables 79

- + @@ -22529,7 +22679,7 @@

2.3 Variables 79

- + @@ -22544,7 +22694,7 @@

2.3 Variables 79

- + @@ -22559,7 +22709,7 @@

2.3 Variables 79

- + @@ -22574,7 +22724,7 @@

2.3 Variables 79

- + @@ -22589,7 +22739,7 @@

2.3 Variables 79

- + @@ -22604,7 +22754,7 @@

2.3 Variables 79

- + @@ -22619,7 +22769,7 @@

2.3 Variables 79

- + @@ -22634,7 +22784,7 @@

2.3 Variables 79

- + @@ -22649,7 +22799,7 @@

2.3 Variables 79

- + @@ -22664,7 +22814,7 @@

2.3 Variables 79

- + @@ -22679,7 +22829,7 @@

2.3 Variables 79

- + @@ -22694,7 +22844,7 @@

2.3 Variables 79

- + @@ -22709,7 +22859,7 @@

2.3 Variables 79

- + @@ -22724,7 +22874,7 @@

2.3 Variables 79

- + @@ -22739,7 +22889,7 @@

2.3 Variables 79

- + @@ -22754,7 +22904,7 @@

2.3 Variables 79

- + @@ -22769,7 +22919,7 @@

2.3 Variables 79

- + @@ -22784,7 +22934,7 @@

2.3 Variables 79

- + @@ -22799,7 +22949,7 @@

2.3 Variables 79

- + @@ -22814,7 +22964,7 @@

2.3 Variables 79

- + @@ -22829,7 +22979,7 @@

2.3 Variables 79

- + @@ -22844,7 +22994,7 @@

2.3 Variables 79

- + @@ -22859,7 +23009,7 @@

2.3 Variables 79

- + @@ -22874,7 +23024,7 @@

2.3 Variables 79

- + @@ -22889,7 +23039,7 @@

2.3 Variables 79

- + @@ -22904,7 +23054,7 @@

2.3 Variables 79

- + @@ -22919,7 +23069,7 @@

2.3 Variables 79

- + @@ -22934,7 +23084,7 @@

2.3 Variables 79

- + @@ -22949,7 +23099,7 @@

2.3 Variables 79

- + @@ -22964,7 +23114,7 @@

2.3 Variables 79

- + @@ -22979,7 +23129,7 @@

2.3 Variables 79

- + @@ -22994,7 +23144,7 @@

2.3 Variables 79

- + @@ -23009,7 +23159,7 @@

2.3 Variables 79

- + @@ -23024,7 +23174,7 @@

2.3 Variables 79

- + @@ -23039,7 +23189,7 @@

2.3 Variables 79

- + @@ -23054,7 +23204,7 @@

2.3 Variables 79

- + @@ -23069,7 +23219,7 @@

2.3 Variables 79

- + @@ -23084,7 +23234,7 @@

2.3 Variables 79

- + @@ -23099,7 +23249,7 @@

2.3 Variables 79

- + @@ -23114,7 +23264,7 @@

2.3 Variables 79

- + @@ -23129,7 +23279,7 @@

2.3 Variables 79

- + @@ -23144,7 +23294,7 @@

2.3 Variables 79

- + @@ -23159,7 +23309,7 @@

2.3 Variables 79

- + @@ -23174,7 +23324,7 @@

2.3 Variables 79

- + @@ -23189,7 +23339,7 @@

2.3 Variables 79

- + @@ -23204,7 +23354,7 @@

2.3 Variables 79

- + @@ -23219,7 +23369,7 @@

2.3 Variables 79

- + @@ -23234,7 +23384,7 @@

2.3 Variables 79

- + @@ -23249,7 +23399,7 @@

2.3 Variables 79

- + @@ -23264,7 +23414,7 @@

2.3 Variables 79

- + @@ -23279,7 +23429,7 @@

2.3 Variables 79

- + @@ -23294,7 +23444,7 @@

2.3 Variables 79

- + @@ -23309,7 +23459,7 @@

2.3 Variables 79

- + @@ -23324,7 +23474,7 @@

2.3 Variables 79

- + @@ -23339,7 +23489,7 @@

2.3 Variables 79

- + @@ -23354,7 +23504,7 @@

2.3 Variables 79

- + @@ -23369,7 +23519,7 @@

2.3 Variables 79

- + @@ -23384,7 +23534,7 @@

2.3 Variables 79

- + @@ -23399,7 +23549,7 @@

2.3 Variables 79

- + @@ -23414,7 +23564,7 @@

2.3 Variables 79

- + @@ -23429,7 +23579,7 @@

2.3 Variables 79

- + @@ -23444,7 +23594,7 @@

2.3 Variables 79

- + @@ -23459,7 +23609,7 @@

2.3 Variables 79

- + @@ -23474,7 +23624,7 @@

2.3 Variables 79

- + @@ -23489,13 +23639,13 @@

2.3 Variables 79

- + - - + + @@ -23504,13 +23654,13 @@

2.3 Variables 79

- + - - + + @@ -23519,13 +23669,13 @@

2.3 Variables 79

- + - - + + @@ -23534,13 +23684,13 @@

2.3 Variables 79

- + - - + + @@ -23549,13 +23699,13 @@

2.3 Variables 79

- + - - + + @@ -23564,13 +23714,13 @@

2.3 Variables 79

- + - - + + @@ -23579,13 +23729,13 @@

2.3 Variables 79

- + - - + + @@ -23594,13 +23744,13 @@

2.3 Variables 79

- + - - + + @@ -23609,13 +23759,13 @@

2.3 Variables 79

- + - - + + @@ -23624,13 +23774,13 @@

2.3 Variables 79

- + - - + + @@ -23639,7 +23789,7 @@

2.3 Variables 79

- + @@ -23654,7 +23804,7 @@

2.3 Variables 79

- + @@ -23669,7 +23819,7 @@

2.3 Variables 79

- + @@ -23684,7 +23834,7 @@

2.3 Variables 79

- + @@ -23699,7 +23849,7 @@

2.3 Variables 79

- + @@ -23714,7 +23864,7 @@

2.3 Variables 79

- + @@ -23729,7 +23879,7 @@

2.3 Variables 79

- + @@ -23744,7 +23894,7 @@

2.3 Variables 79

- + @@ -23759,7 +23909,7 @@

2.3 Variables 79

- + @@ -23774,7 +23924,7 @@

2.3 Variables 79

- + @@ -23789,7 +23939,7 @@

2.3 Variables 79

- + @@ -23804,7 +23954,7 @@

2.3 Variables 79

- + @@ -23819,7 +23969,7 @@

2.3 Variables 79

- + @@ -23834,7 +23984,7 @@

2.3 Variables 79

- + @@ -23849,7 +23999,7 @@

2.3 Variables 79

- + @@ -23864,7 +24014,7 @@

2.3 Variables 79

- + @@ -23879,7 +24029,7 @@

2.3 Variables 79

- + @@ -23894,7 +24044,7 @@

2.3 Variables 79

- + @@ -23909,7 +24059,7 @@

2.3 Variables 79

- + @@ -23924,7 +24074,7 @@

2.3 Variables 79

- + @@ -23939,7 +24089,7 @@

2.3 Variables 79

- + @@ -23954,7 +24104,7 @@

2.3 Variables 79

- + @@ -23969,7 +24119,7 @@

2.3 Variables 79

- + @@ -23984,7 +24134,7 @@

2.3 Variables 79

- + @@ -23999,7 +24149,7 @@

2.3 Variables 79

- + @@ -24014,7 +24164,7 @@

2.3 Variables 79

- + @@ -24029,7 +24179,7 @@

2.3 Variables 79

- + @@ -24042,9 +24192,9 @@

2.3 Variables 79

- + - + @@ -24059,13 +24209,13 @@

2.3 Variables 79

- + - - + + @@ -24074,13 +24224,13 @@

2.3 Variables 79

- + - - + + @@ -24089,13 +24239,13 @@

2.3 Variables 79

- + - - + + @@ -24104,13 +24254,13 @@

2.3 Variables 79

- + - - + + @@ -24119,533 +24269,3038 @@

2.3 Variables 79

- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - + + + - - + + - - - + + + - + - - - + + + - - + + - - - + + + - + - - - + + + - - + + - - - + + + - + - - - + + + - - + + - - - + + + - + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - + + - - - + + + - - + + - - + + - - - + + + - - + + - - + + - - - + + + - - + + - - + + - - - + + + - - + + - - + + - - - + + + - - + + - - + + - - - + + + - - + + - - + + - - - + + + - - + + - - + + - - - + + + - - + + - - + + - - - + + + - - + + - + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - - + + + - - + + - + - - - + + + - - + + - - + + - - - + + + - - + + - - + + - - - + + + - - + + - - + + - - - + + + - - + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - + @@ -24653,14 +27308,14 @@

2.3 Variables 79

- - + + - + @@ -24668,68 +27323,68 @@

2.3 Variables 79

- - + + - - - + + + - - + + - - + + - - - + + + - - + + - + - - - + + + - - + + - + - - - + + + - - + + - + @@ -27120,6 +29775,21 @@

2.3 Variables 79

+ + + + + + + + + + + + + + + @@ -27134,7 +29804,7 @@

2.3 Variables 79

- + @@ -27149,7 +29819,7 @@

2.3 Variables 79

- + @@ -27164,7 +29834,7 @@

2.3 Variables 79

- + @@ -27179,7 +29849,7 @@

2.3 Variables 79

- + @@ -27194,7 +29864,7 @@

2.3 Variables 79

- + @@ -27209,7 +29879,7 @@

2.3 Variables 79

- + @@ -27224,7 +29894,7 @@

2.3 Variables 79

- + @@ -27239,7 +29909,7 @@

2.3 Variables 79

- + @@ -27254,7 +29924,7 @@

2.3 Variables 79

- + @@ -27269,7 +29939,7 @@

2.3 Variables 79

- + @@ -27284,7 +29954,7 @@

2.3 Variables 79

- + @@ -27299,7 +29969,7 @@

2.3 Variables 79

- + @@ -27314,7 +29984,7 @@

2.3 Variables 79

- + @@ -27329,7 +29999,7 @@

2.3 Variables 79

- + @@ -27344,7 +30014,7 @@

2.3 Variables 79

- + @@ -27359,7 +30029,7 @@

2.3 Variables 79

- + @@ -27374,7 +30044,7 @@

2.3 Variables 79

- + @@ -27389,7 +30059,7 @@

2.3 Variables 79

- + @@ -27404,7 +30074,7 @@

2.3 Variables 79

- + @@ -27419,7 +30089,7 @@

2.3 Variables 79

- + @@ -27434,7 +30104,7 @@

2.3 Variables 79

- + @@ -27449,7 +30119,7 @@

2.3 Variables 79

- + @@ -27464,7 +30134,7 @@

2.3 Variables 79

- + @@ -27479,6 +30149,21 @@

2.3 Variables 79

+ + + + + + + + + + + + + + + @@ -27600,7 +30285,7 @@

3.1 Tables 97

- + @@ -27660,7 +30345,7 @@

3.1 Tables 97

- + @@ -27678,43 +30363,43 @@

3.1 Tables 97

- + - + - + - + - + - + - + @@ -35200,7 +37885,7 @@

4 Session Information

language (EN) collate English_United States.1252 tz America/Chicago - date 2018-10-13 + date 2018-10-14
Packages ------------------------------------------------------------------------------------------
 package    * version    date       source                          
  assertthat   0.2.0      2017-04-11 CRAN (R 3.5.0)                  
@@ -35264,7 +37949,7 @@ 

4 Session Information

withr 2.1.2 2018-03-15 CRAN (R 3.5.0) yaml 2.2.0 2018-07-25 CRAN (R 3.5.1)
-

Report rendered by Will at 2018-10-13, 18:50 -0500 in 2 seconds.

+

Report rendered by Will at 2018-10-14, 18:26 -0500 in 2 seconds.

diff --git a/analysis/eda/counts/counts.md b/analysis/eda/counts/counts.md index ab4684e..fb81b30 100644 --- a/analysis/eda/counts/counts.md +++ b/analysis/eda/counts/counts.md @@ -1,6 +1,6 @@ --- title: Row Counts of Tables -date: "Date: 2018-10-13" +date: "Date: 2018-10-14" output: html_document: keep_md: yes @@ -40,8 +40,8 @@ This report documents the basic properties of the input & output tables kinship # Summary {.tabset .tabset-fade .tabset-pills} ## Notes -1. The current report covers 50 tables in the NLSY79 and 50 tables in the NLSY97. -1. For the NLSY79, 1,642 variables are defined, and 1,606 variables are 'active'. +1. The current report covers 51 tables in the NLSY79 and 51 tables in the NLSY97. +1. For the NLSY79, 1,820 variables are defined, and 1,784 variables are 'active'. 1. For the NLSY97, 551 variables are defined, and 551 variables are 'active'. ## Unanswered Questions @@ -54,11 +54,11 @@ This report documents the basic properties of the input & output tables kinship |schema name |table name | row count| column count| |:-----------|:--------------------------|---------:|------------:| -|Archive |tblArchiveDescription | 56| 3| -|Archive |tblRelatedValuesArchive | 794,486| 24| +|Archive |tblArchiveDescription | 57| 3| +|Archive |tblRelatedValuesArchive | 832,020| 24| |dbo |sysdiagrams | 4| 5| |Enum |tblLUBioparent-not-used | 0| 2| -|Enum |tblLUExtractSource | 11| 4| +|Enum |tblLUExtractSource | 12| 4| |Enum |tblLUGender | 3| 4| |Enum |tblLUMarkerEvidence | 8| 4| |Enum |tblLUMarkerType | 28| 5| @@ -76,10 +76,11 @@ This report documents the basic properties of the input & output tables kinship |Extract |tblGen1Links | 12,686| 117| |Extract |tblGen1MzDzDistinction2010 | 0| 7| |Extract |tblGen1Outcomes | 12,686| 22| -|Extract |tblGen2FatherFromGen1 | 12,686| 959| -|Extract |tblGen2ImplicitFather | 11,521| 111| +|Extract |tblGen2FatherFromGen1 | 12,686| 797| +|Extract |tblGen2FatherFromGen1Death | 12,686| 318| +|Extract |tblGen2ImplicitFather | 11,521| 132| |Extract |tblGen2Links | 11,521| 207| -|Extract |tblGen2LinksFromGen1 | 12,686| 123| +|Extract |tblGen2LinksFromGen1 | 12,686| 137| |Extract |tblGen2OutcomesHeight | 11,521| 46| |Extract |tblGen2OutcomesMath | 11,521| 44| |Extract |tblGen2OutcomesWeight | 11,521| 31| @@ -88,1784 +89,1962 @@ This report documents the basic properties of the input & output tables kinship |Metadata |tblItem | 110| 7| |Metadata |tblMzManual | 208| 9| |Metadata |tblRosterGen1Assignment | 50| 16| -|Metadata |tblVariable | 1,642| 10| -|Process |tblBabyDaddy | 178,993| 11| -|Process |tblFatherOfGen2 | 52,038| 7| +|Metadata |tblVariable | 1,820| 10| +|Process |tblBabyDaddy | 194,512| 11| +|Process |tblFatherOfGen2 | 52,506| 7| |Process |tblIRDemo1 | 0| 5| |Process |tblMarkerGen1 | 218,568| 10| -|Process |tblMarkerGen2 | 207,408| 8| -|Process |tblOutcome | 279,649| 5| +|Process |tblMarkerGen2 | 207,672| 8| +|Process |tblOutcome | 282,120| 5| |Process |tblParentsOfGen1Current | 12,686| 19| |Process |tblParentsOfGen1Retro | 482,068| 7| |Process |tblRelatedStructure | 85,672| 6| |Process |tblRelatedValues | 42,836| 24| -|Process |tblResponse | 2,673,517| 9| +|Process |tblResponse | 2,711,114| 9| |Process |tblRosterGen1 | 10,604| 13| |Process |tblSubject | 24,207| 5| |Process |tblSubjectDetails | 24,207| 15| -|Process |tblSurveyTime | 605,175| 7| +|Process |tblSurveyTime | 629,382| 7| ## Items 79 -| ID|Label | MinValue| MinNonnegative| MaxValue|Active |Notes | -|----:|:--------------------------------------------------|--------:|--------------:|--------:|:------|:-----| -| 1|IDOfOther1979RosterGen1 | -4| 1| 12557|TRUE |NA | -| 2|RosterGen1979 | -4| 1| 66|TRUE |NA | -| 3|SiblingNumberFrom1993SiblingRoster | -4| 1| 99|TRUE |NA | -| 4|IDCodeOfOtherSiblingGen1 | -5| 3| 12518|TRUE |NA | -| 5|ShareBiomomGen1 | -5| 0| 2|TRUE |NA | -| 6|ShareBiodadGen1 | -5| 0| 2|TRUE |NA | -| 9|IDCodeOfOtherInterviewedBiodadGen2 | -7| 1| 11|TRUE |NA | -| 10|ShareBiodadGen2 | -7| 0| 3|TRUE |NA | -| 11|Gen1MomOfGen2Subject | 2| 2| 12675|TRUE |NA | -| 13|DateOfBirthMonth | -5| 1| 12|TRUE |NA | -| 14|DateOfBirthYearGen1 | -5| 55| 65|TRUE |NA | -| 15|DateOfBirthYearGen2 | -3| 1970| 2016|TRUE |NA | -| 16|AgeAtInterviewDateYears | -7| 13| 60|TRUE |NA | -| 17|AgeAtInterviewDateMonths | -7| 0| 259|TRUE |NA | -| 20|InterviewDateDay | -7| 1| 31|TRUE |NA | -| 21|InterviewDateMonth | -7| 1| 12|TRUE |NA | -| 22|InterviewDateYear | -7| 86| 2016|TRUE |NA | -| 25|Gen1SiblingIsATwinOrTrip1994 | -5| 0| 1|TRUE |NA | -| 26|Gen1MultipleSiblingType1994 | -5| 0| 2|TRUE |NA | -| 27|Gen1ListedTwinCorrect1994 | -5| 0| 1|TRUE |NA | -| 28|Gen1TwinIsMzOrDz1994 | -5| 1| 2|TRUE |NA | -| 29|Gen1ListedTripCorrect1994 | -5| 0| 1|TRUE |NA | -| 30|Gen1TripIsMzOrDz1994 | -5| 1| 2|TRUE |NA | -| 37|MotherOrBothInHHGen2 | -7| 0| 1|TRUE |NA | -| 40|FatherHasAsthmaGen2 | -7| 0| 1|TRUE |NA | -| 48|BioKidCountGen1 | 0| 0| 11|TRUE |NA | -| 49|Gen1ChildsIDByBirthOrder | -4| 1| 11|TRUE |NA | -| 50|HerTwinsTripsAreListed | -5| 0| 5|TRUE |NA | -| 52|HerTwinsAreMz | -5| 0| 5|TRUE |NA | -| 53|HerTripsAreMz | -5| 0| 5|TRUE |NA | -| 54|HerTwinsMistakenForEachOther | -5| 1| 2|TRUE |NA | -| 55|HerTripsMistakenForEachOther | -5| 1| 2|TRUE |NA | -| 60|BirthOrderInNlsGen2 | -3| 1| 11|TRUE |NA | -| 63|SiblingCountTotalFen1 | -3| 0| 29|TRUE |NA | -| 64|BioKidCountGen2 | -7| 0| 11|TRUE |NA | -| 66|OlderSiblingsTotalCountGen1 | -4| 0| 27|TRUE |NA | -| 70|Gen1HairColor | -5| 1| 7|TRUE |NA | -| 71|Gen1EyeColor | -5| 1| 9|TRUE |NA | -| 72|Gen2HairColor_NOTUSED | -7| 1| 7|TRUE |NA | -| 73|Gen2EyeColor_NOTUSED | -7| 1| 10|TRUE |NA | -| 81|BabyDaddyInHH | -5| 0| 1|TRUE |NA | -| 82|BabyDaddyAlive | -5| 0| 1|TRUE |NA | -| 83|BabyDaddyEverLiveInHH | -5| 1| 2|TRUE |NA | -| 84|BabyDaddyLeftHHMonth | -5| 1| 12|TRUE |NA | -| 85|BabyDaddyLeftHHYearFourDigit | -5| 1958| 2016|TRUE |NA | -| 86|BabyDaddyDeathMonth | -5| 1| 12|TRUE |NA | -| 87|BabyDaddyDeathYearTwoDigit | -5| 61| 93|TRUE |NA | -| 88|BabyDaddyDeathYearFourDigit | -5| 1961| 2016|TRUE |NA | -| 89|BabyDaddyDistanceFromMotherFuzzyCeiling | -5| 1| 5|TRUE |NA | -| 90|BabyDaddyHasAsthma | -5| 0| 2|TRUE |NA | -| 91|BabyDaddyLeftHHMonthOrNeverInHH | -5| 1| 96|TRUE |NA | -| 92|BabyDaddyLeftHHYearTwoDigit | -5| 57| 96|TRUE |NA | -| 100|SubjectID | 1| 1| 1267501|TRUE |NA | -| 101|ExtendedFamilyID | 1| 1| 12686|TRUE |NA | -| 102|Gender | -3| 1| 2|TRUE |NA | -| 103|RaceCohort | 1| 1| 3|TRUE |NA | -| 121|Gen2CFatherLivingInHH | -7| 0| 1|TRUE |NA | -| 122|Gen2CFatherAlive | -7| 0| 1|TRUE |NA | -| 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | -7| 1| 5|TRUE |NA | -| 125|Gen2CFatherAsthma_NOTUSED | -7| 0| 2|TRUE |NA | -| 141|Gen2YAFatherInHH_NOTUSED | -7| 0| 1|TRUE |NA | -| 142|Gen2YAFatherAlive_NOTUSED | -7| 0| 1|TRUE |NA | -| 143|Gen2YADeathMonth | -7| 1| 12|TRUE |NA | -| 144|Gen2YADeathYearFourDigit | -7| 1978| 2016|TRUE |NA | -| 145|Gen2FromMomDeathMonth | -4| 1| 12|TRUE |NA | -| 146|Gen2FromMomDeathYearFourDigit | -4| 1974| 2016|TRUE |NA | -| 200|Gen1HeightInches | -5| 48| 83|TRUE |NA | -| 201|Gen1WeightPounds | -5| 47| 375|TRUE |NA | -| 202|Gen1AfqtScaled0Decimals_NOTUSED | -4| 1| 99|TRUE |NA | -| 203|Gen1AfqtScaled3Decimals | -5| 0| 100000|TRUE |NA | -| 204|Gen1HeightFeetInchesMashed | -5| 400| 611|TRUE |NA | -| 300|Gen1FatherAlive | -4| 0| 1|TRUE |NA | -| 301|Gen1FatherDeathCause | -4| 1| 6|TRUE |NA | -| 302|Gen1FatherDeathAge | -4| 0| 110|TRUE |NA | -| 303|Gen1FatherHasHealthProblems | -4| 0| 1|TRUE |NA | -| 304|Gen1FatherHealthProblem | -4| 100| 119972|TRUE |NA | -| 305|Gen1FatherBirthCountry | -3| 1| 3|TRUE |NA | -| 306|Gen1LivedWithFatherAtAgeX | -5| 0| 1|TRUE |NA | -| 307|Gen1FatherHighestGrade | -4| 0| 20|TRUE |NA | -| 308|Gen1GrandfatherBirthCountry | -4| 1| 2|TRUE |NA | -| 309|Gen1FatherBirthMonth | -5| 1| 12|TRUE |NA | -| 310|Gen1FatherBirthYear | -5| 0| 66|TRUE |NA | -| 311|Gen1FatherAge | -5| 32| 110|TRUE |NA | -| 320|Gen1MotherAlive | -4| 0| 1|TRUE |NA | -| 321|Gen1MotherDeathCause | -4| 1| 6|TRUE |NA | -| 322|Gen1MotherDeathAge | -4| 0| 110|TRUE |NA | -| 323|Gen1MotherHasHealthProblems | -4| 0| 1|TRUE |NA | -| 324|Gen1MotherHealthProblem | -4| 100| 118791|TRUE |NA | -| 325|Gen1MotherBirthCountry | -3| 1| 3|TRUE |NA | -| 326|Gen1LivedWithMotherAtAgeX | -5| 0| 1|TRUE |NA | -| 327|Gen1MotherHighestGrade | -4| 0| 20|TRUE |NA | -| 329|Gen1MotherBirthMonth | -5| 1| 12|TRUE |NA | -| 330|Gen1MotherBirthYear | -5| 7| 66|TRUE |NA | -| 331|Gen1MotherAge | -5| 34| 110|TRUE |NA | -| 340|Gen1AlwaysLivedWithBothParents | -5| 0| 1|TRUE |NA | -| 500|Gen2HeightInchesTotal | -7| 13| 81|TRUE |NA | -| 501|Gen2HeightFeetOnly | -7| 0| 8|TRUE |NA | -| 502|Gen2HeightInchesRemainder | -7| 0| 11|TRUE |NA | -| 503|Gen2HeightInchesTotalMotherSupplement | -7| 0| 75|TRUE |NA | -| 504|Gen2WeightPoundsYA | -7| 70| 766|TRUE |NA | -| 511|Gen2PiatMathRaw | -7| 0| 84|TRUE |NA | -| 512|Gen2PiatMathPercentile | -7| 0| 99|TRUE |NA | -| 513|Gen2PiatMathStandard | -7| 0| 135|TRUE |NA | -| 9993|Gen1ListIncorrectGen2TwinTrips_NOTINTAGCURRENTLY | -5| 1| 2|TRUE |NA | -| 9994|Gen1VerifyFirstGen2TwinsTrips_NOTINTAGSETCURRENTLY | -5| 0| 6|TRUE |NA | -| 9995|Gen1FirstIncorrectTwinTripYoungerOrOlder_NOTUSED | -5| 1| 3|TRUE |NA | -| 9996|Gen1FirstIncorrectTwinTripAgeDifference_NOTUSED | -5| 1| 30|TRUE |NA | -| 9997|Gen1SecondIncorrectTwinTripYoungerOrOlder_NOTUSED | -5| 2| 2|TRUE |NA | -| 9998|Gen1SecondIncorrectTwinTripAgeDifference_NOTUSED | -5| 7| 7|TRUE |NA | -| 9999|NotTranslated | 0| 0| 0|TRUE |NA | +| ID|Label | MinValue| MinNonnegative| MaxValue|Active |Notes | +|----:|:--------------------------------------------------|--------:|--------------:|--------:|:------|:------------------------------------------------| +| 1|IDOfOther1979RosterGen1 | -4| 1| 12557|TRUE |NA | +| 2|RosterGen1979 | -4| 1| 66|TRUE |NA | +| 3|SiblingNumberFrom1993SiblingRoster | -4| 1| 99|TRUE |NA | +| 4|IDCodeOfOtherSiblingGen1 | -5| 3| 12518|TRUE |NA | +| 5|ShareBiomomGen1 | -5| 0| 2|TRUE |NA | +| 6|ShareBiodadGen1 | -5| 0| 2|TRUE |NA | +| 9|IDCodeOfOtherInterviewedBiodadGen2 | -7| 1| 11|TRUE |NA | +| 10|ShareBiodadGen2 | -7| 0| 3|TRUE |NA | +| 11|Gen1MomOfGen2Subject | 2| 2| 12675|TRUE |NA | +| 13|DateOfBirthMonth | -5| 1| 12|TRUE |NA | +| 14|DateOfBirthYearGen1 | -5| 55| 65|TRUE |NA | +| 15|DateOfBirthYearGen2 | -3| 1970| 2016|TRUE |NA | +| 16|AgeAtInterviewDateYears | -7| 13| 60|TRUE |NA | +| 17|AgeAtInterviewDateMonths | -7| 0| 259|TRUE |NA | +| 20|InterviewDateDay | -7| 1| 31|TRUE |NA | +| 21|InterviewDateMonth | -7| 1| 12|TRUE |NA | +| 22|InterviewDateYear | -7| 86| 2016|TRUE |NA | +| 25|Gen1SiblingIsATwinOrTrip1994 | -5| 0| 1|TRUE |NA | +| 26|Gen1MultipleSiblingType1994 | -5| 0| 2|TRUE |NA | +| 27|Gen1ListedTwinCorrect1994 | -5| 0| 1|TRUE |NA | +| 28|Gen1TwinIsMzOrDz1994 | -5| 1| 2|TRUE |NA | +| 29|Gen1ListedTripCorrect1994 | -5| 0| 1|TRUE |NA | +| 30|Gen1TripIsMzOrDz1994 | -5| 1| 2|TRUE |NA | +| 37|MotherOrBothInHHGen2 | -7| 0| 1|TRUE |NA | +| 40|FatherHasAsthmaGen2 | -7| 0| 1|TRUE |NA | +| 48|BioKidCountGen1 | 0| 0| 11|TRUE |NA | +| 49|Gen1ChildsIDByBirthOrder | -4| 1| 11|TRUE |NA | +| 50|HerTwinsTripsAreListed | -5| 0| 5|TRUE |Manually reviewed after 2010 wave, but not since | +| 52|HerTwinsAreMz | -5| 0| 5|TRUE |Manually reviewed after 2010 wave, but not since | +| 53|HerTripsAreMz | -5| 0| 5|TRUE |Manually reviewed after 2010 wave, but not since | +| 54|HerTwinsMistakenForEachOther | -5| 1| 2|TRUE |Manually reviewed after 2010 wave, but not since | +| 55|HerTripsMistakenForEachOther | -5| 1| 2|TRUE |Manually reviewed after 2010 wave, but not since | +| 60|BirthOrderInNlsGen2 | -3| 1| 11|TRUE |NA | +| 63|SiblingCountTotalFen1 | -3| 0| 29|TRUE |NA | +| 64|BioKidCountGen2 | -7| 0| 11|TRUE |NA | +| 66|OlderSiblingsTotalCountGen1 | -4| 0| 27|TRUE |NA | +| 70|Gen1HairColor | -5| 1| 7|TRUE |NA | +| 71|Gen1EyeColor | -5| 1| 9|TRUE |NA | +| 72|Gen2HairColor_NOTUSED | -7| 1| 7|TRUE |NA | +| 73|Gen2EyeColor_NOTUSED | -7| 1| 10|TRUE |NA | +| 81|BabyDaddyInHH | -5| 0| 1|TRUE |NA | +| 82|BabyDaddyAlive | -5| 0| 1|TRUE |NA | +| 83|BabyDaddyEverLiveInHH | -5| 1| 2|TRUE |NA | +| 84|BabyDaddyLeftHHMonth | -5| 1| 12|TRUE |NA | +| 85|BabyDaddyLeftHHYearFourDigit | -5| 1958| 2016|TRUE |NA | +| 86|BabyDaddyDeathMonth | -5| 1| 12|TRUE |NA | +| 87|BabyDaddyDeathYearTwoDigit | -5| 61| 93|TRUE |NA | +| 88|BabyDaddyDeathYearFourDigit | -5| 1961| 2016|TRUE |NA | +| 89|BabyDaddyDistanceFromMotherFuzzyCeiling | -5| 1| 5|TRUE |NA | +| 90|BabyDaddyHasAsthma | -5| 0| 2|TRUE |NA | +| 91|BabyDaddyLeftHHMonthOrNeverInHH | -5| 1| 96|TRUE |NA | +| 92|BabyDaddyLeftHHYearTwoDigit | -5| 57| 96|TRUE |NA | +| 100|SubjectID | 1| 1| 1267501|TRUE |NA | +| 101|ExtendedFamilyID | 1| 1| 12686|TRUE |NA | +| 102|Gender | -3| 1| 2|TRUE |NA | +| 103|RaceCohort | 1| 1| 3|TRUE |NA | +| 121|Gen2CFatherLivingInHH | -7| 0| 1|TRUE |NA | +| 122|Gen2CFatherAlive | -7| 0| 1|TRUE |NA | +| 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | -7| 1| 5|TRUE |NA | +| 125|Gen2CFatherAsthma_NOTUSED | -7| 0| 2|TRUE |NA | +| 141|Gen2YAFatherInHH_NOTUSED | -7| 0| 1|TRUE |NA | +| 142|Gen2YAFatherAlive_NOTUSED | -7| 0| 1|TRUE |NA | +| 143|Gen2YADeathMonth | -7| 1| 12|TRUE |NA | +| 144|Gen2YADeathYearFourDigit | -7| 1978| 2016|TRUE |NA | +| 145|Gen2FromMomDeathMonth | -4| 1| 12|TRUE |NA | +| 146|Gen2FromMomDeathYearFourDigit | -4| 1974| 2016|TRUE |NA | +| 200|Gen1HeightInches | -5| 48| 83|TRUE |NA | +| 201|Gen1WeightPounds | -5| 47| 375|TRUE |NA | +| 202|Gen1AfqtScaled0Decimals_NOTUSED | -4| 1| 99|TRUE |NA | +| 203|Gen1AfqtScaled3Decimals | -5| 0| 100000|TRUE |NA | +| 204|Gen1HeightFeetInchesMashed | -5| 400| 611|TRUE |NA | +| 300|Gen1FatherAlive | -4| 0| 1|TRUE |NA | +| 301|Gen1FatherDeathCause | -4| 1| 6|TRUE |NA | +| 302|Gen1FatherDeathAge | -4| 0| 110|TRUE |NA | +| 303|Gen1FatherHasHealthProblems | -4| 0| 1|TRUE |NA | +| 304|Gen1FatherHealthProblem | -4| 100| 119972|TRUE |NA | +| 305|Gen1FatherBirthCountry | -3| 1| 3|TRUE |NA | +| 306|Gen1LivedWithFatherAtAgeX | -5| 0| 1|TRUE |NA | +| 307|Gen1FatherHighestGrade | -4| 0| 20|TRUE |NA | +| 308|Gen1GrandfatherBirthCountry | -4| 1| 2|TRUE |NA | +| 309|Gen1FatherBirthMonth | -5| 1| 12|TRUE |NA | +| 310|Gen1FatherBirthYear | -5| 0| 66|TRUE |NA | +| 311|Gen1FatherAge | -5| 32| 110|TRUE |NA | +| 320|Gen1MotherAlive | -4| 0| 1|TRUE |NA | +| 321|Gen1MotherDeathCause | -4| 1| 6|TRUE |NA | +| 322|Gen1MotherDeathAge | -4| 0| 110|TRUE |NA | +| 323|Gen1MotherHasHealthProblems | -4| 0| 1|TRUE |NA | +| 324|Gen1MotherHealthProblem | -4| 100| 118791|TRUE |NA | +| 325|Gen1MotherBirthCountry | -3| 1| 3|TRUE |NA | +| 326|Gen1LivedWithMotherAtAgeX | -5| 0| 1|TRUE |NA | +| 327|Gen1MotherHighestGrade | -4| 0| 20|TRUE |NA | +| 329|Gen1MotherBirthMonth | -5| 1| 12|TRUE |NA | +| 330|Gen1MotherBirthYear | -5| 7| 66|TRUE |NA | +| 331|Gen1MotherAge | -5| 34| 110|TRUE |NA | +| 340|Gen1AlwaysLivedWithBothParents | -5| 0| 1|TRUE |NA | +| 500|Gen2HeightInchesTotal | -7| 13| 81|TRUE |NA | +| 501|Gen2HeightFeetOnly | -7| 0| 8|TRUE |NA | +| 502|Gen2HeightInchesRemainder | -7| 0| 11|TRUE |NA | +| 503|Gen2HeightInchesTotalMotherSupplement | -7| 0| 75|TRUE |NA | +| 504|Gen2WeightPoundsYA | -7| 70| 766|TRUE |NA | +| 511|Gen2PiatMathRaw | -7| 0| 84|TRUE |NA | +| 512|Gen2PiatMathPercentile | -7| 0| 99|TRUE |NA | +| 513|Gen2PiatMathStandard | -7| 0| 135|TRUE |NA | +| 9993|Gen1ListIncorrectGen2TwinTrips_NOTINTAGCURRENTLY | -5| 1| 2|TRUE |NA | +| 9994|Gen1VerifyFirstGen2TwinsTrips_NOTINTAGSETCURRENTLY | -5| 0| 6|TRUE |NA | +| 9995|Gen1FirstIncorrectTwinTripYoungerOrOlder_NOTUSED | -5| 1| 3|TRUE |NA | +| 9996|Gen1FirstIncorrectTwinTripAgeDifference_NOTUSED | -5| 1| 30|TRUE |NA | +| 9997|Gen1SecondIncorrectTwinTripYoungerOrOlder_NOTUSED | -5| 2| 2|TRUE |NA | +| 9998|Gen1SecondIncorrectTwinTripAgeDifference_NOTUSED | -5| 7| 7|TRUE |NA | +| 9999|NotTranslated | 0| 0| 0|TRUE |NA | ## Variables 79 -|variable code | item id|item label | generation| extract source id|extract source label | survey source id|survey source label | survey year| loop index|translate |variable active |variable notes | -|:-------------|-------:|:--------------------------------------------------|----------:|-----------------:|:--------------------|----------------:|:-------------------|-----------:|----------:|:---------|:---------------|:--------------------------------------------------------| -|C0000100 | 100|SubjectID | 2| 6|Gen2ImplicitFather | 2|Gen2C | 0| 0|FALSE |TRUE |Is read directly in Subject.cs | -|C0000200 | 11|Gen1MomOfGen2Subject | 2| 4|Gen2Links | 2|Gen2C | 0| 0|TRUE |TRUE |NA | -|C0005300 | 103|RaceCohort | 2| 4|Gen2Links | 2|Gen2C | 0| 0|TRUE |TRUE |no missing values | -|C0005400 | 102|Gender | 2| 4|Gen2Links | 2|Gen2C | 0| 0|FALSE |TRUE |Is read directly in Subject.cs | -|C0005500 | 13|DateOfBirthMonth | 2| 4|Gen2Links | 2|Gen2C | 0| 0|TRUE |TRUE |NA | -|C0005700 | 15|DateOfBirthYearGen2 | 2| 4|Gen2Links | 2|Gen2C | 0| 0|TRUE |TRUE |NA | -|C0005800 | 60|BirthOrderInNlsGen2 | 2| 4|Gen2Links | 2|Gen2C | 0| 0|TRUE |TRUE |NA | -|C0006500 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 1986| 0|TRUE |TRUE |NA | -|C0006800 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 1988| 0|TRUE |TRUE |NA | -|C0007010 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 1990| 0|TRUE |TRUE |NA | -|C0007030 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 1992| 0|TRUE |TRUE |NA | -|C0007041 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 1994| 0|TRUE |TRUE |NA | -|C0007043 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 1996| 0|TRUE |TRUE |NA | -|C0007045 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 1998| 0|TRUE |TRUE |NA | -|C0007047 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 2000| 0|TRUE |TRUE |NA | -|C0007049 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 2002| 0|TRUE |TRUE |NA | -|C0007052 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | -|C0007055 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | -|C0008100 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1984| 0|TRUE |TRUE |NA | -|C0008200 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1984| 0|TRUE |TRUE |NA | -|C0008300 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1984| 0|TRUE |TRUE |NA | -|C0008600 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1985| 0|TRUE |TRUE |NA | -|C0008700 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1985| 0|TRUE |TRUE |NA | -|C0008800 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1985| 0|TRUE |TRUE |NA | -|C0009100 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1986| 0|TRUE |TRUE |NA | -|C0009200 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1986| 0|TRUE |TRUE |NA | -|C0009300 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1986| 0|TRUE |TRUE |NA | -|C0009600 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1987| 0|TRUE |TRUE |NA | -|C0009700 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1988| 0|TRUE |TRUE |NA | -|C0009800 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1988| 0|TRUE |TRUE |NA | -|C0009900 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1988| 0|TRUE |TRUE |NA | -|C0010110 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1989| 0|TRUE |TRUE |NA | -|C0010200 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1990| 0|TRUE |TRUE |NA | -|C0010300 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1990| 0|TRUE |TRUE |NA | -|C0010400 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1990| 0|TRUE |TRUE |NA | -|C0010700 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1992| 0|TRUE |TRUE |NA | -|C0010800 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1992| 0|TRUE |TRUE |NA | -|C0010900 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1992| 0|TRUE |TRUE |NA | -|C0011110 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1993| 0|TRUE |TRUE |NA | -|C0011111 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1993| 0|TRUE |TRUE |NA | -|C0011112 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1994| 0|TRUE |TRUE |NA | -|C0011113 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1994| 0|TRUE |TRUE |NA | -|C0011114 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1994| 0|TRUE |TRUE |NA | -|C0011117 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1996| 0|TRUE |TRUE |NA | -|C0011118 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1996| 0|TRUE |TRUE |NA | -|C0011119 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1996| 0|TRUE |TRUE |NA | -|C0011122 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1998| 0|TRUE |TRUE |NA | -|C0011123 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1998| 0|TRUE |TRUE |NA | -|C0011124 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1998| 0|TRUE |TRUE |NA | -|C0011127 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2000| 0|TRUE |TRUE |NA | -|C0011128 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2000| 0|TRUE |TRUE |NA | -|C0011129 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2000| 0|TRUE |TRUE |NA | -|C0011132 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2002| 0|TRUE |TRUE |NA | -|C0011133 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2002| 0|TRUE |TRUE |NA | -|C0011134 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2002| 0|TRUE |TRUE |NA | -|C0011137 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | -|C0011138 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | -|C0011139 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | -|C0011142 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | -|C0011143 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | -|C0011144 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | -|C0402400 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 1986| 0|TRUE |TRUE |NA | -|C0402500 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 1986| 0|TRUE |TRUE |NA | -|C0402600 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 1986| 0|TRUE |TRUE |NA | -|C0404100 | 72|Gen2HairColor_NOTUSED | 2| 5|Gen2LinksFromGen1 | 2|Gen2C | 1986| 0|FALSE |TRUE |NA | -|C0404200 | 73|Gen2EyeColor_NOTUSED | 2| 5|Gen2LinksFromGen1 | 2|Gen2C | 1986| 0|FALSE |TRUE |NA | -|C0577600 | 500|Gen2HeightInchesTotal | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1986| 0|FALSE |TRUE |NA | -|C0579900 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1986| 0|TRUE |TRUE |NA | -|C0580000 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1986| 0|TRUE |TRUE |NA | -|C0580100 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1986| 0|TRUE |TRUE |NA | -|C0606300 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1988| 0|FALSE |TRUE |NA | -|C0606400 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1988| 0|FALSE |TRUE |NA | -|C0737000 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 1988| 0|TRUE |TRUE |NA | -|C0737100 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 1988| 0|TRUE |TRUE |NA | -|C0737200 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 1988| 0|TRUE |TRUE |NA | -|C0799400 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1988| 0|TRUE |TRUE |NA | -|C0799500 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1988| 0|TRUE |TRUE |NA | -|C0799600 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1988| 0|TRUE |TRUE |There's at least one '0', but the min should be 65 | -|C0826400 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1990| 0|FALSE |TRUE |NA | -|C0826500 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1990| 0|FALSE |TRUE |NA | -|C0948700 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 1990| 0|TRUE |TRUE |NA | -|C0948800 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 1990| 0|TRUE |TRUE |NA | -|C0948900 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 1990| 0|TRUE |TRUE |NA | -|C0998600 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1990| 0|TRUE |TRUE |NA | -|C0998700 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1990| 0|TRUE |TRUE |NA | -|C0998800 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1990| 0|TRUE |TRUE |NA | -|C1016700 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1992| 0|FALSE |TRUE |NA | -|C1016800 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1992| 0|FALSE |TRUE |NA | -|C1146600 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 1992| 0|TRUE |TRUE |NA | -|C1146700 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 1992| 0|TRUE |TRUE |NA | -|C1146800 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 1992| 0|TRUE |TRUE |NA | -|C1198600 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1992| 0|TRUE |TRUE |NA | -|C1198700 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1992| 0|TRUE |TRUE |NA | -|C1198800 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1992| 0|TRUE |TRUE |NA | -|C1220200 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1994| 0|FALSE |TRUE |NA | -|C1220300 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1994| 0|FALSE |TRUE |NA | -|C1230100 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 1994| 0|TRUE |TRUE |NA | -|C1230200 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 1994| 0|TRUE |TRUE |NA | -|C1230300 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 1994| 0|TRUE |TRUE |NA | -|C1507600 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1994| 0|TRUE |TRUE |NA | -|C1507700 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1994| 0|TRUE |TRUE |NA | -|C1507800 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1994| 0|TRUE |TRUE |NA | -|C1532700 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1996| 0|FALSE |TRUE |NA | -|C1532800 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1996| 0|FALSE |TRUE |NA | -|C1548100 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 1996| 0|TRUE |TRUE |NA | -|C1548101 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 1996| 0|TRUE |TRUE |NA | -|C1548102 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 1996| 0|TRUE |TRUE |NA | -|C1564500 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1996| 0|TRUE |TRUE |NA | -|C1564600 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1996| 0|TRUE |TRUE |NA | -|C1564700 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1996| 0|TRUE |TRUE |NA | -|C1779300 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1998| 0|FALSE |TRUE |NA | -|C1779400 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1998| 0|FALSE |TRUE |NA | -|C1799900 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1998| 0|TRUE |TRUE |NA | -|C1800000 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1998| 0|TRUE |TRUE |NA | -|C1800100 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1998| 0|TRUE |TRUE |NA | -|C1989400 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 1998| 0|TRUE |TRUE |NA | -|C1989401 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 1998| 0|TRUE |TRUE |NA | -|C1989402 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 1998| 0|TRUE |TRUE |NA | -|C2288500 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 2000| 0|FALSE |TRUE |NA | -|C2288600 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 2000| 0|FALSE |TRUE |NA | -|C2305100 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 2000| 0|TRUE |TRUE |NA | -|C2305101 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 2000| 0|TRUE |TRUE |NA | -|C2305102 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 2000| 0|TRUE |TRUE |NA | -|C2503500 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2000| 0|TRUE |TRUE |NA | -|C2503600 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2000| 0|TRUE |TRUE |NA | -|C2503700 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2000| 0|TRUE |TRUE |NA | -|C2532000 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2002| 0|TRUE |TRUE |NA | -|C2532100 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2002| 0|TRUE |TRUE |NA | -|C2532200 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2002| 0|TRUE |TRUE |NA | -|C2544700 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 2002| 0|TRUE |TRUE |NA | -|C2544701 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 2002| 0|TRUE |TRUE |NA | -|C2544702 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 2002| 0|TRUE |TRUE |NA | -|C2552300 | 500|Gen2HeightInchesTotal | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 2002| 0|FALSE |TRUE |NA | -|C2802800 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | -|C2802900 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | -|C2803000 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | -|C2814500 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | -|C2814501 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | -|C2814502 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | -|C2820900 | 500|Gen2HeightInchesTotal | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 2004| 0|FALSE |TRUE |NA | -|C3070500 | 40|FatherHasAsthmaGen2 | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | -|C3111300 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | -|C3111400 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | -|C3111500 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | -|C3123500 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | -|C3123501 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | -|C3123502 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | -|C3130400 | 500|Gen2HeightInchesTotal | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 2006| 0|FALSE |TRUE |NA | -|C3423600 | 40|FatherHasAsthmaGen2 | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | -|C3553400 | 503|Gen2HeightInchesTotalMotherSupplement | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 2006| 0|FALSE |TRUE |NA | -|C3601100 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | -|C3601700 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | -|C3601800 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | -|C3601900 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | -|C3605900 | 40|FatherHasAsthmaGen2 | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | -|C3615000 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | -|C3615100 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | -|C3615200 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | -|C3627700 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | -|C3627701 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | -|C3627702 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | -|C3634500 | 500|Gen2HeightInchesTotal | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 2008| 0|FALSE |TRUE |NA | -|C3898000 | 503|Gen2HeightInchesTotalMotherSupplement | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 2008| 0|FALSE |TRUE |NA | -|C3981100 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 2010| 0|TRUE |TRUE |NA | -|C3981700 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2010| 0|TRUE |TRUE |NA | -|C3981800 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2010| 0|TRUE |TRUE |NA | -|C3981900 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2010| 0|TRUE |TRUE |NA | -|C3993600 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2010| 0|TRUE |TRUE |NA | -|C3993700 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2010| 0|TRUE |TRUE |NA | -|C3993800 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2010| 0|TRUE |TRUE |NA | -|C4006300 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 2010| 0|TRUE |TRUE |NA | -|C4006301 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 2010| 0|TRUE |TRUE |NA | -|C4006302 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 2010| 0|TRUE |TRUE |NA | -|C4013000 | 500|Gen2HeightInchesTotal | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 2010| 0|FALSE |TRUE |NA | -|C5147900 | 503|Gen2HeightInchesTotalMotherSupplement | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 2010| 0|FALSE |TRUE |NA | -|C5524800 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 2012| 0|TRUE |TRUE |NA | -|C5550100 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 2012| 0|TRUE |TRUE |NA | -|C5550101 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 2012| 0|TRUE |TRUE |NA | -|C5550102 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 2012| 0|TRUE |TRUE |NA | -|C5801100 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 2014| 0|TRUE |TRUE |NA | -|H0001600 | 300|Gen1FatherAlive | 1| 11|Gen1Implicit | 1|Gen1 | 0| 1|TRUE |TRUE |alive 40 health | -|H0001700 | 301|Gen1FatherDeathCause | 1| 11|Gen1Implicit | 1|Gen1 | 0| 1|TRUE |TRUE |deathcause 40 health | -|H0001800 | 302|Gen1FatherDeathAge | 1| 11|Gen1Implicit | 1|Gen1 | 0| 1|TRUE |TRUE |deathage 40 | -|H0001900 | 303|Gen1FatherHasHealthProblems | 1| 11|Gen1Implicit | 1|Gen1 | 0| 1|TRUE |TRUE |has probs 40 | -|H0002000 | 304|Gen1FatherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 1|FALSE |TRUE |prob1 40 | -|H0002100 | 304|Gen1FatherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 2|FALSE |TRUE |prob2 40 | -|H0002200 | 304|Gen1FatherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 3|FALSE |TRUE |prob3 40 | -|H0002300 | 304|Gen1FatherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 4|FALSE |TRUE |prob4 40 | -|H0002400 | 320|Gen1MotherAlive | 1| 11|Gen1Implicit | 1|Gen1 | 0| 1|TRUE |TRUE |alive 40 health | -|H0002500 | 321|Gen1MotherDeathCause | 1| 11|Gen1Implicit | 1|Gen1 | 0| 1|TRUE |TRUE |deathcause 40 health | -|H0002600 | 322|Gen1MotherDeathAge | 1| 11|Gen1Implicit | 1|Gen1 | 0| 1|TRUE |TRUE |deathage 40 | -|H0002700 | 323|Gen1MotherHasHealthProblems | 1| 11|Gen1Implicit | 1|Gen1 | 0| 1|TRUE |TRUE |has probs 40 | -|H0002800 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 1|FALSE |TRUE |prob1 40 | -|H0002900 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 2|FALSE |TRUE |prob2 40 | -|H0003000 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 3|FALSE |TRUE |prob3 40 | -|H0003100 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 4|FALSE |TRUE |prob4 40 | -|H0013600 | 300|Gen1FatherAlive | 1| 11|Gen1Implicit | 1|Gen1 | 0| 2|TRUE |TRUE |alive 50 health | -|H0013700 | 301|Gen1FatherDeathCause | 1| 11|Gen1Implicit | 1|Gen1 | 0| 2|TRUE |TRUE |deathcause 50 health | -|H0013800 | 302|Gen1FatherDeathAge | 1| 11|Gen1Implicit | 1|Gen1 | 0| 2|TRUE |TRUE |deathage 50 | -|H0013900 | 303|Gen1FatherHasHealthProblems | 1| 11|Gen1Implicit | 1|Gen1 | 0| 2|TRUE |TRUE |has probs 50 | -|H0014000 | 304|Gen1FatherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 5|FALSE |TRUE |prob1 50 | -|H0014100 | 304|Gen1FatherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 6|FALSE |TRUE |prob2 50 | -|H0014200 | 304|Gen1FatherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 7|FALSE |TRUE |prob3 50 | -|H0014300 | 304|Gen1FatherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 8|FALSE |TRUE |prob4 50 | -|H0014400 | 304|Gen1FatherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 9|FALSE |TRUE |prob3 50 | -|H0014500 | 304|Gen1FatherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 10|FALSE |TRUE |prob4 50 | -|H0014700 | 320|Gen1MotherAlive | 1| 11|Gen1Implicit | 1|Gen1 | 0| 2|TRUE |TRUE |alive 50 health | -|H0014800 | 321|Gen1MotherDeathCause | 1| 11|Gen1Implicit | 1|Gen1 | 0| 2|TRUE |TRUE |deathcause 50 health | -|H0014900 | 322|Gen1MotherDeathAge | 1| 11|Gen1Implicit | 1|Gen1 | 0| 2|TRUE |TRUE |deathage 50 | -|H0015000 | 323|Gen1MotherHasHealthProblems | 1| 11|Gen1Implicit | 1|Gen1 | 0| 2|TRUE |TRUE |has probs 50 | -|H0015100 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 5|FALSE |TRUE |prob1 50 | -|H0015200 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 6|FALSE |TRUE |prob2 50 | -|H0015300 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 7|FALSE |TRUE |prob3 50 | -|H0015400 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 8|FALSE |TRUE |prob4 50 | -|H0015500 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 9|FALSE |TRUE |prob5 50 | -|H0015600 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 10|FALSE |TRUE |prob6 50 | -|H0015700 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 11|FALSE |TRUE |prob7 50 | -|H0015800 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 12|FALSE |TRUE |prob8 50 | -|H0015900 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 13|FALSE |TRUE |prob9 50 | -|H0016000 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 14|FALSE |TRUE |prob10 50 | -|R0000100 | 100|SubjectID | 1| 3|Gen1Links | 1|Gen1 | 1979| 0|FALSE |TRUE |Is read directly in Subject.cs | -|R0000149 | 101|ExtendedFamilyID | 1| 3|Gen1Links | 1|Gen1 | 1979| 0|FALSE |TRUE |Is read directly in Subject.cs | -|R0000150 | 1|IDOfOther1979RosterGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 1|TRUE |TRUE |NA | -|R0000151 | 2|RosterGen1979 | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 1|TRUE |TRUE |NA | -|R0000152 | 1|IDOfOther1979RosterGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 2|TRUE |TRUE |NA | -|R0000153 | 2|RosterGen1979 | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 2|TRUE |TRUE |NA | -|R0000154 | 1|IDOfOther1979RosterGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 3|TRUE |TRUE |NA | -|R0000155 | 2|RosterGen1979 | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 3|TRUE |TRUE |NA | -|R0000156 | 1|IDOfOther1979RosterGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 4|TRUE |TRUE |NA | -|R0000157 | 2|RosterGen1979 | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 4|TRUE |TRUE |NA | -|R0000158 | 1|IDOfOther1979RosterGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 5|TRUE |TRUE |NA | -|R0000159 | 2|RosterGen1979 | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 5|TRUE |TRUE |NA | -|R0000162 | 3|SiblingNumberFrom1993SiblingRoster | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 1|TRUE |TRUE |NA | -|R0000163 | 3|SiblingNumberFrom1993SiblingRoster | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 2|TRUE |TRUE |NA | -|R0000164 | 3|SiblingNumberFrom1993SiblingRoster | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 3|TRUE |TRUE |NA | -|R0000165 | 3|SiblingNumberFrom1993SiblingRoster | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 4|TRUE |TRUE |NA | -|R0000166 | 3|SiblingNumberFrom1993SiblingRoster | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 5|TRUE |TRUE |NA | -|R0000300 | 13|DateOfBirthMonth | 1| 3|Gen1Links | 1|Gen1 | 1979| 0|TRUE |TRUE |NA | -|R0000500 | 14|DateOfBirthYearGen1 | 1| 3|Gen1Links | 1|Gen1 | 1979| 0|TRUE |TRUE |NA | -|R0006100 | 325|Gen1MotherBirthCountry | 1| 11|Gen1Implicit | 1|Gen1 | 1979| 0|TRUE |TRUE |birth country | -|R0006500 | 327|Gen1MotherHighestGrade | 1| 11|Gen1Implicit | 1|Gen1 | 1979| 0|TRUE |TRUE |highest grade | -|R0007300 | 305|Gen1FatherBirthCountry | 1| 11|Gen1Implicit | 1|Gen1 | 1979| 0|TRUE |TRUE |birth country | -|R0007700 | 308|Gen1GrandfatherBirthCountry | 1| 11|Gen1Implicit | 1|Gen1 | 1979| 0|TRUE |TRUE |birth country grandfather | -|R0007900 | 307|Gen1FatherHighestGrade | 1| 11|Gen1Implicit | 1|Gen1 | 1979| 0|TRUE |TRUE |highest grade | -|R0009100 | 63|SiblingCountTotalFen1 | 1| 3|Gen1Links | 1|Gen1 | 1979| 0|TRUE |TRUE |NA | -|R0009300 | 66|OlderSiblingsTotalCountGen1 | 1| 3|Gen1Links | 1|Gen1 | 1979| 0|TRUE |TRUE |NA | -|R0172500 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1979| 0|TRUE |TRUE |NA | -|R0172600 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1979| 0|TRUE |TRUE |NA | -|R0214700 | 103|RaceCohort | 1| 3|Gen1Links | 1|Gen1 | 1979| 0|TRUE |TRUE |No missing values | -|R0214800 | 102|Gender | 1| 3|Gen1Links | 1|Gen1 | 1979| 0|FALSE |TRUE |Is read directly in Subject.cs | -|R0216500 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1979| 0|TRUE |TRUE |NA | -|R0329200 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1980| 0|TRUE |TRUE |NA | -|R0329210 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1980| 0|TRUE |TRUE |NA | -|R0406510 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1980| 0|TRUE |TRUE |NA | -|R0410100 | 13|DateOfBirthMonth | 1| 3|Gen1Links | 1|Gen1 | 1981| 0|TRUE |TRUE |NA | -|R0410300 | 14|DateOfBirthYearGen1 | 1| 3|Gen1Links | 1|Gen1 | 1981| 0|TRUE |TRUE |NA | -|R0481600 | 204|Gen1HeightFeetInchesMashed | 1| 8|Gen1Outcomes | 1|Gen1 | 1981| 0|TRUE |TRUE |String of feet concat with inches | -|R0481700 | 201|Gen1WeightPounds | 1| 8|Gen1Outcomes | 1|Gen1 | 1981| 0|TRUE |TRUE |NA | -|R0530700 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1981| 0|TRUE |TRUE |NA | -|R0530800 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1981| 0|TRUE |TRUE |NA | -|R0618200 | 202|Gen1AfqtScaled0Decimals_NOTUSED | 1| 8|Gen1Outcomes | 1|Gen1 | 1981| 0|FALSE |TRUE |Scored according to 1980 standards | -|R0618300 | 202|Gen1AfqtScaled0Decimals_NOTUSED | 1| 8|Gen1Outcomes | 1|Gen1 | 1981| 1|FALSE |TRUE |Scored according to 1989 standards | -|R0618301 | 203|Gen1AfqtScaled3Decimals | 1| 8|Gen1Outcomes | 1|Gen1 | 1981| 0|TRUE |TRUE |Scored according to 2006 standards | -|R0619010 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1981| 0|TRUE |TRUE |NA | -|R0779800 | 200|Gen1HeightInches | 1| 8|Gen1Outcomes | 1|Gen1 | 1982| 0|TRUE |TRUE |NA | -|R0779900 | 201|Gen1WeightPounds | 1| 8|Gen1Outcomes | 1|Gen1 | 1982| 0|TRUE |TRUE |NA | -|R0809900 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1982| 0|TRUE |TRUE |NA | -|R0810000 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1982| 0|TRUE |TRUE |NA | -|R0898310 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1982| 0|TRUE |TRUE |NA | -|R1045700 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1983| 0|TRUE |TRUE |NA | -|R1045800 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1983| 0|TRUE |TRUE |NA | -|R1145110 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1983| 0|TRUE |TRUE |NA | -|R1373300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 1|TRUE |TRUE |NA | -|R1373400 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 1|TRUE |TRUE |NA | -|R1373500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 1|TRUE |TRUE |NA | -|R1374000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 2|TRUE |TRUE |NA | -|R1374100 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 2|TRUE |TRUE |NA | -|R1374200 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 2|TRUE |TRUE |NA | -|R1374700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 3|TRUE |TRUE |NA | -|R1374800 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 3|TRUE |TRUE |NA | -|R1374900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 3|TRUE |TRUE |NA | -|R1375400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 4|TRUE |TRUE |NA | -|R1375500 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 4|TRUE |TRUE |NA | -|R1375600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 4|TRUE |TRUE |NA | -|R1376100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 5|TRUE |TRUE |NA | -|R1376200 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 5|TRUE |TRUE |NA | -|R1376300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 5|TRUE |TRUE |NA | -|R1376800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 6|TRUE |TRUE |NA | -|R1376900 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 6|TRUE |TRUE |NA | -|R1377000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 6|TRUE |TRUE |NA | -|R1377500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 7|TRUE |TRUE |NA | -|R1377600 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 7|TRUE |TRUE |NA | -|R1377700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 7|TRUE |TRUE |NA | -|R1427500 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1984| 0|TRUE |TRUE |NA | -|R1427600 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1984| 0|TRUE |TRUE |NA | -|R1520310 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1984| 0|TRUE |TRUE |NA | -|R1753700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 1|TRUE |TRUE |NA | -|R1753800 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 1|TRUE |TRUE |NA | -|R1753900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 1|TRUE |TRUE |NA | -|R1754400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 2|TRUE |TRUE |NA | -|R1754500 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 2|TRUE |TRUE |NA | -|R1754600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 2|TRUE |TRUE |NA | -|R1755100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 3|TRUE |TRUE |NA | -|R1755200 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 3|TRUE |TRUE |NA | -|R1755300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 3|TRUE |TRUE |NA | -|R1755800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 4|TRUE |TRUE |NA | -|R1755900 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 4|TRUE |TRUE |NA | -|R1756000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 4|TRUE |TRUE |NA | -|R1756500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 5|TRUE |TRUE |NA | -|R1756600 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 5|TRUE |TRUE |NA | -|R1756700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 5|TRUE |TRUE |NA | -|R1757200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 6|TRUE |TRUE |NA | -|R1757300 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 6|TRUE |TRUE |NA | -|R1757400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 6|TRUE |TRUE |NA | -|R1757900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 7|TRUE |TRUE |NA | -|R1758000 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 7|TRUE |TRUE |NA | -|R1758100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 7|TRUE |TRUE |NA | -|R1773900 | 200|Gen1HeightInches | 1| 8|Gen1Outcomes | 1|Gen1 | 1985| 0|TRUE |TRUE |NA | -|R1774000 | 201|Gen1WeightPounds | 1| 8|Gen1Outcomes | 1|Gen1 | 1985| 0|TRUE |TRUE |NA | -|R1774100 | 70|Gen1HairColor | 1| 3|Gen1Links | 1|Gen1 | 1985| 0|TRUE |TRUE |NA | -|R1774200 | 71|Gen1EyeColor | 1| 3|Gen1Links | 1|Gen1 | 1985| 0|TRUE |TRUE |NA | -|R1794600 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1985| 0|TRUE |TRUE |NA | -|R1794700 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1985| 0|TRUE |TRUE |NA | -|R1891010 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1985| 0|TRUE |TRUE |NA | -|R2095700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 1|TRUE |TRUE |NA | -|R2095800 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 1|TRUE |TRUE |NA | -|R2095900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 1|TRUE |TRUE |NA | -|R2096400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 2|TRUE |TRUE |NA | -|R2096500 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 2|TRUE |TRUE |NA | -|R2096600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 2|TRUE |TRUE |NA | -|R2097100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 3|TRUE |TRUE |NA | -|R2097200 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 3|TRUE |TRUE |NA | -|R2097300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 3|TRUE |TRUE |NA | -|R2097800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 4|TRUE |TRUE |NA | -|R2097900 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 4|TRUE |TRUE |NA | -|R2098000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 4|TRUE |TRUE |NA | -|R2098500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 5|TRUE |TRUE |NA | -|R2098600 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 5|TRUE |TRUE |NA | -|R2098700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 5|TRUE |TRUE |NA | -|R2099200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 6|TRUE |TRUE |NA | -|R2099300 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 6|TRUE |TRUE |NA | -|R2099400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 6|TRUE |TRUE |NA | -|R2099900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 7|TRUE |TRUE |NA | -|R2100000 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 7|TRUE |TRUE |NA | -|R2100100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 7|TRUE |TRUE |NA | -|R2156200 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1986| 0|TRUE |TRUE |NA | -|R2156300 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1986| 0|TRUE |TRUE |NA | -|R2258110 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1986| 0|TRUE |TRUE |NA | -|R2302900 | 309|Gen1FatherBirthMonth | 1| 11|Gen1Implicit | 1|Gen1 | 1987| 0|FALSE |TRUE |Gen1 Father Birth Month | -|R2303100 | 310|Gen1FatherBirthYear | 1| 11|Gen1Implicit | 1|Gen1 | 1987| 0|TRUE |TRUE |Gen1 Father Birth Year | -|R2303200 | 311|Gen1FatherAge | 1| 11|Gen1Implicit | 1|Gen1 | 1987| 0|TRUE |TRUE |Gen1 Father Age | -|R2303300 | 329|Gen1MotherBirthMonth | 1| 11|Gen1Implicit | 1|Gen1 | 1987| 0|FALSE |TRUE |Gen1 Mother Birth Month | -|R2303500 | 330|Gen1MotherBirthYear | 1| 11|Gen1Implicit | 1|Gen1 | 1987| 0|TRUE |TRUE |Gen1 Mother Birth Year | -|R2303600 | 331|Gen1MotherAge | 1| 11|Gen1Implicit | 1|Gen1 | 1987| 0|TRUE |TRUE |Gen1 Mother Age | -|R2365700 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1987| 0|TRUE |TRUE |NA | -|R2365800 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1987| 0|TRUE |TRUE |NA | -|R2445510 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1987| 0|TRUE |TRUE |NA | -|R2505100 | 309|Gen1FatherBirthMonth | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 0|FALSE |TRUE |Gen1 Father Birth Month | -|R2505300 | 310|Gen1FatherBirthYear | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 0|TRUE |TRUE |Gen1 Father Birth Year | -|R2505400 | 311|Gen1FatherAge | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 0|TRUE |TRUE |Gen1 Father Age | -|R2505500 | 329|Gen1MotherBirthMonth | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 0|FALSE |TRUE |Gen1 Mother Birth Month | -|R2505700 | 330|Gen1MotherBirthYear | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 0|TRUE |TRUE |Gen1 Mother Birth Year | -|R2505800 | 331|Gen1MotherAge | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 0|TRUE |TRUE |Gen1 Mother Age | -|R2648000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 1|TRUE |TRUE |NA | -|R2648100 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 1|TRUE |TRUE |NA | -|R2648200 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 1|TRUE |TRUE |NA | -|R2648700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 2|TRUE |TRUE |NA | -|R2648800 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 2|TRUE |TRUE |NA | -|R2648900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 2|TRUE |TRUE |NA | -|R2649400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 3|TRUE |TRUE |NA | -|R2649500 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 3|TRUE |TRUE |NA | -|R2649600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 3|TRUE |TRUE |NA | -|R2650100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 4|TRUE |TRUE |NA | -|R2650200 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 4|TRUE |TRUE |NA | -|R2650300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 4|TRUE |TRUE |NA | -|R2650800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 5|TRUE |TRUE |NA | -|R2650900 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 5|TRUE |TRUE |NA | -|R2651000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 5|TRUE |TRUE |NA | -|R2651500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 6|TRUE |TRUE |NA | -|R2651600 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 6|TRUE |TRUE |NA | -|R2651700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 6|TRUE |TRUE |NA | -|R2652200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 7|TRUE |TRUE |NA | -|R2652300 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 7|TRUE |TRUE |NA | -|R2652400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 7|TRUE |TRUE |NA | -|R2737900 | 340|Gen1AlwaysLivedWithBothParents | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 0|TRUE |TRUE |LIVED WITH BOTH BIOLOGICAL PARENTS FROM BIRTH TO AGE 18? | -|R2742500 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1988| 0|TRUE |TRUE |NA | -|R2742600 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1988| 0|TRUE |TRUE |NA | -|R2837200 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 255|TRUE |TRUE |NA | -|R2837300 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 0|TRUE |TRUE |NA | -|R2837400 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 1|TRUE |TRUE |NA | -|R2837500 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 2|TRUE |TRUE |NA | -|R2837600 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 3|TRUE |TRUE |NA | -|R2837700 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 4|TRUE |TRUE |NA | -|R2837800 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 5|TRUE |TRUE |NA | -|R2837900 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 6|TRUE |TRUE |NA | -|R2838000 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 7|TRUE |TRUE |NA | -|R2838100 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 8|TRUE |TRUE |NA | -|R2838200 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 9|TRUE |TRUE |NA | -|R2838300 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 10|TRUE |TRUE |NA | -|R2838400 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 11|TRUE |TRUE |NA | -|R2838500 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 12|TRUE |TRUE |NA | -|R2838600 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 13|TRUE |TRUE |NA | -|R2838700 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 14|TRUE |TRUE |NA | -|R2838800 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 15|TRUE |TRUE |NA | -|R2838900 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 16|TRUE |TRUE |NA | -|R2839000 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 17|TRUE |TRUE |NA | -|R2839100 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 18|TRUE |TRUE |NA | -|R2839200 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 255|TRUE |TRUE |NA | -|R2839300 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 0|TRUE |TRUE |NA | -|R2839400 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 1|TRUE |TRUE |NA | -|R2839500 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 2|TRUE |TRUE |NA | -|R2839600 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 3|TRUE |TRUE |NA | -|R2839700 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 4|TRUE |TRUE |NA | -|R2839800 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 5|TRUE |TRUE |NA | -|R2839900 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 6|TRUE |TRUE |NA | -|R2840000 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 7|TRUE |TRUE |NA | -|R2840100 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 8|TRUE |TRUE |NA | -|R2840200 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 9|TRUE |TRUE |NA | -|R2840300 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 10|TRUE |TRUE |NA | -|R2840400 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 11|TRUE |TRUE |NA | -|R2840500 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 12|TRUE |TRUE |NA | -|R2840600 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 13|TRUE |TRUE |NA | -|R2840700 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 14|TRUE |TRUE |NA | -|R2840800 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 15|TRUE |TRUE |NA | -|R2840900 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 16|TRUE |TRUE |NA | -|R2841000 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 17|TRUE |TRUE |NA | -|R2841100 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 18|TRUE |TRUE |NA | -|R2871300 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1988| 0|TRUE |TRUE |NA | -|R2986100 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1989| 0|TRUE |TRUE |NA | -|R2986200 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1989| 0|TRUE |TRUE |NA | -|R3075000 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1989| 0|TRUE |TRUE |NA | -|R3255900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 1|TRUE |TRUE |NA | -|R3256000 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 1|TRUE |TRUE |NA | -|R3256100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 1|TRUE |TRUE |NA | -|R3257700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 2|TRUE |TRUE |NA | -|R3257800 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 2|TRUE |TRUE |NA | -|R3257900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 2|TRUE |TRUE |NA | -|R3259500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 3|TRUE |TRUE |NA | -|R3259600 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 3|TRUE |TRUE |NA | -|R3259700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 3|TRUE |TRUE |NA | -|R3261300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 4|TRUE |TRUE |NA | -|R3261400 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 4|TRUE |TRUE |NA | -|R3261500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 4|TRUE |TRUE |NA | -|R3263100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 5|TRUE |TRUE |NA | -|R3263200 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 5|TRUE |TRUE |NA | -|R3263300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 5|TRUE |TRUE |NA | -|R3264900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 6|TRUE |TRUE |NA | -|R3265000 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 6|TRUE |TRUE |NA | -|R3265100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 6|TRUE |TRUE |NA | -|R3266700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 7|TRUE |TRUE |NA | -|R3266800 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 7|TRUE |TRUE |NA | -|R3266900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 7|TRUE |TRUE |NA | -|R3268500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 8|TRUE |TRUE |Alive & Distance weren't asked for 8th | -|R3302500 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1990| 0|TRUE |TRUE |NA | -|R3302600 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1990| 0|TRUE |TRUE |NA | -|R3401700 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1990| 0|TRUE |TRUE |NA | -|R3573400 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1991| 0|TRUE |TRUE |NA | -|R3573500 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1991| 0|TRUE |TRUE |NA | -|R3657100 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1991| 0|TRUE |TRUE |NA | -|R3771800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 1|TRUE |TRUE |NA | -|R3771900 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 1|TRUE |TRUE |NA | -|R3772000 | 91|BabyDaddyLeftHHMonthOrNeverInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 1|TRUE |TRUE |NA | -|R3772100 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 1|TRUE |TRUE |NA | -|R3772200 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 1|TRUE |TRUE |NA | -|R3772300 | 87|BabyDaddyDeathYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 1|TRUE |TRUE |NA | -|R3772400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 1|TRUE |TRUE |NA | -|R3773900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 2|TRUE |TRUE |NA | -|R3774000 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 2|TRUE |TRUE |NA | -|R3774100 | 91|BabyDaddyLeftHHMonthOrNeverInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 2|TRUE |TRUE |NA | -|R3774200 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 2|TRUE |TRUE |NA | -|R3774300 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 2|TRUE |TRUE |NA | -|R3774400 | 87|BabyDaddyDeathYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 2|TRUE |TRUE |NA | -|R3774500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 2|TRUE |TRUE |NA | -|R3776000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 3|TRUE |TRUE |NA | -|R3776100 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 3|TRUE |TRUE |NA | -|R3776200 | 91|BabyDaddyLeftHHMonthOrNeverInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 3|TRUE |TRUE |NA | -|R3776300 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 3|TRUE |TRUE |NA | -|R3776400 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 3|TRUE |TRUE |NA | -|R3776500 | 87|BabyDaddyDeathYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 3|TRUE |TRUE |NA | -|R3776600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 3|TRUE |TRUE |NA | -|R3778100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 4|TRUE |TRUE |NA | -|R3778200 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 4|TRUE |TRUE |NA | -|R3778300 | 91|BabyDaddyLeftHHMonthOrNeverInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 4|TRUE |TRUE |NA | -|R3778400 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 4|TRUE |TRUE |NA | -|R3778500 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 4|TRUE |TRUE |NA | -|R3778600 | 87|BabyDaddyDeathYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 4|TRUE |TRUE |NA | -|R3778700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 4|TRUE |TRUE |NA | -|R3780200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 5|TRUE |TRUE |NA | -|R3780300 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 5|TRUE |TRUE |NA | -|R3780400 | 91|BabyDaddyLeftHHMonthOrNeverInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 5|TRUE |TRUE |NA | -|R3780500 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 5|TRUE |TRUE |NA | -|R3780600 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 5|TRUE |TRUE |NA | -|R3780700 | 87|BabyDaddyDeathYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 5|TRUE |TRUE |NA | -|R3780800 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 5|TRUE |TRUE |NA | -|R3782300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 6|TRUE |TRUE |NA | -|R3782400 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 6|TRUE |TRUE |NA | -|R3782500 | 91|BabyDaddyLeftHHMonthOrNeverInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 6|TRUE |TRUE |NA | -|R3782600 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 6|TRUE |TRUE |NA | -|R3782900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 6|TRUE |TRUE |NA | -|R3784400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 7|TRUE |TRUE |NA | -|R3784500 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 7|TRUE |TRUE |NA | -|R3784600 | 91|BabyDaddyLeftHHMonthOrNeverInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 7|TRUE |TRUE |NA | -|R3784700 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 7|TRUE |TRUE |NA | -|R3785000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 7|TRUE |TRUE |NA | -|R3786500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 8|TRUE |TRUE |NA | -|R3788004 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 9|TRUE |TRUE |note the '04' suffix in the variable code | -|R3917600 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1992| 0|TRUE |TRUE |NA | -|R3917700 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1992| 0|TRUE |TRUE |NA | -|R4007600 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1992| 0|TRUE |TRUE |NA | -|R4100200 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1993| 0|TRUE |TRUE |NA | -|R4100201 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1993| 0|TRUE |TRUE |NA | -|R4100202 | 22|InterviewDateYear | 1| 3|Gen1Links | 1|Gen1 | 1993| 0|TRUE |TRUE |NA | -|R4125101 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 1|TRUE |TRUE |NA | -|R4125801 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 2|TRUE |TRUE |NA | -|R4126501 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 3|TRUE |TRUE |NA | -|R4127201 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 4|TRUE |TRUE |NA | -|R4127901 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 5|TRUE |TRUE |NA | -|R4128601 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 6|TRUE |TRUE |NA | -|R4129301 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 7|TRUE |TRUE |NA | -|R4130001 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 8|TRUE |TRUE |NA | -|R4130701 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 9|TRUE |TRUE |NA | -|R4131401 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 10|TRUE |TRUE |NA | -|R4132101 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 11|TRUE |TRUE |NA | -|R4132801 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 12|TRUE |TRUE |NA | -|R4133701 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 13|TRUE |TRUE |NA | -|R4276800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 1|TRUE |TRUE |NA | -|R4276900 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 1|TRUE |TRUE |NA | -|R4277000 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 1|TRUE |TRUE |NA | -|R4277100 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 1|TRUE |TRUE |NA | -|R4277101 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 1|TRUE |TRUE |NA | -|R4277200 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 1|TRUE |TRUE |NA | -|R4277201 | 87|BabyDaddyDeathYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 1|TRUE |TRUE |NA | -|R4277700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 2|TRUE |TRUE |NA | -|R4277800 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 2|TRUE |TRUE |NA | -|R4277900 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 2|TRUE |TRUE |NA | -|R4278000 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 2|TRUE |TRUE |NA | -|R4278001 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 2|TRUE |TRUE |NA | -|R4278100 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 2|TRUE |TRUE |NA | -|R4278101 | 87|BabyDaddyDeathYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 2|TRUE |TRUE |NA | -|R4278600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 3|TRUE |TRUE |NA | -|R4278700 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 3|TRUE |TRUE |NA | -|R4278800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 3|TRUE |TRUE |NA | -|R4278900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 3|TRUE |TRUE |NA | -|R4278901 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 3|TRUE |TRUE |NA | -|R4279000 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 3|TRUE |TRUE |NA | -|R4279001 | 87|BabyDaddyDeathYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 3|TRUE |TRUE |NA | -|R4279500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 4|TRUE |TRUE |NA | -|R4279600 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 4|TRUE |TRUE |NA | -|R4279700 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 4|TRUE |TRUE |NA | -|R4279800 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 4|TRUE |TRUE |NA | -|R4279801 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 4|TRUE |TRUE |NA | -|R4279900 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 4|TRUE |TRUE |NA | -|R4279901 | 87|BabyDaddyDeathYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 4|TRUE |TRUE |NA | -|R4280400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 5|TRUE |TRUE |NA | -|R4280500 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 5|TRUE |TRUE |NA | -|R4280600 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 5|TRUE |TRUE |NA | -|R4280700 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 5|TRUE |TRUE |NA | -|R4280701 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 5|TRUE |TRUE |NA | -|R4280800 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 5|TRUE |TRUE |NA | -|R4280801 | 87|BabyDaddyDeathYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 5|TRUE |TRUE |Last of the 2 digit years | -|R4281300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 6|TRUE |TRUE |NA | -|R4281400 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 6|TRUE |TRUE |NA | -|R4281500 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 6|TRUE |TRUE |NA | -|R4281600 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 6|TRUE |TRUE |NA | -|R4281601 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 6|TRUE |TRUE |NA | -|R4282100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 7|TRUE |TRUE |NA | -|R4282200 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 7|TRUE |TRUE |NA | -|R4282300 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 7|TRUE |TRUE |NA | -|R4282400 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 7|TRUE |TRUE |NA | -|R4282401 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 7|TRUE |TRUE |NA | -|R4282900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 8|TRUE |TRUE |NA | -|R4283600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 9|TRUE |TRUE |NA | -|R4418700 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1993| 0|TRUE |TRUE |NA | -|R4500200 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1994| 0|TRUE |TRUE |NA | -|R4500201 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1994| 0|TRUE |TRUE |NA | -|R4500202 | 22|InterviewDateYear | 1| 3|Gen1Links | 1|Gen1 | 1994| 0|TRUE |TRUE |NA | -|R4521500 | 25|Gen1SiblingIsATwinOrTrip1994 | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 0|TRUE |TRUE |NA | -|R4521700 | 26|Gen1MultipleSiblingType1994 | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 0|TRUE |TRUE |NA | -|R4521800 | 27|Gen1ListedTwinCorrect1994 | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 0|TRUE |TRUE |NA | -|R4521900 | 28|Gen1TwinIsMzOrDz1994 | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 0|TRUE |TRUE |NA | -|R4522000 | 29|Gen1ListedTripCorrect1994 | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 0|TRUE |TRUE |NA | -|R4522100 | 30|Gen1TripIsMzOrDz1994 | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 0|TRUE |TRUE |NA | -|R4522200 | 9999|NotTranslated | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 0|FALSE |TRUE |NA | -|R4522300 | 9999|NotTranslated | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 1|FALSE |TRUE |NA | -|R4522400 | 9995|Gen1FirstIncorrectTwinTripYoungerOrOlder_NOTUSED | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 0|FALSE |TRUE |NA | -|R4522500 | 9996|Gen1FirstIncorrectTwinTripAgeDifference_NOTUSED | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 0|FALSE |TRUE |NA | -|R4522600 | 9999|NotTranslated | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 2|FALSE |TRUE |NA | -|R4522700 | 9997|Gen1SecondIncorrectTwinTripYoungerOrOlder_NOTUSED | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 0|TRUE |TRUE |NA | -|R4522800 | 9998|Gen1SecondIncorrectTwinTripAgeDifference_NOTUSED | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 0|TRUE |TRUE |NA | -|R4825600 | 9994|Gen1VerifyFirstGen2TwinsTrips_NOTINTAGSETCURRENTLY | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1994| 0|FALSE |TRUE |NA | -|R4825700 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1994| 1|TRUE |TRUE |NA | -|R4825800 | 9993|Gen1ListIncorrectGen2TwinTrips_NOTINTAGCURRENTLY | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1994| 0|FALSE |TRUE |NA | -|R4826000 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1994| 1|TRUE |TRUE |NA | -|R4826100 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1994| 1|TRUE |TRUE |NA | -|R4826300 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1994| 1|TRUE |TRUE |NA | -|R4826500 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1994| 2|TRUE |TRUE |NA | -|R4826800 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1994| 2|TRUE |TRUE |NA | -|R4827600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 1|TRUE |TRUE |NA | -|R4827700 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 1|TRUE |TRUE |NA | -|R4827800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 1|TRUE |TRUE |NA | -|R4827900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 1|TRUE |TRUE |NA | -|R4827901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 1|TRUE |TRUE |NA | -|R4828000 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 1|TRUE |TRUE |NA | -|R4828001 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 1|TRUE |TRUE |First of the 4 digit years | -|R4828100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 1|TRUE |TRUE |NA | -|R4830600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 2|TRUE |TRUE |NA | -|R4830700 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 2|TRUE |TRUE |NA | -|R4830800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 2|TRUE |TRUE |NA | -|R4830900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 2|TRUE |TRUE |NA | -|R4830901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 2|TRUE |TRUE |NA | -|R4831000 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 2|TRUE |TRUE |NA | -|R4831001 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 2|TRUE |TRUE |NA | -|R4831100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 2|TRUE |TRUE |NA | -|R4833600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 3|TRUE |TRUE |NA | -|R4833700 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 3|TRUE |TRUE |NA | -|R4833800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 3|TRUE |TRUE |NA | -|R4833900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 3|TRUE |TRUE |NA | -|R4833901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 3|TRUE |TRUE |NA | -|R4834000 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 3|TRUE |TRUE |NA | -|R4834001 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 3|TRUE |TRUE |NA | -|R4834100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 3|TRUE |TRUE |NA | -|R4836600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 4|TRUE |TRUE |NA | -|R4836700 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 4|TRUE |TRUE |NA | -|R4836800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 4|TRUE |TRUE |NA | -|R4836900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 4|TRUE |TRUE |NA | -|R4836901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 4|TRUE |TRUE |NA | -|R4837000 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 4|TRUE |TRUE |NA | -|R4837001 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 4|TRUE |TRUE |NA | -|R4837100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 4|TRUE |TRUE |NA | -|R4839600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 5|TRUE |TRUE |NA | -|R4839700 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 5|TRUE |TRUE |NA | -|R4839800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 5|TRUE |TRUE |NA | -|R4839900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 5|TRUE |TRUE |NA | -|R4839901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 5|TRUE |TRUE |NA | -|R4840000 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 5|TRUE |TRUE |NA | -|R4840001 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 5|TRUE |TRUE |NA | -|R4840100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 5|TRUE |TRUE |NA | -|R4842500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 6|TRUE |TRUE |NA | -|R4842600 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 6|TRUE |TRUE |NA | -|R4842700 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 6|TRUE |TRUE |NA | -|R4842800 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 6|TRUE |TRUE |NA | -|R4842801 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 6|TRUE |TRUE |NA | -|R4842900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 6|TRUE |TRUE |NA | -|R4844800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 7|TRUE |TRUE |NA | -|R4844900 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 7|TRUE |TRUE |NA | -|R4845000 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 7|TRUE |TRUE |NA | -|R4845100 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 7|TRUE |TRUE |NA | -|R4845101 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 7|TRUE |TRUE |NA | -|R4845200 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 7|TRUE |TRUE |NA | -|R4847100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 8|TRUE |TRUE |no 9th | -|R4847200 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 8|TRUE |TRUE |NA | -|R4847300 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 8|TRUE |TRUE |NA | -|R4847400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 8|TRUE |TRUE |NA | -|R5081700 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1994| 0|TRUE |TRUE |NA | -|R5167000 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1996| 0|TRUE |TRUE |NA | -|R5200200 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1996| 0|TRUE |TRUE |NA | -|R5200201 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1996| 0|TRUE |TRUE |NA | -|R5200202 | 22|InterviewDateYear | 1| 3|Gen1Links | 1|Gen1 | 1996| 0|TRUE |TRUE |NA | -|R5495900 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1996| 1|TRUE |TRUE |NA | -|R5496200 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1996| 1|TRUE |TRUE |NA | -|R5496300 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1996| 1|TRUE |TRUE |NA | -|R5496500 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1996| 1|TRUE |TRUE |NA | -|R5496700 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1996| 2|TRUE |TRUE |NA | -|R5497000 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1996| 2|TRUE |TRUE |NA | -|R5497200 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1996| 2|TRUE |TRUE |NA | -|R5498000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 1|TRUE |TRUE |NA | -|R5498100 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 1|TRUE |TRUE |NA | -|R5498200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 1|TRUE |TRUE |NA | -|R5498300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 1|TRUE |TRUE |NA | -|R5498301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 1|TRUE |TRUE |NA | -|R5498400 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 1|TRUE |TRUE |NA | -|R5498401 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 1|TRUE |TRUE |NA | -|R5498500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 1|TRUE |TRUE |NA | -|R5501000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 2|TRUE |TRUE |NA | -|R5501100 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 2|TRUE |TRUE |NA | -|R5501200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 2|TRUE |TRUE |NA | -|R5501300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 2|TRUE |TRUE |NA | -|R5501301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 2|TRUE |TRUE |NA | -|R5501400 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 2|TRUE |TRUE |NA | -|R5501401 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 2|TRUE |TRUE |NA | -|R5501500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 2|TRUE |TRUE |NA | -|R5504000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 3|TRUE |TRUE |NA | -|R5504100 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 3|TRUE |TRUE |NA | -|R5504200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 3|TRUE |TRUE |NA | -|R5504300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 3|TRUE |TRUE |NA | -|R5504301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 3|TRUE |TRUE |NA | -|R5504400 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 3|TRUE |TRUE |NA | -|R5504401 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 3|TRUE |TRUE |NA | -|R5504500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 3|TRUE |TRUE |NA | -|R5507000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 4|TRUE |TRUE |NA | -|R5507100 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 4|TRUE |TRUE |NA | -|R5507200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 4|TRUE |TRUE |NA | -|R5507300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 4|TRUE |TRUE |NA | -|R5507301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 4|TRUE |TRUE |NA | -|R5507400 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 4|TRUE |TRUE |NA | -|R5507401 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 4|TRUE |TRUE |NA | -|R5507500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 4|TRUE |TRUE |NA | -|R5510000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 5|TRUE |TRUE |NA | -|R5510100 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 5|TRUE |TRUE |NA | -|R5510200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 5|TRUE |TRUE |NA | -|R5510300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 5|TRUE |TRUE |NA | -|R5510301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 5|TRUE |TRUE |NA | -|R5510400 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 5|TRUE |TRUE |NA | -|R5510401 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 5|TRUE |TRUE |NA | -|R5510500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 5|TRUE |TRUE |NA | -|R5513000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 6|TRUE |TRUE |NA | -|R5513100 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 6|TRUE |TRUE |NA | -|R5513200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 6|TRUE |TRUE |NA | -|R5513300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 6|TRUE |TRUE |NA | -|R5513301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 6|TRUE |TRUE |NA | -|R5513400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 6|TRUE |TRUE |NA | -|R5515300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 7|TRUE |TRUE |NA | -|R5515400 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 7|TRUE |TRUE |NA | -|R5515500 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 7|TRUE |TRUE |NA | -|R5515600 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 7|TRUE |TRUE |NA | -|R5515601 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 7|TRUE |TRUE |NA | -|R5515700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 7|TRUE |TRUE |NA | -|R5517600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 8|TRUE |TRUE |NA | -|R5517700 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 8|TRUE |TRUE |NA | -|R5517800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 8|TRUE |TRUE |NA | -|R5517900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 8|TRUE |TRUE |NA | -|R5519800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 9|TRUE |TRUE |NA | -|R5519900 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 9|TRUE |TRUE |NA | -|R5520000 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 9|TRUE |TRUE |NA | -|R5520100 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 9|TRUE |TRUE |Skipped 8th | -|R5520101 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 9|TRUE |TRUE |Skipped 8th | -|R5520200 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 9|TRUE |TRUE |NA | -|R6210700 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1998| 1|TRUE |TRUE |NA | -|R6210800 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1998| 2|TRUE |TRUE |NA | -|R6210900 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1998| 3|TRUE |TRUE |NA | -|R6211500 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1998| 1|TRUE |TRUE |NA | -|R6211600 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1998| 2|TRUE |TRUE |NA | -|R6211700 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1998| 3|TRUE |TRUE |NA | -|R6211800 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1998| 1|TRUE |TRUE |NA | -|R6211900 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1998| 2|TRUE |TRUE |NA | -|R6212200 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1998| 1|TRUE |TRUE |NA | -|R6212300 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1998| 2|TRUE |TRUE |NA | -|R6218400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 1|TRUE |TRUE |NA | -|R6218500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 2|TRUE |TRUE |NA | -|R6218600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 3|TRUE |TRUE |NA | -|R6218700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 4|TRUE |TRUE |NA | -|R6218800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 5|TRUE |TRUE |NA | -|R6218900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 6|TRUE |TRUE |NA | -|R6219000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 7|TRUE |TRUE |NA | -|R6219100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 8|TRUE |TRUE |NA | -|R6219200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 9|TRUE |TRUE |NA | -|R6219300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 10|TRUE |TRUE |NA | -|R6219500 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 1|TRUE |TRUE |NA | -|R6219600 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 2|TRUE |TRUE |NA | -|R6219700 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 3|TRUE |TRUE |NA | -|R6219800 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 4|TRUE |TRUE |NA | -|R6219900 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 5|TRUE |TRUE |NA | -|R6220000 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 6|TRUE |TRUE |NA | -|R6220100 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 7|TRUE |TRUE |NA | -|R6220200 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 8|TRUE |TRUE |NA | -|R6220300 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 9|TRUE |TRUE |NA | -|R6220400 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 10|TRUE |TRUE |NA | -|R6220600 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 1|TRUE |TRUE |NA | -|R6220700 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 2|TRUE |TRUE |NA | -|R6220800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 3|TRUE |TRUE |NA | -|R6220900 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 4|TRUE |TRUE |NA | -|R6221000 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 5|TRUE |TRUE |NA | -|R6221100 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 6|TRUE |TRUE |NA | -|R6221200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 7|TRUE |TRUE |NA | -|R6221300 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 8|TRUE |TRUE |NA | -|R6221400 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 9|TRUE |TRUE |NA | -|R6221500 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 10|TRUE |TRUE |NA | -|R6221700 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 1|TRUE |TRUE |NA | -|R6221701 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 1|TRUE |TRUE |NA | -|R6221800 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 2|TRUE |TRUE |NA | -|R6221801 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 2|TRUE |TRUE |NA | -|R6221900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 3|TRUE |TRUE |NA | -|R6221901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 3|TRUE |TRUE |NA | -|R6222000 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 4|TRUE |TRUE |NA | -|R6222001 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 4|TRUE |TRUE |NA | -|R6222100 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 5|TRUE |TRUE |NA | -|R6222101 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 5|TRUE |TRUE |NA | -|R6222200 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 6|TRUE |TRUE |NA | -|R6222201 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 6|TRUE |TRUE |NA | -|R6222300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 7|TRUE |TRUE |NA | -|R6222301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 7|TRUE |TRUE |NA | -|R6222400 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 8|TRUE |TRUE |NA | -|R6222401 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 8|TRUE |TRUE |NA | -|R6222500 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 9|TRUE |TRUE |NA | -|R6222501 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 9|TRUE |TRUE |NA | -|R6222600 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 10|TRUE |TRUE |NA | -|R6222601 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 10|TRUE |TRUE |NA | -|R6222800 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 1|TRUE |TRUE |NA | -|R6222801 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 1|TRUE |TRUE |NA | -|R6222900 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 2|TRUE |TRUE |NA | -|R6222901 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 2|TRUE |TRUE |NA | -|R6223000 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 3|TRUE |TRUE |NA | -|R6223001 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 3|TRUE |TRUE |NA | -|R6223100 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 4|TRUE |TRUE |NA | -|R6223101 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 4|TRUE |TRUE |NA | -|R6223200 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 5|TRUE |TRUE |NA | -|R6223201 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 5|TRUE |TRUE |NA | -|R6223300 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 6|TRUE |TRUE |NA | -|R6223301 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 6|TRUE |TRUE |NA | -|R6223400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 1|TRUE |TRUE |NA | -|R6223500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 2|TRUE |TRUE |NA | -|R6223600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 3|TRUE |TRUE |NA | -|R6223700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 4|TRUE |TRUE |NA | -|R6223800 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 5|TRUE |TRUE |NA | -|R6223900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 6|TRUE |TRUE |NA | -|R6224000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 7|TRUE |TRUE |NA | -|R6224100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 8|TRUE |TRUE |NA | -|R6224200 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 9|TRUE |TRUE |NA | -|R6224300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 10|TRUE |TRUE |NA | -|R6435300 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1998| 0|TRUE |TRUE |NA | -|R6435301 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1998| 0|TRUE |TRUE |NA | -|R6435302 | 22|InterviewDateYear | 1| 3|Gen1Links | 1|Gen1 | 1998| 0|TRUE |TRUE |NA | -|R6479800 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1998| 0|TRUE |TRUE |NA | -|R6764000 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2000| 1|TRUE |TRUE |NA | -|R6764100 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2000| 2|TRUE |TRUE |NA | -|R6764200 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2000| 3|TRUE |TRUE |NA | -|R6764900 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2000| 1|TRUE |TRUE |NA | -|R6765000 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2000| 2|TRUE |TRUE |NA | -|R6765100 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2000| 3|TRUE |TRUE |NA | -|R6765200 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2000| 1|TRUE |TRUE |NA | -|R6765600 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2000| 1|TRUE |TRUE |NA | -|R6765700 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2000| 2|TRUE |TRUE |NA | -|R6765800 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2000| 3|TRUE |TRUE |NA | -|R6771600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 1|TRUE |TRUE |NA | -|R6771700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 2|TRUE |TRUE |NA | -|R6771800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 3|TRUE |TRUE |NA | -|R6771900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 4|TRUE |TRUE |NA | -|R6772000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 5|TRUE |TRUE |NA | -|R6772100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 6|TRUE |TRUE |NA | -|R6772200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 7|TRUE |TRUE |NA | -|R6772300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 8|TRUE |TRUE |NA | -|R6772400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 9|TRUE |TRUE |NA | -|R6772500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 10|TRUE |TRUE |NA | -|R6773500 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 1|TRUE |TRUE |NA | -|R6773600 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 2|TRUE |TRUE |NA | -|R6773700 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 3|TRUE |TRUE |NA | -|R6773800 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 4|TRUE |TRUE |NA | -|R6773900 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 5|TRUE |TRUE |NA | -|R6774000 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 6|TRUE |TRUE |NA | -|R6774100 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 7|TRUE |TRUE |NA | -|R6774200 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 8|TRUE |TRUE |NA | -|R6774300 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 9|TRUE |TRUE |NA | -|R6774400 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 10|TRUE |TRUE |NA | -|R6774500 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 1|TRUE |TRUE |NA | -|R6774600 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 2|TRUE |TRUE |NA | -|R6774700 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 3|TRUE |TRUE |NA | -|R6774800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 4|TRUE |TRUE |NA | -|R6774900 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 5|TRUE |TRUE |NA | -|R6775000 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 6|TRUE |TRUE |NA | -|R6775100 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 7|TRUE |TRUE |NA | -|R6775200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 8|TRUE |TRUE |NA | -|R6775300 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 9|TRUE |TRUE |NA | -|R6775400 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 10|TRUE |TRUE |NA | -|R6775500 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 1|TRUE |TRUE |NA | -|R6775501 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 1|TRUE |TRUE |NA | -|R6775600 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 2|TRUE |TRUE |NA | -|R6775601 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 2|TRUE |TRUE |NA | -|R6775700 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 3|TRUE |TRUE |NA | -|R6775701 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 3|TRUE |TRUE |NA | -|R6775800 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 4|TRUE |TRUE |NA | -|R6775801 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 4|TRUE |TRUE |NA | -|R6775900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 5|TRUE |TRUE |NA | -|R6775901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 5|TRUE |TRUE |NA | -|R6776000 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 6|TRUE |TRUE |NA | -|R6776001 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 6|TRUE |TRUE |NA | -|R6776100 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 7|TRUE |TRUE |NA | -|R6776101 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 7|TRUE |TRUE |NA | -|R6776200 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 8|TRUE |TRUE |NA | -|R6776201 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 8|TRUE |TRUE |NA | -|R6776300 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 1|TRUE |TRUE |NA | -|R6776301 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 1|TRUE |TRUE |NA | -|R6776400 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 2|TRUE |TRUE |NA | -|R6776401 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 2|TRUE |TRUE |NA | -|R6776500 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 3|TRUE |TRUE |NA | -|R6776501 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 3|TRUE |TRUE |NA | -|R6776600 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 4|TRUE |TRUE |NA | -|R6776601 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 4|TRUE |TRUE |NA | -|R6776700 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 5|TRUE |TRUE |NA | -|R6776701 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 5|TRUE |TRUE |NA | -|R6776800 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 6|TRUE |TRUE |NA | -|R6776801 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 6|TRUE |TRUE |NA | -|R6776900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 1|TRUE |TRUE |NA | -|R6777000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 2|TRUE |TRUE |NA | -|R6777100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 3|TRUE |TRUE |NA | -|R6777200 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 4|TRUE |TRUE |NA | -|R6777300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 5|TRUE |TRUE |NA | -|R6777400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 6|TRUE |TRUE |NA | -|R6777500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 7|TRUE |TRUE |NA | -|R6777600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 8|TRUE |TRUE |NA | -|R6777700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 9|TRUE |TRUE |NA | -|R6777800 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 10|TRUE |TRUE |NA | -|R6963300 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 2000| 0|TRUE |TRUE |NA | -|R6963301 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 2000| 0|TRUE |TRUE |NA | -|R6963302 | 22|InterviewDateYear | 1| 3|Gen1Links | 1|Gen1 | 2000| 0|TRUE |TRUE |NA | -|R7007500 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 2000| 0|TRUE |TRUE |NA | -|R7408300 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2002| 1|TRUE |TRUE |NA | -|R7408400 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2002| 2|TRUE |TRUE |NA | -|R7408500 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2002| 3|TRUE |TRUE |NA | -|R7409200 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2002| 1|TRUE |TRUE |NA | -|R7409300 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2002| 2|TRUE |TRUE |NA | -|R7409400 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2002| 3|TRUE |TRUE |NA | -|R7409500 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2002| 1|TRUE |TRUE |NA | -|R7409900 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2002| 1|TRUE |TRUE |NA | -|R7410000 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2002| 2|TRUE |TRUE |NA | -|R7410100 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2002| 3|TRUE |TRUE |NA | -|R7415900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 1|TRUE |TRUE |NA | -|R7416000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 2|TRUE |TRUE |NA | -|R7416100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 3|TRUE |TRUE |NA | -|R7416200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 4|TRUE |TRUE |NA | -|R7416300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 5|TRUE |TRUE |NA | -|R7416400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 6|TRUE |TRUE |NA | -|R7416500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 7|TRUE |TRUE |NA | -|R7416600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 8|TRUE |TRUE |NA | -|R7416700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 9|TRUE |TRUE |NA | -|R7416800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 10|TRUE |TRUE |NA | -|R7417900 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 1|TRUE |TRUE |NA | -|R7418000 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 2|TRUE |TRUE |NA | -|R7418100 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 3|TRUE |TRUE |NA | -|R7418200 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 4|TRUE |TRUE |NA | -|R7418300 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 5|TRUE |TRUE |NA | -|R7418400 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 6|TRUE |TRUE |NA | -|R7418500 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 7|TRUE |TRUE |NA | -|R7418600 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 8|TRUE |TRUE |NA | -|R7418700 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 9|TRUE |TRUE |NA | -|R7418800 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 10|TRUE |TRUE |NA | -|R7418900 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 1|TRUE |TRUE |NA | -|R7419000 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 2|TRUE |TRUE |NA | -|R7419100 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 3|TRUE |TRUE |NA | -|R7419200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 4|TRUE |TRUE |NA | -|R7419300 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 5|TRUE |TRUE |NA | -|R7419400 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 6|TRUE |TRUE |NA | -|R7419500 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 7|TRUE |TRUE |NA | -|R7419600 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 8|TRUE |TRUE |NA | -|R7419700 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 9|TRUE |TRUE |NA | -|R7419800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 10|TRUE |TRUE |NA | -|R7419900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 1|TRUE |TRUE |NA | -|R7419901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 1|TRUE |TRUE |NA | -|R7420000 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 2|TRUE |TRUE |NA | -|R7420001 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 2|TRUE |TRUE |NA | -|R7420100 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 3|TRUE |TRUE |NA | -|R7420101 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 3|TRUE |TRUE |NA | -|R7420200 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 4|TRUE |TRUE |NA | -|R7420201 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 4|TRUE |TRUE |NA | -|R7420300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 5|TRUE |TRUE |NA | -|R7420301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 5|TRUE |TRUE |NA | -|R7420400 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 6|TRUE |TRUE |NA | -|R7420401 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 6|TRUE |TRUE |NA | -|R7420500 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 7|TRUE |TRUE |NA | -|R7420501 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 7|TRUE |TRUE |NA | -|R7420600 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 8|TRUE |TRUE |NA | -|R7420601 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 8|TRUE |TRUE |NA | -|R7420700 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 1|TRUE |TRUE |NA | -|R7420701 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 1|TRUE |TRUE |NA | -|R7420800 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 2|TRUE |TRUE |NA | -|R7420801 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 2|TRUE |TRUE |NA | -|R7420900 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 3|TRUE |TRUE |NA | -|R7420901 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 3|TRUE |TRUE |NA | -|R7421000 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 4|TRUE |TRUE |NA | -|R7421001 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 4|TRUE |TRUE |NA | -|R7421100 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 5|TRUE |TRUE |NA | -|R7421101 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 5|TRUE |TRUE |NA | -|R7421200 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 6|TRUE |TRUE |NA | -|R7421201 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 6|TRUE |TRUE |NA | -|R7421300 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 7|TRUE |TRUE |NA | -|R7421301 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 7|TRUE |TRUE |NA | -|R7421400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 1|TRUE |TRUE |NA | -|R7421500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 2|TRUE |TRUE |NA | -|R7421600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 3|TRUE |TRUE |NA | -|R7421700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 4|TRUE |TRUE |NA | -|R7421800 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 5|TRUE |TRUE |NA | -|R7421900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 6|TRUE |TRUE |NA | -|R7422000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 7|TRUE |TRUE |NA | -|R7422100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 8|TRUE |TRUE |NA | -|R7422200 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 9|TRUE |TRUE |NA | -|R7422300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 10|TRUE |TRUE |NA | -|R7656300 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 2002| 0|TRUE |TRUE |NA | -|R7656301 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 2002| 0|TRUE |TRUE |NA | -|R7656302 | 22|InterviewDateYear | 1| 3|Gen1Links | 1|Gen1 | 2002| 0|TRUE |TRUE |NA | -|R7704800 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 2002| 0|TRUE |TRUE |NA | -|R7800500 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 2004| 0|TRUE |TRUE |NA | -|R7800501 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 2004| 0|TRUE |TRUE |NA | -|R7800502 | 22|InterviewDateYear | 1| 3|Gen1Links | 1|Gen1 | 2004| 0|TRUE |TRUE |NA | -|R8106400 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | -|R8106500 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2004| 2|TRUE |TRUE |NA | -|R8106600 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2004| 3|TRUE |TRUE |NA | -|R8106700 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | -|R8106800 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2004| 2|TRUE |TRUE |NA | -|R8106900 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2004| 3|TRUE |TRUE |NA | -|R8107000 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | -|R8107100 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2004| 2|TRUE |TRUE |NA | -|R8107200 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | -|R8114000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | -|R8114100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 2|TRUE |TRUE |NA | -|R8114200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 3|TRUE |TRUE |NA | -|R8114300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 4|TRUE |TRUE |NA | -|R8114400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 5|TRUE |TRUE |NA | -|R8114500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 6|TRUE |TRUE |NA | -|R8114600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 7|TRUE |TRUE |NA | -|R8114700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 8|TRUE |TRUE |NA | -|R8114800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 9|TRUE |TRUE |NA | -|R8114900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 10|TRUE |TRUE |NA | -|R8116000 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | -|R8116100 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 2|TRUE |TRUE |NA | -|R8116200 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 3|TRUE |TRUE |NA | -|R8116300 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 4|TRUE |TRUE |NA | -|R8116400 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 5|TRUE |TRUE |NA | -|R8116500 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 6|TRUE |TRUE |NA | -|R8116600 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 7|TRUE |TRUE |NA | -|R8116700 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 8|TRUE |TRUE |NA | -|R8116800 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 9|TRUE |TRUE |NA | -|R8116900 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 10|TRUE |TRUE |NA | -|R8117000 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | -|R8117100 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 2|TRUE |TRUE |NA | -|R8117200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 3|TRUE |TRUE |NA | -|R8117300 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 4|TRUE |TRUE |NA | -|R8117400 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 5|TRUE |TRUE |NA | -|R8117500 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 6|TRUE |TRUE |NA | -|R8117600 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 7|TRUE |TRUE |NA | -|R8117700 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 8|TRUE |TRUE |NA | -|R8117800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 9|TRUE |TRUE |NA | -|R8117900 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 10|TRUE |TRUE |NA | -|R8118000 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | -|R8118001 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | -|R8118100 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 2|TRUE |TRUE |NA | -|R8118101 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 2|TRUE |TRUE |NA | -|R8118200 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 3|TRUE |TRUE |NA | -|R8118201 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 3|TRUE |TRUE |NA | -|R8118300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 4|TRUE |TRUE |NA | -|R8118301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 4|TRUE |TRUE |NA | -|R8118400 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 5|TRUE |TRUE |NA | -|R8118401 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 5|TRUE |TRUE |NA | -|R8118500 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 6|TRUE |TRUE |NA | -|R8118501 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 6|TRUE |TRUE |NA | -|R8118600 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 7|TRUE |TRUE |NA | -|R8118601 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 7|TRUE |TRUE |NA | -|R8118700 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 8|TRUE |TRUE |NA | -|R8118701 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 8|TRUE |TRUE |NA | -|R8118800 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 9|TRUE |TRUE |NA | -|R8118801 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 9|TRUE |TRUE |NA | -|R8118900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 10|TRUE |TRUE |NA | -|R8118901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 10|TRUE |TRUE |NA | -|R8119000 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | -|R8119001 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | -|R8119100 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 2|TRUE |TRUE |NA | -|R8119101 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 2|TRUE |TRUE |NA | -|R8119200 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 3|TRUE |TRUE |NA | -|R8119201 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 3|TRUE |TRUE |NA | -|R8119300 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 4|TRUE |TRUE |NA | -|R8119301 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 4|TRUE |TRUE |NA | -|R8119400 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 5|TRUE |TRUE |NA | -|R8119401 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 5|TRUE |TRUE |NA | -|R8119500 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 7|TRUE |TRUE |Skipped Child 6 | -|R8119501 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 7|TRUE |TRUE |NA | -|R8119600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | -|R8119700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 2|TRUE |TRUE |NA | -|R8119800 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 3|TRUE |TRUE |NA | -|R8119900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 4|TRUE |TRUE |NA | -|R8120000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 5|TRUE |TRUE |NA | -|R8120100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 6|TRUE |TRUE |NA | -|R8120200 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 7|TRUE |TRUE |NA | -|R8120300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 8|TRUE |TRUE |NA | -|R8120400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 9|TRUE |TRUE |NA | -|R8120500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 10|TRUE |TRUE |NA | -|R8135300 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | -|R8135400 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 2|TRUE |TRUE |NA | -|R8135500 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 3|TRUE |TRUE |NA | -|R8135600 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 4|TRUE |TRUE |NA | -|R8135700 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 5|TRUE |TRUE |NA | -|R8135800 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 6|TRUE |TRUE |NA | -|R8135900 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 7|TRUE |TRUE |NA | -|R8497200 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 2004| 0|TRUE |TRUE |NA | -|R9900400 | 49|Gen1ChildsIDByBirthOrder | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 1|TRUE |TRUE |NA | -|R9900600 | 145|Gen2FromMomDeathMonth | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 1|TRUE |FALSE |NA | -|R9900601 | 146|Gen2FromMomDeathYearFourDigit | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 1|TRUE |FALSE |NA | -|R9901200 | 49|Gen1ChildsIDByBirthOrder | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 2|TRUE |TRUE |NA | -|R9901400 | 145|Gen2FromMomDeathMonth | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 2|TRUE |FALSE |NA | -|R9901401 | 146|Gen2FromMomDeathYearFourDigit | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 2|TRUE |FALSE |NA | -|R9902000 | 49|Gen1ChildsIDByBirthOrder | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 3|TRUE |TRUE |NA | -|R9902200 | 145|Gen2FromMomDeathMonth | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 3|TRUE |FALSE |NA | -|R9902201 | 146|Gen2FromMomDeathYearFourDigit | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 3|TRUE |FALSE |NA | -|R9902800 | 49|Gen1ChildsIDByBirthOrder | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 4|TRUE |TRUE |NA | -|R9903000 | 145|Gen2FromMomDeathMonth | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 4|TRUE |FALSE |NA | -|R9903001 | 146|Gen2FromMomDeathYearFourDigit | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 4|TRUE |FALSE |NA | -|R9903600 | 49|Gen1ChildsIDByBirthOrder | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 5|TRUE |TRUE |NA | -|R9903800 | 145|Gen2FromMomDeathMonth | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 5|TRUE |FALSE |NA | -|R9903801 | 146|Gen2FromMomDeathYearFourDigit | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 5|TRUE |FALSE |NA | -|R9904400 | 49|Gen1ChildsIDByBirthOrder | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 6|TRUE |TRUE |NA | -|R9904600 | 145|Gen2FromMomDeathMonth | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 6|TRUE |FALSE |NA | -|R9904601 | 146|Gen2FromMomDeathYearFourDigit | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 6|TRUE |FALSE |NA | -|R9905200 | 49|Gen1ChildsIDByBirthOrder | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 7|TRUE |TRUE |NA | -|R9905400 | 145|Gen2FromMomDeathMonth | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 7|TRUE |FALSE |NA | -|R9905401 | 146|Gen2FromMomDeathYearFourDigit | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 7|TRUE |FALSE |NA | -|R9906000 | 49|Gen1ChildsIDByBirthOrder | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 8|TRUE |TRUE |NA | -|R9906600 | 49|Gen1ChildsIDByBirthOrder | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 9|TRUE |TRUE |NA | -|R9907200 | 49|Gen1ChildsIDByBirthOrder | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 10|TRUE |TRUE |NA | -|R9907800 | 49|Gen1ChildsIDByBirthOrder | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 11|TRUE |TRUE |NA | -|R9908000 | 48|BioKidCountGen1 | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 0|TRUE |TRUE |NA | -|R9911200 | 145|Gen2FromMomDeathMonth | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 9|TRUE |FALSE |Child 8 was skipped | -|R9911201 | 146|Gen2FromMomDeathYearFourDigit | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 9|TRUE |FALSE |Child 8 was skipped | -|T0000900 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 2006| 0|TRUE |TRUE |NA | -|T0000901 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 2006| 0|TRUE |TRUE |NA | -|T0000902 | 22|InterviewDateYear | 1| 3|Gen1Links | 1|Gen1 | 2006| 0|TRUE |TRUE |NA | -|T0002000 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | -|T0002100 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | -|T0002200 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | -|T0002300 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 4|TRUE |TRUE |NA | -|T0002400 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 5|TRUE |TRUE |NA | -|T0002500 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 6|TRUE |TRUE |NA | -|T0002600 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 7|TRUE |TRUE |NA | -|T0002700 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 8|TRUE |TRUE |NA | -|T0002800 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 9|TRUE |TRUE |NA | -|T0002900 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 10|TRUE |TRUE |NA | -|T0003000 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 11|TRUE |TRUE |NA | -|T0003100 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 12|TRUE |TRUE |NA | -|T0003200 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 13|TRUE |TRUE |NA | -|T0003300 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | -|T0003400 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | -|T0003500 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | -|T0003600 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 4|TRUE |TRUE |NA | -|T0003700 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 5|TRUE |TRUE |NA | -|T0003800 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 6|TRUE |TRUE |NA | -|T0003900 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 7|TRUE |TRUE |NA | -|T0004000 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 8|TRUE |TRUE |NA | -|T0004100 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 9|TRUE |TRUE |NA | -|T0004200 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 10|TRUE |TRUE |NA | -|T0004300 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 11|TRUE |TRUE |NA | -|T0004400 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 12|TRUE |TRUE |NA | -|T0004500 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 13|TRUE |TRUE |NA | -|T0337300 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | -|T0337400 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | -|T0337500 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | -|T0337600 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | -|T0337700 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | -|T0337800 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | -|T0337900 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | -|T0338000 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | -|T0338100 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | -|T0338200 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | -|T0338300 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | -|T0338400 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | -|T0338500 | 55|HerTripsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | -|T0338600 | 55|HerTripsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | -|T0345800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | -|T0345900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | -|T0346000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | -|T0346100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 4|TRUE |TRUE |NA | -|T0346200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 5|TRUE |TRUE |NA | -|T0346300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 6|TRUE |TRUE |NA | -|T0346400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 7|TRUE |TRUE |NA | -|T0346500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 8|TRUE |TRUE |NA | -|T0346600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 9|TRUE |TRUE |NA | -|T0346700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 10|TRUE |TRUE |NA | -|T0346800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 11|TRUE |TRUE |NA | -|T0347900 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | -|T0348000 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | -|T0348100 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | -|T0348200 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 4|TRUE |TRUE |NA | -|T0348300 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 5|TRUE |TRUE |NA | -|T0348400 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 6|TRUE |TRUE |NA | -|T0348500 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 7|TRUE |TRUE |NA | -|T0348600 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 8|TRUE |TRUE |NA | -|T0348700 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 9|TRUE |TRUE |NA | -|T0348800 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 10|TRUE |TRUE |NA | -|T0348900 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 11|TRUE |TRUE |NA | -|T0349000 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | -|T0349100 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | -|T0349200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | -|T0349300 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 4|TRUE |TRUE |NA | -|T0349400 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 5|TRUE |TRUE |NA | -|T0349500 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 6|TRUE |TRUE |NA | -|T0349600 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 7|TRUE |TRUE |NA | -|T0349700 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 8|TRUE |TRUE |NA | -|T0349800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 9|TRUE |TRUE |NA | -|T0349900 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 10|TRUE |TRUE |NA | -|T0350000 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 11|TRUE |TRUE |NA | -|T0350100 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | -|T0350101 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | -|T0350200 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | -|T0350201 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | -|T0350300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | -|T0350301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | -|T0350400 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 4|TRUE |TRUE |NA | -|T0350401 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 4|TRUE |TRUE |NA | -|T0350500 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 5|TRUE |TRUE |NA | -|T0350501 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 5|TRUE |TRUE |NA | -|T0350600 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 6|TRUE |TRUE |NA | -|T0350601 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 6|TRUE |TRUE |NA | -|T0350700 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 7|TRUE |TRUE |NA | -|T0350701 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 7|TRUE |TRUE |NA | -|T0350800 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 8|TRUE |TRUE |NA | -|T0350801 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 8|TRUE |TRUE |NA | -|T0350900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 9|TRUE |TRUE |NA | -|T0350901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 9|TRUE |TRUE |NA | -|T0351000 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 10|TRUE |TRUE |NA | -|T0351001 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 10|TRUE |TRUE |NA | -|T0351100 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | -|T0351101 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | -|T0351200 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | -|T0351201 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | -|T0351300 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | -|T0351301 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | -|T0351400 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 4|TRUE |TRUE |NA | -|T0351401 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 4|TRUE |TRUE |NA | -|T0351500 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 5|TRUE |TRUE |NA | -|T0351501 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 5|TRUE |TRUE |NA | -|T0351600 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 6|TRUE |TRUE |NA | -|T0351601 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 6|TRUE |TRUE |NA | -|T0351700 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 7|TRUE |TRUE |NA | -|T0351701 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 7|TRUE |TRUE |NA | -|T0351800 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 8|TRUE |TRUE |NA | -|T0351801 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 8|TRUE |TRUE |NA | -|T0351900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | -|T0352000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | -|T0352100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | -|T0352200 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 4|TRUE |TRUE |NA | -|T0352300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 5|TRUE |TRUE |NA | -|T0352400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 6|TRUE |TRUE |NA | -|T0352500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 7|TRUE |TRUE |NA | -|T0352600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 8|TRUE |TRUE |NA | -|T0352700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 9|TRUE |TRUE |NA | -|T0352800 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 10|TRUE |TRUE |NA | -|T0352900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 11|TRUE |TRUE |NA | -|T0597800 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | -|T0597900 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | -|T0598000 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | -|T0598100 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 4|TRUE |TRUE |NA | -|T0598200 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 5|TRUE |TRUE |NA | -|T0598300 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 6|TRUE |TRUE |NA | -|T0598400 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 7|TRUE |TRUE |NA | -|T0989000 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 2006| 0|TRUE |TRUE |NA | -|T1200700 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 2008| 0|TRUE |TRUE |NA | -|T1200701 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 2008| 0|TRUE |TRUE |NA | -|T1200702 | 22|InterviewDateYear | 1| 3|Gen1Links | 1|Gen1 | 2008| 0|TRUE |TRUE |NA | -|T1486900 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | -|T1487000 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2008| 2|TRUE |TRUE |NA | -|T1487100 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2008| 3|TRUE |TRUE |NA | -|T1487200 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | -|T1487300 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2008| 2|TRUE |TRUE |NA | -|T1487400 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2008| 3|TRUE |TRUE |NA | -|T1487500 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | -|T1487600 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | -|T1487700 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2008| 2|TRUE |TRUE |NA | -|T1487800 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2008| 3|TRUE |TRUE |NA | -|T1495200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | -|T1495300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 2|TRUE |TRUE |NA | -|T1495400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 3|TRUE |TRUE |NA | -|T1495500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 4|TRUE |TRUE |NA | -|T1495600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 5|TRUE |TRUE |NA | -|T1495700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 6|TRUE |TRUE |NA | -|T1495800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 7|TRUE |TRUE |NA | -|T1495900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 8|TRUE |TRUE |NA | -|T1496000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 9|TRUE |TRUE |NA | -|T1496100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 10|TRUE |TRUE |NA | -|T1496200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 11|TRUE |TRUE |NA | -|T1497300 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | -|T1497400 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 2|TRUE |TRUE |NA | -|T1497500 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 3|TRUE |TRUE |NA | -|T1497600 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 4|TRUE |TRUE |NA | -|T1497700 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 5|TRUE |TRUE |NA | -|T1497800 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 6|TRUE |TRUE |NA | -|T1497900 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 7|TRUE |TRUE |NA | -|T1498000 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 8|TRUE |TRUE |NA | -|T1498100 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 9|TRUE |TRUE |NA | -|T1498200 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 10|TRUE |TRUE |NA | -|T1498300 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 11|TRUE |TRUE |NA | -|T1498400 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | -|T1498500 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 2|TRUE |TRUE |NA | -|T1498600 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 3|TRUE |TRUE |NA | -|T1498700 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 4|TRUE |TRUE |NA | -|T1498800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 5|TRUE |TRUE |NA | -|T1498900 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 6|TRUE |TRUE |NA | -|T1499000 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 7|TRUE |TRUE |NA | -|T1499100 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 8|TRUE |TRUE |NA | -|T1499200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 9|TRUE |TRUE |NA | -|T1499300 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 10|TRUE |TRUE |NA | -|T1499400 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 11|TRUE |TRUE |NA | -|T1499500 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | -|T1499501 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | -|T1499600 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 2|TRUE |TRUE |NA | -|T1499601 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 2|TRUE |TRUE |NA | -|T1499700 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 3|TRUE |TRUE |NA | -|T1499701 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 3|TRUE |TRUE |NA | -|T1499800 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 4|TRUE |TRUE |NA | -|T1499801 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 4|TRUE |TRUE |NA | -|T1499900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 5|TRUE |TRUE |NA | -|T1499901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 5|TRUE |TRUE |NA | -|T1500000 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 6|TRUE |TRUE |NA | -|T1500001 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 6|TRUE |TRUE |NA | -|T1500100 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 7|TRUE |TRUE |NA | -|T1500101 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 7|TRUE |TRUE |NA | -|T1500200 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 8|TRUE |TRUE |NA | -|T1500201 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 8|TRUE |TRUE |NA | -|T1500300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 9|TRUE |TRUE |NA | -|T1500301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 9|TRUE |TRUE |NA | -|T1500400 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 10|TRUE |TRUE |NA | -|T1500401 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 10|TRUE |TRUE |NA | -|T1500500 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | -|T1500501 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | -|T1500600 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 2|TRUE |TRUE |NA | -|T1500601 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 2|TRUE |TRUE |NA | -|T1500700 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 3|TRUE |TRUE |NA | -|T1500701 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 3|TRUE |TRUE |NA | -|T1500800 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 4|TRUE |TRUE |NA | -|T1500801 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 4|TRUE |TRUE |NA | -|T1500900 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 5|TRUE |TRUE |NA | -|T1500901 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 5|TRUE |TRUE |NA | -|T1501000 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 6|TRUE |TRUE |NA | -|T1501001 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 6|TRUE |TRUE |NA | -|T1501100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | -|T1501200 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 2|TRUE |TRUE |NA | -|T1501300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 3|TRUE |TRUE |NA | -|T1501400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 4|TRUE |TRUE |NA | -|T1501500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 5|TRUE |TRUE |NA | -|T1501600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 6|TRUE |TRUE |NA | -|T1501700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 7|TRUE |TRUE |NA | -|T1501800 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 8|TRUE |TRUE |NA | -|T1501900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 9|TRUE |TRUE |NA | -|T1502000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 10|TRUE |TRUE |NA | -|T1502100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 11|TRUE |TRUE |NA | -|T1765100 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | -|T1765200 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 2|TRUE |TRUE |NA | -|T1765300 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 3|TRUE |TRUE |NA | -|T1765400 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 4|TRUE |TRUE |NA | -|T1765500 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 5|TRUE |TRUE |NA | -|T1765600 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 6|TRUE |TRUE |NA | -|T1765700 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 8|TRUE |TRUE |Child7 skipped | -|T2210800 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 2008| 0|TRUE |TRUE |NA | -|T2260600 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 2010| 0|TRUE |TRUE |CURRENT DATE (DAY) | -|T2260601 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 2010| 0|TRUE |TRUE |NA | -|T2260602 | 22|InterviewDateYear | 1| 3|Gen1Links | 1|Gen1 | 2010| 0|TRUE |TRUE |NA | -|T2261500 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | -|T2261600 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | -|T2261700 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | -|T2261800 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 4|TRUE |TRUE |NA | -|T2261900 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 5|TRUE |TRUE |NA | -|T2262000 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 6|TRUE |TRUE |NA | -|T2262100 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 7|TRUE |TRUE |NA | -|T2262200 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 8|TRUE |TRUE |NA | -|T2262300 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 9|TRUE |TRUE |NA | -|T2262400 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 10|TRUE |TRUE |NA | -|T2262500 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 11|TRUE |TRUE |NA | -|T2262600 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 12|TRUE |TRUE |NA | -|T2262700 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | -|T2262800 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | -|T2262900 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | -|T2263000 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 4|TRUE |TRUE |NA | -|T2263100 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 5|TRUE |TRUE |NA | -|T2263200 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 6|TRUE |TRUE |NA | -|T2263300 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 7|TRUE |TRUE |NA | -|T2263400 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 8|TRUE |TRUE |NA | -|T2263500 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 9|TRUE |TRUE |NA | -|T2263600 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 10|TRUE |TRUE |NA | -|T2263700 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 11|TRUE |TRUE |NA | -|T2263800 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 12|TRUE |TRUE |NA | -|T2533500 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | -|T2533600 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | -|T2533700 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | -|T2533800 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | -|T2533900 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | -|T2534000 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | -|T2534100 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | -|T2534200 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | -|T2534300 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | -|T2534400 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | -|T2534500 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | -|T2541200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | -|T2541300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | -|T2541400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | -|T2541500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 4|TRUE |TRUE |NA | -|T2541600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 5|TRUE |TRUE |NA | -|T2541700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 6|TRUE |TRUE |NA | -|T2541800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 7|TRUE |TRUE |NA | -|T2541900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 8|TRUE |TRUE |NA | -|T2542000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 9|TRUE |TRUE |NA | -|T2542100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 10|TRUE |TRUE |NA | -|T2543200 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | -|T2543300 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | -|T2543400 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | -|T2543500 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 4|TRUE |TRUE |NA | -|T2543600 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 5|TRUE |TRUE |NA | -|T2543700 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 6|TRUE |TRUE |NA | -|T2543800 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 7|TRUE |TRUE |NA | -|T2543900 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 8|TRUE |TRUE |NA | -|T2544000 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 9|TRUE |TRUE |NA | -|T2544100 | 82|BabyDaddyAlive | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 10|TRUE |TRUE |NA | -|T2544200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | -|T2544300 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | -|T2544400 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | -|T2544500 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 4|TRUE |TRUE |NA | -|T2544600 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 5|TRUE |TRUE |NA | -|T2544700 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 6|TRUE |TRUE |NA | -|T2544800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 7|TRUE |TRUE |NA | -|T2544900 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 8|TRUE |TRUE |NA | -|T2545000 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 9|TRUE |TRUE |NA | -|T2545100 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 10|TRUE |TRUE |NA | -|T2545200 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | -|T2545201 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | -|T2545300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | -|T2545301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | -|T2545400 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | -|T2545401 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | -|T2545500 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 4|TRUE |TRUE |NA | -|T2545501 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 4|TRUE |TRUE |NA | -|T2545600 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 5|TRUE |TRUE |NA | -|T2545601 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 5|TRUE |TRUE |NA | -|T2545700 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 6|TRUE |TRUE |NA | -|T2545701 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 6|TRUE |TRUE |NA | -|T2545800 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 7|TRUE |TRUE |NA | -|T2545801 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 7|TRUE |TRUE |NA | -|T2545900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 8|TRUE |TRUE |NA | -|T2545901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 8|TRUE |TRUE |NA | -|T2546000 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 10|TRUE |TRUE |NA | -|T2546001 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 10|TRUE |TRUE |NA | -|T2546100 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | -|T2546101 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | -|T2546200 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | -|T2546201 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | -|T2546300 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | -|T2546301 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | -|T2546400 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 4|TRUE |TRUE |NA | -|T2546401 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 4|TRUE |TRUE |NA | -|T2546500 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 5|TRUE |TRUE |NA | -|T2546501 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 5|TRUE |TRUE |NA | -|T2546600 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 6|TRUE |TRUE |NA | -|T2546601 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 6|TRUE |TRUE |NA | -|T2546700 | 86|BabyDaddyDeathMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 7|TRUE |TRUE |NA | -|T2546701 | 88|BabyDaddyDeathYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 7|TRUE |TRUE |NA | -|T2546800 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | -|T2546900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | -|T2547000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | -|T2547100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 4|TRUE |TRUE |NA | -|T2547200 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 5|TRUE |TRUE |NA | -|T2547300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 6|TRUE |TRUE |NA | -|T2547400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 7|TRUE |TRUE |NA | -|T2547500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 8|TRUE |TRUE |NA | -|T2547600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 9|TRUE |TRUE |NA | -|T2547700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 10|TRUE |TRUE |NA | -|T2763400 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | -|T2763500 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | -|T2763600 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | -|T2763700 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 4|TRUE |TRUE |NA | -|T2763800 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 5|TRUE |TRUE |NA | -|T2763900 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 6|TRUE |TRUE |NA | -|T2764000 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 9|TRUE |TRUE |Child 7 & 8 skipped | -|T3108700 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 2010| 0|TRUE |TRUE |NA | -|T3195600 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 2012| 0|TRUE |TRUE |NA | -|T3195601 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 2012| 0|TRUE |TRUE |NA | -|T3195602 | 22|InterviewDateYear | 1| 3|Gen1Links | 1|Gen1 | 2012| 0|TRUE |TRUE |NA | -|T3729600 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 1|TRUE |TRUE |NA | -|T3729700 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 2|TRUE |TRUE |NA | -|T3729800 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 3|TRUE |TRUE |NA | -|T3729900 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 4|TRUE |TRUE |NA | -|T3730000 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 5|TRUE |TRUE |NA | -|T3730100 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 6|TRUE |TRUE |NA | -|T4113200 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 2012| 0|TRUE |TRUE |NA | -|T4181100 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 2014| 0|TRUE |TRUE |NA | -|T4181101 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 2014| 0|TRUE |TRUE |NA | -|T4181102 | 22|InterviewDateYear | 1| 3|Gen1Links | 1|Gen1 | 2014| 0|TRUE |TRUE |NA | -|T5023600 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 2014| 0|TRUE |TRUE |NA | -|Y0000200 | 20|InterviewDateDay | 2| 4|Gen2Links | 3|Gen2YA | 1994| 0|TRUE |TRUE |NA | -|Y0000201 | 21|InterviewDateMonth | 2| 4|Gen2Links | 3|Gen2YA | 1994| 0|TRUE |TRUE |NA | -|Y0000202 | 22|InterviewDateYear | 2| 4|Gen2Links | 3|Gen2YA | 1994| 0|TRUE |TRUE |NA | -|Y0002100 | 16|AgeAtInterviewDateYears | 2| 4|Gen2Links | 3|Gen2YA | 1994| 0|TRUE |TRUE |NA | -|Y0003100 | 37|MotherOrBothInHHGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 1994| 0|FALSE |TRUE |NA | -|Y0308300 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 1994| 0|TRUE |TRUE |NA | -|Y0308400 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 1994| 0|TRUE |TRUE |NA | -|Y0308500 | 504|Gen2WeightPoundsYA | 2| 12|Gen2OutcomesWeight | 3|Gen2YA | 1994| 0|TRUE |TRUE |NA | -|Y0390100 | 20|InterviewDateDay | 2| 4|Gen2Links | 3|Gen2YA | 1996| 0|TRUE |TRUE |NA | -|Y0390101 | 21|InterviewDateMonth | 2| 4|Gen2Links | 3|Gen2YA | 1996| 0|TRUE |TRUE |NA | -|Y0390102 | 22|InterviewDateYear | 2| 4|Gen2Links | 3|Gen2YA | 1996| 0|TRUE |TRUE |NA | -|Y0392800 | 37|MotherOrBothInHHGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 1996| 0|FALSE |TRUE |NA | -|Y0609600 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 1996| 0|TRUE |TRUE |NA | -|Y0609700 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 1996| 0|TRUE |TRUE |NA | -|Y0677600 | 16|AgeAtInterviewDateYears | 2| 4|Gen2Links | 3|Gen2YA | 1996| 0|TRUE |TRUE |NA | -|Y0682400 | 37|MotherOrBothInHHGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 1998| 0|FALSE |TRUE |NA | -|Y0903900 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 1998| 0|TRUE |TRUE |NA | -|Y0904000 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 1998| 0|TRUE |TRUE |NA | -|Y0904100 | 504|Gen2WeightPoundsYA | 2| 12|Gen2OutcomesWeight | 3|Gen2YA | 1998| 0|TRUE |TRUE |NA | -|Y0933700 | 20|InterviewDateDay | 2| 4|Gen2Links | 3|Gen2YA | 1998| 0|TRUE |TRUE |NA | -|Y0933701 | 21|InterviewDateMonth | 2| 4|Gen2Links | 3|Gen2YA | 1998| 0|TRUE |TRUE |NA | -|Y0933702 | 22|InterviewDateYear | 2| 4|Gen2Links | 3|Gen2YA | 1998| 0|TRUE |TRUE |NA | -|Y0974800 | 16|AgeAtInterviewDateYears | 2| 4|Gen2Links | 3|Gen2YA | 1998| 1|TRUE |TRUE |NA | -|Y0986600 | 37|MotherOrBothInHHGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 2000| 0|FALSE |TRUE |NA | -|Y1150800 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 2000| 0|TRUE |TRUE |NA | -|Y1150900 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 2000| 0|TRUE |TRUE |NA | -|Y1151000 | 504|Gen2WeightPoundsYA | 2| 12|Gen2OutcomesWeight | 3|Gen2YA | 2000| 0|TRUE |TRUE |NA | -|Y1180500 | 20|InterviewDateDay | 2| 4|Gen2Links | 3|Gen2YA | 2000| 0|TRUE |TRUE |NA | -|Y1180501 | 21|InterviewDateMonth | 2| 4|Gen2Links | 3|Gen2YA | 2000| 0|TRUE |TRUE |NA | -|Y1180502 | 22|InterviewDateYear | 2| 4|Gen2Links | 3|Gen2YA | 2000| 0|TRUE |TRUE |NA | -|Y1192400 | 16|AgeAtInterviewDateYears | 2| 4|Gen2Links | 3|Gen2YA | 2000| 2|TRUE |TRUE |NA | -|Y1226800 | 37|MotherOrBothInHHGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 2002| 0|FALSE |TRUE |NA | -|Y1385800 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 2002| 0|TRUE |TRUE |NA | -|Y1385900 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 2002| 0|TRUE |TRUE |NA | -|Y1386000 | 504|Gen2WeightPoundsYA | 2| 12|Gen2OutcomesWeight | 3|Gen2YA | 2002| 0|TRUE |TRUE |NA | -|Y1421100 | 20|InterviewDateDay | 2| 4|Gen2Links | 3|Gen2YA | 2002| 0|TRUE |TRUE |NA | -|Y1421101 | 21|InterviewDateMonth | 2| 4|Gen2Links | 3|Gen2YA | 2002| 0|TRUE |TRUE |NA | -|Y1421102 | 22|InterviewDateYear | 2| 4|Gen2Links | 3|Gen2YA | 2002| 0|TRUE |TRUE |NA | -|Y1434300 | 16|AgeAtInterviewDateYears | 2| 4|Gen2Links | 3|Gen2YA | 2002| 3|TRUE |TRUE |NA | -|Y1450200 | 20|InterviewDateDay | 2| 4|Gen2Links | 3|Gen2YA | 2004| 0|TRUE |TRUE |NA | -|Y1450201 | 21|InterviewDateMonth | 2| 4|Gen2Links | 3|Gen2YA | 2004| 0|TRUE |TRUE |NA | -|Y1450202 | 22|InterviewDateYear | 2| 4|Gen2Links | 3|Gen2YA | 2004| 0|TRUE |TRUE |NA | -|Y1456500 | 37|MotherOrBothInHHGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 2004| 0|FALSE |TRUE |NA | -|Y1629500 | 40|FatherHasAsthmaGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 2004| 0|TRUE |TRUE |NA | -|Y1637500 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | -|Y1637600 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | -|Y1637700 | 504|Gen2WeightPoundsYA | 2| 12|Gen2OutcomesWeight | 3|Gen2YA | 2004| 0|TRUE |TRUE |NA | -|Y1672700 | 16|AgeAtInterviewDateYears | 2| 4|Gen2Links | 3|Gen2YA | 2004| 4|TRUE |TRUE |NA | -|Y1695600 | 20|InterviewDateDay | 2| 4|Gen2Links | 3|Gen2YA | 2006| 0|TRUE |TRUE |NA | -|Y1695601 | 21|InterviewDateMonth | 2| 4|Gen2Links | 3|Gen2YA | 2006| 0|TRUE |TRUE |NA | -|Y1695602 | 22|InterviewDateYear | 2| 4|Gen2Links | 3|Gen2YA | 2006| 0|TRUE |TRUE |NA | -|Y1701600 | 37|MotherOrBothInHHGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 2006| 0|FALSE |TRUE |NA | -|Y1707400 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 1|TRUE |TRUE |NA | -|Y1707500 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 2|TRUE |TRUE |NA | -|Y1707600 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 3|TRUE |TRUE |NA | -|Y1707700 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 4|TRUE |TRUE |NA | -|Y1707800 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 5|TRUE |TRUE |NA | -|Y1707900 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 6|TRUE |TRUE |NA | -|Y1708000 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 7|TRUE |TRUE |NA | -|Y1708100 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 8|TRUE |TRUE |NA | -|Y1708200 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 9|TRUE |TRUE |NA | -|Y1708300 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 10|TRUE |TRUE |NA | -|Y1708400 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 1|TRUE |TRUE |NA | -|Y1708500 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 2|TRUE |TRUE |NA | -|Y1708600 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 3|TRUE |TRUE |NA | -|Y1708700 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 4|TRUE |TRUE |NA | -|Y1708800 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 5|TRUE |TRUE |NA | -|Y1708900 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 6|TRUE |TRUE |NA | -|Y1709000 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 7|TRUE |TRUE |NA | -|Y1709100 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 8|TRUE |TRUE |NA | -|Y1709200 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 9|TRUE |TRUE |NA | -|Y1709300 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 10|TRUE |TRUE |NA | -|Y1883300 | 40|FatherHasAsthmaGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 2006| 0|TRUE |TRUE |NA | -|Y1891100 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | -|Y1891200 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | -|Y1891300 | 504|Gen2WeightPoundsYA | 2| 12|Gen2OutcomesWeight | 3|Gen2YA | 2006| 0|TRUE |TRUE |NA | -|Y1948500 | 16|AgeAtInterviewDateYears | 2| 4|Gen2Links | 3|Gen2YA | 2006| 5|TRUE |TRUE |NA | -|Y1981600 | 20|InterviewDateDay | 2| 4|Gen2Links | 3|Gen2YA | 2008| 0|TRUE |TRUE |NA | -|Y1981601 | 21|InterviewDateMonth | 2| 4|Gen2Links | 3|Gen2YA | 2008| 0|TRUE |TRUE |NA | -|Y1981602 | 22|InterviewDateYear | 2| 4|Gen2Links | 3|Gen2YA | 2008| 0|TRUE |TRUE |NA | -|Y1987100 | 37|MotherOrBothInHHGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 2008| 0|FALSE |TRUE |NA | -|Y1993000 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 1|TRUE |TRUE |NA | -|Y1993100 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 2|TRUE |TRUE |NA | -|Y1993200 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 3|TRUE |TRUE |NA | -|Y1993300 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 4|TRUE |TRUE |NA | -|Y1993400 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 5|TRUE |TRUE |NA | -|Y1993500 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 6|TRUE |TRUE |NA | -|Y1993600 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 7|TRUE |TRUE |NA | -|Y1993700 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 8|TRUE |TRUE |NA | -|Y1993800 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 9|TRUE |TRUE |NA | -|Y1993900 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 10|TRUE |TRUE |NA | -|Y1994000 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 1|TRUE |TRUE |NA | -|Y1994100 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 2|TRUE |TRUE |NA | -|Y1994200 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 3|TRUE |TRUE |NA | -|Y1994300 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 4|TRUE |TRUE |NA | -|Y1994400 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 5|TRUE |TRUE |NA | -|Y1994500 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 6|TRUE |TRUE |NA | -|Y1994600 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 7|TRUE |TRUE |NA | -|Y1994700 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 8|TRUE |TRUE |NA | -|Y1994800 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 9|TRUE |TRUE |NA | -|Y1994900 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 10|TRUE |TRUE |NA | -|Y2148600 | 64|BioKidCountGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 0|TRUE |TRUE |NA | -|Y2197500 | 40|FatherHasAsthmaGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 2008| 0|TRUE |TRUE |NA | -|Y2207000 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | -|Y2207100 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | -|Y2207200 | 504|Gen2WeightPoundsYA | 2| 12|Gen2OutcomesWeight | 3|Gen2YA | 2008| 0|TRUE |TRUE |NA | -|Y2267100 | 16|AgeAtInterviewDateYears | 2| 4|Gen2Links | 3|Gen2YA | 2008| 6|TRUE |TRUE |NA | -|Y2300400 | 20|InterviewDateDay | 2| 4|Gen2Links | 3|Gen2YA | 2010| 0|TRUE |TRUE |NA | -|Y2300401 | 21|InterviewDateMonth | 2| 4|Gen2Links | 3|Gen2YA | 2010| 0|TRUE |TRUE |NA | -|Y2300402 | 22|InterviewDateYear | 2| 4|Gen2Links | 3|Gen2YA | 2010| 0|TRUE |TRUE |NA | -|Y2311800 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 1|TRUE |TRUE |NA | -|Y2311900 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 2|TRUE |TRUE |NA | -|Y2312000 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 3|TRUE |TRUE |NA | -|Y2312100 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 4|TRUE |TRUE |NA | -|Y2312200 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 5|TRUE |TRUE |NA | -|Y2312300 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 6|TRUE |TRUE |NA | -|Y2312400 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 7|TRUE |TRUE |NA | -|Y2312500 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 8|TRUE |TRUE |NA | -|Y2312600 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 9|TRUE |TRUE |NA | -|Y2312700 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 10|TRUE |TRUE |NA | -|Y2312800 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 1|TRUE |TRUE |NA | -|Y2312900 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 2|TRUE |TRUE |NA | -|Y2313000 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 3|TRUE |TRUE |NA | -|Y2313100 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 4|TRUE |TRUE |NA | -|Y2313200 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 5|TRUE |TRUE |NA | -|Y2313300 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 6|TRUE |TRUE |NA | -|Y2313400 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 7|TRUE |TRUE |NA | -|Y2313500 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 8|TRUE |TRUE |NA | -|Y2313600 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 9|TRUE |TRUE |NA | -|Y2313700 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 10|TRUE |TRUE |NA | -|Y2531800 | 40|FatherHasAsthmaGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 2010| 0|TRUE |TRUE |NA | -|Y2544700 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 2010| 0|TRUE |TRUE |NA | -|Y2544800 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 2010| 0|TRUE |TRUE |NA | -|Y2544900 | 504|Gen2WeightPoundsYA | 2| 12|Gen2OutcomesWeight | 3|Gen2YA | 2010| 0|TRUE |TRUE |NA | -|Y2616000 | 16|AgeAtInterviewDateYears | 2| 4|Gen2Links | 3|Gen2YA | 2010| 7|TRUE |TRUE |NA | -|Y2633100 | 20|InterviewDateDay | 2| 4|Gen2Links | 3|Gen2YA | 2012| 0|TRUE |TRUE |NA | -|Y2633101 | 21|InterviewDateMonth | 2| 4|Gen2Links | 3|Gen2YA | 2012| 0|TRUE |TRUE |NA | -|Y2633102 | 22|InterviewDateYear | 2| 4|Gen2Links | 3|Gen2YA | 2012| 0|TRUE |TRUE |NA | -|Y2644500 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 1|TRUE |TRUE |NA | -|Y2644600 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 2|TRUE |TRUE |NA | -|Y2644700 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 3|TRUE |TRUE |NA | -|Y2644800 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 4|TRUE |TRUE |NA | -|Y2644900 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 5|TRUE |TRUE |NA | -|Y2645000 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 6|TRUE |TRUE |NA | -|Y2645100 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 7|TRUE |TRUE |NA | -|Y2645200 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 8|TRUE |TRUE |NA | -|Y2645300 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 9|TRUE |TRUE |NA | -|Y2645400 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 10|TRUE |TRUE |NA | -|Y2645500 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 1|TRUE |TRUE |NA | -|Y2645600 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 2|TRUE |TRUE |NA | -|Y2645700 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 3|TRUE |TRUE |NA | -|Y2645800 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 4|TRUE |TRUE |NA | -|Y2645900 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 5|TRUE |TRUE |NA | -|Y2646000 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 6|TRUE |TRUE |NA | -|Y2646100 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 7|TRUE |TRUE |NA | -|Y2646200 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 8|TRUE |TRUE |NA | -|Y2646300 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 9|TRUE |TRUE |NA | -|Y2646400 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 10|TRUE |TRUE |NA | -|Y2966400 | 16|AgeAtInterviewDateYears | 2| 4|Gen2Links | 3|Gen2YA | 2012| 7|TRUE |TRUE |NA | -|Y2990500 | 20|InterviewDateDay | 2| 4|Gen2Links | 3|Gen2YA | 2014| 0|TRUE |TRUE |NA | -|Y2990501 | 21|InterviewDateMonth | 2| 4|Gen2Links | 3|Gen2YA | 2014| 0|TRUE |TRUE |NA | -|Y2990502 | 22|InterviewDateYear | 2| 4|Gen2Links | 3|Gen2YA | 2014| 0|TRUE |TRUE |NA | -|Y3001700 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 1|FALSE |FALSE |NA | -|Y3001800 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 2|FALSE |FALSE |NA | -|Y3001900 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 3|FALSE |FALSE |NA | -|Y3002000 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 4|FALSE |FALSE |NA | -|Y3002100 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 5|FALSE |FALSE |NA | -|Y3002200 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 6|FALSE |FALSE |NA | -|Y3002300 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 7|FALSE |FALSE |NA | -|Y3002400 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 8|FALSE |FALSE |NA | -|Y3002500 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 9|FALSE |FALSE |NA | -|Y3002600 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 10|FALSE |FALSE |NA | -|Y3002700 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 1|FALSE |FALSE |NA | -|Y3002800 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 2|FALSE |FALSE |NA | -|Y3002900 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 3|FALSE |FALSE |NA | -|Y3003000 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 4|FALSE |FALSE |NA | -|Y3003100 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 5|FALSE |FALSE |NA | -|Y3003200 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 6|FALSE |FALSE |NA | -|Y3003300 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 7|FALSE |FALSE |NA | -|Y3003400 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 8|FALSE |FALSE |NA | -|Y3003500 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 9|FALSE |FALSE |NA | -|Y3003600 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 10|FALSE |FALSE |NA | -|Y3331900 | 16|AgeAtInterviewDateYears | 2| 4|Gen2Links | 3|Gen2YA | 2014| 7|TRUE |TRUE |NA | +|variable code | item id|item label | generation| extract source id|extract source label | survey source id|survey source label | survey year| loop index|translate |variable active |variable notes | +|:-------------|-------:|:--------------------------------------------------|----------:|-----------------:|:-----------------------|----------------:|:-------------------|-----------:|----------:|:---------|:---------------|:--------------------------------------------------------| +|C0000100 | 100|SubjectID | 2| 6|Gen2ImplicitFather | 2|Gen2C | 0| 0|FALSE |TRUE |Is read directly in Subject.cs | +|C0000200 | 11|Gen1MomOfGen2Subject | 2| 4|Gen2Links | 2|Gen2C | 0| 0|TRUE |TRUE |NA | +|C0005300 | 103|RaceCohort | 2| 4|Gen2Links | 2|Gen2C | 0| 0|TRUE |TRUE |no missing values | +|C0005400 | 102|Gender | 2| 4|Gen2Links | 2|Gen2C | 0| 0|FALSE |TRUE |Is read directly in Subject.cs | +|C0005500 | 13|DateOfBirthMonth | 2| 4|Gen2Links | 2|Gen2C | 0| 0|TRUE |TRUE |NA | +|C0005700 | 15|DateOfBirthYearGen2 | 2| 4|Gen2Links | 2|Gen2C | 0| 0|TRUE |TRUE |NA | +|C0005800 | 60|BirthOrderInNlsGen2 | 2| 4|Gen2Links | 2|Gen2C | 0| 0|TRUE |TRUE |NA | +|C0006500 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 1986| 0|TRUE |TRUE |NA | +|C0006800 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 1988| 0|TRUE |TRUE |NA | +|C0007010 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 1990| 0|TRUE |TRUE |NA | +|C0007030 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 1992| 0|TRUE |TRUE |NA | +|C0007041 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 1994| 0|TRUE |TRUE |NA | +|C0007043 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 1996| 0|TRUE |TRUE |NA | +|C0007045 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 1998| 0|TRUE |TRUE |NA | +|C0007047 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 2000| 0|TRUE |TRUE |NA | +|C0007049 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 2002| 0|TRUE |TRUE |NA | +|C0007052 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | +|C0007055 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | +|C0008100 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1984| 0|TRUE |TRUE |NA | +|C0008200 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1984| 0|TRUE |TRUE |NA | +|C0008300 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1984| 0|TRUE |TRUE |NA | +|C0008600 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1985| 0|TRUE |TRUE |NA | +|C0008700 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1985| 0|TRUE |TRUE |NA | +|C0008800 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1985| 0|TRUE |TRUE |NA | +|C0009100 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1986| 0|TRUE |TRUE |NA | +|C0009200 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1986| 0|TRUE |TRUE |NA | +|C0009300 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1986| 0|TRUE |TRUE |NA | +|C0009600 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1987| 0|TRUE |TRUE |NA | +|C0009700 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1988| 0|TRUE |TRUE |NA | +|C0009800 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1988| 0|TRUE |TRUE |NA | +|C0009900 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1988| 0|TRUE |TRUE |NA | +|C0010110 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1989| 0|TRUE |TRUE |NA | +|C0010200 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1990| 0|TRUE |TRUE |NA | +|C0010300 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1990| 0|TRUE |TRUE |NA | +|C0010400 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1990| 0|TRUE |TRUE |NA | +|C0010700 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1992| 0|TRUE |TRUE |NA | +|C0010800 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1992| 0|TRUE |TRUE |NA | +|C0010900 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1992| 0|TRUE |TRUE |NA | +|C0011110 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1993| 0|TRUE |TRUE |NA | +|C0011111 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1993| 0|TRUE |TRUE |NA | +|C0011112 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1994| 0|TRUE |TRUE |NA | +|C0011113 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1994| 0|TRUE |TRUE |NA | +|C0011114 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1994| 0|TRUE |TRUE |NA | +|C0011117 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1996| 0|TRUE |TRUE |NA | +|C0011118 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1996| 0|TRUE |TRUE |NA | +|C0011119 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1996| 0|TRUE |TRUE |NA | +|C0011122 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1998| 0|TRUE |TRUE |NA | +|C0011123 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1998| 0|TRUE |TRUE |NA | +|C0011124 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 1998| 0|TRUE |TRUE |NA | +|C0011127 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2000| 0|TRUE |TRUE |NA | +|C0011128 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2000| 0|TRUE |TRUE |NA | +|C0011129 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2000| 0|TRUE |TRUE |NA | +|C0011132 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2002| 0|TRUE |TRUE |NA | +|C0011133 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2002| 0|TRUE |TRUE |NA | +|C0011134 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2002| 0|TRUE |TRUE |NA | +|C0011137 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | +|C0011138 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | +|C0011139 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | +|C0011142 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | +|C0011143 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | +|C0011144 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | +|C0402400 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 1986| 0|TRUE |TRUE |NA | +|C0402500 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 1986| 0|TRUE |TRUE |NA | +|C0402600 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 1986| 0|TRUE |TRUE |NA | +|C0404100 | 72|Gen2HairColor_NOTUSED | 2| 5|Gen2LinksFromGen1 | 2|Gen2C | 1986| 0|FALSE |TRUE |NA | +|C0404200 | 73|Gen2EyeColor_NOTUSED | 2| 5|Gen2LinksFromGen1 | 2|Gen2C | 1986| 0|FALSE |TRUE |NA | +|C0577600 | 500|Gen2HeightInchesTotal | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1986| 0|FALSE |TRUE |NA | +|C0579900 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1986| 0|TRUE |TRUE |NA | +|C0580000 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1986| 0|TRUE |TRUE |NA | +|C0580100 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1986| 0|TRUE |TRUE |NA | +|C0606300 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1988| 0|FALSE |TRUE |NA | +|C0606400 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1988| 0|FALSE |TRUE |NA | +|C0737000 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 1988| 0|TRUE |TRUE |NA | +|C0737100 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 1988| 0|TRUE |TRUE |NA | +|C0737200 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 1988| 0|TRUE |TRUE |NA | +|C0799400 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1988| 0|TRUE |TRUE |NA | +|C0799500 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1988| 0|TRUE |TRUE |NA | +|C0799600 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1988| 0|TRUE |TRUE |There's at least one '0', but the min should be 65 | +|C0826400 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1990| 0|FALSE |TRUE |NA | +|C0826500 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1990| 0|FALSE |TRUE |NA | +|C0948700 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 1990| 0|TRUE |TRUE |NA | +|C0948800 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 1990| 0|TRUE |TRUE |NA | +|C0948900 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 1990| 0|TRUE |TRUE |NA | +|C0998600 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1990| 0|TRUE |TRUE |NA | +|C0998700 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1990| 0|TRUE |TRUE |NA | +|C0998800 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1990| 0|TRUE |TRUE |NA | +|C1016700 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1992| 0|FALSE |TRUE |NA | +|C1016800 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1992| 0|FALSE |TRUE |NA | +|C1146600 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 1992| 0|TRUE |TRUE |NA | +|C1146700 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 1992| 0|TRUE |TRUE |NA | +|C1146800 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 1992| 0|TRUE |TRUE |NA | +|C1198600 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1992| 0|TRUE |TRUE |NA | +|C1198700 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1992| 0|TRUE |TRUE |NA | +|C1198800 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1992| 0|TRUE |TRUE |NA | +|C1220200 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1994| 0|FALSE |TRUE |NA | +|C1220300 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1994| 0|FALSE |TRUE |NA | +|C1230100 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 1994| 0|TRUE |TRUE |NA | +|C1230200 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 1994| 0|TRUE |TRUE |NA | +|C1230300 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 1994| 0|TRUE |TRUE |NA | +|C1507600 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1994| 0|TRUE |TRUE |NA | +|C1507700 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1994| 0|TRUE |TRUE |NA | +|C1507800 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1994| 0|TRUE |TRUE |NA | +|C1532700 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1996| 0|FALSE |TRUE |NA | +|C1532800 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1996| 0|FALSE |TRUE |NA | +|C1548100 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 1996| 0|TRUE |TRUE |NA | +|C1548101 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 1996| 0|TRUE |TRUE |NA | +|C1548102 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 1996| 0|TRUE |TRUE |NA | +|C1564500 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1996| 0|TRUE |TRUE |NA | +|C1564600 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1996| 0|TRUE |TRUE |NA | +|C1564700 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1996| 0|TRUE |TRUE |NA | +|C1779300 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1998| 0|FALSE |TRUE |NA | +|C1779400 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 1998| 0|FALSE |TRUE |NA | +|C1799900 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1998| 0|TRUE |TRUE |NA | +|C1800000 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1998| 0|TRUE |TRUE |NA | +|C1800100 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 1998| 0|TRUE |TRUE |NA | +|C1989400 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 1998| 0|TRUE |TRUE |NA | +|C1989401 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 1998| 0|TRUE |TRUE |NA | +|C1989402 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 1998| 0|TRUE |TRUE |NA | +|C2288500 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 2000| 0|FALSE |TRUE |NA | +|C2288600 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 2000| 0|FALSE |TRUE |NA | +|C2305100 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 2000| 0|TRUE |TRUE |NA | +|C2305101 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 2000| 0|TRUE |TRUE |NA | +|C2305102 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 2000| 0|TRUE |TRUE |NA | +|C2503500 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2000| 0|TRUE |TRUE |NA | +|C2503600 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2000| 0|TRUE |TRUE |NA | +|C2503700 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2000| 0|TRUE |TRUE |NA | +|C2532000 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2002| 0|TRUE |TRUE |NA | +|C2532100 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2002| 0|TRUE |TRUE |NA | +|C2532200 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2002| 0|TRUE |TRUE |NA | +|C2544700 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 2002| 0|TRUE |TRUE |NA | +|C2544701 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 2002| 0|TRUE |TRUE |NA | +|C2544702 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 2002| 0|TRUE |TRUE |NA | +|C2552300 | 500|Gen2HeightInchesTotal | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 2002| 0|FALSE |TRUE |NA | +|C2802800 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | +|C2802900 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | +|C2803000 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | +|C2814500 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | +|C2814501 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | +|C2814502 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | +|C2820900 | 500|Gen2HeightInchesTotal | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 2004| 0|FALSE |TRUE |NA | +|C3070500 | 40|FatherHasAsthmaGen2 | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | +|C3111300 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | +|C3111400 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | +|C3111500 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | +|C3123500 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | +|C3123501 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | +|C3123502 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | +|C3130400 | 500|Gen2HeightInchesTotal | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 2006| 0|FALSE |TRUE |NA | +|C3423600 | 40|FatherHasAsthmaGen2 | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | +|C3553400 | 503|Gen2HeightInchesTotalMotherSupplement | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 2006| 0|FALSE |TRUE |NA | +|C3601100 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | +|C3601700 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | +|C3601800 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | +|C3601900 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | +|C3605900 | 40|FatherHasAsthmaGen2 | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | +|C3615000 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | +|C3615100 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | +|C3615200 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | +|C3627700 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | +|C3627701 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | +|C3627702 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | +|C3634500 | 500|Gen2HeightInchesTotal | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 2008| 0|FALSE |TRUE |NA | +|C3898000 | 503|Gen2HeightInchesTotalMotherSupplement | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 2008| 0|FALSE |TRUE |NA | +|C3981100 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 2010| 0|TRUE |TRUE |NA | +|C3981700 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2010| 0|TRUE |TRUE |NA | +|C3981800 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2010| 0|TRUE |TRUE |NA | +|C3981900 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2010| 0|TRUE |TRUE |NA | +|C3993600 | 511|Gen2PiatMathRaw | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2010| 0|TRUE |TRUE |NA | +|C3993700 | 512|Gen2PiatMathPercentile | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2010| 0|TRUE |TRUE |NA | +|C3993800 | 513|Gen2PiatMathStandard | 2| 13|Gen2OutcomesMath | 2|Gen2C | 2010| 0|TRUE |TRUE |NA | +|C4006300 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 2010| 0|TRUE |TRUE |NA | +|C4006301 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 2010| 0|TRUE |TRUE |NA | +|C4006302 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 2010| 0|TRUE |TRUE |NA | +|C4013000 | 500|Gen2HeightInchesTotal | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 2010| 0|FALSE |TRUE |NA | +|C5147900 | 503|Gen2HeightInchesTotalMotherSupplement | 2| 9|Gen2OutcomesHeight | 3|Gen2YA | 2010| 0|FALSE |TRUE |NA | +|C5156100 | 40|FatherHasAsthmaGen2 | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2010| 0|TRUE |TRUE |NA | +|C5524800 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 2012| 0|TRUE |TRUE |NA | +|C5525500 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2012| 0|TRUE |TRUE |NA | +|C5525600 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2012| 0|TRUE |TRUE |NA | +|C5525700 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2012| 0|TRUE |TRUE |NA | +|C5550100 | 20|InterviewDateDay | 2| 4|Gen2Links | 2|Gen2C | 2012| 0|TRUE |TRUE |NA | +|C5550101 | 21|InterviewDateMonth | 2| 4|Gen2Links | 2|Gen2C | 2012| 0|TRUE |TRUE |NA | +|C5550102 | 22|InterviewDateYear | 2| 4|Gen2Links | 2|Gen2C | 2012| 0|TRUE |TRUE |NA | +|C5733200 | 40|FatherHasAsthmaGen2 | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2012| 0|TRUE |TRUE |NA | +|C5801100 | 17|AgeAtInterviewDateMonths | 2| 4|Gen2Links | 2|Gen2C | 2014| 0|TRUE |TRUE |NA | +|C5801800 | 121|Gen2CFatherLivingInHH | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2014| 0|TRUE |TRUE |NA | +|C5801900 | 122|Gen2CFatherAlive | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2014| 0|TRUE |TRUE |NA | +|C5802000 | 123|Gen2CFatherDistanceFromMotherFuzzyCeiling | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2014| 0|TRUE |TRUE |NA | +|C6006200 | 40|FatherHasAsthmaGen2 | 2| 6|Gen2ImplicitFather | 2|Gen2C | 2014| 0|TRUE |TRUE |NA | +|H0001600 | 300|Gen1FatherAlive | 1| 11|Gen1Implicit | 1|Gen1 | 0| 1|TRUE |TRUE |alive 40 health | +|H0001700 | 301|Gen1FatherDeathCause | 1| 11|Gen1Implicit | 1|Gen1 | 0| 1|TRUE |TRUE |deathcause 40 health | +|H0001800 | 302|Gen1FatherDeathAge | 1| 11|Gen1Implicit | 1|Gen1 | 0| 1|TRUE |TRUE |deathage 40 | +|H0001900 | 303|Gen1FatherHasHealthProblems | 1| 11|Gen1Implicit | 1|Gen1 | 0| 1|TRUE |TRUE |has probs 40 | +|H0002000 | 304|Gen1FatherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 1|FALSE |TRUE |prob1 40 | +|H0002100 | 304|Gen1FatherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 2|FALSE |TRUE |prob2 40 | +|H0002200 | 304|Gen1FatherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 3|FALSE |TRUE |prob3 40 | +|H0002300 | 304|Gen1FatherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 4|FALSE |TRUE |prob4 40 | +|H0002400 | 320|Gen1MotherAlive | 1| 11|Gen1Implicit | 1|Gen1 | 0| 1|TRUE |TRUE |alive 40 health | +|H0002500 | 321|Gen1MotherDeathCause | 1| 11|Gen1Implicit | 1|Gen1 | 0| 1|TRUE |TRUE |deathcause 40 health | +|H0002600 | 322|Gen1MotherDeathAge | 1| 11|Gen1Implicit | 1|Gen1 | 0| 1|TRUE |TRUE |deathage 40 | +|H0002700 | 323|Gen1MotherHasHealthProblems | 1| 11|Gen1Implicit | 1|Gen1 | 0| 1|TRUE |TRUE |has probs 40 | +|H0002800 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 1|FALSE |TRUE |prob1 40 | +|H0002900 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 2|FALSE |TRUE |prob2 40 | +|H0003000 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 3|FALSE |TRUE |prob3 40 | +|H0003100 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 4|FALSE |TRUE |prob4 40 | +|H0013600 | 300|Gen1FatherAlive | 1| 11|Gen1Implicit | 1|Gen1 | 0| 2|TRUE |TRUE |alive 50 health | +|H0013700 | 301|Gen1FatherDeathCause | 1| 11|Gen1Implicit | 1|Gen1 | 0| 2|TRUE |TRUE |deathcause 50 health | +|H0013800 | 302|Gen1FatherDeathAge | 1| 11|Gen1Implicit | 1|Gen1 | 0| 2|TRUE |TRUE |deathage 50 | +|H0013900 | 303|Gen1FatherHasHealthProblems | 1| 11|Gen1Implicit | 1|Gen1 | 0| 2|TRUE |TRUE |has probs 50 | +|H0014000 | 304|Gen1FatherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 5|FALSE |TRUE |prob1 50 | +|H0014100 | 304|Gen1FatherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 6|FALSE |TRUE |prob2 50 | +|H0014200 | 304|Gen1FatherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 7|FALSE |TRUE |prob3 50 | +|H0014300 | 304|Gen1FatherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 8|FALSE |TRUE |prob4 50 | +|H0014400 | 304|Gen1FatherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 9|FALSE |TRUE |prob3 50 | +|H0014500 | 304|Gen1FatherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 10|FALSE |TRUE |prob4 50 | +|H0014700 | 320|Gen1MotherAlive | 1| 11|Gen1Implicit | 1|Gen1 | 0| 2|TRUE |TRUE |alive 50 health | +|H0014800 | 321|Gen1MotherDeathCause | 1| 11|Gen1Implicit | 1|Gen1 | 0| 2|TRUE |TRUE |deathcause 50 health | +|H0014900 | 322|Gen1MotherDeathAge | 1| 11|Gen1Implicit | 1|Gen1 | 0| 2|TRUE |TRUE |deathage 50 | +|H0015000 | 323|Gen1MotherHasHealthProblems | 1| 11|Gen1Implicit | 1|Gen1 | 0| 2|TRUE |TRUE |has probs 50 | +|H0015100 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 5|FALSE |TRUE |prob1 50 | +|H0015200 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 6|FALSE |TRUE |prob2 50 | +|H0015300 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 7|FALSE |TRUE |prob3 50 | +|H0015400 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 8|FALSE |TRUE |prob4 50 | +|H0015500 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 9|FALSE |TRUE |prob5 50 | +|H0015600 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 10|FALSE |TRUE |prob6 50 | +|H0015700 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 11|FALSE |TRUE |prob7 50 | +|H0015800 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 12|FALSE |TRUE |prob8 50 | +|H0015900 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 13|FALSE |TRUE |prob9 50 | +|H0016000 | 324|Gen1MotherHealthProblem | 1| 11|Gen1Implicit | 1|Gen1 | 0| 14|FALSE |TRUE |prob10 50 | +|R0000100 | 100|SubjectID | 1| 3|Gen1Links | 1|Gen1 | 1979| 0|FALSE |TRUE |Is read directly in Subject.cs | +|R0000149 | 101|ExtendedFamilyID | 1| 3|Gen1Links | 1|Gen1 | 1979| 0|FALSE |TRUE |Is read directly in Subject.cs | +|R0000150 | 1|IDOfOther1979RosterGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 1|TRUE |TRUE |NA | +|R0000151 | 2|RosterGen1979 | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 1|TRUE |TRUE |NA | +|R0000152 | 1|IDOfOther1979RosterGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 2|TRUE |TRUE |NA | +|R0000153 | 2|RosterGen1979 | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 2|TRUE |TRUE |NA | +|R0000154 | 1|IDOfOther1979RosterGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 3|TRUE |TRUE |NA | +|R0000155 | 2|RosterGen1979 | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 3|TRUE |TRUE |NA | +|R0000156 | 1|IDOfOther1979RosterGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 4|TRUE |TRUE |NA | +|R0000157 | 2|RosterGen1979 | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 4|TRUE |TRUE |NA | +|R0000158 | 1|IDOfOther1979RosterGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 5|TRUE |TRUE |NA | +|R0000159 | 2|RosterGen1979 | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 5|TRUE |TRUE |NA | +|R0000162 | 3|SiblingNumberFrom1993SiblingRoster | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 1|TRUE |TRUE |NA | +|R0000163 | 3|SiblingNumberFrom1993SiblingRoster | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 2|TRUE |TRUE |NA | +|R0000164 | 3|SiblingNumberFrom1993SiblingRoster | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 3|TRUE |TRUE |NA | +|R0000165 | 3|SiblingNumberFrom1993SiblingRoster | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 4|TRUE |TRUE |NA | +|R0000166 | 3|SiblingNumberFrom1993SiblingRoster | 1| 10|Gen1Explicit | 1|Gen1 | 1979| 5|TRUE |TRUE |NA | +|R0000300 | 13|DateOfBirthMonth | 1| 3|Gen1Links | 1|Gen1 | 1979| 0|TRUE |TRUE |NA | +|R0000500 | 14|DateOfBirthYearGen1 | 1| 3|Gen1Links | 1|Gen1 | 1979| 0|TRUE |TRUE |NA | +|R0006100 | 325|Gen1MotherBirthCountry | 1| 11|Gen1Implicit | 1|Gen1 | 1979| 0|TRUE |TRUE |birth country | +|R0006500 | 327|Gen1MotherHighestGrade | 1| 11|Gen1Implicit | 1|Gen1 | 1979| 0|TRUE |TRUE |highest grade | +|R0007300 | 305|Gen1FatherBirthCountry | 1| 11|Gen1Implicit | 1|Gen1 | 1979| 0|TRUE |TRUE |birth country | +|R0007700 | 308|Gen1GrandfatherBirthCountry | 1| 11|Gen1Implicit | 1|Gen1 | 1979| 0|TRUE |TRUE |birth country grandfather | +|R0007900 | 307|Gen1FatherHighestGrade | 1| 11|Gen1Implicit | 1|Gen1 | 1979| 0|TRUE |TRUE |highest grade | +|R0009100 | 63|SiblingCountTotalFen1 | 1| 3|Gen1Links | 1|Gen1 | 1979| 0|TRUE |TRUE |NA | +|R0009300 | 66|OlderSiblingsTotalCountGen1 | 1| 3|Gen1Links | 1|Gen1 | 1979| 0|TRUE |TRUE |NA | +|R0172500 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1979| 0|TRUE |TRUE |NA | +|R0172600 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1979| 0|TRUE |TRUE |NA | +|R0214700 | 103|RaceCohort | 1| 3|Gen1Links | 1|Gen1 | 1979| 0|TRUE |TRUE |No missing values | +|R0214800 | 102|Gender | 1| 3|Gen1Links | 1|Gen1 | 1979| 0|FALSE |TRUE |Is read directly in Subject.cs | +|R0216500 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1979| 0|TRUE |TRUE |NA | +|R0329200 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1980| 0|TRUE |TRUE |NA | +|R0329210 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1980| 0|TRUE |TRUE |NA | +|R0406510 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1980| 0|TRUE |TRUE |NA | +|R0410100 | 13|DateOfBirthMonth | 1| 3|Gen1Links | 1|Gen1 | 1981| 0|TRUE |TRUE |NA | +|R0410300 | 14|DateOfBirthYearGen1 | 1| 3|Gen1Links | 1|Gen1 | 1981| 0|TRUE |TRUE |NA | +|R0481600 | 204|Gen1HeightFeetInchesMashed | 1| 8|Gen1Outcomes | 1|Gen1 | 1981| 0|TRUE |TRUE |String of feet concat with inches | +|R0481700 | 201|Gen1WeightPounds | 1| 8|Gen1Outcomes | 1|Gen1 | 1981| 0|TRUE |TRUE |NA | +|R0530700 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1981| 0|TRUE |TRUE |NA | +|R0530800 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1981| 0|TRUE |TRUE |NA | +|R0618200 | 202|Gen1AfqtScaled0Decimals_NOTUSED | 1| 8|Gen1Outcomes | 1|Gen1 | 1981| 0|FALSE |TRUE |Scored according to 1980 standards | +|R0618300 | 202|Gen1AfqtScaled0Decimals_NOTUSED | 1| 8|Gen1Outcomes | 1|Gen1 | 1981| 1|FALSE |TRUE |Scored according to 1989 standards | +|R0618301 | 203|Gen1AfqtScaled3Decimals | 1| 8|Gen1Outcomes | 1|Gen1 | 1981| 0|TRUE |TRUE |Scored according to 2006 standards | +|R0619010 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1981| 0|TRUE |TRUE |NA | +|R0779800 | 200|Gen1HeightInches | 1| 8|Gen1Outcomes | 1|Gen1 | 1982| 0|TRUE |TRUE |NA | +|R0779900 | 201|Gen1WeightPounds | 1| 8|Gen1Outcomes | 1|Gen1 | 1982| 0|TRUE |TRUE |NA | +|R0809900 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1982| 0|TRUE |TRUE |NA | +|R0810000 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1982| 0|TRUE |TRUE |NA | +|R0898310 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1982| 0|TRUE |TRUE |NA | +|R1045700 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1983| 0|TRUE |TRUE |NA | +|R1045800 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1983| 0|TRUE |TRUE |NA | +|R1145110 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1983| 0|TRUE |TRUE |NA | +|R1373300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 1|TRUE |TRUE |NA | +|R1373400 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1984| 1|TRUE |TRUE |NA | +|R1373500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 1|TRUE |TRUE |NA | +|R1374000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 2|TRUE |TRUE |NA | +|R1374100 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1984| 2|TRUE |TRUE |NA | +|R1374200 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 2|TRUE |TRUE |NA | +|R1374700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 3|TRUE |TRUE |NA | +|R1374800 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1984| 3|TRUE |TRUE |NA | +|R1374900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 3|TRUE |TRUE |NA | +|R1375400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 4|TRUE |TRUE |NA | +|R1375500 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1984| 4|TRUE |TRUE |NA | +|R1375600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 4|TRUE |TRUE |NA | +|R1376100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 5|TRUE |TRUE |NA | +|R1376200 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1984| 5|TRUE |TRUE |NA | +|R1376300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 5|TRUE |TRUE |NA | +|R1376800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 6|TRUE |TRUE |NA | +|R1376900 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1984| 6|TRUE |TRUE |NA | +|R1377000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 6|TRUE |TRUE |NA | +|R1377500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 7|TRUE |TRUE |NA | +|R1377600 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1984| 7|TRUE |TRUE |NA | +|R1377700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1984| 7|TRUE |TRUE |NA | +|R1427500 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1984| 0|TRUE |TRUE |NA | +|R1427600 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1984| 0|TRUE |TRUE |NA | +|R1520310 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1984| 0|TRUE |TRUE |NA | +|R1753700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 1|TRUE |TRUE |NA | +|R1753800 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1985| 1|TRUE |TRUE |NA | +|R1753900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 1|TRUE |TRUE |NA | +|R1754400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 2|TRUE |TRUE |NA | +|R1754500 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1985| 2|TRUE |TRUE |NA | +|R1754600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 2|TRUE |TRUE |NA | +|R1755100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 3|TRUE |TRUE |NA | +|R1755200 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1985| 3|TRUE |TRUE |NA | +|R1755300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 3|TRUE |TRUE |NA | +|R1755800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 4|TRUE |TRUE |NA | +|R1755900 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1985| 4|TRUE |TRUE |NA | +|R1756000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 4|TRUE |TRUE |NA | +|R1756500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 5|TRUE |TRUE |NA | +|R1756600 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1985| 5|TRUE |TRUE |NA | +|R1756700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 5|TRUE |TRUE |NA | +|R1757200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 6|TRUE |TRUE |NA | +|R1757300 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1985| 6|TRUE |TRUE |NA | +|R1757400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 6|TRUE |TRUE |NA | +|R1757900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 7|TRUE |TRUE |NA | +|R1758000 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1985| 7|TRUE |TRUE |NA | +|R1758100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1985| 7|TRUE |TRUE |NA | +|R1773900 | 200|Gen1HeightInches | 1| 8|Gen1Outcomes | 1|Gen1 | 1985| 0|TRUE |TRUE |NA | +|R1774000 | 201|Gen1WeightPounds | 1| 8|Gen1Outcomes | 1|Gen1 | 1985| 0|TRUE |TRUE |NA | +|R1774100 | 70|Gen1HairColor | 1| 3|Gen1Links | 1|Gen1 | 1985| 0|TRUE |TRUE |NA | +|R1774200 | 71|Gen1EyeColor | 1| 3|Gen1Links | 1|Gen1 | 1985| 0|TRUE |TRUE |NA | +|R1794600 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1985| 0|TRUE |TRUE |NA | +|R1794700 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1985| 0|TRUE |TRUE |NA | +|R1891010 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1985| 0|TRUE |TRUE |NA | +|R2095700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 1|TRUE |TRUE |NA | +|R2095800 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1986| 1|TRUE |TRUE |NA | +|R2095900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 1|TRUE |TRUE |NA | +|R2096400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 2|TRUE |TRUE |NA | +|R2096500 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1986| 2|TRUE |TRUE |NA | +|R2096600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 2|TRUE |TRUE |NA | +|R2097100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 3|TRUE |TRUE |NA | +|R2097200 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1986| 3|TRUE |TRUE |NA | +|R2097300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 3|TRUE |TRUE |NA | +|R2097800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 4|TRUE |TRUE |NA | +|R2097900 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1986| 4|TRUE |TRUE |NA | +|R2098000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 4|TRUE |TRUE |NA | +|R2098500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 5|TRUE |TRUE |NA | +|R2098600 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1986| 5|TRUE |TRUE |NA | +|R2098700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 5|TRUE |TRUE |NA | +|R2099200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 6|TRUE |TRUE |NA | +|R2099300 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1986| 6|TRUE |TRUE |NA | +|R2099400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 6|TRUE |TRUE |NA | +|R2099900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 7|TRUE |TRUE |NA | +|R2100000 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1986| 7|TRUE |TRUE |NA | +|R2100100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1986| 7|TRUE |TRUE |NA | +|R2156200 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1986| 0|TRUE |TRUE |NA | +|R2156300 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1986| 0|TRUE |TRUE |NA | +|R2258110 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1986| 0|TRUE |TRUE |NA | +|R2302900 | 309|Gen1FatherBirthMonth | 1| 11|Gen1Implicit | 1|Gen1 | 1987| 0|FALSE |TRUE |Gen1 Father Birth Month | +|R2303100 | 310|Gen1FatherBirthYear | 1| 11|Gen1Implicit | 1|Gen1 | 1987| 0|TRUE |TRUE |Gen1 Father Birth Year | +|R2303200 | 311|Gen1FatherAge | 1| 11|Gen1Implicit | 1|Gen1 | 1987| 0|TRUE |TRUE |Gen1 Father Age | +|R2303300 | 329|Gen1MotherBirthMonth | 1| 11|Gen1Implicit | 1|Gen1 | 1987| 0|FALSE |TRUE |Gen1 Mother Birth Month | +|R2303500 | 330|Gen1MotherBirthYear | 1| 11|Gen1Implicit | 1|Gen1 | 1987| 0|TRUE |TRUE |Gen1 Mother Birth Year | +|R2303600 | 331|Gen1MotherAge | 1| 11|Gen1Implicit | 1|Gen1 | 1987| 0|TRUE |TRUE |Gen1 Mother Age | +|R2365700 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1987| 0|TRUE |TRUE |NA | +|R2365800 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1987| 0|TRUE |TRUE |NA | +|R2445510 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1987| 0|TRUE |TRUE |NA | +|R2505100 | 309|Gen1FatherBirthMonth | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 0|FALSE |TRUE |Gen1 Father Birth Month | +|R2505300 | 310|Gen1FatherBirthYear | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 0|TRUE |TRUE |Gen1 Father Birth Year | +|R2505400 | 311|Gen1FatherAge | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 0|TRUE |TRUE |Gen1 Father Age | +|R2505500 | 329|Gen1MotherBirthMonth | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 0|FALSE |TRUE |Gen1 Mother Birth Month | +|R2505700 | 330|Gen1MotherBirthYear | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 0|TRUE |TRUE |Gen1 Mother Birth Year | +|R2505800 | 331|Gen1MotherAge | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 0|TRUE |TRUE |Gen1 Mother Age | +|R2648000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 1|TRUE |TRUE |NA | +|R2648100 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1988| 1|TRUE |TRUE |NA | +|R2648200 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 1|TRUE |TRUE |NA | +|R2648700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 2|TRUE |TRUE |NA | +|R2648800 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1988| 2|TRUE |TRUE |NA | +|R2648900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 2|TRUE |TRUE |NA | +|R2649400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 3|TRUE |TRUE |NA | +|R2649500 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1988| 3|TRUE |TRUE |NA | +|R2649600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 3|TRUE |TRUE |NA | +|R2650100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 4|TRUE |TRUE |NA | +|R2650200 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1988| 4|TRUE |TRUE |NA | +|R2650300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 4|TRUE |TRUE |NA | +|R2650800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 5|TRUE |TRUE |NA | +|R2650900 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1988| 5|TRUE |TRUE |NA | +|R2651000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 5|TRUE |TRUE |NA | +|R2651500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 6|TRUE |TRUE |NA | +|R2651600 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1988| 6|TRUE |TRUE |NA | +|R2651700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 6|TRUE |TRUE |NA | +|R2652200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 7|TRUE |TRUE |NA | +|R2652300 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1988| 7|TRUE |TRUE |NA | +|R2652400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1988| 7|TRUE |TRUE |NA | +|R2737900 | 340|Gen1AlwaysLivedWithBothParents | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 0|TRUE |TRUE |LIVED WITH BOTH BIOLOGICAL PARENTS FROM BIRTH TO AGE 18? | +|R2742500 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1988| 0|TRUE |TRUE |NA | +|R2742600 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1988| 0|TRUE |TRUE |NA | +|R2837200 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 255|TRUE |TRUE |NA | +|R2837300 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 0|TRUE |TRUE |NA | +|R2837400 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 1|TRUE |TRUE |NA | +|R2837500 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 2|TRUE |TRUE |NA | +|R2837600 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 3|TRUE |TRUE |NA | +|R2837700 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 4|TRUE |TRUE |NA | +|R2837800 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 5|TRUE |TRUE |NA | +|R2837900 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 6|TRUE |TRUE |NA | +|R2838000 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 7|TRUE |TRUE |NA | +|R2838100 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 8|TRUE |TRUE |NA | +|R2838200 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 9|TRUE |TRUE |NA | +|R2838300 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 10|TRUE |TRUE |NA | +|R2838400 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 11|TRUE |TRUE |NA | +|R2838500 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 12|TRUE |TRUE |NA | +|R2838600 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 13|TRUE |TRUE |NA | +|R2838700 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 14|TRUE |TRUE |NA | +|R2838800 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 15|TRUE |TRUE |NA | +|R2838900 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 16|TRUE |TRUE |NA | +|R2839000 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 17|TRUE |TRUE |NA | +|R2839100 | 326|Gen1LivedWithMotherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 18|TRUE |TRUE |NA | +|R2839200 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 255|TRUE |TRUE |NA | +|R2839300 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 0|TRUE |TRUE |NA | +|R2839400 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 1|TRUE |TRUE |NA | +|R2839500 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 2|TRUE |TRUE |NA | +|R2839600 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 3|TRUE |TRUE |NA | +|R2839700 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 4|TRUE |TRUE |NA | +|R2839800 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 5|TRUE |TRUE |NA | +|R2839900 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 6|TRUE |TRUE |NA | +|R2840000 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 7|TRUE |TRUE |NA | +|R2840100 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 8|TRUE |TRUE |NA | +|R2840200 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 9|TRUE |TRUE |NA | +|R2840300 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 10|TRUE |TRUE |NA | +|R2840400 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 11|TRUE |TRUE |NA | +|R2840500 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 12|TRUE |TRUE |NA | +|R2840600 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 13|TRUE |TRUE |NA | +|R2840700 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 14|TRUE |TRUE |NA | +|R2840800 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 15|TRUE |TRUE |NA | +|R2840900 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 16|TRUE |TRUE |NA | +|R2841000 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 17|TRUE |TRUE |NA | +|R2841100 | 306|Gen1LivedWithFatherAtAgeX | 1| 11|Gen1Implicit | 1|Gen1 | 1988| 18|TRUE |TRUE |NA | +|R2871300 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1988| 0|TRUE |TRUE |NA | +|R2986100 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1989| 0|TRUE |TRUE |NA | +|R2986200 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1989| 0|TRUE |TRUE |NA | +|R3075000 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1989| 0|TRUE |TRUE |NA | +|R3255900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 1|TRUE |TRUE |NA | +|R3256000 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1990| 1|TRUE |TRUE |NA | +|R3256100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 1|TRUE |TRUE |NA | +|R3257700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 2|TRUE |TRUE |NA | +|R3257800 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1990| 2|TRUE |TRUE |NA | +|R3257900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 2|TRUE |TRUE |NA | +|R3259500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 3|TRUE |TRUE |NA | +|R3259600 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1990| 3|TRUE |TRUE |NA | +|R3259700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 3|TRUE |TRUE |NA | +|R3261300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 4|TRUE |TRUE |NA | +|R3261400 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1990| 4|TRUE |TRUE |NA | +|R3261500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 4|TRUE |TRUE |NA | +|R3263100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 5|TRUE |TRUE |NA | +|R3263200 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1990| 5|TRUE |TRUE |NA | +|R3263300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 5|TRUE |TRUE |NA | +|R3264900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 6|TRUE |TRUE |NA | +|R3265000 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1990| 6|TRUE |TRUE |NA | +|R3265100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 6|TRUE |TRUE |NA | +|R3266700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 7|TRUE |TRUE |NA | +|R3266800 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1990| 7|TRUE |TRUE |NA | +|R3266900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 7|TRUE |TRUE |NA | +|R3268500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1990| 8|TRUE |TRUE |Alive & Distance weren't asked for 8th | +|R3302500 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1990| 0|TRUE |TRUE |NA | +|R3302600 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1990| 0|TRUE |TRUE |NA | +|R3401700 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1990| 0|TRUE |TRUE |NA | +|R3573400 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1991| 0|TRUE |TRUE |NA | +|R3573500 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1991| 0|TRUE |TRUE |NA | +|R3657100 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1991| 0|TRUE |TRUE |NA | +|R3771800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 1|TRUE |TRUE |NA | +|R3771900 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1992| 1|TRUE |TRUE |NA | +|R3772000 | 91|BabyDaddyLeftHHMonthOrNeverInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 1|TRUE |TRUE |NA | +|R3772100 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 1|TRUE |TRUE |NA | +|R3772200 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1992| 1|TRUE |TRUE |NA | +|R3772300 | 87|BabyDaddyDeathYearTwoDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1992| 1|TRUE |TRUE |NA | +|R3772400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 1|TRUE |TRUE |NA | +|R3773900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 2|TRUE |TRUE |NA | +|R3774000 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1992| 2|TRUE |TRUE |NA | +|R3774100 | 91|BabyDaddyLeftHHMonthOrNeverInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 2|TRUE |TRUE |NA | +|R3774200 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 2|TRUE |TRUE |NA | +|R3774300 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1992| 2|TRUE |TRUE |NA | +|R3774400 | 87|BabyDaddyDeathYearTwoDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1992| 2|TRUE |TRUE |NA | +|R3774500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 2|TRUE |TRUE |NA | +|R3776000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 3|TRUE |TRUE |NA | +|R3776100 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1992| 3|TRUE |TRUE |NA | +|R3776200 | 91|BabyDaddyLeftHHMonthOrNeverInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 3|TRUE |TRUE |NA | +|R3776300 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 3|TRUE |TRUE |NA | +|R3776400 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1992| 3|TRUE |TRUE |NA | +|R3776500 | 87|BabyDaddyDeathYearTwoDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1992| 3|TRUE |TRUE |NA | +|R3776600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 3|TRUE |TRUE |NA | +|R3778100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 4|TRUE |TRUE |NA | +|R3778200 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1992| 4|TRUE |TRUE |NA | +|R3778300 | 91|BabyDaddyLeftHHMonthOrNeverInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 4|TRUE |TRUE |NA | +|R3778400 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 4|TRUE |TRUE |NA | +|R3778500 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1992| 4|TRUE |TRUE |NA | +|R3778600 | 87|BabyDaddyDeathYearTwoDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1992| 4|TRUE |TRUE |NA | +|R3778700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 4|TRUE |TRUE |NA | +|R3780200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 5|TRUE |TRUE |NA | +|R3780300 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1992| 5|TRUE |TRUE |NA | +|R3780400 | 91|BabyDaddyLeftHHMonthOrNeverInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 5|TRUE |TRUE |NA | +|R3780500 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 5|TRUE |TRUE |NA | +|R3780600 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1992| 5|TRUE |TRUE |NA | +|R3780700 | 87|BabyDaddyDeathYearTwoDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1992| 5|TRUE |TRUE |NA | +|R3780800 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 5|TRUE |TRUE |NA | +|R3782300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 6|TRUE |TRUE |NA | +|R3782400 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1992| 6|TRUE |TRUE |NA | +|R3782500 | 91|BabyDaddyLeftHHMonthOrNeverInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 6|TRUE |TRUE |NA | +|R3782600 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 6|TRUE |TRUE |NA | +|R3782900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 6|TRUE |TRUE |NA | +|R3784400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 7|TRUE |TRUE |NA | +|R3784500 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1992| 7|TRUE |TRUE |NA | +|R3784600 | 91|BabyDaddyLeftHHMonthOrNeverInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 7|TRUE |TRUE |NA | +|R3784700 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 7|TRUE |TRUE |NA | +|R3785000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 7|TRUE |TRUE |NA | +|R3786500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 8|TRUE |TRUE |NA | +|R3788004 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1992| 9|TRUE |TRUE |note the '04' suffix in the variable code | +|R3917600 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1992| 0|TRUE |TRUE |NA | +|R3917700 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1992| 0|TRUE |TRUE |NA | +|R4007600 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1992| 0|TRUE |TRUE |NA | +|R4100200 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1993| 0|TRUE |TRUE |NA | +|R4100201 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1993| 0|TRUE |TRUE |NA | +|R4100202 | 22|InterviewDateYear | 1| 3|Gen1Links | 1|Gen1 | 1993| 0|TRUE |TRUE |NA | +|R4125101 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 1|TRUE |TRUE |NA | +|R4125801 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 2|TRUE |TRUE |NA | +|R4126501 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 3|TRUE |TRUE |NA | +|R4127201 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 4|TRUE |TRUE |NA | +|R4127901 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 5|TRUE |TRUE |NA | +|R4128601 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 6|TRUE |TRUE |NA | +|R4129301 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 7|TRUE |TRUE |NA | +|R4130001 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 8|TRUE |TRUE |NA | +|R4130701 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 9|TRUE |TRUE |NA | +|R4131401 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 10|TRUE |TRUE |NA | +|R4132101 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 11|TRUE |TRUE |NA | +|R4132801 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 12|TRUE |TRUE |NA | +|R4133701 | 4|IDCodeOfOtherSiblingGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 1993| 13|TRUE |TRUE |NA | +|R4276800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 1|TRUE |TRUE |NA | +|R4276900 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1993| 1|TRUE |TRUE |NA | +|R4277000 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 1|TRUE |TRUE |NA | +|R4277100 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 1|TRUE |TRUE |NA | +|R4277101 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 1|TRUE |TRUE |NA | +|R4277200 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1993| 1|TRUE |TRUE |NA | +|R4277201 | 87|BabyDaddyDeathYearTwoDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1993| 1|TRUE |TRUE |NA | +|R4277700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 2|TRUE |TRUE |NA | +|R4277800 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1993| 2|TRUE |TRUE |NA | +|R4277900 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 2|TRUE |TRUE |NA | +|R4278000 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 2|TRUE |TRUE |NA | +|R4278001 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 2|TRUE |TRUE |NA | +|R4278100 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1993| 2|TRUE |TRUE |NA | +|R4278101 | 87|BabyDaddyDeathYearTwoDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1993| 2|TRUE |TRUE |NA | +|R4278600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 3|TRUE |TRUE |NA | +|R4278700 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1993| 3|TRUE |TRUE |NA | +|R4278800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 3|TRUE |TRUE |NA | +|R4278900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 3|TRUE |TRUE |NA | +|R4278901 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 3|TRUE |TRUE |NA | +|R4279000 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1993| 3|TRUE |TRUE |NA | +|R4279001 | 87|BabyDaddyDeathYearTwoDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1993| 3|TRUE |TRUE |NA | +|R4279500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 4|TRUE |TRUE |NA | +|R4279600 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1993| 4|TRUE |TRUE |NA | +|R4279700 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 4|TRUE |TRUE |NA | +|R4279800 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 4|TRUE |TRUE |NA | +|R4279801 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 4|TRUE |TRUE |NA | +|R4279900 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1993| 4|TRUE |TRUE |NA | +|R4279901 | 87|BabyDaddyDeathYearTwoDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1993| 4|TRUE |TRUE |NA | +|R4280400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 5|TRUE |TRUE |NA | +|R4280500 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1993| 5|TRUE |TRUE |NA | +|R4280600 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 5|TRUE |TRUE |NA | +|R4280700 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 5|TRUE |TRUE |NA | +|R4280701 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 5|TRUE |TRUE |NA | +|R4280800 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1993| 5|TRUE |TRUE |NA | +|R4280801 | 87|BabyDaddyDeathYearTwoDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1993| 5|TRUE |TRUE |Last of the 2 digit years | +|R4281300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 6|TRUE |TRUE |NA | +|R4281400 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1993| 6|TRUE |TRUE |NA | +|R4281500 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 6|TRUE |TRUE |NA | +|R4281600 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 6|TRUE |TRUE |NA | +|R4281601 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 6|TRUE |TRUE |NA | +|R4282100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 7|TRUE |TRUE |NA | +|R4282200 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1993| 7|TRUE |TRUE |NA | +|R4282300 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 7|TRUE |TRUE |NA | +|R4282400 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 7|TRUE |TRUE |NA | +|R4282401 | 92|BabyDaddyLeftHHYearTwoDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 7|TRUE |TRUE |NA | +|R4282900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 8|TRUE |TRUE |NA | +|R4283600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1993| 9|TRUE |TRUE |NA | +|R4418700 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1993| 0|TRUE |TRUE |NA | +|R4500200 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1994| 0|TRUE |TRUE |NA | +|R4500201 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1994| 0|TRUE |TRUE |NA | +|R4500202 | 22|InterviewDateYear | 1| 3|Gen1Links | 1|Gen1 | 1994| 0|TRUE |TRUE |NA | +|R4521500 | 25|Gen1SiblingIsATwinOrTrip1994 | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 0|TRUE |TRUE |NA | +|R4521700 | 26|Gen1MultipleSiblingType1994 | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 0|TRUE |TRUE |NA | +|R4521800 | 27|Gen1ListedTwinCorrect1994 | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 0|TRUE |TRUE |NA | +|R4521900 | 28|Gen1TwinIsMzOrDz1994 | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 0|TRUE |TRUE |NA | +|R4522000 | 29|Gen1ListedTripCorrect1994 | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 0|TRUE |TRUE |NA | +|R4522100 | 30|Gen1TripIsMzOrDz1994 | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 0|TRUE |TRUE |NA | +|R4522200 | 9999|NotTranslated | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 0|FALSE |TRUE |NA | +|R4522300 | 9999|NotTranslated | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 1|FALSE |TRUE |NA | +|R4522400 | 9995|Gen1FirstIncorrectTwinTripYoungerOrOlder_NOTUSED | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 0|FALSE |TRUE |NA | +|R4522500 | 9996|Gen1FirstIncorrectTwinTripAgeDifference_NOTUSED | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 0|FALSE |TRUE |NA | +|R4522600 | 9999|NotTranslated | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 2|FALSE |TRUE |NA | +|R4522700 | 9997|Gen1SecondIncorrectTwinTripYoungerOrOlder_NOTUSED | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 0|TRUE |TRUE |NA | +|R4522800 | 9998|Gen1SecondIncorrectTwinTripAgeDifference_NOTUSED | 1| 10|Gen1Explicit | 1|Gen1 | 1994| 0|TRUE |TRUE |NA | +|R4825600 | 9994|Gen1VerifyFirstGen2TwinsTrips_NOTINTAGSETCURRENTLY | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1994| 0|FALSE |TRUE |NA | +|R4825700 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1994| 1|TRUE |TRUE |NA | +|R4825800 | 9993|Gen1ListIncorrectGen2TwinTrips_NOTINTAGCURRENTLY | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1994| 0|FALSE |TRUE |NA | +|R4826000 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1994| 1|TRUE |TRUE |NA | +|R4826100 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1994| 1|TRUE |TRUE |NA | +|R4826300 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1994| 1|TRUE |TRUE |NA | +|R4826500 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1994| 2|TRUE |TRUE |NA | +|R4826800 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1994| 2|TRUE |TRUE |NA | +|R4827600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 1|TRUE |TRUE |NA | +|R4827700 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1994| 1|TRUE |TRUE |NA | +|R4827800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 1|TRUE |TRUE |NA | +|R4827900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 1|TRUE |TRUE |NA | +|R4827901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 1|TRUE |TRUE |NA | +|R4828000 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1994| 1|TRUE |TRUE |NA | +|R4828001 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1994| 1|TRUE |TRUE |First of the 4 digit years | +|R4828100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 1|TRUE |TRUE |NA | +|R4830600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 2|TRUE |TRUE |NA | +|R4830700 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1994| 2|TRUE |TRUE |NA | +|R4830800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 2|TRUE |TRUE |NA | +|R4830900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 2|TRUE |TRUE |NA | +|R4830901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 2|TRUE |TRUE |NA | +|R4831000 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1994| 2|TRUE |TRUE |NA | +|R4831001 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1994| 2|TRUE |TRUE |NA | +|R4831100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 2|TRUE |TRUE |NA | +|R4833600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 3|TRUE |TRUE |NA | +|R4833700 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1994| 3|TRUE |TRUE |NA | +|R4833800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 3|TRUE |TRUE |NA | +|R4833900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 3|TRUE |TRUE |NA | +|R4833901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 3|TRUE |TRUE |NA | +|R4834000 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1994| 3|TRUE |TRUE |NA | +|R4834001 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1994| 3|TRUE |TRUE |NA | +|R4834100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 3|TRUE |TRUE |NA | +|R4836600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 4|TRUE |TRUE |NA | +|R4836700 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1994| 4|TRUE |TRUE |NA | +|R4836800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 4|TRUE |TRUE |NA | +|R4836900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 4|TRUE |TRUE |NA | +|R4836901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 4|TRUE |TRUE |NA | +|R4837000 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1994| 4|TRUE |TRUE |NA | +|R4837001 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1994| 4|TRUE |TRUE |NA | +|R4837100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 4|TRUE |TRUE |NA | +|R4839600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 5|TRUE |TRUE |NA | +|R4839700 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1994| 5|TRUE |TRUE |NA | +|R4839800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 5|TRUE |TRUE |NA | +|R4839900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 5|TRUE |TRUE |NA | +|R4839901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 5|TRUE |TRUE |NA | +|R4840000 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1994| 5|TRUE |TRUE |NA | +|R4840001 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1994| 5|TRUE |TRUE |NA | +|R4840100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 5|TRUE |TRUE |NA | +|R4842500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 6|TRUE |TRUE |NA | +|R4842600 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1994| 6|TRUE |TRUE |NA | +|R4842700 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 6|TRUE |TRUE |NA | +|R4842800 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 6|TRUE |TRUE |NA | +|R4842801 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 6|TRUE |TRUE |NA | +|R4842900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 6|TRUE |TRUE |NA | +|R4844800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 7|TRUE |TRUE |NA | +|R4844900 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1994| 7|TRUE |TRUE |NA | +|R4845000 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 7|TRUE |TRUE |NA | +|R4845100 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 7|TRUE |TRUE |NA | +|R4845101 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 7|TRUE |TRUE |NA | +|R4845200 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 7|TRUE |TRUE |NA | +|R4847100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 8|TRUE |TRUE |no 9th | +|R4847200 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1994| 8|TRUE |TRUE |NA | +|R4847300 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 8|TRUE |TRUE |NA | +|R4847400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1994| 8|TRUE |TRUE |NA | +|R5081700 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1994| 0|TRUE |TRUE |NA | +|R5167000 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1996| 0|TRUE |TRUE |NA | +|R5200200 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1996| 0|TRUE |TRUE |NA | +|R5200201 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1996| 0|TRUE |TRUE |NA | +|R5200202 | 22|InterviewDateYear | 1| 3|Gen1Links | 1|Gen1 | 1996| 0|TRUE |TRUE |NA | +|R5495900 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1996| 1|TRUE |TRUE |NA | +|R5496200 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1996| 1|TRUE |TRUE |NA | +|R5496300 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1996| 1|TRUE |TRUE |NA | +|R5496500 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1996| 1|TRUE |TRUE |NA | +|R5496700 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1996| 2|TRUE |TRUE |NA | +|R5497000 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1996| 2|TRUE |TRUE |NA | +|R5497200 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1996| 2|TRUE |TRUE |NA | +|R5498000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 1|TRUE |TRUE |NA | +|R5498100 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1996| 1|TRUE |TRUE |NA | +|R5498200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 1|TRUE |TRUE |NA | +|R5498300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 1|TRUE |TRUE |NA | +|R5498301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 1|TRUE |TRUE |NA | +|R5498400 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1996| 1|TRUE |TRUE |NA | +|R5498401 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1996| 1|TRUE |TRUE |NA | +|R5498500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 1|TRUE |TRUE |NA | +|R5501000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 2|TRUE |TRUE |NA | +|R5501100 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1996| 2|TRUE |TRUE |NA | +|R5501200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 2|TRUE |TRUE |NA | +|R5501300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 2|TRUE |TRUE |NA | +|R5501301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 2|TRUE |TRUE |NA | +|R5501400 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1996| 2|TRUE |TRUE |NA | +|R5501401 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1996| 2|TRUE |TRUE |NA | +|R5501500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 2|TRUE |TRUE |NA | +|R5504000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 3|TRUE |TRUE |NA | +|R5504100 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1996| 3|TRUE |TRUE |NA | +|R5504200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 3|TRUE |TRUE |NA | +|R5504300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 3|TRUE |TRUE |NA | +|R5504301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 3|TRUE |TRUE |NA | +|R5504400 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1996| 3|TRUE |TRUE |NA | +|R5504401 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1996| 3|TRUE |TRUE |NA | +|R5504500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 3|TRUE |TRUE |NA | +|R5507000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 4|TRUE |TRUE |NA | +|R5507100 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1996| 4|TRUE |TRUE |NA | +|R5507200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 4|TRUE |TRUE |NA | +|R5507300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 4|TRUE |TRUE |NA | +|R5507301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 4|TRUE |TRUE |NA | +|R5507400 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1996| 4|TRUE |TRUE |NA | +|R5507401 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1996| 4|TRUE |TRUE |NA | +|R5507500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 4|TRUE |TRUE |NA | +|R5510000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 5|TRUE |TRUE |NA | +|R5510100 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1996| 5|TRUE |TRUE |NA | +|R5510200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 5|TRUE |TRUE |NA | +|R5510300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 5|TRUE |TRUE |NA | +|R5510301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 5|TRUE |TRUE |NA | +|R5510400 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1996| 5|TRUE |TRUE |NA | +|R5510401 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1996| 5|TRUE |TRUE |NA | +|R5510500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 5|TRUE |TRUE |NA | +|R5513000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 6|TRUE |TRUE |NA | +|R5513100 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1996| 6|TRUE |TRUE |NA | +|R5513200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 6|TRUE |TRUE |NA | +|R5513300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 6|TRUE |TRUE |NA | +|R5513301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 6|TRUE |TRUE |NA | +|R5513400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 6|TRUE |TRUE |NA | +|R5515300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 7|TRUE |TRUE |NA | +|R5515400 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1996| 7|TRUE |TRUE |NA | +|R5515500 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 7|TRUE |TRUE |NA | +|R5515600 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 7|TRUE |TRUE |NA | +|R5515601 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 7|TRUE |TRUE |NA | +|R5515700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 7|TRUE |TRUE |NA | +|R5517600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 8|TRUE |TRUE |NA | +|R5517700 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1996| 8|TRUE |TRUE |NA | +|R5517800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 8|TRUE |TRUE |NA | +|R5517900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 8|TRUE |TRUE |NA | +|R5519800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 9|TRUE |TRUE |NA | +|R5519900 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1996| 9|TRUE |TRUE |NA | +|R5520000 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 9|TRUE |TRUE |NA | +|R5520100 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 9|TRUE |TRUE |Skipped 8th | +|R5520101 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 9|TRUE |TRUE |Skipped child 8 in 1996 | +|R5520200 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1996| 9|TRUE |TRUE |NA | +|R6210700 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1998| 1|TRUE |TRUE |NA | +|R6210800 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1998| 2|TRUE |TRUE |NA | +|R6210900 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1998| 3|TRUE |TRUE |NA | +|R6211500 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1998| 1|TRUE |TRUE |NA | +|R6211600 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1998| 2|TRUE |TRUE |NA | +|R6211700 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1998| 3|TRUE |TRUE |NA | +|R6211800 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1998| 1|TRUE |TRUE |NA | +|R6211900 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1998| 2|TRUE |TRUE |NA | +|R6212200 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1998| 1|TRUE |TRUE |NA | +|R6212300 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 1998| 2|TRUE |TRUE |NA | +|R6218400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 1|TRUE |TRUE |NA | +|R6218500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 2|TRUE |TRUE |NA | +|R6218600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 3|TRUE |TRUE |NA | +|R6218700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 4|TRUE |TRUE |NA | +|R6218800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 5|TRUE |TRUE |NA | +|R6218900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 6|TRUE |TRUE |NA | +|R6219000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 7|TRUE |TRUE |NA | +|R6219100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 8|TRUE |TRUE |NA | +|R6219200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 9|TRUE |TRUE |NA | +|R6219300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 10|TRUE |TRUE |NA | +|R6219500 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1998| 1|TRUE |TRUE |NA | +|R6219600 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1998| 2|TRUE |TRUE |NA | +|R6219700 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1998| 3|TRUE |TRUE |NA | +|R6219800 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1998| 4|TRUE |TRUE |NA | +|R6219900 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1998| 5|TRUE |TRUE |NA | +|R6220000 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1998| 6|TRUE |TRUE |NA | +|R6220100 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1998| 7|TRUE |TRUE |NA | +|R6220200 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1998| 8|TRUE |TRUE |NA | +|R6220300 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1998| 9|TRUE |TRUE |NA | +|R6220400 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1998| 10|TRUE |TRUE |NA | +|R6220600 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 1|TRUE |TRUE |NA | +|R6220700 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 2|TRUE |TRUE |NA | +|R6220800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 3|TRUE |TRUE |NA | +|R6220900 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 4|TRUE |TRUE |NA | +|R6221000 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 5|TRUE |TRUE |NA | +|R6221100 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 6|TRUE |TRUE |NA | +|R6221200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 7|TRUE |TRUE |NA | +|R6221300 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 8|TRUE |TRUE |NA | +|R6221400 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 9|TRUE |TRUE |NA | +|R6221500 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 10|TRUE |TRUE |NA | +|R6221700 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 1|TRUE |TRUE |NA | +|R6221701 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 1|TRUE |TRUE |NA | +|R6221800 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 2|TRUE |TRUE |NA | +|R6221801 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 2|TRUE |TRUE |NA | +|R6221900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 3|TRUE |TRUE |NA | +|R6221901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 3|TRUE |TRUE |NA | +|R6222000 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 4|TRUE |TRUE |NA | +|R6222001 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 4|TRUE |TRUE |NA | +|R6222100 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 5|TRUE |TRUE |NA | +|R6222101 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 5|TRUE |TRUE |NA | +|R6222200 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 6|TRUE |TRUE |NA | +|R6222201 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 6|TRUE |TRUE |NA | +|R6222300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 7|TRUE |TRUE |NA | +|R6222301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 7|TRUE |TRUE |NA | +|R6222400 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 8|TRUE |TRUE |NA | +|R6222401 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 8|TRUE |TRUE |NA | +|R6222500 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 9|TRUE |TRUE |NA | +|R6222501 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 9|TRUE |TRUE |NA | +|R6222600 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 10|TRUE |TRUE |NA | +|R6222601 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 10|TRUE |TRUE |NA | +|R6222800 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1998| 1|TRUE |TRUE |NA | +|R6222801 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1998| 1|TRUE |TRUE |NA | +|R6222900 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1998| 2|TRUE |TRUE |NA | +|R6222901 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1998| 2|TRUE |TRUE |NA | +|R6223000 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1998| 3|TRUE |TRUE |NA | +|R6223001 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1998| 3|TRUE |TRUE |NA | +|R6223100 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1998| 4|TRUE |TRUE |NA | +|R6223101 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1998| 4|TRUE |TRUE |NA | +|R6223200 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1998| 5|TRUE |TRUE |NA | +|R6223201 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1998| 5|TRUE |TRUE |NA | +|R6223300 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1998| 6|TRUE |TRUE |NA | +|R6223301 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 1998| 6|TRUE |TRUE |NA | +|R6223400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 1|TRUE |TRUE |NA | +|R6223500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 2|TRUE |TRUE |NA | +|R6223600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 3|TRUE |TRUE |NA | +|R6223700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 4|TRUE |TRUE |NA | +|R6223800 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 5|TRUE |TRUE |NA | +|R6223900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 6|TRUE |TRUE |NA | +|R6224000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 7|TRUE |TRUE |NA | +|R6224100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 8|TRUE |TRUE |NA | +|R6224200 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 9|TRUE |TRUE |NA | +|R6224300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 1998| 10|TRUE |TRUE |NA | +|R6435300 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 1998| 0|TRUE |TRUE |NA | +|R6435301 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 1998| 0|TRUE |TRUE |NA | +|R6435302 | 22|InterviewDateYear | 1| 3|Gen1Links | 1|Gen1 | 1998| 0|TRUE |TRUE |NA | +|R6479800 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 1998| 0|TRUE |TRUE |NA | +|R6764000 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2000| 1|TRUE |TRUE |NA | +|R6764100 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2000| 2|TRUE |TRUE |NA | +|R6764200 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2000| 3|TRUE |TRUE |NA | +|R6764900 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2000| 1|TRUE |TRUE |NA | +|R6765000 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2000| 2|TRUE |TRUE |NA | +|R6765100 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2000| 3|TRUE |TRUE |NA | +|R6765200 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2000| 1|TRUE |TRUE |NA | +|R6765600 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2000| 1|TRUE |TRUE |NA | +|R6765700 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2000| 2|TRUE |TRUE |NA | +|R6765800 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2000| 3|TRUE |TRUE |NA | +|R6771600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 1|TRUE |TRUE |NA | +|R6771700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 2|TRUE |TRUE |NA | +|R6771800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 3|TRUE |TRUE |NA | +|R6771900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 4|TRUE |TRUE |NA | +|R6772000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 5|TRUE |TRUE |NA | +|R6772100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 6|TRUE |TRUE |NA | +|R6772200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 7|TRUE |TRUE |NA | +|R6772300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 8|TRUE |TRUE |NA | +|R6772400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 9|TRUE |TRUE |NA | +|R6772500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 10|TRUE |TRUE |NA | +|R6773500 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2000| 1|TRUE |TRUE |NA | +|R6773600 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2000| 2|TRUE |TRUE |NA | +|R6773700 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2000| 3|TRUE |TRUE |NA | +|R6773800 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2000| 4|TRUE |TRUE |NA | +|R6773900 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2000| 5|TRUE |TRUE |NA | +|R6774000 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2000| 6|TRUE |TRUE |NA | +|R6774100 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2000| 7|TRUE |TRUE |NA | +|R6774200 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2000| 8|TRUE |TRUE |NA | +|R6774300 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2000| 9|TRUE |TRUE |NA | +|R6774400 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2000| 10|TRUE |TRUE |NA | +|R6774500 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 1|TRUE |TRUE |NA | +|R6774600 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 2|TRUE |TRUE |NA | +|R6774700 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 3|TRUE |TRUE |NA | +|R6774800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 4|TRUE |TRUE |NA | +|R6774900 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 5|TRUE |TRUE |NA | +|R6775000 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 6|TRUE |TRUE |NA | +|R6775100 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 7|TRUE |TRUE |NA | +|R6775200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 8|TRUE |TRUE |NA | +|R6775300 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 9|TRUE |TRUE |NA | +|R6775400 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 10|TRUE |TRUE |NA | +|R6775500 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 1|TRUE |TRUE |NA | +|R6775501 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 1|TRUE |TRUE |NA | +|R6775600 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 2|TRUE |TRUE |NA | +|R6775601 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 2|TRUE |TRUE |NA | +|R6775700 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 3|TRUE |TRUE |NA | +|R6775701 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 3|TRUE |TRUE |NA | +|R6775800 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 4|TRUE |TRUE |NA | +|R6775801 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 4|TRUE |TRUE |NA | +|R6775900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 5|TRUE |TRUE |NA | +|R6775901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 5|TRUE |TRUE |NA | +|R6776000 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 6|TRUE |TRUE |NA | +|R6776001 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 6|TRUE |TRUE |NA | +|R6776100 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 7|TRUE |TRUE |NA | +|R6776101 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 7|TRUE |TRUE |NA | +|R6776200 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 8|TRUE |TRUE |NA | +|R6776201 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 8|TRUE |TRUE |NA | +|R6776300 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2000| 1|TRUE |TRUE |NA | +|R6776301 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2000| 1|TRUE |TRUE |NA | +|R6776400 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2000| 2|TRUE |TRUE |NA | +|R6776401 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2000| 2|TRUE |TRUE |NA | +|R6776500 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2000| 3|TRUE |TRUE |NA | +|R6776501 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2000| 3|TRUE |TRUE |NA | +|R6776600 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2000| 4|TRUE |TRUE |NA | +|R6776601 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2000| 4|TRUE |TRUE |NA | +|R6776700 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2000| 5|TRUE |TRUE |NA | +|R6776701 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2000| 5|TRUE |TRUE |NA | +|R6776800 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2000| 6|TRUE |TRUE |NA | +|R6776801 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2000| 6|TRUE |TRUE |NA | +|R6776900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 1|TRUE |TRUE |NA | +|R6777000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 2|TRUE |TRUE |NA | +|R6777100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 3|TRUE |TRUE |NA | +|R6777200 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 4|TRUE |TRUE |NA | +|R6777300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 5|TRUE |TRUE |NA | +|R6777400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 6|TRUE |TRUE |NA | +|R6777500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 7|TRUE |TRUE |NA | +|R6777600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 8|TRUE |TRUE |NA | +|R6777700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 9|TRUE |TRUE |NA | +|R6777800 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2000| 10|TRUE |TRUE |NA | +|R6963300 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 2000| 0|TRUE |TRUE |NA | +|R6963301 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 2000| 0|TRUE |TRUE |NA | +|R6963302 | 22|InterviewDateYear | 1| 3|Gen1Links | 1|Gen1 | 2000| 0|TRUE |TRUE |NA | +|R7007500 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 2000| 0|TRUE |TRUE |NA | +|R7408300 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2002| 1|TRUE |TRUE |NA | +|R7408400 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2002| 2|TRUE |TRUE |NA | +|R7408500 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2002| 3|TRUE |TRUE |NA | +|R7409200 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2002| 1|TRUE |TRUE |NA | +|R7409300 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2002| 2|TRUE |TRUE |NA | +|R7409400 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2002| 3|TRUE |TRUE |NA | +|R7409500 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2002| 1|TRUE |TRUE |NA | +|R7409900 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2002| 1|TRUE |TRUE |NA | +|R7410000 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2002| 2|TRUE |TRUE |NA | +|R7410100 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2002| 3|TRUE |TRUE |NA | +|R7415900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 1|TRUE |TRUE |NA | +|R7416000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 2|TRUE |TRUE |NA | +|R7416100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 3|TRUE |TRUE |NA | +|R7416200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 4|TRUE |TRUE |NA | +|R7416300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 5|TRUE |TRUE |NA | +|R7416400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 6|TRUE |TRUE |NA | +|R7416500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 7|TRUE |TRUE |NA | +|R7416600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 8|TRUE |TRUE |NA | +|R7416700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 9|TRUE |TRUE |NA | +|R7416800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 10|TRUE |TRUE |NA | +|R7417900 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2002| 1|TRUE |TRUE |NA | +|R7418000 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2002| 2|TRUE |TRUE |NA | +|R7418100 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2002| 3|TRUE |TRUE |NA | +|R7418200 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2002| 4|TRUE |TRUE |NA | +|R7418300 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2002| 5|TRUE |TRUE |NA | +|R7418400 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2002| 6|TRUE |TRUE |NA | +|R7418500 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2002| 7|TRUE |TRUE |NA | +|R7418600 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2002| 8|TRUE |TRUE |NA | +|R7418700 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2002| 9|TRUE |TRUE |NA | +|R7418800 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2002| 10|TRUE |TRUE |NA | +|R7418900 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 1|TRUE |TRUE |NA | +|R7419000 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 2|TRUE |TRUE |NA | +|R7419100 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 3|TRUE |TRUE |NA | +|R7419200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 4|TRUE |TRUE |NA | +|R7419300 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 5|TRUE |TRUE |NA | +|R7419400 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 6|TRUE |TRUE |NA | +|R7419500 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 7|TRUE |TRUE |NA | +|R7419600 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 8|TRUE |TRUE |NA | +|R7419700 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 9|TRUE |TRUE |NA | +|R7419800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 10|TRUE |TRUE |NA | +|R7419900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 1|TRUE |TRUE |NA | +|R7419901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 1|TRUE |TRUE |NA | +|R7420000 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 2|TRUE |TRUE |NA | +|R7420001 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 2|TRUE |TRUE |NA | +|R7420100 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 3|TRUE |TRUE |NA | +|R7420101 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 3|TRUE |TRUE |NA | +|R7420200 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 4|TRUE |TRUE |NA | +|R7420201 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 4|TRUE |TRUE |NA | +|R7420300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 5|TRUE |TRUE |NA | +|R7420301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 5|TRUE |TRUE |NA | +|R7420400 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 6|TRUE |TRUE |NA | +|R7420401 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 6|TRUE |TRUE |NA | +|R7420500 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 7|TRUE |TRUE |NA | +|R7420501 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 7|TRUE |TRUE |NA | +|R7420600 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 8|TRUE |TRUE |NA | +|R7420601 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 8|TRUE |TRUE |NA | +|R7420700 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2002| 1|TRUE |TRUE |NA | +|R7420701 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2002| 1|TRUE |TRUE |NA | +|R7420800 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2002| 2|TRUE |TRUE |NA | +|R7420801 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2002| 2|TRUE |TRUE |NA | +|R7420900 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2002| 3|TRUE |TRUE |NA | +|R7420901 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2002| 3|TRUE |TRUE |NA | +|R7421000 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2002| 4|TRUE |TRUE |NA | +|R7421001 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2002| 4|TRUE |TRUE |NA | +|R7421100 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2002| 5|TRUE |TRUE |NA | +|R7421101 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2002| 5|TRUE |TRUE |NA | +|R7421200 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2002| 6|TRUE |TRUE |NA | +|R7421201 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2002| 6|TRUE |TRUE |NA | +|R7421300 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2002| 7|TRUE |TRUE |NA | +|R7421301 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2002| 7|TRUE |TRUE |NA | +|R7421400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 1|TRUE |TRUE |NA | +|R7421500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 2|TRUE |TRUE |NA | +|R7421600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 3|TRUE |TRUE |NA | +|R7421700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 4|TRUE |TRUE |NA | +|R7421800 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 5|TRUE |TRUE |NA | +|R7421900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 6|TRUE |TRUE |NA | +|R7422000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 7|TRUE |TRUE |NA | +|R7422100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 8|TRUE |TRUE |NA | +|R7422200 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 9|TRUE |TRUE |NA | +|R7422300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2002| 10|TRUE |TRUE |NA | +|R7656300 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 2002| 0|TRUE |TRUE |NA | +|R7656301 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 2002| 0|TRUE |TRUE |NA | +|R7656302 | 22|InterviewDateYear | 1| 3|Gen1Links | 1|Gen1 | 2002| 0|TRUE |TRUE |NA | +|R7704800 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 2002| 0|TRUE |TRUE |NA | +|R7800500 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 2004| 0|TRUE |TRUE |NA | +|R7800501 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 2004| 0|TRUE |TRUE |NA | +|R7800502 | 22|InterviewDateYear | 1| 3|Gen1Links | 1|Gen1 | 2004| 0|TRUE |TRUE |NA | +|R8106400 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | +|R8106500 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2004| 2|TRUE |TRUE |NA | +|R8106600 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2004| 3|TRUE |TRUE |NA | +|R8106700 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | +|R8106800 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2004| 2|TRUE |TRUE |NA | +|R8106900 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2004| 3|TRUE |TRUE |NA | +|R8107000 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | +|R8107100 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2004| 2|TRUE |TRUE |NA | +|R8107200 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | +|R8114000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | +|R8114100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 2|TRUE |TRUE |NA | +|R8114200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 3|TRUE |TRUE |NA | +|R8114300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 4|TRUE |TRUE |NA | +|R8114400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 5|TRUE |TRUE |NA | +|R8114500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 6|TRUE |TRUE |NA | +|R8114600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 7|TRUE |TRUE |NA | +|R8114700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 8|TRUE |TRUE |NA | +|R8114800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 9|TRUE |TRUE |NA | +|R8114900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 10|TRUE |TRUE |NA | +|R8116000 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | +|R8116100 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2004| 2|TRUE |TRUE |NA | +|R8116200 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2004| 3|TRUE |TRUE |NA | +|R8116300 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2004| 4|TRUE |TRUE |NA | +|R8116400 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2004| 5|TRUE |TRUE |NA | +|R8116500 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2004| 6|TRUE |TRUE |NA | +|R8116600 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2004| 7|TRUE |TRUE |NA | +|R8116700 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2004| 8|TRUE |TRUE |NA | +|R8116800 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2004| 9|TRUE |TRUE |NA | +|R8116900 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2004| 10|TRUE |TRUE |NA | +|R8117000 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | +|R8117100 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 2|TRUE |TRUE |NA | +|R8117200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 3|TRUE |TRUE |NA | +|R8117300 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 4|TRUE |TRUE |NA | +|R8117400 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 5|TRUE |TRUE |NA | +|R8117500 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 6|TRUE |TRUE |NA | +|R8117600 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 7|TRUE |TRUE |NA | +|R8117700 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 8|TRUE |TRUE |NA | +|R8117800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 9|TRUE |TRUE |NA | +|R8117900 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 10|TRUE |TRUE |NA | +|R8118000 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | +|R8118001 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | +|R8118100 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 2|TRUE |TRUE |NA | +|R8118101 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 2|TRUE |TRUE |NA | +|R8118200 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 3|TRUE |TRUE |NA | +|R8118201 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 3|TRUE |TRUE |NA | +|R8118300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 4|TRUE |TRUE |NA | +|R8118301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 4|TRUE |TRUE |NA | +|R8118400 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 5|TRUE |TRUE |NA | +|R8118401 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 5|TRUE |TRUE |NA | +|R8118500 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 6|TRUE |TRUE |NA | +|R8118501 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 6|TRUE |TRUE |NA | +|R8118600 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 7|TRUE |TRUE |NA | +|R8118601 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 7|TRUE |TRUE |NA | +|R8118700 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 8|TRUE |TRUE |NA | +|R8118701 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 8|TRUE |TRUE |NA | +|R8118800 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 9|TRUE |TRUE |NA | +|R8118801 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 9|TRUE |TRUE |NA | +|R8118900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 10|TRUE |TRUE |NA | +|R8118901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 10|TRUE |TRUE |NA | +|R8119000 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | +|R8119001 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | +|R8119100 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2004| 2|TRUE |TRUE |NA | +|R8119101 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2004| 2|TRUE |TRUE |NA | +|R8119200 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2004| 3|TRUE |TRUE |NA | +|R8119201 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2004| 3|TRUE |TRUE |NA | +|R8119300 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2004| 4|TRUE |TRUE |NA | +|R8119301 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2004| 4|TRUE |TRUE |NA | +|R8119400 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2004| 5|TRUE |TRUE |NA | +|R8119401 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2004| 5|TRUE |TRUE |NA | +|R8119500 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2004| 7|TRUE |TRUE |Skipped Child 6 | +|R8119501 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2004| 7|TRUE |TRUE |NA | +|R8119600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | +|R8119700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 2|TRUE |TRUE |NA | +|R8119800 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 3|TRUE |TRUE |NA | +|R8119900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 4|TRUE |TRUE |NA | +|R8120000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 5|TRUE |TRUE |NA | +|R8120100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 6|TRUE |TRUE |NA | +|R8120200 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 7|TRUE |TRUE |NA | +|R8120300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 8|TRUE |TRUE |NA | +|R8120400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 9|TRUE |TRUE |NA | +|R8120500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 10|TRUE |TRUE |NA | +|R8135300 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 1|TRUE |TRUE |NA | +|R8135400 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 2|TRUE |TRUE |NA | +|R8135500 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 3|TRUE |TRUE |NA | +|R8135600 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 4|TRUE |TRUE |NA | +|R8135700 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 5|TRUE |TRUE |NA | +|R8135800 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 6|TRUE |TRUE |NA | +|R8135900 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2004| 7|TRUE |TRUE |NA | +|R8497200 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 2004| 0|TRUE |TRUE |NA | +|R9900400 | 49|Gen1ChildsIDByBirthOrder | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 1|TRUE |TRUE |NA | +|R9900600 | 145|Gen2FromMomDeathMonth | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 1|TRUE |FALSE |NA | +|R9900601 | 146|Gen2FromMomDeathYearFourDigit | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 1|TRUE |FALSE |NA | +|R9901200 | 49|Gen1ChildsIDByBirthOrder | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 2|TRUE |TRUE |NA | +|R9901400 | 145|Gen2FromMomDeathMonth | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 2|TRUE |FALSE |NA | +|R9901401 | 146|Gen2FromMomDeathYearFourDigit | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 2|TRUE |FALSE |NA | +|R9902000 | 49|Gen1ChildsIDByBirthOrder | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 3|TRUE |TRUE |NA | +|R9902200 | 145|Gen2FromMomDeathMonth | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 3|TRUE |FALSE |NA | +|R9902201 | 146|Gen2FromMomDeathYearFourDigit | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 3|TRUE |FALSE |NA | +|R9902800 | 49|Gen1ChildsIDByBirthOrder | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 4|TRUE |TRUE |NA | +|R9903000 | 145|Gen2FromMomDeathMonth | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 4|TRUE |FALSE |NA | +|R9903001 | 146|Gen2FromMomDeathYearFourDigit | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 4|TRUE |FALSE |NA | +|R9903600 | 49|Gen1ChildsIDByBirthOrder | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 5|TRUE |TRUE |NA | +|R9903800 | 145|Gen2FromMomDeathMonth | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 5|TRUE |FALSE |NA | +|R9903801 | 146|Gen2FromMomDeathYearFourDigit | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 5|TRUE |FALSE |NA | +|R9904400 | 49|Gen1ChildsIDByBirthOrder | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 6|TRUE |TRUE |NA | +|R9904600 | 145|Gen2FromMomDeathMonth | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 6|TRUE |FALSE |NA | +|R9904601 | 146|Gen2FromMomDeathYearFourDigit | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 6|TRUE |FALSE |NA | +|R9905200 | 49|Gen1ChildsIDByBirthOrder | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 7|TRUE |TRUE |NA | +|R9905400 | 145|Gen2FromMomDeathMonth | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 7|TRUE |FALSE |NA | +|R9905401 | 146|Gen2FromMomDeathYearFourDigit | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 7|TRUE |FALSE |NA | +|R9906000 | 49|Gen1ChildsIDByBirthOrder | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 8|TRUE |TRUE |NA | +|R9906600 | 49|Gen1ChildsIDByBirthOrder | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 9|TRUE |TRUE |NA | +|R9907200 | 49|Gen1ChildsIDByBirthOrder | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 10|TRUE |TRUE |NA | +|R9907800 | 49|Gen1ChildsIDByBirthOrder | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 11|TRUE |TRUE |NA | +|R9908000 | 48|BioKidCountGen1 | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 0|TRUE |TRUE |NA | +|R9911200 | 145|Gen2FromMomDeathMonth | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 9|TRUE |FALSE |Child 8 was skipped | +|R9911201 | 146|Gen2FromMomDeathYearFourDigit | 2| 5|Gen2LinksFromGen1 | 1|Gen1 | 0| 9|TRUE |FALSE |Child 8 was skipped | +|T0000900 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 2006| 0|TRUE |TRUE |NA | +|T0000901 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 2006| 0|TRUE |TRUE |NA | +|T0000902 | 22|InterviewDateYear | 1| 3|Gen1Links | 1|Gen1 | 2006| 0|TRUE |TRUE |NA | +|T0002000 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | +|T0002100 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | +|T0002200 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | +|T0002300 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 4|TRUE |TRUE |NA | +|T0002400 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 5|TRUE |TRUE |NA | +|T0002500 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 6|TRUE |TRUE |NA | +|T0002600 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 7|TRUE |TRUE |NA | +|T0002700 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 8|TRUE |TRUE |NA | +|T0002800 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 9|TRUE |TRUE |NA | +|T0002900 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 10|TRUE |TRUE |NA | +|T0003000 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 11|TRUE |TRUE |NA | +|T0003100 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 12|TRUE |TRUE |NA | +|T0003200 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 13|TRUE |TRUE |NA | +|T0003300 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | +|T0003400 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | +|T0003500 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | +|T0003600 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 4|TRUE |TRUE |NA | +|T0003700 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 5|TRUE |TRUE |NA | +|T0003800 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 6|TRUE |TRUE |NA | +|T0003900 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 7|TRUE |TRUE |NA | +|T0004000 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 8|TRUE |TRUE |NA | +|T0004100 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 9|TRUE |TRUE |NA | +|T0004200 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 10|TRUE |TRUE |NA | +|T0004300 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 11|TRUE |TRUE |NA | +|T0004400 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 12|TRUE |TRUE |NA | +|T0004500 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2006| 13|TRUE |TRUE |NA | +|T0337300 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | +|T0337400 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | +|T0337500 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | +|T0337600 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | +|T0337700 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | +|T0337800 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | +|T0337900 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | +|T0338000 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | +|T0338100 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | +|T0338200 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | +|T0338300 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | +|T0338400 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | +|T0338500 | 55|HerTripsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 1|TRUE |TRUE |"Triplets mistaken" asked only in 2006 | +|T0338600 | 55|HerTripsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2006| 2|TRUE |TRUE |"Triplets mistaken" asked only in 2006 | +|T0345800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | +|T0345900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | +|T0346000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | +|T0346100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 4|TRUE |TRUE |NA | +|T0346200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 5|TRUE |TRUE |NA | +|T0346300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 6|TRUE |TRUE |NA | +|T0346400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 7|TRUE |TRUE |NA | +|T0346500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 8|TRUE |TRUE |NA | +|T0346600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 9|TRUE |TRUE |NA | +|T0346700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 10|TRUE |TRUE |NA | +|T0346800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 11|TRUE |TRUE |NA | +|T0347900 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | +|T0348000 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | +|T0348100 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | +|T0348200 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 4|TRUE |TRUE |NA | +|T0348300 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 5|TRUE |TRUE |NA | +|T0348400 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 6|TRUE |TRUE |NA | +|T0348500 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 7|TRUE |TRUE |NA | +|T0348600 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 8|TRUE |TRUE |NA | +|T0348700 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 9|TRUE |TRUE |NA | +|T0348800 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 10|TRUE |TRUE |NA | +|T0348900 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 11|TRUE |TRUE |NA | +|T0349000 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | +|T0349100 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | +|T0349200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | +|T0349300 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 4|TRUE |TRUE |NA | +|T0349400 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 5|TRUE |TRUE |NA | +|T0349500 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 6|TRUE |TRUE |NA | +|T0349600 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 7|TRUE |TRUE |NA | +|T0349700 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 8|TRUE |TRUE |NA | +|T0349800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 9|TRUE |TRUE |NA | +|T0349900 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 10|TRUE |TRUE |NA | +|T0350000 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 11|TRUE |TRUE |NA | +|T0350100 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | +|T0350101 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | +|T0350200 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | +|T0350201 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | +|T0350300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | +|T0350301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | +|T0350400 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 4|TRUE |TRUE |NA | +|T0350401 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 4|TRUE |TRUE |NA | +|T0350500 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 5|TRUE |TRUE |NA | +|T0350501 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 5|TRUE |TRUE |NA | +|T0350600 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 6|TRUE |TRUE |NA | +|T0350601 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 6|TRUE |TRUE |NA | +|T0350700 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 7|TRUE |TRUE |NA | +|T0350701 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 7|TRUE |TRUE |NA | +|T0350800 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 8|TRUE |TRUE |NA | +|T0350801 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 8|TRUE |TRUE |NA | +|T0350900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 9|TRUE |TRUE |NA | +|T0350901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 9|TRUE |TRUE |NA | +|T0351000 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 10|TRUE |TRUE |NA | +|T0351001 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 10|TRUE |TRUE |NA | +|T0351100 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | +|T0351101 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | +|T0351200 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | +|T0351201 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | +|T0351300 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | +|T0351301 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | +|T0351400 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 4|TRUE |TRUE |NA | +|T0351401 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 4|TRUE |TRUE |NA | +|T0351500 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 5|TRUE |TRUE |NA | +|T0351501 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 5|TRUE |TRUE |NA | +|T0351600 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 6|TRUE |TRUE |NA | +|T0351601 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 6|TRUE |TRUE |NA | +|T0351700 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 7|TRUE |TRUE |NA | +|T0351701 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 7|TRUE |TRUE |NA | +|T0351800 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 8|TRUE |TRUE |NA | +|T0351801 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2006| 8|TRUE |TRUE |NA | +|T0351900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | +|T0352000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | +|T0352100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | +|T0352200 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 4|TRUE |TRUE |NA | +|T0352300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 5|TRUE |TRUE |NA | +|T0352400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 6|TRUE |TRUE |NA | +|T0352500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 7|TRUE |TRUE |NA | +|T0352600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 8|TRUE |TRUE |NA | +|T0352700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 9|TRUE |TRUE |NA | +|T0352800 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 10|TRUE |TRUE |NA | +|T0352900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 11|TRUE |TRUE |NA | +|T0597800 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 1|TRUE |TRUE |NA | +|T0597900 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 2|TRUE |TRUE |NA | +|T0598000 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 3|TRUE |TRUE |NA | +|T0598100 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 4|TRUE |TRUE |NA | +|T0598200 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 5|TRUE |TRUE |NA | +|T0598300 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 6|TRUE |TRUE |NA | +|T0598400 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2006| 7|TRUE |TRUE |NA | +|T0989000 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 2006| 0|TRUE |TRUE |NA | +|T1200700 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 2008| 0|TRUE |TRUE |NA | +|T1200701 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 2008| 0|TRUE |TRUE |NA | +|T1200702 | 22|InterviewDateYear | 1| 3|Gen1Links | 1|Gen1 | 2008| 0|TRUE |TRUE |NA | +|T1486900 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | +|T1487000 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2008| 2|TRUE |TRUE |NA | +|T1487100 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2008| 3|TRUE |TRUE |NA | +|T1487200 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | +|T1487300 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2008| 2|TRUE |TRUE |NA | +|T1487400 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2008| 3|TRUE |TRUE |NA | +|T1487500 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | +|T1487600 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | +|T1487700 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2008| 2|TRUE |TRUE |NA | +|T1487800 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2008| 3|TRUE |TRUE |NA | +|T1495200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | +|T1495300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 2|TRUE |TRUE |NA | +|T1495400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 3|TRUE |TRUE |NA | +|T1495500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 4|TRUE |TRUE |NA | +|T1495600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 5|TRUE |TRUE |NA | +|T1495700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 6|TRUE |TRUE |NA | +|T1495800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 7|TRUE |TRUE |NA | +|T1495900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 8|TRUE |TRUE |NA | +|T1496000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 9|TRUE |TRUE |NA | +|T1496100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 10|TRUE |TRUE |NA | +|T1496200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 11|TRUE |TRUE |NA | +|T1497300 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | +|T1497400 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2008| 2|TRUE |TRUE |NA | +|T1497500 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2008| 3|TRUE |TRUE |NA | +|T1497600 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2008| 4|TRUE |TRUE |NA | +|T1497700 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2008| 5|TRUE |TRUE |NA | +|T1497800 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2008| 6|TRUE |TRUE |NA | +|T1497900 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2008| 7|TRUE |TRUE |NA | +|T1498000 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2008| 8|TRUE |TRUE |NA | +|T1498100 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2008| 9|TRUE |TRUE |NA | +|T1498200 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2008| 10|TRUE |TRUE |NA | +|T1498300 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2008| 11|TRUE |TRUE |NA | +|T1498400 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | +|T1498500 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 2|TRUE |TRUE |NA | +|T1498600 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 3|TRUE |TRUE |NA | +|T1498700 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 4|TRUE |TRUE |NA | +|T1498800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 5|TRUE |TRUE |NA | +|T1498900 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 6|TRUE |TRUE |NA | +|T1499000 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 7|TRUE |TRUE |NA | +|T1499100 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 8|TRUE |TRUE |NA | +|T1499200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 9|TRUE |TRUE |NA | +|T1499300 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 10|TRUE |TRUE |NA | +|T1499400 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 11|TRUE |TRUE |NA | +|T1499500 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | +|T1499501 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | +|T1499600 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 2|TRUE |TRUE |NA | +|T1499601 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 2|TRUE |TRUE |NA | +|T1499700 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 3|TRUE |TRUE |NA | +|T1499701 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 3|TRUE |TRUE |NA | +|T1499800 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 4|TRUE |TRUE |NA | +|T1499801 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 4|TRUE |TRUE |NA | +|T1499900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 5|TRUE |TRUE |NA | +|T1499901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 5|TRUE |TRUE |NA | +|T1500000 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 6|TRUE |TRUE |NA | +|T1500001 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 6|TRUE |TRUE |NA | +|T1500100 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 7|TRUE |TRUE |NA | +|T1500101 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 7|TRUE |TRUE |NA | +|T1500200 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 8|TRUE |TRUE |NA | +|T1500201 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 8|TRUE |TRUE |NA | +|T1500300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 9|TRUE |TRUE |NA | +|T1500301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 9|TRUE |TRUE |NA | +|T1500400 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 10|TRUE |TRUE |NA | +|T1500401 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 10|TRUE |TRUE |NA | +|T1500500 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | +|T1500501 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | +|T1500600 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2008| 2|TRUE |TRUE |NA | +|T1500601 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2008| 2|TRUE |TRUE |NA | +|T1500700 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2008| 3|TRUE |TRUE |NA | +|T1500701 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2008| 3|TRUE |TRUE |NA | +|T1500800 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2008| 4|TRUE |TRUE |NA | +|T1500801 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2008| 4|TRUE |TRUE |NA | +|T1500900 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2008| 5|TRUE |TRUE |NA | +|T1500901 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2008| 5|TRUE |TRUE |NA | +|T1501000 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2008| 6|TRUE |TRUE |NA | +|T1501001 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2008| 6|TRUE |TRUE |NA | +|T1501100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | +|T1501200 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 2|TRUE |TRUE |NA | +|T1501300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 3|TRUE |TRUE |NA | +|T1501400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 4|TRUE |TRUE |NA | +|T1501500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 5|TRUE |TRUE |NA | +|T1501600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 6|TRUE |TRUE |NA | +|T1501700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 7|TRUE |TRUE |NA | +|T1501800 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 8|TRUE |TRUE |NA | +|T1501900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 9|TRUE |TRUE |NA | +|T1502000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 10|TRUE |TRUE |NA | +|T1502100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 11|TRUE |TRUE |NA | +|T1765100 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 1|TRUE |TRUE |NA | +|T1765200 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 2|TRUE |TRUE |NA | +|T1765300 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 3|TRUE |TRUE |NA | +|T1765400 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 4|TRUE |TRUE |NA | +|T1765500 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 5|TRUE |TRUE |NA | +|T1765600 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 6|TRUE |TRUE |NA | +|T1765700 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2008| 8|TRUE |TRUE |Child7 skipped | +|T2210800 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 2008| 0|TRUE |TRUE |NA | +|T2260600 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 2010| 0|TRUE |TRUE |CURRENT DATE (DAY) | +|T2260601 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 2010| 0|TRUE |TRUE |NA | +|T2260602 | 22|InterviewDateYear | 1| 3|Gen1Links | 1|Gen1 | 2010| 0|TRUE |TRUE |NA | +|T2261500 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | +|T2261600 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | +|T2261700 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | +|T2261800 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 4|TRUE |TRUE |NA | +|T2261900 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 5|TRUE |TRUE |NA | +|T2262000 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 6|TRUE |TRUE |NA | +|T2262100 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 7|TRUE |TRUE |NA | +|T2262200 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 8|TRUE |TRUE |NA | +|T2262300 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 9|TRUE |TRUE |NA | +|T2262400 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 10|TRUE |TRUE |NA | +|T2262500 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 11|TRUE |TRUE |NA | +|T2262600 | 5|ShareBiomomGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 12|TRUE |TRUE |NA | +|T2262700 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | +|T2262800 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | +|T2262900 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | +|T2263000 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 4|TRUE |TRUE |NA | +|T2263100 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 5|TRUE |TRUE |NA | +|T2263200 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 6|TRUE |TRUE |NA | +|T2263300 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 7|TRUE |TRUE |NA | +|T2263400 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 8|TRUE |TRUE |NA | +|T2263500 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 9|TRUE |TRUE |NA | +|T2263600 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 10|TRUE |TRUE |NA | +|T2263700 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 11|TRUE |TRUE |NA | +|T2263800 | 6|ShareBiodadGen1 | 1| 10|Gen1Explicit | 1|Gen1 | 2010| 12|TRUE |TRUE |NA | +|T2533500 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | +|T2533600 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | +|T2533700 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | +|T2533800 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | +|T2533900 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | +|T2534000 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | +|T2534100 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | +|T2534200 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | +|T2534300 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | +|T2534400 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | +|T2534500 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | +|T2541200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | +|T2541300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | +|T2541400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | +|T2541500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 4|TRUE |TRUE |NA | +|T2541600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 5|TRUE |TRUE |NA | +|T2541700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 6|TRUE |TRUE |NA | +|T2541800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 7|TRUE |TRUE |NA | +|T2541900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 8|TRUE |TRUE |NA | +|T2542000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 9|TRUE |TRUE |NA | +|T2542100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 10|TRUE |TRUE |NA | +|T2543200 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | +|T2543300 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | +|T2543400 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | +|T2543500 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2010| 4|TRUE |TRUE |NA | +|T2543600 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2010| 5|TRUE |TRUE |NA | +|T2543700 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2010| 6|TRUE |TRUE |NA | +|T2543800 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2010| 7|TRUE |TRUE |NA | +|T2543900 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2010| 8|TRUE |TRUE |NA | +|T2544000 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2010| 9|TRUE |TRUE |NA | +|T2544100 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2010| 10|TRUE |TRUE |NA | +|T2544200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | +|T2544300 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | +|T2544400 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | +|T2544500 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 4|TRUE |TRUE |NA | +|T2544600 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 5|TRUE |TRUE |NA | +|T2544700 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 6|TRUE |TRUE |NA | +|T2544800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 7|TRUE |TRUE |NA | +|T2544900 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 8|TRUE |TRUE |NA | +|T2545000 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 9|TRUE |TRUE |NA | +|T2545100 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 10|TRUE |TRUE |NA | +|T2545200 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | +|T2545201 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | +|T2545300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | +|T2545301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | +|T2545400 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | +|T2545401 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | +|T2545500 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 4|TRUE |TRUE |NA | +|T2545501 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 4|TRUE |TRUE |NA | +|T2545600 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 5|TRUE |TRUE |NA | +|T2545601 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 5|TRUE |TRUE |NA | +|T2545700 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 6|TRUE |TRUE |NA | +|T2545701 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 6|TRUE |TRUE |NA | +|T2545800 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 7|TRUE |TRUE |NA | +|T2545801 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 7|TRUE |TRUE |NA | +|T2545900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 8|TRUE |TRUE |NA | +|T2545901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 8|TRUE |TRUE |NA | +|T2546000 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 10|TRUE |TRUE |Skipped child 9 in 2010 | +|T2546001 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 10|TRUE |TRUE |NA | +|T2546100 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | +|T2546101 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | +|T2546200 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | +|T2546201 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | +|T2546300 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | +|T2546301 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | +|T2546400 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2010| 4|TRUE |TRUE |NA | +|T2546401 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2010| 4|TRUE |TRUE |NA | +|T2546500 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2010| 5|TRUE |TRUE |NA | +|T2546501 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2010| 5|TRUE |TRUE |NA | +|T2546600 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2010| 6|TRUE |TRUE |NA | +|T2546601 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2010| 6|TRUE |TRUE |NA | +|T2546700 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2010| 7|TRUE |TRUE |NA | +|T2546701 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2010| 7|TRUE |TRUE |NA | +|T2546800 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | +|T2546900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | +|T2547000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | +|T2547100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 4|TRUE |TRUE |NA | +|T2547200 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 5|TRUE |TRUE |NA | +|T2547300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 6|TRUE |TRUE |NA | +|T2547400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 7|TRUE |TRUE |NA | +|T2547500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 8|TRUE |TRUE |NA | +|T2547600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 9|TRUE |TRUE |NA | +|T2547700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 10|TRUE |TRUE |NA | +|T2763400 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 1|TRUE |TRUE |NA | +|T2763500 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 2|TRUE |TRUE |NA | +|T2763600 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 3|TRUE |TRUE |NA | +|T2763700 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 4|TRUE |TRUE |NA | +|T2763800 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 5|TRUE |TRUE |NA | +|T2763900 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 6|TRUE |TRUE |NA | +|T2764000 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2010| 9|TRUE |TRUE |Child 7 & 8 skipped | +|T3108700 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 2010| 0|TRUE |TRUE |NA | +|T3195600 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 2012| 0|TRUE |TRUE |NA | +|T3195601 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 2012| 0|TRUE |TRUE |NA | +|T3195602 | 22|InterviewDateYear | 1| 3|Gen1Links | 1|Gen1 | 2012| 0|TRUE |TRUE |NA | +|T3519800 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2012| 1|TRUE |TRUE |NA | +|T3519900 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2012| 2|TRUE |TRUE |NA | +|T3520000 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2012| 3|TRUE |TRUE |NA | +|T3520100 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2012| 1|TRUE |TRUE |NA | +|T3520200 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2012| 2|TRUE |TRUE |NA | +|T3520300 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2012| 3|TRUE |TRUE |NA | +|T3520400 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2012| 1|TRUE |TRUE |NA | +|T3520500 | 54|HerTwinsMistakenForEachOther | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2012| 2|TRUE |TRUE |NA | +|T3520600 | 53|HerTripsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2012| 1|TRUE |TRUE |NA | +|T3527500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 1|TRUE |TRUE |NA | +|T3527600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 2|TRUE |TRUE |NA | +|T3527700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 3|TRUE |TRUE |NA | +|T3527800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 4|TRUE |TRUE |NA | +|T3527900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 5|TRUE |TRUE |NA | +|T3528000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 6|TRUE |TRUE |NA | +|T3528100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 7|TRUE |TRUE |NA | +|T3528200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 8|TRUE |TRUE |NA | +|T3528300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 9|TRUE |TRUE |NA | +|T3528400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 10|TRUE |TRUE |NA | +|T3529500 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2012| 1|TRUE |TRUE |NA | +|T3529600 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2012| 2|TRUE |TRUE |NA | +|T3529700 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2012| 3|TRUE |TRUE |NA | +|T3529800 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2012| 4|TRUE |TRUE |NA | +|T3529900 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2012| 5|TRUE |TRUE |NA | +|T3530000 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2012| 6|TRUE |TRUE |NA | +|T3530100 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2012| 7|TRUE |TRUE |NA | +|T3530200 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2012| 8|TRUE |TRUE |NA | +|T3530300 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2012| 9|TRUE |TRUE |NA | +|T3530400 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2012| 10|TRUE |TRUE |NA | +|T3530500 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 1|TRUE |TRUE |NA | +|T3530600 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 2|TRUE |TRUE |NA | +|T3530700 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 3|TRUE |TRUE |NA | +|T3530800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 4|TRUE |TRUE |NA | +|T3530900 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 5|TRUE |TRUE |NA | +|T3531000 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 6|TRUE |TRUE |NA | +|T3531100 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 7|TRUE |TRUE |NA | +|T3531200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 8|TRUE |TRUE |NA | +|T3531300 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 9|TRUE |TRUE |NA | +|T3531400 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 10|TRUE |TRUE |NA | +|T3531500 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 1|TRUE |TRUE |NA | +|T3531501 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 1|TRUE |TRUE |NA | +|T3531600 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 2|TRUE |TRUE |NA | +|T3531601 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 2|TRUE |TRUE |NA | +|T3531700 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 3|TRUE |TRUE |NA | +|T3531701 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 3|TRUE |TRUE |NA | +|T3531800 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 4|TRUE |TRUE |NA | +|T3531801 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 4|TRUE |TRUE |NA | +|T3531900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 5|TRUE |TRUE |NA | +|T3531901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 5|TRUE |TRUE |NA | +|T3532000 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 6|TRUE |TRUE |NA | +|T3532001 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 6|TRUE |TRUE |NA | +|T3532100 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 7|TRUE |TRUE |NA | +|T3532101 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 7|TRUE |TRUE |NA | +|T3532200 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 8|TRUE |TRUE |NA | +|T3532201 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 8|TRUE |TRUE |NA | +|T3532300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 9|TRUE |TRUE |NA | +|T3532301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 9|TRUE |TRUE |NA | +|T3532400 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 10|TRUE |TRUE |NA | +|T3532401 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 10|TRUE |TRUE |NA | +|T3532500 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2012| 1|TRUE |TRUE |NA | +|T3532501 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2012| 1|TRUE |TRUE |NA | +|T3532600 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2012| 2|TRUE |TRUE |NA | +|T3532601 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2012| 2|TRUE |TRUE |NA | +|T3532700 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2012| 3|TRUE |TRUE |NA | +|T3532701 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2012| 3|TRUE |TRUE |NA | +|T3532800 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2012| 4|TRUE |TRUE |NA | +|T3532801 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2012| 4|TRUE |TRUE |NA | +|T3532900 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2012| 5|TRUE |TRUE |NA | +|T3532901 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2012| 5|TRUE |TRUE |NA | +|T3533000 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2012| 6|TRUE |TRUE |NA | +|T3533001 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2012| 6|TRUE |TRUE |NA | +|T3533100 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2012| 7|TRUE |TRUE |NA | +|T3533101 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2012| 7|TRUE |TRUE |NA | +|T3533200 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 1|TRUE |TRUE |NA | +|T3533300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 2|TRUE |TRUE |NA | +|T3533400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 3|TRUE |TRUE |NA | +|T3533500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 4|TRUE |TRUE |NA | +|T3533600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 5|TRUE |TRUE |NA | +|T3533700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 6|TRUE |TRUE |NA | +|T3533800 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 7|TRUE |TRUE |NA | +|T3533900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 8|TRUE |TRUE |NA | +|T3534000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 9|TRUE |TRUE |NA | +|T3534100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 10|TRUE |TRUE |NA | +|T3729600 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 1|TRUE |TRUE |NA | +|T3729700 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 2|TRUE |TRUE |NA | +|T3729800 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 3|TRUE |TRUE |NA | +|T3729900 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 4|TRUE |TRUE |NA | +|T3730000 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 5|TRUE |TRUE |NA | +|T3730100 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2012| 6|TRUE |TRUE |NA | +|T4113200 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 2012| 0|TRUE |TRUE |NA | +|T4181100 | 20|InterviewDateDay | 1| 3|Gen1Links | 1|Gen1 | 2014| 0|TRUE |TRUE |NA | +|T4181101 | 21|InterviewDateMonth | 1| 3|Gen1Links | 1|Gen1 | 2014| 0|TRUE |TRUE |NA | +|T4181102 | 22|InterviewDateYear | 1| 3|Gen1Links | 1|Gen1 | 2014| 0|TRUE |TRUE |NA | +|T4483300 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2014| 1|TRUE |TRUE |NA | +|T4483400 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2014| 2|TRUE |TRUE |NA | +|T4483500 | 50|HerTwinsTripsAreListed | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2014| 3|TRUE |TRUE |NA | +|T4483600 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2014| 1|TRUE |TRUE |NA | +|T4483700 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2014| 2|TRUE |TRUE |NA | +|T4483800 | 52|HerTwinsAreMz | 1| 5|Gen2LinksFromGen1 | 1|Gen1 | 2014| 3|TRUE |TRUE |NA | +|T4496200 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 1|TRUE |TRUE |NA | +|T4496300 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 2|TRUE |TRUE |NA | +|T4496400 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 3|TRUE |TRUE |NA | +|T4496500 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 4|TRUE |TRUE |NA | +|T4496600 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 5|TRUE |TRUE |NA | +|T4496700 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 6|TRUE |TRUE |NA | +|T4496800 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 7|TRUE |TRUE |NA | +|T4496900 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 8|TRUE |TRUE |NA | +|T4497000 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 9|TRUE |TRUE |NA | +|T4497100 | 81|BabyDaddyInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 10|TRUE |TRUE |NA | +|T4498100 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2014| 1|TRUE |TRUE |NA | +|T4498200 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2014| 2|TRUE |TRUE |NA | +|T4498300 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2014| 3|TRUE |TRUE |NA | +|T4498400 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2014| 4|TRUE |TRUE |NA | +|T4498500 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2014| 5|TRUE |TRUE |NA | +|T4498600 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2014| 6|TRUE |TRUE |NA | +|T4498700 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2014| 7|TRUE |TRUE |NA | +|T4498800 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2014| 8|TRUE |TRUE |NA | +|T4498900 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2014| 9|TRUE |TRUE |NA | +|T4499000 | 82|BabyDaddyAlive | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2014| 10|TRUE |TRUE |NA | +|T4500700 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 1|TRUE |TRUE |NA | +|T4500800 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 2|TRUE |TRUE |NA | +|T4500900 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 3|TRUE |TRUE |NA | +|T4501000 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 4|TRUE |TRUE |NA | +|T4501100 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 5|TRUE |TRUE |NA | +|T4501200 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 6|TRUE |TRUE |NA | +|T4501300 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 7|TRUE |TRUE |NA | +|T4501400 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 8|TRUE |TRUE |NA | +|T4501500 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 9|TRUE |TRUE |NA | +|T4501600 | 83|BabyDaddyEverLiveInHH | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 10|TRUE |TRUE |NA | +|T4501700 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 1|TRUE |TRUE |NA | +|T4501701 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 1|TRUE |TRUE |NA | +|T4501800 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 2|TRUE |TRUE |NA | +|T4501801 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 2|TRUE |TRUE |NA | +|T4501900 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 3|TRUE |TRUE |NA | +|T4501901 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 3|TRUE |TRUE |NA | +|T4502000 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 4|TRUE |TRUE |NA | +|T4502001 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 4|TRUE |TRUE |NA | +|T4502100 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 5|TRUE |TRUE |NA | +|T4502101 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 5|TRUE |TRUE |NA | +|T4502200 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 6|TRUE |TRUE |NA | +|T4502201 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 6|TRUE |TRUE |NA | +|T4502300 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 7|TRUE |TRUE |NA | +|T4502301 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 7|TRUE |TRUE |NA | +|T4502400 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 8|TRUE |TRUE |NA | +|T4502401 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 8|TRUE |TRUE |NA | +|T4502500 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 9|TRUE |TRUE |NA | +|T4502501 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 9|TRUE |TRUE |NA | +|T4502600 | 84|BabyDaddyLeftHHMonth | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 10|TRUE |TRUE |NA | +|T4502601 | 85|BabyDaddyLeftHHYearFourDigit | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 10|TRUE |TRUE |NA | +|T4503700 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2014| 1|TRUE |TRUE |NA | +|T4503701 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2014| 1|TRUE |TRUE |NA | +|T4503800 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2014| 2|TRUE |TRUE |NA | +|T4503801 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2014| 2|TRUE |TRUE |NA | +|T4503900 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2014| 3|TRUE |TRUE |NA | +|T4503901 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2014| 3|TRUE |TRUE |NA | +|T4504000 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2014| 4|TRUE |TRUE |NA | +|T4504001 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2014| 4|TRUE |TRUE |NA | +|T4504100 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2014| 5|TRUE |TRUE |NA | +|T4504101 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2014| 5|TRUE |TRUE |NA | +|T4504200 | 86|BabyDaddyDeathMonth | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2014| 6|TRUE |TRUE |No 7th in 2014 | +|T4504201 | 88|BabyDaddyDeathYearFourDigit | 1| 14|Gen2ImplicitFatherDeath | 1|Gen1 | 2014| 6|TRUE |TRUE |No 7th in 2014 | +|T4504900 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 1|TRUE |TRUE |NA | +|T4505000 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 2|TRUE |TRUE |NA | +|T4505100 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 3|TRUE |TRUE |NA | +|T4505200 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 4|TRUE |TRUE |NA | +|T4505300 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 5|TRUE |TRUE |NA | +|T4505400 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 6|TRUE |TRUE |NA | +|T4505500 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 7|TRUE |TRUE |NA | +|T4505600 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 8|TRUE |TRUE |NA | +|T4505700 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 9|TRUE |TRUE |NA | +|T4505800 | 89|BabyDaddyDistanceFromMotherFuzzyCeiling | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 10|TRUE |TRUE |NA | +|T4703500 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 1|TRUE |TRUE |NA | +|T4703600 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 2|TRUE |TRUE |NA | +|T4703700 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 3|TRUE |TRUE |NA | +|T4703800 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 4|TRUE |TRUE |NA | +|T4703900 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 5|TRUE |TRUE |NA | +|T4704000 | 90|BabyDaddyHasAsthma | 1| 7|Gen2FatherFromGen1 | 1|Gen1 | 2014| 6|TRUE |TRUE |NA | +|T5023600 | 16|AgeAtInterviewDateYears | 1| 3|Gen1Links | 1|Gen1 | 2014| 0|TRUE |TRUE |NA | +|Y0000200 | 20|InterviewDateDay | 2| 4|Gen2Links | 3|Gen2YA | 1994| 0|TRUE |TRUE |NA | +|Y0000201 | 21|InterviewDateMonth | 2| 4|Gen2Links | 3|Gen2YA | 1994| 0|TRUE |TRUE |NA | +|Y0000202 | 22|InterviewDateYear | 2| 4|Gen2Links | 3|Gen2YA | 1994| 0|TRUE |TRUE |NA | +|Y0002100 | 16|AgeAtInterviewDateYears | 2| 4|Gen2Links | 3|Gen2YA | 1994| 0|TRUE |TRUE |NA | +|Y0003100 | 37|MotherOrBothInHHGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 1994| 0|FALSE |TRUE |NA | +|Y0308300 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 1994| 0|TRUE |TRUE |NA | +|Y0308400 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 1994| 0|TRUE |TRUE |NA | +|Y0308500 | 504|Gen2WeightPoundsYA | 2| 12|Gen2OutcomesWeight | 3|Gen2YA | 1994| 0|TRUE |TRUE |NA | +|Y0390100 | 20|InterviewDateDay | 2| 4|Gen2Links | 3|Gen2YA | 1996| 0|TRUE |TRUE |NA | +|Y0390101 | 21|InterviewDateMonth | 2| 4|Gen2Links | 3|Gen2YA | 1996| 0|TRUE |TRUE |NA | +|Y0390102 | 22|InterviewDateYear | 2| 4|Gen2Links | 3|Gen2YA | 1996| 0|TRUE |TRUE |NA | +|Y0392800 | 37|MotherOrBothInHHGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 1996| 0|FALSE |TRUE |NA | +|Y0609600 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 1996| 0|TRUE |TRUE |NA | +|Y0609700 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 1996| 0|TRUE |TRUE |NA | +|Y0677600 | 16|AgeAtInterviewDateYears | 2| 4|Gen2Links | 3|Gen2YA | 1996| 0|TRUE |TRUE |NA | +|Y0682400 | 37|MotherOrBothInHHGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 1998| 0|FALSE |TRUE |NA | +|Y0903900 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 1998| 0|TRUE |TRUE |NA | +|Y0904000 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 1998| 0|TRUE |TRUE |NA | +|Y0904100 | 504|Gen2WeightPoundsYA | 2| 12|Gen2OutcomesWeight | 3|Gen2YA | 1998| 0|TRUE |TRUE |NA | +|Y0933700 | 20|InterviewDateDay | 2| 4|Gen2Links | 3|Gen2YA | 1998| 0|TRUE |TRUE |NA | +|Y0933701 | 21|InterviewDateMonth | 2| 4|Gen2Links | 3|Gen2YA | 1998| 0|TRUE |TRUE |NA | +|Y0933702 | 22|InterviewDateYear | 2| 4|Gen2Links | 3|Gen2YA | 1998| 0|TRUE |TRUE |NA | +|Y0974800 | 16|AgeAtInterviewDateYears | 2| 4|Gen2Links | 3|Gen2YA | 1998| 1|TRUE |TRUE |NA | +|Y0986600 | 37|MotherOrBothInHHGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 2000| 0|FALSE |TRUE |NA | +|Y1150800 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 2000| 0|TRUE |TRUE |NA | +|Y1150900 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 2000| 0|TRUE |TRUE |NA | +|Y1151000 | 504|Gen2WeightPoundsYA | 2| 12|Gen2OutcomesWeight | 3|Gen2YA | 2000| 0|TRUE |TRUE |NA | +|Y1180500 | 20|InterviewDateDay | 2| 4|Gen2Links | 3|Gen2YA | 2000| 0|TRUE |TRUE |NA | +|Y1180501 | 21|InterviewDateMonth | 2| 4|Gen2Links | 3|Gen2YA | 2000| 0|TRUE |TRUE |NA | +|Y1180502 | 22|InterviewDateYear | 2| 4|Gen2Links | 3|Gen2YA | 2000| 0|TRUE |TRUE |NA | +|Y1192400 | 16|AgeAtInterviewDateYears | 2| 4|Gen2Links | 3|Gen2YA | 2000| 2|TRUE |TRUE |NA | +|Y1226800 | 37|MotherOrBothInHHGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 2002| 0|FALSE |TRUE |NA | +|Y1385800 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 2002| 0|TRUE |TRUE |NA | +|Y1385900 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 2002| 0|TRUE |TRUE |NA | +|Y1386000 | 504|Gen2WeightPoundsYA | 2| 12|Gen2OutcomesWeight | 3|Gen2YA | 2002| 0|TRUE |TRUE |NA | +|Y1421100 | 20|InterviewDateDay | 2| 4|Gen2Links | 3|Gen2YA | 2002| 0|TRUE |TRUE |NA | +|Y1421101 | 21|InterviewDateMonth | 2| 4|Gen2Links | 3|Gen2YA | 2002| 0|TRUE |TRUE |NA | +|Y1421102 | 22|InterviewDateYear | 2| 4|Gen2Links | 3|Gen2YA | 2002| 0|TRUE |TRUE |NA | +|Y1434300 | 16|AgeAtInterviewDateYears | 2| 4|Gen2Links | 3|Gen2YA | 2002| 3|TRUE |TRUE |NA | +|Y1450200 | 20|InterviewDateDay | 2| 4|Gen2Links | 3|Gen2YA | 2004| 0|TRUE |TRUE |NA | +|Y1450201 | 21|InterviewDateMonth | 2| 4|Gen2Links | 3|Gen2YA | 2004| 0|TRUE |TRUE |NA | +|Y1450202 | 22|InterviewDateYear | 2| 4|Gen2Links | 3|Gen2YA | 2004| 0|TRUE |TRUE |NA | +|Y1456500 | 37|MotherOrBothInHHGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 2004| 0|FALSE |TRUE |NA | +|Y1629500 | 40|FatherHasAsthmaGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 2004| 0|TRUE |TRUE |NA | +|Y1637500 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | +|Y1637600 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 2004| 0|TRUE |TRUE |NA | +|Y1637700 | 504|Gen2WeightPoundsYA | 2| 12|Gen2OutcomesWeight | 3|Gen2YA | 2004| 0|TRUE |TRUE |NA | +|Y1672700 | 16|AgeAtInterviewDateYears | 2| 4|Gen2Links | 3|Gen2YA | 2004| 4|TRUE |TRUE |NA | +|Y1695600 | 20|InterviewDateDay | 2| 4|Gen2Links | 3|Gen2YA | 2006| 0|TRUE |TRUE |NA | +|Y1695601 | 21|InterviewDateMonth | 2| 4|Gen2Links | 3|Gen2YA | 2006| 0|TRUE |TRUE |NA | +|Y1695602 | 22|InterviewDateYear | 2| 4|Gen2Links | 3|Gen2YA | 2006| 0|TRUE |TRUE |NA | +|Y1701600 | 37|MotherOrBothInHHGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 2006| 0|FALSE |TRUE |NA | +|Y1707400 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 1|TRUE |TRUE |NA | +|Y1707500 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 2|TRUE |TRUE |NA | +|Y1707600 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 3|TRUE |TRUE |NA | +|Y1707700 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 4|TRUE |TRUE |NA | +|Y1707800 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 5|TRUE |TRUE |NA | +|Y1707900 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 6|TRUE |TRUE |NA | +|Y1708000 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 7|TRUE |TRUE |NA | +|Y1708100 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 8|TRUE |TRUE |NA | +|Y1708200 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 9|TRUE |TRUE |NA | +|Y1708300 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 10|TRUE |TRUE |NA | +|Y1708400 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 1|TRUE |TRUE |NA | +|Y1708500 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 2|TRUE |TRUE |NA | +|Y1708600 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 3|TRUE |TRUE |NA | +|Y1708700 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 4|TRUE |TRUE |NA | +|Y1708800 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 5|TRUE |TRUE |NA | +|Y1708900 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 6|TRUE |TRUE |NA | +|Y1709000 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 7|TRUE |TRUE |NA | +|Y1709100 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 8|TRUE |TRUE |NA | +|Y1709200 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 9|TRUE |TRUE |NA | +|Y1709300 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2006| 10|TRUE |TRUE |NA | +|Y1883300 | 40|FatherHasAsthmaGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 2006| 0|TRUE |TRUE |NA | +|Y1891100 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | +|Y1891200 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 2006| 0|TRUE |TRUE |NA | +|Y1891300 | 504|Gen2WeightPoundsYA | 2| 12|Gen2OutcomesWeight | 3|Gen2YA | 2006| 0|TRUE |TRUE |NA | +|Y1948500 | 16|AgeAtInterviewDateYears | 2| 4|Gen2Links | 3|Gen2YA | 2006| 5|TRUE |TRUE |NA | +|Y1981600 | 20|InterviewDateDay | 2| 4|Gen2Links | 3|Gen2YA | 2008| 0|TRUE |TRUE |NA | +|Y1981601 | 21|InterviewDateMonth | 2| 4|Gen2Links | 3|Gen2YA | 2008| 0|TRUE |TRUE |NA | +|Y1981602 | 22|InterviewDateYear | 2| 4|Gen2Links | 3|Gen2YA | 2008| 0|TRUE |TRUE |NA | +|Y1987100 | 37|MotherOrBothInHHGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 2008| 0|FALSE |TRUE |NA | +|Y1993000 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 1|TRUE |TRUE |NA | +|Y1993100 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 2|TRUE |TRUE |NA | +|Y1993200 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 3|TRUE |TRUE |NA | +|Y1993300 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 4|TRUE |TRUE |NA | +|Y1993400 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 5|TRUE |TRUE |NA | +|Y1993500 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 6|TRUE |TRUE |NA | +|Y1993600 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 7|TRUE |TRUE |NA | +|Y1993700 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 8|TRUE |TRUE |NA | +|Y1993800 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 9|TRUE |TRUE |NA | +|Y1993900 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 10|TRUE |TRUE |NA | +|Y1994000 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 1|TRUE |TRUE |NA | +|Y1994100 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 2|TRUE |TRUE |NA | +|Y1994200 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 3|TRUE |TRUE |NA | +|Y1994300 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 4|TRUE |TRUE |NA | +|Y1994400 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 5|TRUE |TRUE |NA | +|Y1994500 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 6|TRUE |TRUE |NA | +|Y1994600 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 7|TRUE |TRUE |NA | +|Y1994700 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 8|TRUE |TRUE |NA | +|Y1994800 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 9|TRUE |TRUE |NA | +|Y1994900 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 10|TRUE |TRUE |NA | +|Y2148600 | 64|BioKidCountGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2008| 0|TRUE |TRUE |NA | +|Y2197500 | 40|FatherHasAsthmaGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 2008| 0|TRUE |TRUE |NA | +|Y2207000 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | +|Y2207100 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 2008| 0|TRUE |TRUE |NA | +|Y2207200 | 504|Gen2WeightPoundsYA | 2| 12|Gen2OutcomesWeight | 3|Gen2YA | 2008| 0|TRUE |TRUE |NA | +|Y2267100 | 16|AgeAtInterviewDateYears | 2| 4|Gen2Links | 3|Gen2YA | 2008| 6|TRUE |TRUE |NA | +|Y2300400 | 20|InterviewDateDay | 2| 4|Gen2Links | 3|Gen2YA | 2010| 0|TRUE |TRUE |NA | +|Y2300401 | 21|InterviewDateMonth | 2| 4|Gen2Links | 3|Gen2YA | 2010| 0|TRUE |TRUE |NA | +|Y2300402 | 22|InterviewDateYear | 2| 4|Gen2Links | 3|Gen2YA | 2010| 0|TRUE |TRUE |NA | +|Y2311800 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 1|TRUE |TRUE |NA | +|Y2311900 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 2|TRUE |TRUE |NA | +|Y2312000 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 3|TRUE |TRUE |NA | +|Y2312100 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 4|TRUE |TRUE |NA | +|Y2312200 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 5|TRUE |TRUE |NA | +|Y2312300 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 6|TRUE |TRUE |NA | +|Y2312400 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 7|TRUE |TRUE |NA | +|Y2312500 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 8|TRUE |TRUE |NA | +|Y2312600 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 9|TRUE |TRUE |NA | +|Y2312700 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 10|TRUE |TRUE |NA | +|Y2312800 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 1|TRUE |TRUE |NA | +|Y2312900 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 2|TRUE |TRUE |NA | +|Y2313000 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 3|TRUE |TRUE |NA | +|Y2313100 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 4|TRUE |TRUE |NA | +|Y2313200 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 5|TRUE |TRUE |NA | +|Y2313300 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 6|TRUE |TRUE |NA | +|Y2313400 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 7|TRUE |TRUE |NA | +|Y2313500 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 8|TRUE |TRUE |NA | +|Y2313600 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 9|TRUE |TRUE |NA | +|Y2313700 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2010| 10|TRUE |TRUE |NA | +|Y2531800 | 40|FatherHasAsthmaGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 2010| 0|TRUE |TRUE |NA | +|Y2544700 | 501|Gen2HeightFeetOnly | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 2010| 0|TRUE |TRUE |NA | +|Y2544800 | 502|Gen2HeightInchesRemainder | 2| 9|Gen2OutcomesHeight | 2|Gen2C | 2010| 0|TRUE |TRUE |NA | +|Y2544900 | 504|Gen2WeightPoundsYA | 2| 12|Gen2OutcomesWeight | 3|Gen2YA | 2010| 0|TRUE |TRUE |NA | +|Y2616000 | 16|AgeAtInterviewDateYears | 2| 4|Gen2Links | 3|Gen2YA | 2010| 7|TRUE |TRUE |NA | +|Y2633100 | 20|InterviewDateDay | 2| 4|Gen2Links | 3|Gen2YA | 2012| 0|TRUE |TRUE |NA | +|Y2633101 | 21|InterviewDateMonth | 2| 4|Gen2Links | 3|Gen2YA | 2012| 0|TRUE |TRUE |NA | +|Y2633102 | 22|InterviewDateYear | 2| 4|Gen2Links | 3|Gen2YA | 2012| 0|TRUE |TRUE |NA | +|Y2644500 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 1|TRUE |TRUE |NA | +|Y2644600 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 2|TRUE |TRUE |NA | +|Y2644700 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 3|TRUE |TRUE |NA | +|Y2644800 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 4|TRUE |TRUE |NA | +|Y2644900 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 5|TRUE |TRUE |NA | +|Y2645000 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 6|TRUE |TRUE |NA | +|Y2645100 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 7|TRUE |TRUE |NA | +|Y2645200 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 8|TRUE |TRUE |NA | +|Y2645300 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 9|TRUE |TRUE |NA | +|Y2645400 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 10|TRUE |TRUE |NA | +|Y2645500 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 1|TRUE |TRUE |NA | +|Y2645600 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 2|TRUE |TRUE |NA | +|Y2645700 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 3|TRUE |TRUE |NA | +|Y2645800 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 4|TRUE |TRUE |NA | +|Y2645900 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 5|TRUE |TRUE |NA | +|Y2646000 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 6|TRUE |TRUE |NA | +|Y2646100 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 7|TRUE |TRUE |NA | +|Y2646200 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 8|TRUE |TRUE |NA | +|Y2646300 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 9|TRUE |TRUE |NA | +|Y2646400 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2012| 10|TRUE |TRUE |NA | +|Y2880000 | 40|FatherHasAsthmaGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 2012| 0|TRUE |TRUE |NA | +|Y2966400 | 16|AgeAtInterviewDateYears | 2| 4|Gen2Links | 3|Gen2YA | 2012| 7|TRUE |TRUE |NA | +|Y2990500 | 20|InterviewDateDay | 2| 4|Gen2Links | 3|Gen2YA | 2014| 0|TRUE |TRUE |NA | +|Y2990501 | 21|InterviewDateMonth | 2| 4|Gen2Links | 3|Gen2YA | 2014| 0|TRUE |TRUE |NA | +|Y2990502 | 22|InterviewDateYear | 2| 4|Gen2Links | 3|Gen2YA | 2014| 0|TRUE |TRUE |NA | +|Y3001700 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 1|FALSE |FALSE |NA | +|Y3001800 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 2|FALSE |FALSE |NA | +|Y3001900 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 3|FALSE |FALSE |NA | +|Y3002000 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 4|FALSE |FALSE |NA | +|Y3002100 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 5|FALSE |FALSE |NA | +|Y3002200 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 6|FALSE |FALSE |NA | +|Y3002300 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 7|FALSE |FALSE |NA | +|Y3002400 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 8|FALSE |FALSE |NA | +|Y3002500 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 9|FALSE |FALSE |NA | +|Y3002600 | 9|IDCodeOfOtherInterviewedBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 10|FALSE |FALSE |NA | +|Y3002700 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 1|FALSE |FALSE |NA | +|Y3002800 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 2|FALSE |FALSE |NA | +|Y3002900 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 3|FALSE |FALSE |NA | +|Y3003000 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 4|FALSE |FALSE |NA | +|Y3003100 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 5|FALSE |FALSE |NA | +|Y3003200 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 6|FALSE |FALSE |NA | +|Y3003300 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 7|FALSE |FALSE |NA | +|Y3003400 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 8|FALSE |FALSE |NA | +|Y3003500 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 9|FALSE |FALSE |NA | +|Y3003600 | 10|ShareBiodadGen2 | 2| 4|Gen2Links | 3|Gen2YA | 2014| 10|FALSE |FALSE |NA | +|Y3249900 | 40|FatherHasAsthmaGen2 | 2| 6|Gen2ImplicitFather | 3|Gen2YA | 2014| 0|TRUE |TRUE |NA | +|Y3331900 | 16|AgeAtInterviewDateYears | 2| 4|Gen2Links | 3|Gen2YA | 2014| 7|TRUE |TRUE |NA | ## Table Sizes 79 @@ -1895,7 +2074,7 @@ and created a lot of noise in the Git difs |Enum |tblLURoster | 92| 4| |Enum |tblLUTristate | 3| 4| |Enum |tblLUYesNo | 6| 4| -|Extract |tblDemographics | 0| 8| +|Extract |tblDemographics | 8,984| 8| |Extract |tblLinksExplicit | 8,984| 36| |Extract |tblLinksImplicit | 8,984| 43| |Extract |tblRoster | 8,984| 464| @@ -1905,16 +2084,16 @@ and created a lot of noise in the Git difs |Metadata |tblMzManual | 90| 8| |Metadata |tblRosterAssignment | 31| 16| |Metadata |tblVariable | 551| 11| -|Process |tblMarker | 5,038| 10| +|Process |tblMarker | 0| 10| |Process |tblOutcome | 0| 5| |Process |tblParentsOfGen1Current | 0| 3| -|Process |tblRelatedStructure | 5,038| 8| -|Process |tblRelatedValues | 2,519| 23| -|Process |tblResponse | 935,636| 8| -|Process |tblRoster | 5,038| 13| -|Process |tblSubject | 8,984| 5| -|Process |tblSubjectDetails | 8,984| 15| -|Process |tblSurveyTime | 152,728| 7| +|Process |tblRelatedStructure | 0| 8| +|Process |tblRelatedValues | 0| 23| +|Process |tblResponse | 0| 8| +|Process |tblRoster | 0| 13| +|Process |tblSubject | 0| 5| +|Process |tblSubjectDetails | 0| 15| +|Process |tblSurveyTime | 0| 7| ## Items 97 @@ -2531,7 +2710,7 @@ Session info ------------------------------------------------------------------- language (EN) collate English_United States.1252 tz America/Chicago - date 2018-10-13 + date 2018-10-14 ``` ``` @@ -2605,4 +2784,4 @@ Packages ----------------------------------------------------------------------- -Report rendered by Will at 2018-10-13, 18:50 -0500 in 2 seconds. +Report rendered by Will at 2018-10-14, 18:26 -0500 in 2 seconds. diff --git a/data-public/derived/outcomes-79-subject-survey.rds b/data-public/derived/outcomes-79-subject-survey.rds index 8853464..33efeec 100644 Binary files a/data-public/derived/outcomes-79-subject-survey.rds and b/data-public/derived/outcomes-79-subject-survey.rds differ diff --git a/data-public/derived/outcomes-79-subject.rds b/data-public/derived/outcomes-79-subject.rds index c29fbc5..3a01b03 100644 Binary files a/data-public/derived/outcomes-79-subject.rds and b/data-public/derived/outcomes-79-subject.rds differ diff --git a/data-public/metadata/database/generate-db-79.sql b/data-public/metadata/database/generate-db-79.sql index 8617660..a14fa0c 100644 --- a/data-public/metadata/database/generate-db-79.sql +++ b/data-public/metadata/database/generate-db-79.sql @@ -2195,6 +2195,7 @@ SET QUOTED_IDENTIFIER ON GO CREATE TABLE [Extract].[tblGen2FatherFromGen1Death]( [R0000100] [int] NOT NULL, + [R0214700] [int] NULL, [R1373400] [int] NULL, [R1374100] [int] NULL, [R1374800] [int] NULL, diff --git a/data-public/metadata/tagsets-79/Gen2FatherFromGen1Death.NLSY79 b/data-public/metadata/tagsets-79/Gen2FatherFromGen1Death.NLSY79 index c733616..6bcbf07 100644 --- a/data-public/metadata/tagsets-79/Gen2FatherFromGen1Death.NLSY79 +++ b/data-public/metadata/tagsets-79/Gen2FatherFromGen1Death.NLSY79 @@ -1,4 +1,6 @@ R0000100 +R0000149 +R0214800 R1373400 R1374100 R1374800 diff --git a/stitched-output/dal/import-metadata.html b/stitched-output/dal/import-metadata.html index 06d7faf..0ff0c70 100644 --- a/stitched-output/dal/import-metadata.html +++ b/stitched-output/dal/import-metadata.html @@ -242,6 +242,11 @@ # - Tables are WRITTEN from top to bottom. # - Tables are DELETED from bottom to top. lst_col_types <- list( + ArchiveDescription = readr::cols_only( + AlgorithmVersion = readr::col_integer(), + Description = readr::col_character(), + Date = readr::col_date() + ), item = readr::cols_only( ID = readr::col_integer(), Label = readr::col_character(), @@ -355,24 +360,25 @@ ds_mapping -
## # A tibble: 15 x 5
+
## # A tibble: 16 x 5
 ##    table_name       schema_name enum_name     c_sharp_type convert_to_enum
 ##    <chr>            <chr>       <chr>         <chr>        <lgl>          
-##  1 item             Metadata    Item          short        TRUE           
-##  2 LUExtractSource  Enum        ExtractSource byte         TRUE           
-##  3 LUGender         Enum        Gender        byte         TRUE           
-##  4 LUMarkerEvidence Enum        MarkerEviden~ byte         TRUE           
-##  5 LUMarkerType     Enum        MarkerType    byte         TRUE           
-##  6 LUMultipleBirth  Enum        MultipleBirth byte         TRUE           
-##  7 LURaceCohort     Enum        RaceCohort    byte         TRUE           
-##  8 LURelationshipP~ Enum        Relationship~ byte         TRUE           
-##  9 LURosterGen1     Enum        RosterGen1    short        TRUE           
-## 10 LUSurveySource   Enum        SurveySource  byte         TRUE           
-## 11 LUTristate       Enum        Tristate      byte         TRUE           
-## 12 LUYesNo          Enum        YesNo         short        TRUE           
-## 13 MzManual         Metadata    NA_character  NA_character FALSE          
-## 14 RosterGen1Assig~ Metadata    NA_character  NA_character FALSE          
-## 15 variable         Metadata    NA_character  NA_character FALSE
+##  1 ArchiveDescript~ Archive     ArchiveDescr~ short        FALSE          
+##  2 item             Metadata    Item          short        TRUE           
+##  3 LUExtractSource  Enum        ExtractSource byte         TRUE           
+##  4 LUGender         Enum        Gender        byte         TRUE           
+##  5 LUMarkerEvidence Enum        MarkerEviden~ byte         TRUE           
+##  6 LUMarkerType     Enum        MarkerType    byte         TRUE           
+##  7 LUMultipleBirth  Enum        MultipleBirth byte         TRUE           
+##  8 LURaceCohort     Enum        RaceCohort    byte         TRUE           
+##  9 LURelationshipP~ Enum        Relationship~ byte         TRUE           
+## 10 LURosterGen1     Enum        RosterGen1    short        TRUE           
+## 11 LUSurveySource   Enum        SurveySource  byte         TRUE           
+## 12 LUTristate       Enum        Tristate      byte         TRUE           
+## 13 LUYesNo          Enum        YesNo         short        TRUE           
+## 14 MzManual         Metadata    NA_character  NA_character FALSE          
+## 15 RosterGen1Assig~ Metadata    NA_character  NA_character FALSE          
+## 16 variable         Metadata    NA_character  NA_character FALSE
 
ds_file <- lst_col_types %>%
@@ -386,24 +392,25 @@
 ds_file
 
-
## # A tibble: 15 x 4
+
## # A tibble: 16 x 4
 ##    name            path                                col_types    exists
 ##    <chr>           <chr>                               <list>       <lgl> 
-##  1 item            data-public/metadata/tables-79/ite~ <S3: col_sp~ TRUE  
-##  2 LUExtractSource data-public/metadata/tables-79/LUE~ <S3: col_sp~ TRUE  
-##  3 LUMarkerEviden~ data-public/metadata/tables-79/LUM~ <S3: col_sp~ TRUE  
-##  4 LUGender        data-public/metadata/tables-79/LUG~ <S3: col_sp~ TRUE  
-##  5 LUMarkerType    data-public/metadata/tables-79/LUM~ <S3: col_sp~ TRUE  
-##  6 LUMultipleBirth data-public/metadata/tables-79/LUM~ <S3: col_sp~ TRUE  
-##  7 LURaceCohort    data-public/metadata/tables-79/LUR~ <S3: col_sp~ TRUE  
-##  8 LURelationship~ data-public/metadata/tables-79/LUR~ <S3: col_sp~ TRUE  
-##  9 LURosterGen1    data-public/metadata/tables-79/LUR~ <S3: col_sp~ TRUE  
-## 10 LUSurveySource  data-public/metadata/tables-79/LUS~ <S3: col_sp~ TRUE  
-## 11 LUTristate      data-public/metadata/tables-79/LUT~ <S3: col_sp~ TRUE  
-## 12 LUYesNo         data-public/metadata/tables-79/LUY~ <S3: col_sp~ TRUE  
-## 13 MzManual        data-public/metadata/tables-79/MzM~ <S3: col_sp~ TRUE  
-## 14 RosterGen1Assi~ data-public/metadata/tables-79/Ros~ <S3: col_sp~ TRUE  
-## 15 variable        data-public/metadata/tables-79/var~ <S3: col_sp~ TRUE
+##  1 ArchiveDescrip~ data-public/metadata/tables-79/Arc~ <S3: col_sp~ TRUE  
+##  2 item            data-public/metadata/tables-79/ite~ <S3: col_sp~ TRUE  
+##  3 LUExtractSource data-public/metadata/tables-79/LUE~ <S3: col_sp~ TRUE  
+##  4 LUMarkerEviden~ data-public/metadata/tables-79/LUM~ <S3: col_sp~ TRUE  
+##  5 LUGender        data-public/metadata/tables-79/LUG~ <S3: col_sp~ TRUE  
+##  6 LUMarkerType    data-public/metadata/tables-79/LUM~ <S3: col_sp~ TRUE  
+##  7 LUMultipleBirth data-public/metadata/tables-79/LUM~ <S3: col_sp~ TRUE  
+##  8 LURaceCohort    data-public/metadata/tables-79/LUR~ <S3: col_sp~ TRUE  
+##  9 LURelationship~ data-public/metadata/tables-79/LUR~ <S3: col_sp~ TRUE  
+## 10 LURosterGen1    data-public/metadata/tables-79/LUR~ <S3: col_sp~ TRUE  
+## 11 LUSurveySource  data-public/metadata/tables-79/LUS~ <S3: col_sp~ TRUE  
+## 12 LUTristate      data-public/metadata/tables-79/LUT~ <S3: col_sp~ TRUE  
+## 13 LUYesNo         data-public/metadata/tables-79/LUY~ <S3: col_sp~ TRUE  
+## 14 MzManual        data-public/metadata/tables-79/MzM~ <S3: col_sp~ TRUE  
+## 15 RosterGen1Assi~ data-public/metadata/tables-79/Ros~ <S3: col_sp~ TRUE  
+## 16 variable        data-public/metadata/tables-79/var~ <S3: col_sp~ TRUE
 
testit::assert("All metadata files must exist.", all(ds_file$exists))
@@ -417,24 +424,25 @@
 ds_entries
 
-
## # A tibble: 15 x 4
+
## # A tibble: 16 x 4
 ##    name          path                           col_types   entries       
 ##    <chr>         <chr>                          <list>      <list>        
-##  1 item          data-public/metadata/tables-7~ <S3: col_s~ <tibble [110 ~
-##  2 LUExtractSou~ data-public/metadata/tables-7~ <S3: col_s~ <tibble [11 x~
-##  3 LUMarkerEvid~ data-public/metadata/tables-7~ <S3: col_s~ <tibble [8 x ~
-##  4 LUGender      data-public/metadata/tables-7~ <S3: col_s~ <tibble [3 x ~
-##  5 LUMarkerType  data-public/metadata/tables-7~ <S3: col_s~ <tibble [28 x~
-##  6 LUMultipleBi~ data-public/metadata/tables-7~ <S3: col_s~ <tibble [5 x ~
-##  7 LURaceCohort  data-public/metadata/tables-7~ <S3: col_s~ <tibble [3 x ~
-##  8 LURelationsh~ data-public/metadata/tables-7~ <S3: col_s~ <tibble [5 x ~
-##  9 LURosterGen1  data-public/metadata/tables-7~ <S3: col_s~ <tibble [67 x~
-## 10 LUSurveySour~ data-public/metadata/tables-7~ <S3: col_s~ <tibble [5 x ~
-## 11 LUTristate    data-public/metadata/tables-7~ <S3: col_s~ <tibble [3 x ~
-## 12 LUYesNo       data-public/metadata/tables-7~ <S3: col_s~ <tibble [6 x ~
-## 13 MzManual      data-public/metadata/tables-7~ <S3: col_s~ <tibble [208 ~
-## 14 RosterGen1As~ data-public/metadata/tables-7~ <S3: col_s~ <tibble [50 x~
-## 15 variable      data-public/metadata/tables-7~ <S3: col_s~ <tibble [1,64~
+##  1 ArchiveDescr~ data-public/metadata/tables-7~ <S3: col_s~ <tibble [57 x~
+##  2 item          data-public/metadata/tables-7~ <S3: col_s~ <tibble [110 ~
+##  3 LUExtractSou~ data-public/metadata/tables-7~ <S3: col_s~ <tibble [12 x~
+##  4 LUMarkerEvid~ data-public/metadata/tables-7~ <S3: col_s~ <tibble [8 x ~
+##  5 LUGender      data-public/metadata/tables-7~ <S3: col_s~ <tibble [3 x ~
+##  6 LUMarkerType  data-public/metadata/tables-7~ <S3: col_s~ <tibble [28 x~
+##  7 LUMultipleBi~ data-public/metadata/tables-7~ <S3: col_s~ <tibble [5 x ~
+##  8 LURaceCohort  data-public/metadata/tables-7~ <S3: col_s~ <tibble [3 x ~
+##  9 LURelationsh~ data-public/metadata/tables-7~ <S3: col_s~ <tibble [5 x ~
+## 10 LURosterGen1  data-public/metadata/tables-7~ <S3: col_s~ <tibble [67 x~
+## 11 LUSurveySour~ data-public/metadata/tables-7~ <S3: col_s~ <tibble [5 x ~
+## 12 LUTristate    data-public/metadata/tables-7~ <S3: col_s~ <tibble [3 x ~
+## 13 LUYesNo       data-public/metadata/tables-7~ <S3: col_s~ <tibble [6 x ~
+## 14 MzManual      data-public/metadata/tables-7~ <S3: col_s~ <tibble [208 ~
+## 15 RosterGen1As~ data-public/metadata/tables-7~ <S3: col_s~ <tibble [50 x~
+## 16 variable      data-public/metadata/tables-7~ <S3: col_s~ <tibble [1,82~
 
# d <- readr::read_csv("data-public/metadata/tables/variable_79.csv", col_types=lst_col_types$variable_79, comment = "#")
@@ -445,20 +453,20 @@
 ds_table
 
-
## # A tibble: 53 x 6
+
## # A tibble: 51 x 6
 ##    schema_name table_name row_count column_count space_total_kb
 ##  * <chr>       <chr>          <int>        <int>          <int>
-##  1 Archive     tblArchiv~        56            4            144
-##  2 Archive     tblRelate~    751650           24          30160
+##  1 Archive     tblArchiv~        57            3             72
+##  2 Archive     tblRelate~    789184           24          32464
 ##  3 dbo         sysdiagra~         4            5            280
 ##  4 Enum        tblLUBiop~         0            2              0
-##  5 Enum        tblLUExtr~        11            4             72
+##  5 Enum        tblLUExtr~        12            4             72
 ##  6 Enum        tblLUGend~         3            4             72
 ##  7 Enum        tblLUMark~         8            4             72
 ##  8 Enum        tblLUMark~        28            5             72
 ##  9 Enum        tblLUMult~         5            4             72
 ## 10 Enum        tblLURace~         3            4             72
-## # ... with 43 more rows, and 1 more variable: space_used_kb <int>
+## # ... with 41 more rows, and 1 more variable: space_used_kb <int>
 
rm(directory_in) # rm(col_types_tulsa)
@@ -485,7 +493,21 @@
   purrr::walk(print)
 
-
## # A tibble: 110 x 7
+
## # A tibble: 57 x 3
+##    AlgorithmVersion Description                                 Date      
+##               <int> <chr>                                       <date>    
+##  1               32 Unites Gen2 V28 with Gen1 that uses only e~ NA        
+##  2               26 One of the last Gen2 version, before focus~ NA        
+##  3               33 Replaces all Gen2 NULLS with .375s          NA        
+##  4               34 Gen2 RExplicits uses Twin determinations (~ NA        
+##  5               35 Unites Gen1 Again                           NA        
+##  6               36 Includes AuntNieces, ParentChildren & Gen2~ NA        
+##  7               37 Updated Gen1Links tagset for 2010 wave      NA        
+##  8               38 Updated Gen2FatherFromGen1 tagset for 2010~ NA        
+##  9               39 Updated Gen2LinksFromGen1 tagset for 2010 ~ NA        
+## 10               40 Updated Gen2Links and Gen2ImplicitFather t~ NA        
+## # ... with 47 more rows
+## # A tibble: 110 x 7
 ##       ID Label               MinValue MinNonnegative MaxValue Active Notes
 ##    <int> <chr>                  <int>          <int>    <int> <lgl>  <chr>
 ##  1     1 IDOfOther1979Roste~       -4              1    12557 TRUE   <NA> 
@@ -499,20 +521,21 @@
 ##  9    11 Gen1MomOfGen2Subje~        2              2    12675 TRUE   <NA> 
 ## 10    13 DateOfBirthMonth          -5              1       12 TRUE   <NA> 
 ## # ... with 100 more rows
-## # A tibble: 11 x 4
-##       ID Label              Active Notes
-##    <int> <chr>              <lgl>  <chr>
-##  1     3 Gen1Links          TRUE   <NA> 
-##  2     4 Gen2Links          TRUE   <NA> 
-##  3     5 Gen2LinksFromGen1  TRUE   <NA> 
-##  4     6 Gen2ImplicitFather TRUE   <NA> 
-##  5     7 Gen2FatherFromGen1 TRUE   <NA> 
-##  6     8 Gen1Outcomes       TRUE   <NA> 
-##  7     9 Gen2OutcomesHeight TRUE   <NA> 
-##  8    10 Gen1Explicit       TRUE   <NA> 
-##  9    11 Gen1Implicit       TRUE   <NA> 
-## 10    12 Gen2OutcomesWeight TRUE   <NA> 
-## 11    13 Gen2OutcomesMath   TRUE   <NA> 
+## # A tibble: 12 x 4
+##       ID Label                   Active Notes
+##    <int> <chr>                   <lgl>  <chr>
+##  1     3 Gen1Links               TRUE   <NA> 
+##  2     4 Gen2Links               TRUE   <NA> 
+##  3     5 Gen2LinksFromGen1       TRUE   <NA> 
+##  4     6 Gen2ImplicitFather      TRUE   <NA> 
+##  5     7 Gen2FatherFromGen1      TRUE   <NA> 
+##  6     8 Gen1Outcomes            TRUE   <NA> 
+##  7     9 Gen2OutcomesHeight      TRUE   <NA> 
+##  8    10 Gen1Explicit            TRUE   <NA> 
+##  9    11 Gen1Implicit            TRUE   <NA> 
+## 10    12 Gen2OutcomesWeight      TRUE   <NA> 
+## 11    13 Gen2OutcomesMath        TRUE   <NA> 
+## 12    14 Gen2ImplicitFatherDeath TRUE   <NA> 
 ## # A tibble: 8 x 4
 ##      ID Label            Active Notes
 ##   <int> <chr>            <lgl>  <chr>
@@ -635,7 +658,7 @@
 ## #   SameGeneration <int>, ShareBiodad <int>, ShareBiomom <int>,
 ## #   ShareBiograndparent <int>, Inconsistent <int>, Notes <chr>,
 ## #   ResponseLowerLabel <chr>, ResponseUpperLabel <chr>
-## # A tibble: 1,642 x 10
+## # A tibble: 1,820 x 10
 ##    VariableCode  Item Generation ExtractSource SurveySource SurveyYear
 ##    <chr>        <int>      <int>         <int>        <int>      <int>
 ##  1 R0000100       100          1             3            1       1979
@@ -648,7 +671,7 @@
 ##  8 R0000150         1          1            10            1       1979
 ##  9 R0000152         1          1            10            1       1979
 ## 10 R0000154         1          1            10            1       1979
-## # ... with 1,632 more rows, and 4 more variables: LoopIndex <int>,
+## # ... with 1,810 more rows, and 4 more variables: LoopIndex <int>,
 ## #   Translate <int>, Active <int>, Notes <chr>
 
@@ -674,37 +697,38 @@ ds_file$table_name
-
##  [1] "tblitem"                 "tblLUExtractSource"     
-##  [3] "tblLUMarkerEvidence"     "tblLUGender"            
-##  [5] "tblLUMarkerType"         "tblLUMultipleBirth"     
-##  [7] "tblLURaceCohort"         "tblLURelationshipPath"  
-##  [9] "tblLURosterGen1"         "tblLUSurveySource"      
-## [11] "tblLUTristate"           "tblLUYesNo"             
-## [13] "tblMzManual"             "tblRosterGen1Assignment"
-## [15] "tblvariable"
+
##  [1] "tblArchiveDescription"   "tblitem"                
+##  [3] "tblLUExtractSource"      "tblLUMarkerEvidence"    
+##  [5] "tblLUGender"             "tblLUMarkerType"        
+##  [7] "tblLUMultipleBirth"      "tblLURaceCohort"        
+##  [9] "tblLURelationshipPath"   "tblLURosterGen1"        
+## [11] "tblLUSurveySource"       "tblLUTristate"          
+## [13] "tblLUYesNo"              "tblMzManual"            
+## [15] "tblRosterGen1Assignment" "tblvariable"
 
ds_file
 
-
## # A tibble: 15 x 11
+
## # A tibble: 16 x 11
 ##    name  path  col_types exists schema_name enum_name c_sharp_type
 ##    <chr> <chr> <list>    <lgl>  <chr>       <chr>     <chr>       
-##  1 item  data~ <S3: col~ TRUE   Metadata    Item      short       
-##  2 LUEx~ data~ <S3: col~ TRUE   Enum        ExtractS~ byte        
-##  3 LUMa~ data~ <S3: col~ TRUE   Enum        MarkerEv~ byte        
-##  4 LUGe~ data~ <S3: col~ TRUE   Enum        Gender    byte        
-##  5 LUMa~ data~ <S3: col~ TRUE   Enum        MarkerTy~ byte        
-##  6 LUMu~ data~ <S3: col~ TRUE   Enum        Multiple~ byte        
-##  7 LURa~ data~ <S3: col~ TRUE   Enum        RaceCoho~ byte        
-##  8 LURe~ data~ <S3: col~ TRUE   Enum        Relation~ byte        
-##  9 LURo~ data~ <S3: col~ TRUE   Enum        RosterGe~ short       
-## 10 LUSu~ data~ <S3: col~ TRUE   Enum        SurveySo~ byte        
-## 11 LUTr~ data~ <S3: col~ TRUE   Enum        Tristate  byte        
-## 12 LUYe~ data~ <S3: col~ TRUE   Enum        YesNo     short       
-## 13 MzMa~ data~ <S3: col~ TRUE   Metadata    NA_chara~ NA_character
-## 14 Rost~ data~ <S3: col~ TRUE   Metadata    NA_chara~ NA_character
-## 15 vari~ data~ <S3: col~ TRUE   Metadata    NA_chara~ NA_character
+##  1 Arch~ data~ <S3: col~ TRUE   Archive     ArchiveD~ short       
+##  2 item  data~ <S3: col~ TRUE   Metadata    Item      short       
+##  3 LUEx~ data~ <S3: col~ TRUE   Enum        ExtractS~ byte        
+##  4 LUMa~ data~ <S3: col~ TRUE   Enum        MarkerEv~ byte        
+##  5 LUGe~ data~ <S3: col~ TRUE   Enum        Gender    byte        
+##  6 LUMa~ data~ <S3: col~ TRUE   Enum        MarkerTy~ byte        
+##  7 LUMu~ data~ <S3: col~ TRUE   Enum        Multiple~ byte        
+##  8 LURa~ data~ <S3: col~ TRUE   Enum        RaceCoho~ byte        
+##  9 LURe~ data~ <S3: col~ TRUE   Enum        Relation~ byte        
+## 10 LURo~ data~ <S3: col~ TRUE   Enum        RosterGe~ short       
+## 11 LUSu~ data~ <S3: col~ TRUE   Enum        SurveySo~ byte        
+## 12 LUTr~ data~ <S3: col~ TRUE   Enum        Tristate  byte        
+## 13 LUYe~ data~ <S3: col~ TRUE   Enum        YesNo     short       
+## 14 MzMa~ data~ <S3: col~ TRUE   Metadata    NA_chara~ NA_character
+## 15 Rost~ data~ <S3: col~ TRUE   Metadata    NA_chara~ NA_character
+## 16 vari~ data~ <S3: col~ TRUE   Metadata    NA_chara~ NA_character
 ## # ... with 4 more variables: convert_to_enum <lgl>, table_name <chr>,
 ## #   sql_delete <S3: glue>, entries <list>
 
@@ -766,11 +790,11 @@ ## FatherHasAsthmaGen2 = 40, ## BioKidCountGen1 = 48, ## Gen1ChildsIDByBirthOrder = 49, -## HerTwinsTripsAreListed = 50, -## HerTwinsAreMz = 52, -## HerTripsAreMz = 53, -## HerTwinsMistakenForEachOther = 54, -## HerTripsMistakenForEachOther = 55, +## HerTwinsTripsAreListed = 50, // Manually reviewed after 2010 wave, but not since +## HerTwinsAreMz = 52, // Manually reviewed after 2010 wave, but not since +## HerTripsAreMz = 53, // Manually reviewed after 2010 wave, but not since +## HerTwinsMistakenForEachOther = 54, // Manually reviewed after 2010 wave, but not since +## HerTripsMistakenForEachOther = 55, // Manually reviewed after 2010 wave, but not since ## BirthOrderInNlsGen2 = 60, ## SiblingCountTotalFen1 = 63, ## BioKidCountGen2 = 64, @@ -863,6 +887,7 @@ ## Gen1Implicit = 11, ## Gen2OutcomesWeight = 12, ## Gen2OutcomesMath = 13, +## Gen2ImplicitFatherDeath = 14, ## } ## ## public enum MarkerEvidence { @@ -1222,6 +1247,9 @@ ## ## $tblitem ## data frame with 0 columns and 0 rows +## +## $tblArchiveDescription +## data frame with 0 columns and 0 rows
# d <- ds_file %>%
@@ -1269,13 +1297,22 @@
 ) #%>%
 
-
##  [1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
+
##  [1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
 
# purrr::set_names(ds_file$table_name)
 # a <- ds_file$entries[[15]]
 # table(a$ID)
 
+# RODBC::sqlSave(
+#   channel     = channel_rodbc,
+#   dat         = ds_file$entries[[16]][, ],
+#   tablename   = "Metadata.tblVariable",
+#   safer       = TRUE,       # Don't keep the existing table.
+#   rownames    = FALSE,
+#   append      = TRUE
+# )
+
 # DBI::dbWriteTable(
 #   conn        = channel,
 #   name        = DBI::Id(catalog="NlsyLinks79", schema="Metadata", table="tblv"),
@@ -1333,7 +1370,7 @@
 cat("`import-79-metadata.R` file completed by `", Sys.info()["user"], "` at ", strftime(Sys.time(), "%Y-%m-%d, %H:%M %z"), " in ",  duration_in_seconds, " seconds.", sep="")
 
-
## `import-79-metadata.R` file completed by `Will` at 2018-10-13, 17:23 -0500 in 7 seconds.
+
## `import-79-metadata.R` file completed by `Will` at 2018-10-14, 17:01 -0500 in 9 seconds.
 

The R session information (including the OS info, R version and all @@ -1359,28 +1396,32 @@ ## [1] stats graphics grDevices utils datasets methods base ## ## other attached packages: -## [1] bindrcpp_0.2.2 magrittr_1.5 +## [1] knitr_1.20 bindrcpp_0.2.2 magrittr_1.5 ## ## loaded via a namespace (and not attached): -## [1] Rcpp_0.12.19 pillar_1.3.0 compiler_3.5.1 -## [4] bindr_0.1.1 tools_3.5.1 odbc_1.1.6 -## [7] packrat_0.4.9-3 bit_1.1-14 evaluate_0.12 -## [10] tibble_1.4.2 checkmate_1.8.5 pkgconfig_2.0.2 -## [13] rlang_0.2.2 DBI_1.0.0 cli_1.0.1 -## [16] rstudioapi_0.8 yaml_2.2.0 dplyr_0.7.6 -## [19] stringr_1.3.1 knitr_1.20 hms_0.4.2.9001 -## [22] bit64_0.9-7 tidyselect_0.2.5 glue_1.3.0 -## [25] OuhscMunge_0.1.9.9009 R6_2.3.0 fansi_0.4.0 -## [28] tidyr_0.8.1 readr_1.2.0 purrr_0.2.5 -## [31] blob_1.1.1 backports_1.1.2 RODBC_1.3-15 -## [34] assertthat_0.2.0 testit_0.8.1 config_0.3 -## [37] utf8_1.1.4 stringi_1.2.4 crayon_1.3.4 +## [1] Rcpp_0.12.19 highr_0.7 pillar_1.3.0 +## [4] compiler_3.5.1 bindr_0.1.1 tools_3.5.1 +## [7] odbc_1.1.6 packrat_0.4.9-3 digest_0.6.18 +## [10] bit_1.1-14 memoise_1.1.0 evaluate_0.12 +## [13] tibble_1.4.2 checkmate_1.8.5 pkgconfig_2.0.2 +## [16] rlang_0.2.2 rstudioapi_0.8 DBI_1.0.0 +## [19] cli_1.0.1 yaml_2.2.0 withr_2.1.2 +## [22] dplyr_0.7.6 stringr_1.3.1 devtools_1.13.6 +## [25] hms_0.4.2.9001 rprojroot_1.3-2 bit64_0.9-7 +## [28] tidyselect_0.2.5 glue_1.3.0 OuhscMunge_0.1.9.9009 +## [31] R6_2.3.0 fansi_0.4.0 rmarkdown_1.10 +## [34] tidyr_0.8.1 readr_1.2.0 purrr_0.2.5 +## [37] blob_1.1.1 scales_1.0.0 backports_1.1.2 +## [40] RODBC_1.3-15 htmltools_0.3.6 assertthat_0.2.0 +## [43] testit_0.8.1 colorspace_1.3-2 config_0.3 +## [46] utf8_1.1.4 stringi_1.2.4 munsell_0.5.0 +## [49] markdown_0.8 crayon_1.3.4

Sys.time()
 
-
## [1] "2018-10-13 17:23:52 CDT"
+
## [1] "2018-10-14 17:01:11 CDT"
 
diff --git a/stitched-output/dal/import-metadata.md b/stitched-output/dal/import-metadata.md index f00f3c2..a443717 100644 --- a/stitched-output/dal/import-metadata.md +++ b/stitched-output/dal/import-metadata.md @@ -48,6 +48,11 @@ col_types_minimal <- readr::cols_only( # - Tables are WRITTEN from top to bottom. # - Tables are DELETED from bottom to top. lst_col_types <- list( + ArchiveDescription = readr::cols_only( + AlgorithmVersion = readr::col_integer(), + Description = readr::col_character(), + Date = readr::col_date() + ), item = readr::cols_only( ID = readr::col_integer(), Label = readr::col_character(), @@ -163,24 +168,25 @@ ds_mapping ``` ``` -## # A tibble: 15 x 5 +## # A tibble: 16 x 5 ## table_name schema_name enum_name c_sharp_type convert_to_enum ## -## 1 item Metadata Item short TRUE -## 2 LUExtractSource Enum ExtractSource byte TRUE -## 3 LUGender Enum Gender byte TRUE -## 4 LUMarkerEvidence Enum MarkerEviden~ byte TRUE -## 5 LUMarkerType Enum MarkerType byte TRUE -## 6 LUMultipleBirth Enum MultipleBirth byte TRUE -## 7 LURaceCohort Enum RaceCohort byte TRUE -## 8 LURelationshipP~ Enum Relationship~ byte TRUE -## 9 LURosterGen1 Enum RosterGen1 short TRUE -## 10 LUSurveySource Enum SurveySource byte TRUE -## 11 LUTristate Enum Tristate byte TRUE -## 12 LUYesNo Enum YesNo short TRUE -## 13 MzManual Metadata NA_character NA_character FALSE -## 14 RosterGen1Assig~ Metadata NA_character NA_character FALSE -## 15 variable Metadata NA_character NA_character FALSE +## 1 ArchiveDescript~ Archive ArchiveDescr~ short FALSE +## 2 item Metadata Item short TRUE +## 3 LUExtractSource Enum ExtractSource byte TRUE +## 4 LUGender Enum Gender byte TRUE +## 5 LUMarkerEvidence Enum MarkerEviden~ byte TRUE +## 6 LUMarkerType Enum MarkerType byte TRUE +## 7 LUMultipleBirth Enum MultipleBirth byte TRUE +## 8 LURaceCohort Enum RaceCohort byte TRUE +## 9 LURelationshipP~ Enum Relationship~ byte TRUE +## 10 LURosterGen1 Enum RosterGen1 short TRUE +## 11 LUSurveySource Enum SurveySource byte TRUE +## 12 LUTristate Enum Tristate byte TRUE +## 13 LUYesNo Enum YesNo short TRUE +## 14 MzManual Metadata NA_character NA_character FALSE +## 15 RosterGen1Assig~ Metadata NA_character NA_character FALSE +## 16 variable Metadata NA_character NA_character FALSE ``` ```r @@ -196,24 +202,25 @@ ds_file ``` ``` -## # A tibble: 15 x 4 +## # A tibble: 16 x 4 ## name path col_types exists ## -## 1 item data-public/metadata/tables-79/ite~ -## 1 item data-public/metadata/tables-7~ -## 1 Archive tblArchiv~ 56 4 144 -## 2 Archive tblRelate~ 751650 24 30160 +## 1 Archive tblArchiv~ 57 3 72 +## 2 Archive tblRelate~ 789184 24 32464 ## 3 dbo sysdiagra~ 4 5 280 ## 4 Enum tblLUBiop~ 0 2 0 -## 5 Enum tblLUExtr~ 11 4 72 +## 5 Enum tblLUExtr~ 12 4 72 ## 6 Enum tblLUGend~ 3 4 72 ## 7 Enum tblLUMark~ 8 4 72 ## 8 Enum tblLUMark~ 28 5 72 ## 9 Enum tblLUMult~ 5 4 72 ## 10 Enum tblLURace~ 3 4 72 -## # ... with 43 more rows, and 1 more variable: space_used_kb +## # ... with 41 more rows, and 1 more variable: space_used_kb ``` ```r @@ -302,6 +310,20 @@ ds_file$entries %>% ``` ``` +## # A tibble: 57 x 3 +## AlgorithmVersion Description Date +## +## 1 32 Unites Gen2 V28 with Gen1 that uses only e~ NA +## 2 26 One of the last Gen2 version, before focus~ NA +## 3 33 Replaces all Gen2 NULLS with .375s NA +## 4 34 Gen2 RExplicits uses Twin determinations (~ NA +## 5 35 Unites Gen1 Again NA +## 6 36 Includes AuntNieces, ParentChildren & Gen2~ NA +## 7 37 Updated Gen1Links tagset for 2010 wave NA +## 8 38 Updated Gen2FatherFromGen1 tagset for 2010~ NA +## 9 39 Updated Gen2LinksFromGen1 tagset for 2010 ~ NA +## 10 40 Updated Gen2Links and Gen2ImplicitFather t~ NA +## # ... with 47 more rows ## # A tibble: 110 x 7 ## ID Label MinValue MinNonnegative MaxValue Active Notes ## @@ -316,20 +338,21 @@ ds_file$entries %>% ## 9 11 Gen1MomOfGen2Subje~ 2 2 12675 TRUE ## 10 13 DateOfBirthMonth -5 1 12 TRUE ## # ... with 100 more rows -## # A tibble: 11 x 4 -## ID Label Active Notes -## -## 1 3 Gen1Links TRUE -## 2 4 Gen2Links TRUE -## 3 5 Gen2LinksFromGen1 TRUE -## 4 6 Gen2ImplicitFather TRUE -## 5 7 Gen2FatherFromGen1 TRUE -## 6 8 Gen1Outcomes TRUE -## 7 9 Gen2OutcomesHeight TRUE -## 8 10 Gen1Explicit TRUE -## 9 11 Gen1Implicit TRUE -## 10 12 Gen2OutcomesWeight TRUE -## 11 13 Gen2OutcomesMath TRUE +## # A tibble: 12 x 4 +## ID Label Active Notes +## +## 1 3 Gen1Links TRUE +## 2 4 Gen2Links TRUE +## 3 5 Gen2LinksFromGen1 TRUE +## 4 6 Gen2ImplicitFather TRUE +## 5 7 Gen2FatherFromGen1 TRUE +## 6 8 Gen1Outcomes TRUE +## 7 9 Gen2OutcomesHeight TRUE +## 8 10 Gen1Explicit TRUE +## 9 11 Gen1Implicit TRUE +## 10 12 Gen2OutcomesWeight TRUE +## 11 13 Gen2OutcomesMath TRUE +## 12 14 Gen2ImplicitFatherDeath TRUE ## # A tibble: 8 x 4 ## ID Label Active Notes ## @@ -452,7 +475,7 @@ ds_file$entries %>% ## # SameGeneration , ShareBiodad , ShareBiomom , ## # ShareBiograndparent , Inconsistent , Notes , ## # ResponseLowerLabel , ResponseUpperLabel -## # A tibble: 1,642 x 10 +## # A tibble: 1,820 x 10 ## VariableCode Item Generation ExtractSource SurveySource SurveyYear ## ## 1 R0000100 100 1 3 1 1979 @@ -465,7 +488,7 @@ ds_file$entries %>% ## 8 R0000150 1 1 10 1 1979 ## 9 R0000152 1 1 10 1 1979 ## 10 R0000154 1 1 10 1 1979 -## # ... with 1,632 more rows, and 4 more variables: LoopIndex , +## # ... with 1,810 more rows, and 4 more variables: LoopIndex , ## # Translate , Active , Notes ``` @@ -493,14 +516,14 @@ ds_file$table_name ``` ``` -## [1] "tblitem" "tblLUExtractSource" -## [3] "tblLUMarkerEvidence" "tblLUGender" -## [5] "tblLUMarkerType" "tblLUMultipleBirth" -## [7] "tblLURaceCohort" "tblLURelationshipPath" -## [9] "tblLURosterGen1" "tblLUSurveySource" -## [11] "tblLUTristate" "tblLUYesNo" -## [13] "tblMzManual" "tblRosterGen1Assignment" -## [15] "tblvariable" +## [1] "tblArchiveDescription" "tblitem" +## [3] "tblLUExtractSource" "tblLUMarkerEvidence" +## [5] "tblLUGender" "tblLUMarkerType" +## [7] "tblLUMultipleBirth" "tblLURaceCohort" +## [9] "tblLURelationshipPath" "tblLURosterGen1" +## [11] "tblLUSurveySource" "tblLUTristate" +## [13] "tblLUYesNo" "tblMzManual" +## [15] "tblRosterGen1Assignment" "tblvariable" ``` ```r @@ -508,24 +531,25 @@ ds_file ``` ``` -## # A tibble: 15 x 11 +## # A tibble: 16 x 11 ## name path col_types exists schema_name enum_name c_sharp_type ## -## 1 item data~ , table_name , ## # sql_delete , entries ``` @@ -589,11 +613,11 @@ ds_enum %>% ## FatherHasAsthmaGen2 = 40, ## BioKidCountGen1 = 48, ## Gen1ChildsIDByBirthOrder = 49, -## HerTwinsTripsAreListed = 50, -## HerTwinsAreMz = 52, -## HerTripsAreMz = 53, -## HerTwinsMistakenForEachOther = 54, -## HerTripsMistakenForEachOther = 55, +## HerTwinsTripsAreListed = 50, // Manually reviewed after 2010 wave, but not since +## HerTwinsAreMz = 52, // Manually reviewed after 2010 wave, but not since +## HerTripsAreMz = 53, // Manually reviewed after 2010 wave, but not since +## HerTwinsMistakenForEachOther = 54, // Manually reviewed after 2010 wave, but not since +## HerTripsMistakenForEachOther = 55, // Manually reviewed after 2010 wave, but not since ## BirthOrderInNlsGen2 = 60, ## SiblingCountTotalFen1 = 63, ## BioKidCountGen2 = 64, @@ -686,6 +710,7 @@ ds_enum %>% ## Gen1Implicit = 11, ## Gen2OutcomesWeight = 12, ## Gen2OutcomesMath = 13, +## Gen2ImplicitFatherDeath = 14, ## } ## ## public enum MarkerEvidence { @@ -1055,6 +1080,9 @@ delete_results_metadata ## ## $tblitem ## data frame with 0 columns and 0 rows +## +## $tblArchiveDescription +## data frame with 0 columns and 0 rows ``` ```r @@ -1104,7 +1132,7 @@ purrr::pmap_int( ``` ``` -## [1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +## [1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 ``` ```r @@ -1112,6 +1140,15 @@ purrr::pmap_int( # a <- ds_file$entries[[15]] # table(a$ID) +# RODBC::sqlSave( +# channel = channel_rodbc, +# dat = ds_file$entries[[16]][, ], +# tablename = "Metadata.tblVariable", +# safer = TRUE, # Don't keep the existing table. +# rownames = FALSE, +# append = TRUE +# ) + # DBI::dbWriteTable( # conn = channel, # name = DBI::Id(catalog="NlsyLinks79", schema="Metadata", table="tblv"), @@ -1170,7 +1207,7 @@ cat("`import-79-metadata.R` file completed by `", Sys.info()["user"], "` at ", s ``` ``` -## `import-79-metadata.R` file completed by `Will` at 2018-10-13, 17:23 -0500 in 7 seconds. +## `import-79-metadata.R` file completed by `Will` at 2018-10-14, 17:01 -0500 in 9 seconds. ``` The R session information (including the OS info, R version and all @@ -1199,22 +1236,26 @@ sessionInfo() ## [1] stats graphics grDevices utils datasets methods base ## ## other attached packages: -## [1] bindrcpp_0.2.2 magrittr_1.5 +## [1] knitr_1.20 bindrcpp_0.2.2 magrittr_1.5 ## ## loaded via a namespace (and not attached): -## [1] Rcpp_0.12.19 pillar_1.3.0 compiler_3.5.1 -## [4] bindr_0.1.1 tools_3.5.1 odbc_1.1.6 -## [7] packrat_0.4.9-3 bit_1.1-14 evaluate_0.12 -## [10] tibble_1.4.2 checkmate_1.8.5 pkgconfig_2.0.2 -## [13] rlang_0.2.2 DBI_1.0.0 cli_1.0.1 -## [16] rstudioapi_0.8 yaml_2.2.0 dplyr_0.7.6 -## [19] stringr_1.3.1 knitr_1.20 hms_0.4.2.9001 -## [22] bit64_0.9-7 tidyselect_0.2.5 glue_1.3.0 -## [25] OuhscMunge_0.1.9.9009 R6_2.3.0 fansi_0.4.0 -## [28] tidyr_0.8.1 readr_1.2.0 purrr_0.2.5 -## [31] blob_1.1.1 backports_1.1.2 RODBC_1.3-15 -## [34] assertthat_0.2.0 testit_0.8.1 config_0.3 -## [37] utf8_1.1.4 stringi_1.2.4 crayon_1.3.4 +## [1] Rcpp_0.12.19 highr_0.7 pillar_1.3.0 +## [4] compiler_3.5.1 bindr_0.1.1 tools_3.5.1 +## [7] odbc_1.1.6 packrat_0.4.9-3 digest_0.6.18 +## [10] bit_1.1-14 memoise_1.1.0 evaluate_0.12 +## [13] tibble_1.4.2 checkmate_1.8.5 pkgconfig_2.0.2 +## [16] rlang_0.2.2 rstudioapi_0.8 DBI_1.0.0 +## [19] cli_1.0.1 yaml_2.2.0 withr_2.1.2 +## [22] dplyr_0.7.6 stringr_1.3.1 devtools_1.13.6 +## [25] hms_0.4.2.9001 rprojroot_1.3-2 bit64_0.9-7 +## [28] tidyselect_0.2.5 glue_1.3.0 OuhscMunge_0.1.9.9009 +## [31] R6_2.3.0 fansi_0.4.0 rmarkdown_1.10 +## [34] tidyr_0.8.1 readr_1.2.0 purrr_0.2.5 +## [37] blob_1.1.1 scales_1.0.0 backports_1.1.2 +## [40] RODBC_1.3-15 htmltools_0.3.6 assertthat_0.2.0 +## [43] testit_0.8.1 colorspace_1.3-2 config_0.3 +## [46] utf8_1.1.4 stringi_1.2.4 munsell_0.5.0 +## [49] markdown_0.8 crayon_1.3.4 ``` ```r @@ -1222,6 +1263,6 @@ Sys.time() ``` ``` -## [1] "2018-10-13 17:23:52 CDT" +## [1] "2018-10-14 17:01:11 CDT" ``` diff --git a/stitched-output/dal/import-raw.html b/stitched-output/dal/import-raw.html index 72f6ade..ebc0ef3 100644 --- a/stitched-output/dal/import-raw.html +++ b/stitched-output/dal/import-raw.html @@ -250,6 +250,9 @@ ,"Extract" , "tblGen2OutcomesMath" , "nlsy79-gen2/Gen2OutcomesMath.csv" ,"Extract" , "tblGen2OutcomesWeight" , "nlsy79-gen2/Gen2OutcomesWeight.csv" + + ,"Extract" , "tblGen2FatherFromGen1Death" , "nlsy79-gen2/Gen2FatherFromGen1Death.csv" + # "Extract" , "tbl97Roster" , "nlsy97/97-roster.csv" ) @@ -276,7 +279,7 @@ print(ds_extract, n=20)
-
## # A tibble: 12 x 8
+
## # A tibble: 13 x 8
 ##    schema table_name file_name path  extract_exist table_name_qual~
 ##    <chr>  <chr>      <chr>     <chr> <lgl>         <chr>           
 ##  1 Extra~ tblGen1Ex~ nlsy79-g~ data~ TRUE          Extract.tblGen1~
@@ -291,6 +294,7 @@
 ## 10 Extra~ tblGen2Ou~ nlsy79-g~ data~ TRUE          Extract.tblGen2~
 ## 11 Extra~ tblGen2Ou~ nlsy79-g~ data~ TRUE          Extract.tblGen2~
 ## 12 Extra~ tblGen2Ou~ nlsy79-g~ data~ TRUE          Extract.tblGen2~
+## 13 Extra~ tblGen2Fa~ nlsy79-g~ data~ TRUE          Extract.tblGen2~
 ## # ... with 2 more variables: sql_select <S3: glue>, sql_truncate <S3:
 ## #   glue>
 
@@ -347,7 +351,7 @@
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)
@@ -399,7 +403,7 @@
     channel     = channel_rodbc,
     dat         = d,
     tablename   = ds_extract$table_name_qualified[i],
-    safer       = TRUE,       # Don't keep the existing table.
+    safer       = FALSE,       # Don't keep the existing table.
     rownames    = FALSE,
     append      = TRUE
   ) %>%
@@ -419,7 +423,7 @@
 
   # 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
@@ -686,65 +690,65 @@
 
## Uploading from `nlsy79-gen2/Gen2FatherFromGen1.csv` to `Extract.tblGen2FatherFromGen1`.
 
-
## # A tibble: 12,686 x 959
-##    R0000100 R0214800 R1373300 R1373400 R1373500 R1374000 R1374100 R1374200
+
## # A tibble: 12,686 x 797
+##    R0000100 R0173600 R0214700 R0214800 R1373300 R1373500 R1374000 R1374200
 ##       <int>    <int>    <int>    <int>    <int>    <int>    <int>    <int>
-##  1        1        2       -5       -5       -5       -5       -5       -5
-##  2        2        2       -4       -4       -4       -4       -4       -4
-##  3        3        2        1       -4       -4        1       -4       -4
-##  4        4        2        0        1        4       -4       -4       -4
-##  5        5        1       -4       -4       -4       -4       -4       -4
-##  6        6        1       -4       -4       -4       -4       -4       -4
-##  7        7        1       -4       -4       -4       -4       -4       -4
-##  8        8        2        1       -4       -4        1       -4       -4
-##  9        9        1       -4       -4       -4       -4       -4       -4
-## 10       10        2        1       -4       -4       -4       -4       -4
-## 11       11        1       -4       -4       -4       -4       -4       -4
-## 12       12        2       -4       -4       -4       -4       -4       -4
-## 13       13        1       -4       -4       -4       -4       -4       -4
-## 14       14        2       -4       -4       -4       -4       -4       -4
-## 15       15        1       -4       -4       -4       -4       -4       -4
-## 16       16        2       -4       -4       -4       -4       -4       -4
-## 17       17        1       -4       -4       -4       -4       -4       -4
-## 18       18        1       -4       -4       -4       -4       -4       -4
-## 19       19        2       -4       -4       -4       -4       -4       -4
-## 20       20        2       -4       -4       -4       -4       -4       -4
-## # ... with 1.267e+04 more rows, and 951 more variables: 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 <int>, R2346500 <int>, R2346800 <int>,
-## #   R2347100 <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 <int>, R2956500 <int>, R2956800 <int>,
-## #   R2957100 <int>, R2957400 <int>, R2957700 <int>, R3255900 <int>,
-## #   R3256000 <int>, R3256100 <int>, R3257700 <int>, R3257800 <int>,
-## #   R3257900 <int>, R3259500 <int>, R3259600 <int>, ...
+##  1        1        5        3        2       -5       -5       -5       -5
+##  2        2        5        3        2       -4       -4       -4       -4
+##  3        3        5        3        2        1       -4        1       -4
+##  4        4        5        3        2        0        4       -4       -4
+##  5        5        1        3        1       -4       -4       -4       -4
+##  6        6        1        3        1       -4       -4       -4       -4
+##  7        7        1        3        1       -4       -4       -4       -4
+##  8        8        6        3        2        1       -4        1       -4
+##  9        9        1        3        1       -4       -4       -4       -4
+## 10       10        6        3        2        1       -4       -4       -4
+## 11       11        1        3        1       -4       -4       -4       -4
+## 12       12        5        3        2       -4       -4       -4       -4
+## 13       13        1        3        1       -4       -4       -4       -4
+## 14       14        5        3        2       -4       -4       -4       -4
+## 15       15        1        3        1       -4       -4       -4       -4
+## 16       16        5        3        2       -4       -4       -4       -4
+## 17       17        1        3        1       -4       -4       -4       -4
+## 18       18        1        3        1       -4       -4       -4       -4
+## 19       19        5        3        2       -4       -4       -4       -4
+## 20       20        5        3        2       -4       -4       -4       -4
+## # ... with 1.267e+04 more rows, and 789 more variables: R1374700 <int>,
+## #   R1374900 <int>, R1375400 <int>, R1375600 <int>, R1376100 <int>,
+## #   R1376300 <int>, R1376800 <int>, R1377000 <int>, R1377500 <int>,
+## #   R1377700 <int>, R1753700 <int>, R1753900 <int>, R1754400 <int>,
+## #   R1754600 <int>, R1755100 <int>, R1755300 <int>, R1755800 <int>,
+## #   R1756000 <int>, R1756500 <int>, R1756700 <int>, R1757200 <int>,
+## #   R1757400 <int>, R1757900 <int>, R1758100 <int>, R2095700 <int>,
+## #   R2095900 <int>, R2096400 <int>, R2096600 <int>, R2097100 <int>,
+## #   R2097300 <int>, R2097800 <int>, R2098000 <int>, R2098500 <int>,
+## #   R2098700 <int>, R2099200 <int>, R2099400 <int>, R2099900 <int>,
+## #   R2100100 <int>, R2345900 <int>, R2346200 <int>, R2346500 <int>,
+## #   R2346800 <int>, R2347100 <int>, R2347400 <int>, R2347700 <int>,
+## #   R2648000 <int>, R2648200 <int>, R2648700 <int>, R2648900 <int>,
+## #   R2649400 <int>, R2649600 <int>, R2650100 <int>, R2650300 <int>,
+## #   R2650800 <int>, R2651000 <int>, R2651500 <int>, R2651700 <int>,
+## #   R2652200 <int>, R2652400 <int>, R2955900 <int>, R2956200 <int>,
+## #   R2956500 <int>, R2956800 <int>, R2957100 <int>, R2957400 <int>,
+## #   R2957700 <int>, R3255900 <int>, R3256100 <int>, R3257700 <int>,
+## #   R3257900 <int>, R3259500 <int>, R3259700 <int>, R3261300 <int>,
+## #   R3261500 <int>, R3263100 <int>, R3263300 <int>, R3264900 <int>,
+## #   R3265100 <int>, R3266700 <int>, R3266900 <int>, R3268500 <int>,
+## #   R3556400 <int>, R3557000 <int>, R3557600 <int>, R3771800 <int>,
+## #   R3772000 <int>, R3772100 <int>, R3772400 <int>, R3773900 <int>,
+## #   R3774100 <int>, R3774200 <int>, R3774500 <int>, R3776000 <int>,
+## #   R3776200 <int>, R3776300 <int>, R3776600 <int>, R3778100 <int>,
+## #   R3778300 <int>, R3778400 <int>, R3778700 <int>, ...
 ## [1] 1
 
-
## Tibble size: 46.9 Mb
+
## Tibble size: 39 Mb
 
## Uploading from `nlsy79-gen2/Gen2ImplicitFather.csv` to `Extract.tblGen2ImplicitFather`.
 
-
## # A tibble: 11,521 x 111
+
## # A tibble: 11,521 x 132
 ##    C0000100 C0000200 C0005300 C0005400 C0005700 C0008100 C0008200 C0008300
 ##       <int>    <int>    <int>    <int>    <int>    <int>    <int>    <int>
 ##  1      201        2        3        2     1993       -7       -7       -7
@@ -767,7 +771,7 @@
 ## 18     1901       19        3        2     1987       -7       -7       -7
 ## 19     2001       20        3        2     1990       -7       -7       -7
 ## 20     2501       25        3        1     1990       -7       -7       -7
-## # ... with 1.15e+04 more rows, and 103 more variables: C0008600 <int>,
+## # ... with 1.15e+04 more rows, and 124 more variables: 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>,
@@ -780,23 +784,23 @@
 ## #   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>, ...
+## #   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>, ...
 ## [1] 1
 
-
## Tibble size: 4.9 Mb
+
## Tibble size: 5.9 Mb
 
## Uploading from `nlsy79-gen2/Gen2Links.csv` to `Extract.tblGen2Links`.
@@ -860,59 +864,59 @@
 
## Uploading from `nlsy79-gen2/Gen2LinksFromGen1.csv` to `Extract.tblGen2LinksFromGen1`.
 
-
## # A tibble: 12,686 x 123
-##    R0000100 R0173600 R0214700 R0214800 R4825700 R4826000 R4826100 R4826300
+
## # A tibble: 12,686 x 137
+##    R0000100 R0214700 R0214800 R4825700 R4826000 R4826100 R4826300 R4826500
 ##       <int>    <int>    <int>    <int>    <int>    <int>    <int>    <int>
-##  1        1        5        3        2       -5       -5       -5       -5
-##  2        2        5        3        2        0       -4       -4       -4
-##  3        3        5        3        2        0       -4       -4       -4
-##  4        4        5        3        2       -5       -5       -5       -5
-##  5        5        1        3        1       -5       -5       -5       -5
-##  6        6        1        3        1        0       -4       -4       -4
-##  7        7        1        3        1        0       -4       -4       -4
-##  8        8        6        3        2        0       -4       -4       -4
-##  9        9        1        3        1        0       -4       -4       -4
-## 10       10        6        3        2        0       -4       -4       -4
-## 11       11        1        3        1        0       -4       -4       -4
-## 12       12        5        3        2        0       -4       -4       -4
-## 13       13        1        3        1        0       -4       -4       -4
-## 14       14        5        3        2        0       -4       -4       -4
-## 15       15        1        3        1        0       -4       -4       -4
-## 16       16        5        3        2        0       -4       -4       -4
-## 17       17        1        3        1        0       -4       -4       -4
-## 18       18        1        3        1        0       -4       -4       -4
-## 19       19        5        3        2        0       -4       -4       -4
-## 20       20        5        3        2        0       -4       -4       -4
-## # ... with 1.267e+04 more rows, and 115 more variables: 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>, ...
+##  1        1        3        2       -5       -5       -5       -5       -5
+##  2        2        3        2        0       -4       -4       -4       -4
+##  3        3        3        2        0       -4       -4       -4       -4
+##  4        4        3        2       -5       -5       -5       -5       -5
+##  5        5        3        1       -5       -5       -5       -5       -5
+##  6        6        3        1        0       -4       -4       -4       -4
+##  7        7        3        1        0       -4       -4       -4       -4
+##  8        8        3        2        0       -4       -4       -4       -4
+##  9        9        3        1        0       -4       -4       -4       -4
+## 10       10        3        2        0       -4       -4       -4       -4
+## 11       11        3        1        0       -4       -4       -4       -4
+## 12       12        3        2        0       -4       -4       -4       -4
+## 13       13        3        1        0       -4       -4       -4       -4
+## 14       14        3        2        0       -4       -4       -4       -4
+## 15       15        3        1        0       -4       -4       -4       -4
+## 16       16        3        2        0       -4       -4       -4       -4
+## 17       17        3        1        0       -4       -4       -4       -4
+## 18       18        3        1        0       -4       -4       -4       -4
+## 19       19        3        2        0       -4       -4       -4       -4
+## 20       20        3        2        0       -4       -4       -4       -4
+## # ... with 1.267e+04 more rows, and 129 more variables: 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>, ...
 ## [1] 1
 
-
## Tibble size: 6 Mb
+
## Tibble size: 6.7 Mb
 
## Uploading from `nlsy79-gen2/Gen2OutcomesHeight.csv` to `Extract.tblGen2OutcomesHeight`.
@@ -1039,6 +1043,64 @@
 
## Tibble size: 1.4 Mb
 
+
## Uploading from `nlsy79-gen2/Gen2FatherFromGen1Death.csv` to `Extract.tblGen2FatherFromGen1Death`.
+
+ +
## # A tibble: 12,686 x 318
+##    R0000100 R0214800 R1373400 R1374100 R1374800 R1375500 R1376200 R1376900
+##       <int>    <int>    <int>    <int>    <int>    <int>    <int>    <int>
+##  1        1        2       -5       -5       -5       -5       -5       -5
+##  2        2        2       -4       -4       -4       -4       -4       -4
+##  3        3        2       -4       -4       -4       -4       -4       -4
+##  4        4        2        1       -4       -4       -4       -4       -4
+##  5        5        1       -4       -4       -4       -4       -4       -4
+##  6        6        1       -4       -4       -4       -4       -4       -4
+##  7        7        1       -4       -4       -4       -4       -4       -4
+##  8        8        2       -4       -4       -4       -4       -4       -4
+##  9        9        1       -4       -4       -4       -4       -4       -4
+## 10       10        2       -4       -4       -4       -4       -4       -4
+## 11       11        1       -4       -4       -4       -4       -4       -4
+## 12       12        2       -4       -4       -4       -4       -4       -4
+## 13       13        1       -4       -4       -4       -4       -4       -4
+## 14       14        2       -4       -4       -4       -4       -4       -4
+## 15       15        1       -4       -4       -4       -4       -4       -4
+## 16       16        2       -4       -4       -4       -4       -4       -4
+## 17       17        1       -4       -4       -4       -4       -4       -4
+## 18       18        1       -4       -4       -4       -4       -4       -4
+## 19       19        2       -4       -4       -4       -4       -4       -4
+## 20       20        2       -4       -4       -4       -4       -4       -4
+## # ... with 1.267e+04 more rows, and 310 more variables: 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>, ...
+## [1] 1
+
+ +
## Tibble size: 15.6 Mb
+
+
DBI::dbDisconnect(channel_odbc); rm(channel_odbc)
 RODBC::odbcClose(channel_rodbc); rm(channel_rodbc)
 
@@ -1046,7 +1108,7 @@
 cat("File completed by `", Sys.info()["user"], "` at ", strftime(Sys.time(), "%Y-%m-%d, %H:%M %z"), " in ",  duration_in_seconds, " seconds.", sep="")
 
-
## File completed by `Will` at 2018-10-13, 17:24 -0500 in 40 seconds.
+
## File completed by `Will` at 2018-10-14, 17:01 -0500 in 42 seconds.
 

The R session information (including the OS info, R version and all @@ -1072,29 +1134,32 @@ ## [1] stats graphics grDevices utils datasets methods base ## ## other attached packages: -## [1] bindrcpp_0.2.2 magrittr_1.5 +## [1] knitr_1.20 bindrcpp_0.2.2 magrittr_1.5 ## ## loaded via a namespace (and not attached): -## [1] Rcpp_0.12.19 pillar_1.3.0 compiler_3.5.1 -## [4] bindr_0.1.1 tools_3.5.1 odbc_1.1.6 -## [7] packrat_0.4.9-3 bit_1.1-14 evaluate_0.12 -## [10] tibble_1.4.2 checkmate_1.8.5 pkgconfig_2.0.2 -## [13] rlang_0.2.2 DBI_1.0.0 cli_1.0.1 -## [16] rstudioapi_0.8 yaml_2.2.0 dplyr_0.7.6 -## [19] stringr_1.3.1 knitr_1.20 hms_0.4.2.9001 -## [22] bit64_0.9-7 tidyselect_0.2.5 glue_1.3.0 -## [25] OuhscMunge_0.1.9.9009 R6_2.3.0 fansi_0.4.0 -## [28] tidyr_0.8.1 readr_1.2.0 purrr_0.2.5 -## [31] blob_1.1.1 backports_1.1.2 RODBC_1.3-15 -## [34] assertthat_0.2.0 testit_0.8.1 config_0.3 -## [37] utf8_1.1.4 stringi_1.2.4 markdown_0.8 -## [40] crayon_1.3.4 +## [1] Rcpp_0.12.19 highr_0.7 pillar_1.3.0 +## [4] compiler_3.5.1 bindr_0.1.1 tools_3.5.1 +## [7] odbc_1.1.6 packrat_0.4.9-3 digest_0.6.18 +## [10] bit_1.1-14 memoise_1.1.0 evaluate_0.12 +## [13] tibble_1.4.2 checkmate_1.8.5 pkgconfig_2.0.2 +## [16] rlang_0.2.2 rstudioapi_0.8 DBI_1.0.0 +## [19] cli_1.0.1 yaml_2.2.0 withr_2.1.2 +## [22] dplyr_0.7.6 stringr_1.3.1 devtools_1.13.6 +## [25] hms_0.4.2.9001 rprojroot_1.3-2 bit64_0.9-7 +## [28] tidyselect_0.2.5 glue_1.3.0 OuhscMunge_0.1.9.9009 +## [31] R6_2.3.0 fansi_0.4.0 rmarkdown_1.10 +## [34] tidyr_0.8.1 readr_1.2.0 purrr_0.2.5 +## [37] blob_1.1.1 scales_1.0.0 backports_1.1.2 +## [40] RODBC_1.3-15 htmltools_0.3.6 assertthat_0.2.0 +## [43] testit_0.8.1 colorspace_1.3-2 config_0.3 +## [46] utf8_1.1.4 stringi_1.2.4 munsell_0.5.0 +## [49] markdown_0.8 crayon_1.3.4

Sys.time()
 
-
## [1] "2018-10-13 17:24:32 CDT"
+
## [1] "2018-10-14 17:01:53 CDT"
 
diff --git a/stitched-output/dal/import-raw.md b/stitched-output/dal/import-raw.md index d3e2167..a2c6141 100644 --- a/stitched-output/dal/import-raw.md +++ b/stitched-output/dal/import-raw.md @@ -56,6 +56,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 @@ print(ds_extract, n=20) ``` ``` -## # A tibble: 12 x 8 +## # A tibble: 13 x 8 ## schema table_name file_name path extract_exist table_name_qual~ ## ## 1 Extra~ tblGen1Ex~ nlsy79-g~ data~ TRUE Extract.tblGen1~ @@ -99,6 +102,7 @@ print(ds_extract, n=20) ## 10 Extra~ tblGen2Ou~ nlsy79-g~ data~ TRUE Extract.tblGen2~ ## 11 Extra~ tblGen2Ou~ nlsy79-g~ data~ TRUE Extract.tblGen2~ ## 12 Extra~ tblGen2Ou~ nlsy79-g~ data~ TRUE Extract.tblGen2~ +## 13 Extra~ tblGen2Fa~ nlsy79-g~ data~ TRUE Extract.tblGen2~ ## # ... with 2 more variables: sql_select , sql_truncate ``` @@ -161,7 +165,7 @@ DBI::dbGetInfo(channel_odbc) ```r 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) @@ -213,7 +217,7 @@ for( i in seq_len(nrow(ds_extract)) ) { # i <- 1L channel = channel_rodbc, dat = d, tablename = ds_extract$table_name_qualified[i], - safer = TRUE, # Don't keep the existing table. + safer = FALSE, # Don't keep the existing table. rownames = FALSE, append = TRUE ) %>% @@ -233,7 +237,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 @@ -517,60 +521,60 @@ for( i in seq_len(nrow(ds_extract)) ) { # i <- 1L ``` ``` -## # A tibble: 12,686 x 959 -## R0000100 R0214800 R1373300 R1373400 R1373500 R1374000 R1374100 R1374200 +## # A tibble: 12,686 x 797 +## R0000100 R0173600 R0214700 R0214800 R1373300 R1373500 R1374000 R1374200 ## -## 1 1 2 -5 -5 -5 -5 -5 -5 -## 2 2 2 -4 -4 -4 -4 -4 -4 -## 3 3 2 1 -4 -4 1 -4 -4 -## 4 4 2 0 1 4 -4 -4 -4 -## 5 5 1 -4 -4 -4 -4 -4 -4 -## 6 6 1 -4 -4 -4 -4 -4 -4 -## 7 7 1 -4 -4 -4 -4 -4 -4 -## 8 8 2 1 -4 -4 1 -4 -4 -## 9 9 1 -4 -4 -4 -4 -4 -4 -## 10 10 2 1 -4 -4 -4 -4 -4 -## 11 11 1 -4 -4 -4 -4 -4 -4 -## 12 12 2 -4 -4 -4 -4 -4 -4 -## 13 13 1 -4 -4 -4 -4 -4 -4 -## 14 14 2 -4 -4 -4 -4 -4 -4 -## 15 15 1 -4 -4 -4 -4 -4 -4 -## 16 16 2 -4 -4 -4 -4 -4 -4 -## 17 17 1 -4 -4 -4 -4 -4 -4 -## 18 18 1 -4 -4 -4 -4 -4 -4 -## 19 19 2 -4 -4 -4 -4 -4 -4 -## 20 20 2 -4 -4 -4 -4 -4 -4 -## # ... with 1.267e+04 more rows, and 951 more variables: 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 , ... +## 1 1 5 3 2 -5 -5 -5 -5 +## 2 2 5 3 2 -4 -4 -4 -4 +## 3 3 5 3 2 1 -4 1 -4 +## 4 4 5 3 2 0 4 -4 -4 +## 5 5 1 3 1 -4 -4 -4 -4 +## 6 6 1 3 1 -4 -4 -4 -4 +## 7 7 1 3 1 -4 -4 -4 -4 +## 8 8 6 3 2 1 -4 1 -4 +## 9 9 1 3 1 -4 -4 -4 -4 +## 10 10 6 3 2 1 -4 -4 -4 +## 11 11 1 3 1 -4 -4 -4 -4 +## 12 12 5 3 2 -4 -4 -4 -4 +## 13 13 1 3 1 -4 -4 -4 -4 +## 14 14 5 3 2 -4 -4 -4 -4 +## 15 15 1 3 1 -4 -4 -4 -4 +## 16 16 5 3 2 -4 -4 -4 -4 +## 17 17 1 3 1 -4 -4 -4 -4 +## 18 18 1 3 1 -4 -4 -4 -4 +## 19 19 5 3 2 -4 -4 -4 -4 +## 20 20 5 3 2 -4 -4 -4 -4 +## # ... with 1.267e+04 more rows, and 789 more variables: 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 , ... ## [1] 1 ``` ``` -## Tibble size: 46.9 Mb +## Tibble size: 39 Mb ``` ``` @@ -578,7 +582,7 @@ for( i in seq_len(nrow(ds_extract)) ) { # i <- 1L ``` ``` -## # A tibble: 11,521 x 111 +## # A tibble: 11,521 x 132 ## C0000100 C0000200 C0005300 C0005400 C0005700 C0008100 C0008200 C0008300 ## ## 1 201 2 3 2 1993 -7 -7 -7 @@ -601,7 +605,7 @@ for( i in seq_len(nrow(ds_extract)) ) { # i <- 1L ## 18 1901 19 3 2 1987 -7 -7 -7 ## 19 2001 20 3 2 1990 -7 -7 -7 ## 20 2501 25 3 1 1990 -7 -7 -7 -## # ... with 1.15e+04 more rows, and 103 more variables: C0008600 , +## # ... with 1.15e+04 more rows, and 124 more variables: C0008600 , ## # C0008700 , C0008800 , C0009100 , C0009200 , ## # C0009300 , C0009600 , C0009700 , C0009800 , ## # C0009900 , C0010110 , C0010200 , C0010300 , @@ -614,24 +618,24 @@ for( i in seq_len(nrow(ds_extract)) ) { # i <- 1L ## # 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 , ... +## # 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 , ... ## [1] 1 ``` ``` -## Tibble size: 4.9 Mb +## Tibble size: 5.9 Mb ``` ``` @@ -700,60 +704,60 @@ for( i in seq_len(nrow(ds_extract)) ) { # i <- 1L ``` ``` -## # A tibble: 12,686 x 123 -## R0000100 R0173600 R0214700 R0214800 R4825700 R4826000 R4826100 R4826300 +## # A tibble: 12,686 x 137 +## R0000100 R0214700 R0214800 R4825700 R4826000 R4826100 R4826300 R4826500 ## -## 1 1 5 3 2 -5 -5 -5 -5 -## 2 2 5 3 2 0 -4 -4 -4 -## 3 3 5 3 2 0 -4 -4 -4 -## 4 4 5 3 2 -5 -5 -5 -5 -## 5 5 1 3 1 -5 -5 -5 -5 -## 6 6 1 3 1 0 -4 -4 -4 -## 7 7 1 3 1 0 -4 -4 -4 -## 8 8 6 3 2 0 -4 -4 -4 -## 9 9 1 3 1 0 -4 -4 -4 -## 10 10 6 3 2 0 -4 -4 -4 -## 11 11 1 3 1 0 -4 -4 -4 -## 12 12 5 3 2 0 -4 -4 -4 -## 13 13 1 3 1 0 -4 -4 -4 -## 14 14 5 3 2 0 -4 -4 -4 -## 15 15 1 3 1 0 -4 -4 -4 -## 16 16 5 3 2 0 -4 -4 -4 -## 17 17 1 3 1 0 -4 -4 -4 -## 18 18 1 3 1 0 -4 -4 -4 -## 19 19 5 3 2 0 -4 -4 -4 -## 20 20 5 3 2 0 -4 -4 -4 -## # ... with 1.267e+04 more rows, and 115 more variables: 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 , ... +## 1 1 3 2 -5 -5 -5 -5 -5 +## 2 2 3 2 0 -4 -4 -4 -4 +## 3 3 3 2 0 -4 -4 -4 -4 +## 4 4 3 2 -5 -5 -5 -5 -5 +## 5 5 3 1 -5 -5 -5 -5 -5 +## 6 6 3 1 0 -4 -4 -4 -4 +## 7 7 3 1 0 -4 -4 -4 -4 +## 8 8 3 2 0 -4 -4 -4 -4 +## 9 9 3 1 0 -4 -4 -4 -4 +## 10 10 3 2 0 -4 -4 -4 -4 +## 11 11 3 1 0 -4 -4 -4 -4 +## 12 12 3 2 0 -4 -4 -4 -4 +## 13 13 3 1 0 -4 -4 -4 -4 +## 14 14 3 2 0 -4 -4 -4 -4 +## 15 15 3 1 0 -4 -4 -4 -4 +## 16 16 3 2 0 -4 -4 -4 -4 +## 17 17 3 1 0 -4 -4 -4 -4 +## 18 18 3 1 0 -4 -4 -4 -4 +## 19 19 3 2 0 -4 -4 -4 -4 +## 20 20 3 2 0 -4 -4 -4 -4 +## # ... with 1.267e+04 more rows, and 129 more variables: 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 , ... ## [1] 1 ``` ``` -## Tibble size: 6 Mb +## Tibble size: 6.7 Mb ``` ``` @@ -889,6 +893,67 @@ for( i in seq_len(nrow(ds_extract)) ) { # i <- 1L ## Tibble size: 1.4 Mb ``` +``` +## Uploading from `nlsy79-gen2/Gen2FatherFromGen1Death.csv` to `Extract.tblGen2FatherFromGen1Death`. +``` + +``` +## # A tibble: 12,686 x 318 +## R0000100 R0214800 R1373400 R1374100 R1374800 R1375500 R1376200 R1376900 +## +## 1 1 2 -5 -5 -5 -5 -5 -5 +## 2 2 2 -4 -4 -4 -4 -4 -4 +## 3 3 2 -4 -4 -4 -4 -4 -4 +## 4 4 2 1 -4 -4 -4 -4 -4 +## 5 5 1 -4 -4 -4 -4 -4 -4 +## 6 6 1 -4 -4 -4 -4 -4 -4 +## 7 7 1 -4 -4 -4 -4 -4 -4 +## 8 8 2 -4 -4 -4 -4 -4 -4 +## 9 9 1 -4 -4 -4 -4 -4 -4 +## 10 10 2 -4 -4 -4 -4 -4 -4 +## 11 11 1 -4 -4 -4 -4 -4 -4 +## 12 12 2 -4 -4 -4 -4 -4 -4 +## 13 13 1 -4 -4 -4 -4 -4 -4 +## 14 14 2 -4 -4 -4 -4 -4 -4 +## 15 15 1 -4 -4 -4 -4 -4 -4 +## 16 16 2 -4 -4 -4 -4 -4 -4 +## 17 17 1 -4 -4 -4 -4 -4 -4 +## 18 18 1 -4 -4 -4 -4 -4 -4 +## 19 19 2 -4 -4 -4 -4 -4 -4 +## 20 20 2 -4 -4 -4 -4 -4 -4 +## # ... with 1.267e+04 more rows, and 310 more variables: 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 , ... +## [1] 1 +``` + +``` +## Tibble size: 15.6 Mb +``` + ```r DBI::dbDisconnect(channel_odbc); rm(channel_odbc) RODBC::odbcClose(channel_rodbc); rm(channel_rodbc) @@ -898,7 +963,7 @@ cat("File completed by `", Sys.info()["user"], "` at ", strftime(Sys.time(), "%Y ``` ``` -## File completed by `Will` at 2018-10-13, 17:24 -0500 in 40 seconds. +## File completed by `Will` at 2018-10-14, 17:01 -0500 in 42 seconds. ``` The R session information (including the OS info, R version and all @@ -927,23 +992,26 @@ sessionInfo() ## [1] stats graphics grDevices utils datasets methods base ## ## other attached packages: -## [1] bindrcpp_0.2.2 magrittr_1.5 +## [1] knitr_1.20 bindrcpp_0.2.2 magrittr_1.5 ## ## loaded via a namespace (and not attached): -## [1] Rcpp_0.12.19 pillar_1.3.0 compiler_3.5.1 -## [4] bindr_0.1.1 tools_3.5.1 odbc_1.1.6 -## [7] packrat_0.4.9-3 bit_1.1-14 evaluate_0.12 -## [10] tibble_1.4.2 checkmate_1.8.5 pkgconfig_2.0.2 -## [13] rlang_0.2.2 DBI_1.0.0 cli_1.0.1 -## [16] rstudioapi_0.8 yaml_2.2.0 dplyr_0.7.6 -## [19] stringr_1.3.1 knitr_1.20 hms_0.4.2.9001 -## [22] bit64_0.9-7 tidyselect_0.2.5 glue_1.3.0 -## [25] OuhscMunge_0.1.9.9009 R6_2.3.0 fansi_0.4.0 -## [28] tidyr_0.8.1 readr_1.2.0 purrr_0.2.5 -## [31] blob_1.1.1 backports_1.1.2 RODBC_1.3-15 -## [34] assertthat_0.2.0 testit_0.8.1 config_0.3 -## [37] utf8_1.1.4 stringi_1.2.4 markdown_0.8 -## [40] crayon_1.3.4 +## [1] Rcpp_0.12.19 highr_0.7 pillar_1.3.0 +## [4] compiler_3.5.1 bindr_0.1.1 tools_3.5.1 +## [7] odbc_1.1.6 packrat_0.4.9-3 digest_0.6.18 +## [10] bit_1.1-14 memoise_1.1.0 evaluate_0.12 +## [13] tibble_1.4.2 checkmate_1.8.5 pkgconfig_2.0.2 +## [16] rlang_0.2.2 rstudioapi_0.8 DBI_1.0.0 +## [19] cli_1.0.1 yaml_2.2.0 withr_2.1.2 +## [22] dplyr_0.7.6 stringr_1.3.1 devtools_1.13.6 +## [25] hms_0.4.2.9001 rprojroot_1.3-2 bit64_0.9-7 +## [28] tidyselect_0.2.5 glue_1.3.0 OuhscMunge_0.1.9.9009 +## [31] R6_2.3.0 fansi_0.4.0 rmarkdown_1.10 +## [34] tidyr_0.8.1 readr_1.2.0 purrr_0.2.5 +## [37] blob_1.1.1 scales_1.0.0 backports_1.1.2 +## [40] RODBC_1.3-15 htmltools_0.3.6 assertthat_0.2.0 +## [43] testit_0.8.1 colorspace_1.3-2 config_0.3 +## [46] utf8_1.1.4 stringi_1.2.4 munsell_0.5.0 +## [49] markdown_0.8 crayon_1.3.4 ``` ```r @@ -951,6 +1019,6 @@ Sys.time() ``` ``` -## [1] "2018-10-13 17:24:32 CDT" +## [1] "2018-10-14 17:01:53 CDT" ``` diff --git a/stitched-output/dal/outcomes/outcomes-79.html b/stitched-output/dal/outcomes/outcomes-79.html index b4a3b6c..15e221d 100644 --- a/stitched-output/dal/outcomes/outcomes-79.html +++ b/stitched-output/dal/outcomes/outcomes-79.html @@ -284,7 +284,7 @@
##    user  system elapsed 
-##    0.37    0.04    2.83
+##    0.41    0.00  238.03
 
ds_survey_time            <- DBI::dbGetQuery(channel, sql_survey_time)
@@ -297,13 +297,13 @@
 dim(ds_survey_time)
 
-
## [1] 605175      4
+
## [1] 629382      4
 
dim(ds_response)
 
-
## [1] 279649      4
+
## [1] 282120      4
 
dim(ds_subject_generation)
@@ -316,7 +316,7 @@
 
##   version
-## 1      88
+## 1      89
 
path_out_subject_csv        <- sprintf(path_out_subject_csv_raw         , ds_algorithm_version$version)
@@ -377,43 +377,34 @@
 ds_subject_survey
 
-
## # A tibble: 118,822 x 8
-##    subject_tag survey_year generation   age height_inches weight_pounds
-##          <int>       <int>      <int> <dbl>         <dbl>         <dbl>
-##  1         200        1981          1  22.1            NA           120
-##  2         200        1982          1  23.1            62           125
-##  3         200        1985          1  26.1            62           118
-##  4         201        1998          2   5.2            NA            NA
-##  5         201        2000          2   7.2            NA            NA
-##  6         201        2002          2   9.3            NA            NA
-##  7         201        2004          2  11.3            NA            NA
-##  8         202        2000          2   5.6            NA            NA
-##  9         202        2002          2   7.6            NA            NA
-## 10         202        2004          2   9.6            NA            NA
-## # ... with 118,812 more rows, and 2 more variables:
-## #   afqt_scaled_gen1 <dbl>, father_alive <dbl>
+
## # A tibble: 121,293 x 8
+##    subject_tag survey_year generation   age height_inches weight_pounds afqt_scaled_gen1 father_alive
+##          <int>       <int>      <int> <dbl>         <dbl>         <dbl>            <dbl>        <dbl>
+##  1         200        1981          1  22.1            NA           120             6.84           NA
+##  2         200        1982          1  23.1            62           125            NA              NA
+##  3         200        1985          1  26.1            62           118            NA              NA
+##  4         201        1998          2   5.2            NA            NA            NA              NA
+##  5         201        2000          2   7.2            NA            NA            NA              NA
+##  6         201        2002          2   9.3            NA            NA            NA              NA
+##  7         201        2004          2  11.3            NA            NA            NA              NA
+##  8         202        2000          2   5.6            NA            NA            NA              NA
+##  9         202        2002          2   7.6            NA            NA            NA              NA
+## 10         202        2004          2   9.6            NA            NA            NA              NA
+## # ... with 121,283 more rows
 
# Sniff out problems
 summary(ds_subject)
 
-
##   subject_tag        generation    height_inches   weight_pounds  
-##  Min.   :    200   Min.   :1.000   Min.   :48.00   Min.   : 53.0  
-##  1st Qu.: 304727   1st Qu.:1.000   1st Qu.:64.00   1st Qu.:125.0  
-##  Median : 603352   Median :1.000   Median :67.00   Median :140.0  
-##  Mean   : 606991   Mean   :1.447   Mean   :67.08   Mean   :145.6  
-##  3rd Qu.: 896501   3rd Qu.:2.000   3rd Qu.:70.00   3rd Qu.:165.0  
-##  Max.   :1268600   Max.   :2.000   Max.   :83.00   Max.   :375.0  
-##                                    NA's   :10346   NA's   :10219  
-##  afqt_scaled_gen1  father_alive   
-##  Min.   :  0.00   Min.   :-3.000  
-##  1st Qu.: 16.77   1st Qu.: 1.000  
-##  Median : 38.62   Median : 1.000  
-##  Mean   : 42.40   Mean   : 0.864  
-##  3rd Qu.: 66.29   3rd Qu.: 1.000  
-##  Max.   :100.00   Max.   : 1.000  
-##  NA's   :10804    NA's   :15708
+
##   subject_tag        generation    height_inches   weight_pounds   afqt_scaled_gen1  father_alive   
+##  Min.   :    200   Min.   :1.000   Min.   :48.00   Min.   : 53.0   Min.   :  0.00   Min.   :-3.000  
+##  1st Qu.: 304800   1st Qu.:1.000   1st Qu.:64.00   1st Qu.:125.0   1st Qu.: 16.77   1st Qu.: 1.000  
+##  Median : 603302   Median :1.000   Median :67.00   Median :140.0   Median : 38.62   Median : 1.000  
+##  Mean   : 606985   Mean   :1.448   Mean   :67.08   Mean   :145.6   Mean   : 42.40   Mean   : 0.854  
+##  3rd Qu.: 896501   3rd Qu.:2.000   3rd Qu.:70.00   3rd Qu.:165.0   3rd Qu.: 66.29   3rd Qu.: 1.000  
+##  Max.   :1268600   Max.   :2.000   Max.   :83.00   Max.   :375.0   Max.   :100.00   Max.   : 1.000  
+##                                    NA's   :10361   NA's   :10234   NA's   :10819    NA's   :15600
 
checkmate::assert_integer(ds_subject$subject_tag          , lower=         100L   , upper=1268600L, any.missing=F, unique=F)
@@ -428,29 +419,34 @@
 summary(ds_subject_survey)
 
-
##   subject_tag       survey_year     generation         age       
-##  Min.   :    200   Min.   :1981   Min.   :1.000   Min.   : 0.0   
-##  1st Qu.: 285625   1st Qu.:1985   1st Qu.:1.000   1st Qu.:11.4   
-##  Median : 579002   Median :1994   Median :2.000   Median :18.3   
-##  Mean   : 577511   Mean   :1994   Mean   :1.702   Mean   :17.1   
-##  3rd Qu.: 842100   3rd Qu.:2004   3rd Qu.:2.000   3rd Qu.:22.5   
-##  Max.   :1268600   Max.   :2010   Max.   :2.000   Max.   :38.0   
-##                                                   NA's   :10136  
-##  height_inches   weight_pounds   afqt_scaled_gen1  father_alive  
-##  Min.   :48.00   Min.   : 47.0   Min.   :  0.00   Min.   :-3.00  
-##  1st Qu.:64.00   1st Qu.:125.0   1st Qu.: 16.77   1st Qu.: 1.00  
-##  Median :67.00   Median :145.0   Median : 38.62   Median : 1.00  
-##  Mean   :67.08   Mean   :148.5   Mean   : 42.40   Mean   : 0.82  
-##  3rd Qu.:70.00   3rd Qu.:165.0   3rd Qu.: 66.29   3rd Qu.: 1.00  
-##  Max.   :83.00   Max.   :375.0   Max.   :100.00   Max.   : 1.00  
-##  NA's   :95867   NA's   :83769   NA's   :106908   NA's   :80175
+
##   subject_tag       survey_year     generation         age        height_inches   weight_pounds   afqt_scaled_gen1
+##  Min.   :    200   Min.   :1981   Min.   :1.000   Min.   : 0.0    Min.   :48.00   Min.   : 47.0   Min.   :  0.00  
+##  1st Qu.: 286900   1st Qu.:1985   1st Qu.:1.000   1st Qu.:11.6    1st Qu.:64.00   1st Qu.:125.0   1st Qu.: 16.77  
+##  Median : 579900   Median :1994   Median :2.000   Median :18.3    Median :67.00   Median :145.0   Median : 38.62  
+##  Mean   : 577652   Mean   :1994   Mean   :1.708   Mean   :17.2    Mean   :67.08   Mean   :148.5   Mean   : 42.40  
+##  3rd Qu.: 841600   3rd Qu.:2004   3rd Qu.:2.000   3rd Qu.:22.5    3rd Qu.:70.00   3rd Qu.:165.0   3rd Qu.: 66.29  
+##  Max.   :1268600   Max.   :2014   Max.   :2.000   Max.   :41.5    Max.   :83.00   Max.   :375.0   Max.   :100.00  
+##                                                   NA's   :10596   NA's   :98338   NA's   :86240   NA's   :109379  
+##   father_alive  
+##  Min.   :-3.00  
+##  1st Qu.: 1.00  
+##  Median : 1.00  
+##  Mean   : 0.82  
+##  3rd Qu.: 1.00  
+##  Max.   : 1.00  
+##  NA's   :80175
 
checkmate::assert_integer(ds_subject_survey$subject_tag          , lower=         100L   , upper=1268600L, any.missing=F, unique=F)
 checkmate::assert_integer(ds_subject_survey$survey_year          , lower=        1979L   , upper=   2016L, any.missing=F, unique=F)
 checkmate::assert_integer(ds_subject_survey$generation           , lower=           1L   , upper=      2L, any.missing=F)
 checkmate::assert_numeric(ds_subject_survey$age                  , lower=           0    , upper=     40 , any.missing=T)
-checkmate::assert_numeric(ds_subject_survey$height_inches        , lower=          48L   , upper=     83L, any.missing=T)
+
+ +
## Error in knitr::stitch_rmd(script = "./dal/outcomes/outcomes-79.R", output = "./stitched-output/dal/outcomes/outcomes-79.md"): Assertion on 'ds_subject_survey$age' failed: All elements must be <= 40.
+
+ +
checkmate::assert_numeric(ds_subject_survey$height_inches        , lower=          48L   , upper=     83L, any.missing=T)
 checkmate::assert_numeric(ds_subject_survey$weight_pounds        , lower=          47L   , upper=    400L, any.missing=T)
 checkmate::assert_numeric(ds_subject_survey$afqt_scaled_gen1     , lower=           0    , upper=    100 , any.missing=T)
 checkmate::assert_numeric(ds_subject_survey$father_alive         , lower=          -3L   , upper=      1L, any.missing=T)
@@ -468,20 +464,20 @@
 ds_slim_subject
 
-
## # A tibble: 22,718 x 6
-##    subject_tag generation height_inches weight_pounds afqt_scaled_gen1
-##          <int>      <int>         <dbl>         <dbl>            <dbl>
-##  1         200          1            62           120             6.84
-##  2         201          2            NA            NA            NA   
-##  3         202          2            NA            NA            NA   
-##  4         300          1            70           160            49.4 
-##  5         301          2            NA            NA            NA   
-##  6         302          2            NA            NA            NA   
-##  7         303          2            NA            NA            NA   
-##  8         400          1            67           110            55.8 
-##  9         401          2            NA            NA            NA   
-## 10         500          1            63           130            96.8 
-## # ... with 22,708 more rows, and 1 more variable: father_alive <dbl>
+
## # A tibble: 22,733 x 6
+##    subject_tag generation height_inches weight_pounds afqt_scaled_gen1 father_alive
+##          <int>      <int>         <dbl>         <dbl>            <dbl>        <dbl>
+##  1         200          1            62           120             6.84           NA
+##  2         201          2            NA            NA            NA              NA
+##  3         202          2            NA            NA            NA              NA
+##  4         300          1            70           160            49.4            NA
+##  5         301          2            NA            NA            NA              NA
+##  6         302          2            NA            NA            NA              NA
+##  7         303          2            NA            NA            NA              NA
+##  8         400          1            67           110            55.8            NA
+##  9         401          2            NA            NA            NA               1
+## 10         500          1            63           130            96.8            NA
+## # ... with 22,723 more rows
 
rm(columns_to_write)
@@ -499,21 +495,20 @@
 ds_slim_subject_survey
 
-
## # A tibble: 118,822 x 8
-##    subject_tag survey_year generation   age height_inches weight_pounds
-##          <int>       <int>      <int> <dbl>         <dbl>         <dbl>
-##  1         200        1981          1  22.1            NA           120
-##  2         200        1982          1  23.1            62           125
-##  3         200        1985          1  26.1            62           118
-##  4         201        1998          2   5.2            NA            NA
-##  5         201        2000          2   7.2            NA            NA
-##  6         201        2002          2   9.3            NA            NA
-##  7         201        2004          2  11.3            NA            NA
-##  8         202        2000          2   5.6            NA            NA
-##  9         202        2002          2   7.6            NA            NA
-## 10         202        2004          2   9.6            NA            NA
-## # ... with 118,812 more rows, and 2 more variables:
-## #   afqt_scaled_gen1 <dbl>, father_alive <dbl>
+
## # A tibble: 121,293 x 8
+##    subject_tag survey_year generation   age height_inches weight_pounds afqt_scaled_gen1 father_alive
+##          <int>       <int>      <int> <dbl>         <dbl>         <dbl>            <dbl>        <dbl>
+##  1         200        1981          1  22.1            NA           120             6.84           NA
+##  2         200        1982          1  23.1            62           125            NA              NA
+##  3         200        1985          1  26.1            62           118            NA              NA
+##  4         201        1998          2   5.2            NA            NA            NA              NA
+##  5         201        2000          2   7.2            NA            NA            NA              NA
+##  6         201        2002          2   9.3            NA            NA            NA              NA
+##  7         201        2004          2  11.3            NA            NA            NA              NA
+##  8         202        2000          2   5.6            NA            NA            NA              NA
+##  9         202        2002          2   7.6            NA            NA            NA              NA
+## 10         202        2004          2   9.6            NA            NA            NA              NA
+## # ... with 121,283 more rows
 
rm(columns_to_write)
@@ -541,38 +536,32 @@
 ## Matrix products: default
 ## 
 ## locale:
-## [1] LC_COLLATE=English_United States.1252 
-## [2] LC_CTYPE=English_United States.1252   
-## [3] LC_MONETARY=English_United States.1252
-## [4] LC_NUMERIC=C                          
-## [5] LC_TIME=English_United States.1252    
+## [1] LC_COLLATE=English_United States.1252  LC_CTYPE=English_United States.1252    LC_MONETARY=English_United States.1252
+## [4] LC_NUMERIC=C                           LC_TIME=English_United States.1252    
 ## 
 ## attached base packages:
 ## [1] stats     graphics  grDevices utils     datasets  methods   base     
 ## 
 ## other attached packages:
-## [1] bindrcpp_0.2.2 magrittr_1.5  
+## [1] knitr_1.20     bindrcpp_0.2.2 magrittr_1.5  
 ## 
 ## loaded via a namespace (and not attached):
-##  [1] Rcpp_0.12.19          pillar_1.3.0          compiler_3.5.1       
-##  [4] bindr_0.1.1           tools_3.5.1           odbc_1.1.6           
-##  [7] packrat_0.4.9-3       bit_1.1-14            evaluate_0.12        
-## [10] tibble_1.4.2          checkmate_1.8.5       pkgconfig_2.0.2      
-## [13] rlang_0.2.2           DBI_1.0.0             cli_1.0.1            
-## [16] rstudioapi_0.8        yaml_2.2.0            dplyr_0.7.6          
-## [19] stringr_1.3.1         knitr_1.20            hms_0.4.2.9001       
-## [22] bit64_0.9-7           tidyselect_0.2.5      glue_1.3.0           
-## [25] OuhscMunge_0.1.9.9009 R6_2.3.0              fansi_0.4.0          
-## [28] tidyr_0.8.1           readr_1.2.0           purrr_0.2.5          
-## [31] blob_1.1.1            backports_1.1.2       RODBC_1.3-15         
-## [34] assertthat_0.2.0      testit_0.8.1          config_0.3           
-## [37] utf8_1.1.4            stringi_1.2.4         crayon_1.3.4
+##  [1] Rcpp_0.12.19          highr_0.7             pillar_1.3.0          compiler_3.5.1        bindr_0.1.1          
+##  [6] tools_3.5.1           odbc_1.1.6            packrat_0.4.9-3       digest_0.6.18         bit_1.1-14           
+## [11] memoise_1.1.0         evaluate_0.12         tibble_1.4.2          checkmate_1.8.5       pkgconfig_2.0.2      
+## [16] rlang_0.2.2           rstudioapi_0.8        DBI_1.0.0             cli_1.0.1             yaml_2.2.0           
+## [21] withr_2.1.2           dplyr_0.7.6           stringr_1.3.1         devtools_1.13.6       hms_0.4.2.9001       
+## [26] rprojroot_1.3-2       bit64_0.9-7           tidyselect_0.2.5      glue_1.3.0            OuhscMunge_0.1.9.9009
+## [31] R6_2.3.0              fansi_0.4.0           rmarkdown_1.10        tidyr_0.8.1           readr_1.2.0          
+## [36] purrr_0.2.5           blob_1.1.1            scales_1.0.0          backports_1.1.2       RODBC_1.3-15         
+## [41] htmltools_0.3.6       assertthat_0.2.0      testit_0.8.1          colorspace_1.3-2      config_0.3           
+## [46] utf8_1.1.4            stringi_1.2.4         munsell_0.5.0         markdown_0.8          crayon_1.3.4
 
Sys.time()
 
-
## [1] "2018-10-13 18:49:57 CDT"
+
## [1] "2018-10-14 18:26:08 CDT"
 
diff --git a/stitched-output/dal/outcomes/outcomes-79.md b/stitched-output/dal/outcomes/outcomes-79.md index 3541500..832cc97 100644 --- a/stitched-output/dal/outcomes/outcomes-79.md +++ b/stitched-output/dal/outcomes/outcomes-79.md @@ -92,7 +92,7 @@ ds_response <- DBI::dbGetQuery(channel, sql_response ) ``` ## user system elapsed -## 0.37 0.04 2.83 +## 0.41 0.00 238.03 ``` ```r @@ -108,7 +108,7 @@ dim(ds_survey_time) ``` ``` -## [1] 605175 4 +## [1] 629382 4 ``` ```r @@ -116,7 +116,7 @@ dim(ds_response) ``` ``` -## [1] 279649 4 +## [1] 282120 4 ``` ```r @@ -133,7 +133,7 @@ ds_algorithm_version ``` ## version -## 1 88 +## 1 89 ``` ```r @@ -198,21 +198,20 @@ ds_subject_survey ``` ``` -## # A tibble: 118,822 x 8 -## subject_tag survey_year generation age height_inches weight_pounds -## -## 1 200 1981 1 22.1 NA 120 -## 2 200 1982 1 23.1 62 125 -## 3 200 1985 1 26.1 62 118 -## 4 201 1998 2 5.2 NA NA -## 5 201 2000 2 7.2 NA NA -## 6 201 2002 2 9.3 NA NA -## 7 201 2004 2 11.3 NA NA -## 8 202 2000 2 5.6 NA NA -## 9 202 2002 2 7.6 NA NA -## 10 202 2004 2 9.6 NA NA -## # ... with 118,812 more rows, and 2 more variables: -## # afqt_scaled_gen1 , father_alive +## # A tibble: 121,293 x 8 +## subject_tag survey_year generation age height_inches weight_pounds afqt_scaled_gen1 father_alive +## +## 1 200 1981 1 22.1 NA 120 6.84 NA +## 2 200 1982 1 23.1 62 125 NA NA +## 3 200 1985 1 26.1 62 118 NA NA +## 4 201 1998 2 5.2 NA NA NA NA +## 5 201 2000 2 7.2 NA NA NA NA +## 6 201 2002 2 9.3 NA NA NA NA +## 7 201 2004 2 11.3 NA NA NA NA +## 8 202 2000 2 5.6 NA NA NA NA +## 9 202 2002 2 7.6 NA NA NA NA +## 10 202 2004 2 9.6 NA NA NA NA +## # ... with 121,283 more rows ``` ```r @@ -221,22 +220,14 @@ summary(ds_subject) ``` ``` -## subject_tag generation height_inches weight_pounds -## Min. : 200 Min. :1.000 Min. :48.00 Min. : 53.0 -## 1st Qu.: 304727 1st Qu.:1.000 1st Qu.:64.00 1st Qu.:125.0 -## Median : 603352 Median :1.000 Median :67.00 Median :140.0 -## Mean : 606991 Mean :1.447 Mean :67.08 Mean :145.6 -## 3rd Qu.: 896501 3rd Qu.:2.000 3rd Qu.:70.00 3rd Qu.:165.0 -## Max. :1268600 Max. :2.000 Max. :83.00 Max. :375.0 -## NA's :10346 NA's :10219 -## afqt_scaled_gen1 father_alive -## Min. : 0.00 Min. :-3.000 -## 1st Qu.: 16.77 1st Qu.: 1.000 -## Median : 38.62 Median : 1.000 -## Mean : 42.40 Mean : 0.864 -## 3rd Qu.: 66.29 3rd Qu.: 1.000 -## Max. :100.00 Max. : 1.000 -## NA's :10804 NA's :15708 +## subject_tag generation height_inches weight_pounds afqt_scaled_gen1 father_alive +## Min. : 200 Min. :1.000 Min. :48.00 Min. : 53.0 Min. : 0.00 Min. :-3.000 +## 1st Qu.: 304800 1st Qu.:1.000 1st Qu.:64.00 1st Qu.:125.0 1st Qu.: 16.77 1st Qu.: 1.000 +## Median : 603302 Median :1.000 Median :67.00 Median :140.0 Median : 38.62 Median : 1.000 +## Mean : 606985 Mean :1.448 Mean :67.08 Mean :145.6 Mean : 42.40 Mean : 0.854 +## 3rd Qu.: 896501 3rd Qu.:2.000 3rd Qu.:70.00 3rd Qu.:165.0 3rd Qu.: 66.29 3rd Qu.: 1.000 +## Max. :1268600 Max. :2.000 Max. :83.00 Max. :375.0 Max. :100.00 Max. : 1.000 +## NA's :10361 NA's :10234 NA's :10819 NA's :15600 ``` ```r @@ -254,22 +245,22 @@ summary(ds_subject_survey) ``` ``` -## subject_tag survey_year generation age -## Min. : 200 Min. :1981 Min. :1.000 Min. : 0.0 -## 1st Qu.: 285625 1st Qu.:1985 1st Qu.:1.000 1st Qu.:11.4 -## Median : 579002 Median :1994 Median :2.000 Median :18.3 -## Mean : 577511 Mean :1994 Mean :1.702 Mean :17.1 -## 3rd Qu.: 842100 3rd Qu.:2004 3rd Qu.:2.000 3rd Qu.:22.5 -## Max. :1268600 Max. :2010 Max. :2.000 Max. :38.0 -## NA's :10136 -## height_inches weight_pounds afqt_scaled_gen1 father_alive -## Min. :48.00 Min. : 47.0 Min. : 0.00 Min. :-3.00 -## 1st Qu.:64.00 1st Qu.:125.0 1st Qu.: 16.77 1st Qu.: 1.00 -## Median :67.00 Median :145.0 Median : 38.62 Median : 1.00 -## Mean :67.08 Mean :148.5 Mean : 42.40 Mean : 0.82 -## 3rd Qu.:70.00 3rd Qu.:165.0 3rd Qu.: 66.29 3rd Qu.: 1.00 -## Max. :83.00 Max. :375.0 Max. :100.00 Max. : 1.00 -## NA's :95867 NA's :83769 NA's :106908 NA's :80175 +## subject_tag survey_year generation age height_inches weight_pounds afqt_scaled_gen1 +## Min. : 200 Min. :1981 Min. :1.000 Min. : 0.0 Min. :48.00 Min. : 47.0 Min. : 0.00 +## 1st Qu.: 286900 1st Qu.:1985 1st Qu.:1.000 1st Qu.:11.6 1st Qu.:64.00 1st Qu.:125.0 1st Qu.: 16.77 +## Median : 579900 Median :1994 Median :2.000 Median :18.3 Median :67.00 Median :145.0 Median : 38.62 +## Mean : 577652 Mean :1994 Mean :1.708 Mean :17.2 Mean :67.08 Mean :148.5 Mean : 42.40 +## 3rd Qu.: 841600 3rd Qu.:2004 3rd Qu.:2.000 3rd Qu.:22.5 3rd Qu.:70.00 3rd Qu.:165.0 3rd Qu.: 66.29 +## Max. :1268600 Max. :2014 Max. :2.000 Max. :41.5 Max. :83.00 Max. :375.0 Max. :100.00 +## NA's :10596 NA's :98338 NA's :86240 NA's :109379 +## father_alive +## Min. :-3.00 +## 1st Qu.: 1.00 +## Median : 1.00 +## Mean : 0.82 +## 3rd Qu.: 1.00 +## Max. : 1.00 +## NA's :80175 ``` ```r @@ -277,6 +268,13 @@ checkmate::assert_integer(ds_subject_survey$subject_tag , lower= checkmate::assert_integer(ds_subject_survey$survey_year , lower= 1979L , upper= 2016L, any.missing=F, unique=F) checkmate::assert_integer(ds_subject_survey$generation , lower= 1L , upper= 2L, any.missing=F) checkmate::assert_numeric(ds_subject_survey$age , lower= 0 , upper= 40 , any.missing=T) +``` + +``` +## Error in knitr::stitch_rmd(script = "./dal/outcomes/outcomes-79.R", output = "./stitched-output/dal/outcomes/outcomes-79.md"): Assertion on 'ds_subject_survey$age' failed: All elements must be <= 40. +``` + +```r checkmate::assert_numeric(ds_subject_survey$height_inches , lower= 48L , upper= 83L, any.missing=T) checkmate::assert_numeric(ds_subject_survey$weight_pounds , lower= 47L , upper= 400L, any.missing=T) checkmate::assert_numeric(ds_subject_survey$afqt_scaled_gen1 , lower= 0 , upper= 100 , any.missing=T) @@ -297,20 +295,20 @@ ds_slim_subject ``` ``` -## # A tibble: 22,718 x 6 -## subject_tag generation height_inches weight_pounds afqt_scaled_gen1 -## -## 1 200 1 62 120 6.84 -## 2 201 2 NA NA NA -## 3 202 2 NA NA NA -## 4 300 1 70 160 49.4 -## 5 301 2 NA NA NA -## 6 302 2 NA NA NA -## 7 303 2 NA NA NA -## 8 400 1 67 110 55.8 -## 9 401 2 NA NA NA -## 10 500 1 63 130 96.8 -## # ... with 22,708 more rows, and 1 more variable: father_alive +## # A tibble: 22,733 x 6 +## subject_tag generation height_inches weight_pounds afqt_scaled_gen1 father_alive +## +## 1 200 1 62 120 6.84 NA +## 2 201 2 NA NA NA NA +## 3 202 2 NA NA NA NA +## 4 300 1 70 160 49.4 NA +## 5 301 2 NA NA NA NA +## 6 302 2 NA NA NA NA +## 7 303 2 NA NA NA NA +## 8 400 1 67 110 55.8 NA +## 9 401 2 NA NA NA 1 +## 10 500 1 63 130 96.8 NA +## # ... with 22,723 more rows ``` ```r @@ -331,21 +329,20 @@ ds_slim_subject_survey ``` ``` -## # A tibble: 118,822 x 8 -## subject_tag survey_year generation age height_inches weight_pounds -## -## 1 200 1981 1 22.1 NA 120 -## 2 200 1982 1 23.1 62 125 -## 3 200 1985 1 26.1 62 118 -## 4 201 1998 2 5.2 NA NA -## 5 201 2000 2 7.2 NA NA -## 6 201 2002 2 9.3 NA NA -## 7 201 2004 2 11.3 NA NA -## 8 202 2000 2 5.6 NA NA -## 9 202 2002 2 7.6 NA NA -## 10 202 2004 2 9.6 NA NA -## # ... with 118,812 more rows, and 2 more variables: -## # afqt_scaled_gen1 , father_alive +## # A tibble: 121,293 x 8 +## subject_tag survey_year generation age height_inches weight_pounds afqt_scaled_gen1 father_alive +## +## 1 200 1981 1 22.1 NA 120 6.84 NA +## 2 200 1982 1 23.1 62 125 NA NA +## 3 200 1985 1 26.1 62 118 NA NA +## 4 201 1998 2 5.2 NA NA NA NA +## 5 201 2000 2 7.2 NA NA NA NA +## 6 201 2002 2 9.3 NA NA NA NA +## 7 201 2004 2 11.3 NA NA NA NA +## 8 202 2000 2 5.6 NA NA NA NA +## 9 202 2002 2 7.6 NA NA NA NA +## 10 202 2004 2 9.6 NA NA NA NA +## # ... with 121,283 more rows ``` ```r @@ -378,32 +375,26 @@ sessionInfo() ## Matrix products: default ## ## locale: -## [1] LC_COLLATE=English_United States.1252 -## [2] LC_CTYPE=English_United States.1252 -## [3] LC_MONETARY=English_United States.1252 -## [4] LC_NUMERIC=C -## [5] LC_TIME=English_United States.1252 +## [1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MONETARY=English_United States.1252 +## [4] LC_NUMERIC=C LC_TIME=English_United States.1252 ## ## attached base packages: ## [1] stats graphics grDevices utils datasets methods base ## ## other attached packages: -## [1] bindrcpp_0.2.2 magrittr_1.5 +## [1] knitr_1.20 bindrcpp_0.2.2 magrittr_1.5 ## ## loaded via a namespace (and not attached): -## [1] Rcpp_0.12.19 pillar_1.3.0 compiler_3.5.1 -## [4] bindr_0.1.1 tools_3.5.1 odbc_1.1.6 -## [7] packrat_0.4.9-3 bit_1.1-14 evaluate_0.12 -## [10] tibble_1.4.2 checkmate_1.8.5 pkgconfig_2.0.2 -## [13] rlang_0.2.2 DBI_1.0.0 cli_1.0.1 -## [16] rstudioapi_0.8 yaml_2.2.0 dplyr_0.7.6 -## [19] stringr_1.3.1 knitr_1.20 hms_0.4.2.9001 -## [22] bit64_0.9-7 tidyselect_0.2.5 glue_1.3.0 -## [25] OuhscMunge_0.1.9.9009 R6_2.3.0 fansi_0.4.0 -## [28] tidyr_0.8.1 readr_1.2.0 purrr_0.2.5 -## [31] blob_1.1.1 backports_1.1.2 RODBC_1.3-15 -## [34] assertthat_0.2.0 testit_0.8.1 config_0.3 -## [37] utf8_1.1.4 stringi_1.2.4 crayon_1.3.4 +## [1] Rcpp_0.12.19 highr_0.7 pillar_1.3.0 compiler_3.5.1 bindr_0.1.1 +## [6] tools_3.5.1 odbc_1.1.6 packrat_0.4.9-3 digest_0.6.18 bit_1.1-14 +## [11] memoise_1.1.0 evaluate_0.12 tibble_1.4.2 checkmate_1.8.5 pkgconfig_2.0.2 +## [16] rlang_0.2.2 rstudioapi_0.8 DBI_1.0.0 cli_1.0.1 yaml_2.2.0 +## [21] withr_2.1.2 dplyr_0.7.6 stringr_1.3.1 devtools_1.13.6 hms_0.4.2.9001 +## [26] rprojroot_1.3-2 bit64_0.9-7 tidyselect_0.2.5 glue_1.3.0 OuhscMunge_0.1.9.9009 +## [31] R6_2.3.0 fansi_0.4.0 rmarkdown_1.10 tidyr_0.8.1 readr_1.2.0 +## [36] purrr_0.2.5 blob_1.1.1 scales_1.0.0 backports_1.1.2 RODBC_1.3-15 +## [41] htmltools_0.3.6 assertthat_0.2.0 testit_0.8.1 colorspace_1.3-2 config_0.3 +## [46] utf8_1.1.4 stringi_1.2.4 munsell_0.5.0 markdown_0.8 crayon_1.3.4 ``` ```r @@ -411,6 +402,6 @@ Sys.time() ``` ``` -## [1] "2018-10-13 18:49:57 CDT" +## [1] "2018-10-14 18:26:08 CDT" ``` diff --git a/utility/migrate-variablest-new-tagset.R b/utility/migrate-variablest-new-tagset.R index 4fbedee..0d7d4fd 100644 --- a/utility/migrate-variablest-new-tagset.R +++ b/utility/migrate-variablest-new-tagset.R @@ -29,7 +29,7 @@ path_in_tagset_new <- file.path(directory_in, "Gen2FatherFromGen1De path_in_tagset_old <- file.path(directory_in, "Gen2FatherFromGen1.NLSY79" ) path_out_tagset_old <- path_in_tagset_old # In this case, overwrite the tagset. Make sure things are committed to Git first -variables_to_duplicate <- c("R0000100") # For Nlsy79 Gen1 +variables_to_duplicate <- c("R0000100", "R0214800") # For Nlsy79 Gen1 # variables_to_duplicate <- c("C0000100", "C0000200") # For Nlsy79 Gen2 # variables_to_duplicate <- c("R0000100") # For Nlsy97
NA
C515610040FatherHasAsthmaGen226Gen2ImplicitFather2Gen2C20100TRUETRUENA
C5524800 17 AgeAtInterviewDateMonths TRUE NA
C5525500121Gen2CFatherLivingInHH26Gen2ImplicitFather2Gen2C20120TRUETRUENA
C5525600122Gen2CFatherAlive26Gen2ImplicitFather2Gen2C20120TRUETRUENA
C5525700123Gen2CFatherDistanceFromMotherFuzzyCeiling26Gen2ImplicitFather2Gen2C20120TRUETRUENA
C5550100 20 NA
C573320040FatherHasAsthmaGen226Gen2ImplicitFather2Gen2C20120TRUETRUENA
C5801100 17 AgeAtInterviewDateMonths TRUE NA
C5801800121Gen2CFatherLivingInHH26Gen2ImplicitFather2Gen2C20140TRUETRUENA
C5801900122Gen2CFatherAlive26Gen2ImplicitFather2Gen2C20140TRUETRUENA
C5802000123Gen2CFatherDistanceFromMotherFuzzyCeiling26Gen2ImplicitFather2Gen2C20140TRUETRUENA
C600620040FatherHasAsthmaGen226Gen2ImplicitFather2Gen2C20140TRUETRUENA
H0001600 300 Gen1FatherAlive TRUE alive 40 health
H0001700 301 Gen1FatherDeathCause TRUE deathcause 40 health
H0001800 302 Gen1FatherDeathAge TRUE deathage 40
H0001900 303 Gen1FatherHasHealthProblems TRUE has probs 40
H0002000 304 Gen1FatherHealthProblem TRUE prob1 40
H0002100 304 Gen1FatherHealthProblem TRUE prob2 40
H0002200 304 Gen1FatherHealthProblem TRUE prob3 40
H0002300 304 Gen1FatherHealthProblem TRUE prob4 40
H0002400 320 Gen1MotherAlive TRUE alive 40 health
H0002500 321 Gen1MotherDeathCause TRUE deathcause 40 health
H0002600 322 Gen1MotherDeathAge TRUE deathage 40
H0002700 323 Gen1MotherHasHealthProblems TRUE has probs 40
H0002800 324 Gen1MotherHealthProblem TRUE prob1 40
H0002900 324 Gen1MotherHealthProblem TRUE prob2 40
H0003000 324 Gen1MotherHealthProblem TRUE prob3 40
H0003100 324 Gen1MotherHealthProblem TRUE prob4 40
H0013600 300 Gen1FatherAlive TRUE alive 50 health
H0013700 301 Gen1FatherDeathCause TRUE deathcause 50 health
H0013800 302 Gen1FatherDeathAge TRUE deathage 50
H0013900 303 Gen1FatherHasHealthProblems TRUE has probs 50
H0014000 304 Gen1FatherHealthProblem TRUE prob1 50
H0014100 304 Gen1FatherHealthProblem TRUE prob2 50
H0014200 304 Gen1FatherHealthProblem TRUE prob3 50
H0014300 304 Gen1FatherHealthProblem TRUE prob4 50
H0014400 304 Gen1FatherHealthProblem TRUE prob3 50
H0014500 304 Gen1FatherHealthProblem TRUE prob4 50
H0014700 320 Gen1MotherAlive TRUE alive 50 health
H0014800 321 Gen1MotherDeathCause TRUE deathcause 50 health
H0014900 322 Gen1MotherDeathAge TRUE deathage 50
H0015000 323 Gen1MotherHasHealthProblems TRUE has probs 50
H0015100 324 Gen1MotherHealthProblem TRUE prob1 50
H0015200 324 Gen1MotherHealthProblem TRUE prob2 50
H0015300 324 Gen1MotherHealthProblem TRUE prob3 50
H0015400 324 Gen1MotherHealthProblem TRUE prob4 50
H0015500 324 Gen1MotherHealthProblem TRUE prob5 50
H0015600 324 Gen1MotherHealthProblem TRUE prob6 50
H0015700 324 Gen1MotherHealthProblem TRUE prob7 50
H0015800 324 Gen1MotherHealthProblem TRUE prob8 50
H0015900 324 Gen1MotherHealthProblem TRUE prob9 50
H0016000 324 Gen1MotherHealthProblem TRUE prob10 50
R0000100 100 SubjectID TRUE Is read directly in Subject.cs
R0000149 101 ExtendedFamilyID TRUE Is read directly in Subject.cs
R0000150 1 IDOfOther1979RosterGen1 TRUE NA
R0000151 2 RosterGen1979 TRUE NA
R0000152 1 IDOfOther1979RosterGen1 TRUE NA
R0000153 2 RosterGen1979 TRUE NA
R0000154 1 IDOfOther1979RosterGen1 TRUE NA
R0000155 2 RosterGen1979 TRUE NA
R0000156 1 IDOfOther1979RosterGen1 TRUE NA
R0000157 2 RosterGen1979 TRUE NA
R0000158 1 IDOfOther1979RosterGen1 TRUE NA
R0000159 2 RosterGen1979 TRUE NA
R0000162 3 SiblingNumberFrom1993SiblingRoster TRUE NA
R0000163 3 SiblingNumberFrom1993SiblingRoster TRUE NA
R0000164 3 SiblingNumberFrom1993SiblingRoster TRUE NA
R0000165 3 SiblingNumberFrom1993SiblingRoster TRUE NA
R0000166 3 SiblingNumberFrom1993SiblingRoster TRUE NA
R0000300 13 DateOfBirthMonth TRUE NA
R0000500 14 DateOfBirthYearGen1 TRUE NA
R0006100 325 Gen1MotherBirthCountry TRUE birth country
R0006500 327 Gen1MotherHighestGrade TRUE highest grade
R0007300 305 Gen1FatherBirthCountry TRUE birth country
R0007700 308 Gen1GrandfatherBirthCountry TRUE birth country grandfather
R0007900 307 Gen1FatherHighestGrade TRUE highest grade
R0009100 63 SiblingCountTotalFen1 TRUE NA
R0009300 66 OlderSiblingsTotalCountGen1 TRUE NA
R0172500 21 InterviewDateMonth TRUE NA
R0172600 20 InterviewDateDay TRUE NA
R0214700 103 RaceCohort TRUE No missing values
R0214800 102 Gender TRUE Is read directly in Subject.cs
R0216500 16 AgeAtInterviewDateYears TRUE NA
R0329200 21 InterviewDateMonth TRUE NA
R0329210 20 InterviewDateDay TRUE NA
R0406510 16 AgeAtInterviewDateYears TRUE NA
R0410100 13 DateOfBirthMonth TRUE NA
R0410300 14 DateOfBirthYearGen1 TRUE NA
R0481600 204 Gen1HeightFeetInchesMashed TRUE String of feet concat with inches
R0481700 201 Gen1WeightPounds TRUE NA
R0530700 21 InterviewDateMonth TRUE NA
R0530800 20 InterviewDateDay TRUE NA
R0618200 202 Gen1AfqtScaled0Decimals_NOTUSED TRUE Scored according to 1980 standards
R0618300 202 Gen1AfqtScaled0Decimals_NOTUSED TRUE Scored according to 1989 standards
R0618301 203 Gen1AfqtScaled3Decimals TRUE Scored according to 2006 standards
R0619010 16 AgeAtInterviewDateYears TRUE NA
R0779800 200 Gen1HeightInches TRUE NA
R0779900 201 Gen1WeightPounds TRUE NA
R0809900 21 InterviewDateMonth TRUE NA
R0810000 20 InterviewDateDay TRUE NA
R0898310 16 AgeAtInterviewDateYears TRUE NA
R1045700 21 InterviewDateMonth TRUE NA
R1045800 20 InterviewDateDay TRUE NA
R1145110 16 AgeAtInterviewDateYears TRUE NA
R1373300 81 BabyDaddyInHH TRUE NA
R1373400 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1984 TRUE NA
R1373500 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R1374000 81 BabyDaddyInHH TRUE NA
R1374100 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1984 TRUE NA
R1374200 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R1374700 81 BabyDaddyInHH TRUE NA
R1374800 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1984 TRUE NA
R1374900 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R1375400 81 BabyDaddyInHH TRUE NA
R1375500 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1984 TRUE NA
R1375600 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R1376100 81 BabyDaddyInHH TRUE NA
R1376200 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1984 TRUE NA
R1376300 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R1376800 81 BabyDaddyInHH TRUE NA
R1376900 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1984 TRUE NA
R1377000 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R1377500 81 BabyDaddyInHH TRUE NA
R1377600 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1984 TRUE NA
R1377700 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R1427500 21 InterviewDateMonth TRUE NA
R1427600 20 InterviewDateDay TRUE NA
R1520310 16 AgeAtInterviewDateYears TRUE NA
R1753700 81 BabyDaddyInHH TRUE NA
R1753800 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1985 TRUE NA
R1753900 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R1754400 81 BabyDaddyInHH TRUE NA
R1754500 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1985 TRUE NA
R1754600 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R1755100 81 BabyDaddyInHH TRUE NA
R1755200 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1985 TRUE NA
R1755300 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R1755800 81 BabyDaddyInHH TRUE NA
R1755900 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1985 TRUE NA
R1756000 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R1756500 81 BabyDaddyInHH TRUE NA
R1756600 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1985 TRUE NA
R1756700 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R1757200 81 BabyDaddyInHH TRUE NA
R1757300 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1985 TRUE NA
R1757400 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R1757900 81 BabyDaddyInHH TRUE NA
R1758000 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1985 TRUE NA
R1758100 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R1773900 200 Gen1HeightInches TRUE NA
R1774000 201 Gen1WeightPounds TRUE NA
R1774100 70 Gen1HairColor TRUE NA
R1774200 71 Gen1EyeColor TRUE NA
R1794600 21 InterviewDateMonth TRUE NA
R1794700 20 InterviewDateDay TRUE NA
R1891010 16 AgeAtInterviewDateYears TRUE NA
R2095700 81 BabyDaddyInHH TRUE NA
R2095800 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1986 TRUE NA
R2095900 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R2096400 81 BabyDaddyInHH TRUE NA
R2096500 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1986 TRUE NA
R2096600 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R2097100 81 BabyDaddyInHH TRUE NA
R2097200 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1986 TRUE NA
R2097300 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R2097800 81 BabyDaddyInHH TRUE NA
R2097900 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1986 TRUE NA
R2098000 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R2098500 81 BabyDaddyInHH TRUE NA
R2098600 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1986 TRUE NA
R2098700 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R2099200 81 BabyDaddyInHH TRUE NA
R2099300 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1986 TRUE NA
R2099400 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R2099900 81 BabyDaddyInHH TRUE NA
R2100000 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1986 TRUE NA
R2100100 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R2156200 21 InterviewDateMonth TRUE NA
R2156300 20 InterviewDateDay TRUE NA
R2258110 16 AgeAtInterviewDateYears TRUE NA
R2302900 309 Gen1FatherBirthMonth TRUE Gen1 Father Birth Month
R2303100 310 Gen1FatherBirthYear TRUE Gen1 Father Birth Year
R2303200 311 Gen1FatherAge TRUE Gen1 Father Age
R2303300 329 Gen1MotherBirthMonth TRUE Gen1 Mother Birth Month
R2303500 330 Gen1MotherBirthYear TRUE Gen1 Mother Birth Year
R2303600 331 Gen1MotherAge TRUE Gen1 Mother Age
R2365700 21 InterviewDateMonth TRUE NA
R2365800 20 InterviewDateDay TRUE NA
R2445510 16 AgeAtInterviewDateYears TRUE NA
R2505100 309 Gen1FatherBirthMonth TRUE Gen1 Father Birth Month
R2505300 310 Gen1FatherBirthYear TRUE Gen1 Father Birth Year
R2505400 311 Gen1FatherAge TRUE Gen1 Father Age
R2505500 329 Gen1MotherBirthMonth TRUE Gen1 Mother Birth Month
R2505700 330 Gen1MotherBirthYear TRUE Gen1 Mother Birth Year
R2505800 331 Gen1MotherAge TRUE Gen1 Mother Age
R2648000 81 BabyDaddyInHH TRUE NA
R2648100 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1988 TRUE NA
R2648200 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R2648700 81 BabyDaddyInHH TRUE NA
R2648800 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1988 TRUE NA
R2648900 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R2649400 81 BabyDaddyInHH TRUE NA
R2649500 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1988 TRUE NA
R2649600 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R2650100 81 BabyDaddyInHH TRUE NA
R2650200 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1988 TRUE NA
R2650300 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R2650800 81 BabyDaddyInHH TRUE NA
R2650900 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1988 TRUE NA
R2651000 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R2651500 81 BabyDaddyInHH TRUE NA
R2651600 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1988 TRUE NA
R2651700 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R2652200 81 BabyDaddyInHH TRUE NA
R2652300 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1988 TRUE NA
R2652400 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R2737900 340 Gen1AlwaysLivedWithBothParents TRUE LIVED WITH BOTH BIOLOGICAL PARENTS FROM BIRTH TO AGE 18?
R2742500 21 InterviewDateMonth TRUE NA
R2742600 20 InterviewDateDay TRUE NA
R2837200 326 Gen1LivedWithMotherAtAgeX TRUE NA
R2837300 326 Gen1LivedWithMotherAtAgeX TRUE NA
R2837400 326 Gen1LivedWithMotherAtAgeX TRUE NA
R2837500 326 Gen1LivedWithMotherAtAgeX TRUE NA
R2837600 326 Gen1LivedWithMotherAtAgeX TRUE NA
R2837700 326 Gen1LivedWithMotherAtAgeX TRUE NA
R2837800 326 Gen1LivedWithMotherAtAgeX TRUE NA
R2837900 326 Gen1LivedWithMotherAtAgeX TRUE NA
R2838000 326 Gen1LivedWithMotherAtAgeX TRUE NA
R2838100 326 Gen1LivedWithMotherAtAgeX TRUE NA
R2838200 326 Gen1LivedWithMotherAtAgeX TRUE NA
R2838300 326 Gen1LivedWithMotherAtAgeX TRUE NA
R2838400 326 Gen1LivedWithMotherAtAgeX TRUE NA
R2838500 326 Gen1LivedWithMotherAtAgeX TRUE NA
R2838600 326 Gen1LivedWithMotherAtAgeX TRUE NA
R2838700 326 Gen1LivedWithMotherAtAgeX TRUE NA
R2838800 326 Gen1LivedWithMotherAtAgeX TRUE NA
R2838900 326 Gen1LivedWithMotherAtAgeX TRUE NA
R2839000 326 Gen1LivedWithMotherAtAgeX TRUE NA
R2839100 326 Gen1LivedWithMotherAtAgeX TRUE NA
R2839200 306 Gen1LivedWithFatherAtAgeX TRUE NA
R2839300 306 Gen1LivedWithFatherAtAgeX TRUE NA
R2839400 306 Gen1LivedWithFatherAtAgeX TRUE NA
R2839500 306 Gen1LivedWithFatherAtAgeX TRUE NA
R2839600 306 Gen1LivedWithFatherAtAgeX TRUE NA
R2839700 306 Gen1LivedWithFatherAtAgeX TRUE NA
R2839800 306 Gen1LivedWithFatherAtAgeX TRUE NA
R2839900 306 Gen1LivedWithFatherAtAgeX TRUE NA
R2840000 306 Gen1LivedWithFatherAtAgeX TRUE NA
R2840100 306 Gen1LivedWithFatherAtAgeX TRUE NA
R2840200 306 Gen1LivedWithFatherAtAgeX TRUE NA
R2840300 306 Gen1LivedWithFatherAtAgeX TRUE NA
R2840400 306 Gen1LivedWithFatherAtAgeX TRUE NA
R2840500 306 Gen1LivedWithFatherAtAgeX TRUE NA
R2840600 306 Gen1LivedWithFatherAtAgeX TRUE NA
R2840700 306 Gen1LivedWithFatherAtAgeX TRUE NA
R2840800 306 Gen1LivedWithFatherAtAgeX TRUE NA
R2840900 306 Gen1LivedWithFatherAtAgeX TRUE NA
R2841000 306 Gen1LivedWithFatherAtAgeX TRUE NA
R2841100 306 Gen1LivedWithFatherAtAgeX TRUE NA
R2871300 16 AgeAtInterviewDateYears TRUE NA
R2986100 21 InterviewDateMonth TRUE NA
R2986200 20 InterviewDateDay TRUE NA
R3075000 16 AgeAtInterviewDateYears TRUE NA
R3255900 81 BabyDaddyInHH TRUE NA
R3256000 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1990 TRUE NA
R3256100 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R3257700 81 BabyDaddyInHH TRUE NA
R3257800 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1990 TRUE NA
R3257900 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R3259500 81 BabyDaddyInHH TRUE NA
R3259600 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1990 TRUE NA
R3259700 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R3261300 81 BabyDaddyInHH TRUE NA
R3261400 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1990 TRUE NA
R3261500 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R3263100 81 BabyDaddyInHH TRUE NA
R3263200 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1990 TRUE NA
R3263300 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R3264900 81 BabyDaddyInHH TRUE NA
R3265000 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1990 TRUE NA
R3265100 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R3266700 81 BabyDaddyInHH TRUE NA
R3266800 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1990 TRUE NA
R3266900 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R3268500 81 BabyDaddyInHH TRUE Alive & Distance weren’t asked for 8th
R3302500 21 InterviewDateMonth TRUE NA
R3302600 20 InterviewDateDay TRUE NA
R3401700 16 AgeAtInterviewDateYears TRUE NA
R3573400 21 InterviewDateMonth TRUE NA
R3573500 20 InterviewDateDay TRUE NA
R3657100 16 AgeAtInterviewDateYears TRUE NA
R3771800 81 BabyDaddyInHH TRUE NA
R3771900 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1992 TRUE NA
R3772000 91 BabyDaddyLeftHHMonthOrNeverInHH TRUE NA
R3772100 92 BabyDaddyLeftHHYearTwoDigit TRUE NA
R3772200 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1992 TRUE NA
R3772300 87 BabyDaddyDeathYearTwoDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1992 TRUE NA
R3772400 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R3773900 81 BabyDaddyInHH TRUE NA
R3774000 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1992 TRUE NA
R3774100 91 BabyDaddyLeftHHMonthOrNeverInHH TRUE NA
R3774200 92 BabyDaddyLeftHHYearTwoDigit TRUE NA
R3774300 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1992 TRUE NA
R3774400 87 BabyDaddyDeathYearTwoDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1992 TRUE NA
R3774500 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R3776000 81 BabyDaddyInHH TRUE NA
R3776100 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1992 TRUE NA
R3776200 91 BabyDaddyLeftHHMonthOrNeverInHH TRUE NA
R3776300 92 BabyDaddyLeftHHYearTwoDigit TRUE NA
R3776400 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1992 TRUE NA
R3776500 87 BabyDaddyDeathYearTwoDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1992 TRUE NA
R3776600 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R3778100 81 BabyDaddyInHH TRUE NA
R3778200 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1992 TRUE NA
R3778300 91 BabyDaddyLeftHHMonthOrNeverInHH TRUE NA
R3778400 92 BabyDaddyLeftHHYearTwoDigit TRUE NA
R3778500 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1992 TRUE NA
R3778600 87 BabyDaddyDeathYearTwoDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1992 TRUE NA
R3778700 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R3780200 81 BabyDaddyInHH TRUE NA
R3780300 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1992 TRUE NA
R3780400 91 BabyDaddyLeftHHMonthOrNeverInHH TRUE NA
R3780500 92 BabyDaddyLeftHHYearTwoDigit TRUE NA
R3780600 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1992 TRUE NA
R3780700 87 BabyDaddyDeathYearTwoDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1992 TRUE NA
R3780800 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R3782300 81 BabyDaddyInHH TRUE NA
R3782400 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1992 TRUE NA
R3782500 91 BabyDaddyLeftHHMonthOrNeverInHH TRUE NA
R3782600 92 BabyDaddyLeftHHYearTwoDigit TRUE NA
R3782900 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R3784400 81 BabyDaddyInHH TRUE NA
R3784500 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1992 TRUE NA
R3784600 91 BabyDaddyLeftHHMonthOrNeverInHH TRUE NA
R3784700 92 BabyDaddyLeftHHYearTwoDigit TRUE NA
R3785000 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R3786500 81 BabyDaddyInHH TRUE NA
R3788004 81 BabyDaddyInHH TRUE note the ‘04’ suffix in the variable code
R3917600 21 InterviewDateMonth TRUE NA
R3917700 20 InterviewDateDay TRUE NA
R4007600 16 AgeAtInterviewDateYears TRUE NA
R4100200 21 InterviewDateMonth TRUE NA
R4100201 20 InterviewDateDay TRUE NA
R4100202 22 InterviewDateYear TRUE NA
R4125101 4 IDCodeOfOtherSiblingGen1 TRUE NA
R4125801 4 IDCodeOfOtherSiblingGen1 TRUE NA
R4126501 4 IDCodeOfOtherSiblingGen1 TRUE NA
R4127201 4 IDCodeOfOtherSiblingGen1 TRUE NA
R4127901 4 IDCodeOfOtherSiblingGen1 TRUE NA
R4128601 4 IDCodeOfOtherSiblingGen1 TRUE NA
R4129301 4 IDCodeOfOtherSiblingGen1 TRUE NA
R4130001 4 IDCodeOfOtherSiblingGen1 TRUE NA
R4130701 4 IDCodeOfOtherSiblingGen1 TRUE NA
R4131401 4 IDCodeOfOtherSiblingGen1 TRUE NA
R4132101 4 IDCodeOfOtherSiblingGen1 TRUE NA
R4132801 4 IDCodeOfOtherSiblingGen1 TRUE NA
R4133701 4 IDCodeOfOtherSiblingGen1 TRUE NA
R4276800 81 BabyDaddyInHH TRUE NA
R4276900 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1993 TRUE NA
R4277000 83 BabyDaddyEverLiveInHH TRUE NA
R4277100 84 BabyDaddyLeftHHMonth TRUE NA
R4277101 92 BabyDaddyLeftHHYearTwoDigit TRUE NA
R4277200 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1993 TRUE NA
R4277201 87 BabyDaddyDeathYearTwoDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1993 TRUE NA
R4277700 81 BabyDaddyInHH TRUE NA
R4277800 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1993 TRUE NA
R4277900 83 BabyDaddyEverLiveInHH TRUE NA
R4278000 84 BabyDaddyLeftHHMonth TRUE NA
R4278001 92 BabyDaddyLeftHHYearTwoDigit TRUE NA
R4278100 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1993 TRUE NA
R4278101 87 BabyDaddyDeathYearTwoDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1993 TRUE NA
R4278600 81 BabyDaddyInHH TRUE NA
R4278700 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1993 TRUE NA
R4278800 83 BabyDaddyEverLiveInHH TRUE NA
R4278900 84 BabyDaddyLeftHHMonth TRUE NA
R4278901 92 BabyDaddyLeftHHYearTwoDigit TRUE NA
R4279000 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1993 TRUE NA
R4279001 87 BabyDaddyDeathYearTwoDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1993 TRUE NA
R4279500 81 BabyDaddyInHH TRUE NA
R4279600 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1993 TRUE NA
R4279700 83 BabyDaddyEverLiveInHH TRUE NA
R4279800 84 BabyDaddyLeftHHMonth TRUE NA
R4279801 92 BabyDaddyLeftHHYearTwoDigit TRUE NA
R4279900 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1993 TRUE NA
R4279901 87 BabyDaddyDeathYearTwoDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1993 TRUE NA
R4280400 81 BabyDaddyInHH TRUE NA
R4280500 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1993 TRUE NA
R4280600 83 BabyDaddyEverLiveInHH TRUE NA
R4280700 84 BabyDaddyLeftHHMonth TRUE NA
R4280701 92 BabyDaddyLeftHHYearTwoDigit TRUE NA
R4280800 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1993 TRUE NA
R4280801 87 BabyDaddyDeathYearTwoDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1993 TRUE Last of the 2 digit years
R4281300 81 BabyDaddyInHH TRUE NA
R4281400 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1993 TRUE NA
R4281500 83 BabyDaddyEverLiveInHH TRUE NA
R4281600 84 BabyDaddyLeftHHMonth TRUE NA
R4281601 92 BabyDaddyLeftHHYearTwoDigit TRUE NA
R4282100 81 BabyDaddyInHH TRUE NA
R4282200 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1993 TRUE NA
R4282300 83 BabyDaddyEverLiveInHH TRUE NA
R4282400 84 BabyDaddyLeftHHMonth TRUE NA
R4282401 92 BabyDaddyLeftHHYearTwoDigit TRUE NA
R4282900 81 BabyDaddyInHH TRUE NA
R4283600 81 BabyDaddyInHH TRUE NA
R4418700 16 AgeAtInterviewDateYears TRUE NA
R4500200 20 InterviewDateDay TRUE NA
R4500201 21 InterviewDateMonth TRUE NA
R4500202 22 InterviewDateYear TRUE NA
R4521500 25 Gen1SiblingIsATwinOrTrip1994 TRUE NA
R4521700 26 Gen1MultipleSiblingType1994 TRUE NA
R4521800 27 Gen1ListedTwinCorrect1994 TRUE NA
R4521900 28 Gen1TwinIsMzOrDz1994 TRUE NA
R4522000 29 Gen1ListedTripCorrect1994 TRUE NA
R4522100 30 Gen1TripIsMzOrDz1994 TRUE NA
R4522200 9999 NotTranslated TRUE NA
R4522300 9999 NotTranslated TRUE NA
R4522400 9995 Gen1FirstIncorrectTwinTripYoungerOrOlder_NOTUSED TRUE NA
R4522500 9996 Gen1FirstIncorrectTwinTripAgeDifference_NOTUSED TRUE NA
R4522600 9999 NotTranslated TRUE NA
R4522700 9997 Gen1SecondIncorrectTwinTripYoungerOrOlder_NOTUSED TRUE NA
R4522800 9998 Gen1SecondIncorrectTwinTripAgeDifference_NOTUSED TRUE NA
R4825600 9994 Gen1VerifyFirstGen2TwinsTrips_NOTINTAGSETCURRENTLY TRUE NA
R4825700 50 HerTwinsTripsAreListed TRUE NA
R4825800 9993 Gen1ListIncorrectGen2TwinTrips_NOTINTAGCURRENTLY TRUE NA
R4826000 52 HerTwinsAreMz TRUE NA
R4826100 54 HerTwinsMistakenForEachOther TRUE NA
R4826300 53 HerTripsAreMz TRUE NA
R4826500 50 HerTwinsTripsAreListed TRUE NA
R4826800 52 HerTwinsAreMz TRUE NA
R4827600 81 BabyDaddyInHH TRUE NA
R4827700 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1994 TRUE NA
R4827800 83 BabyDaddyEverLiveInHH TRUE NA
R4827900 84 BabyDaddyLeftHHMonth TRUE NA
R4827901 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R4828000 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1994 TRUE NA
R4828001 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1994 TRUE First of the 4 digit years
R4828100 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R4830600 81 BabyDaddyInHH TRUE NA
R4830700 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1994 TRUE NA
R4830800 83 BabyDaddyEverLiveInHH TRUE NA
R4830900 84 BabyDaddyLeftHHMonth TRUE NA
R4830901 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R4831000 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1994 TRUE NA
R4831001 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1994 TRUE NA
R4831100 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R4833600 81 BabyDaddyInHH TRUE NA
R4833700 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1994 TRUE NA
R4833800 83 BabyDaddyEverLiveInHH TRUE NA
R4833900 84 BabyDaddyLeftHHMonth TRUE NA
R4833901 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R4834000 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1994 TRUE NA
R4834001 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1994 TRUE NA
R4834100 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R4836600 81 BabyDaddyInHH TRUE NA
R4836700 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1994 TRUE NA
R4836800 83 BabyDaddyEverLiveInHH TRUE NA
R4836900 84 BabyDaddyLeftHHMonth TRUE NA
R4836901 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R4837000 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1994 TRUE NA
R4837001 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1994 TRUE NA
R4837100 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R4839600 81 BabyDaddyInHH TRUE NA
R4839700 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1994 TRUE NA
R4839800 83 BabyDaddyEverLiveInHH TRUE NA
R4839900 84 BabyDaddyLeftHHMonth TRUE NA
R4839901 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R4840000 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1994 TRUE NA
R4840001 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1994 TRUE NA
R4840100 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R4842500 81 BabyDaddyInHH TRUE NA
R4842600 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1994 TRUE NA
R4842700 83 BabyDaddyEverLiveInHH TRUE NA
R4842800 84 BabyDaddyLeftHHMonth TRUE NA
R4842801 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R4842900 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R4844800 81 BabyDaddyInHH TRUE NA
R4844900 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1994 TRUE NA
R4845000 83 BabyDaddyEverLiveInHH TRUE NA
R4845100 84 BabyDaddyLeftHHMonth TRUE NA
R4845101 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R4845200 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R4847100 81 BabyDaddyInHH TRUE no 9th
R4847200 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1994 TRUE NA
R4847300 83 BabyDaddyEverLiveInHH TRUE NA
R4847400 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R5081700 16 AgeAtInterviewDateYears TRUE NA
R5167000 16 AgeAtInterviewDateYears TRUE NA
R5200200 20 InterviewDateDay TRUE NA
R5200201 21 InterviewDateMonth TRUE NA
R5200202 22 InterviewDateYear TRUE NA
R5495900 50 HerTwinsTripsAreListed TRUE NA
R5496200 52 HerTwinsAreMz TRUE NA
R5496300 54 HerTwinsMistakenForEachOther TRUE NA
R5496500 53 HerTripsAreMz TRUE NA
R5496700 50 HerTwinsTripsAreListed TRUE NA
R5497000 52 HerTwinsAreMz TRUE NA
R5497200 53 HerTripsAreMz TRUE NA
R5498000 81 BabyDaddyInHH TRUE NA
R5498100 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1996 TRUE NA
R5498200 83 BabyDaddyEverLiveInHH TRUE NA
R5498300 84 BabyDaddyLeftHHMonth TRUE NA
R5498301 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R5498400 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1996 TRUE NA
R5498401 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1996 TRUE NA
R5498500 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R5501000 81 BabyDaddyInHH TRUE NA
R5501100 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1996 TRUE NA
R5501200 83 BabyDaddyEverLiveInHH TRUE NA
R5501300 84 BabyDaddyLeftHHMonth TRUE NA
R5501301 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R5501400 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1996 TRUE NA
R5501401 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1996 TRUE NA
R5501500 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R5504000 81 BabyDaddyInHH TRUE NA
R5504100 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1996 TRUE NA
R5504200 83 BabyDaddyEverLiveInHH TRUE NA
R5504300 84 BabyDaddyLeftHHMonth TRUE NA
R5504301 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R5504400 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1996 TRUE NA
R5504401 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1996 TRUE NA
R5504500 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R5507000 81 BabyDaddyInHH TRUE NA
R5507100 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1996 TRUE NA
R5507200 83 BabyDaddyEverLiveInHH TRUE NA
R5507300 84 BabyDaddyLeftHHMonth TRUE NA
R5507301 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R5507400 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1996 TRUE NA
R5507401 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1996 TRUE NA
R5507500 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R5510000 81 BabyDaddyInHH TRUE NA
R5510100 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1996 TRUE NA
R5510200 83 BabyDaddyEverLiveInHH TRUE NA
R5510300 84 BabyDaddyLeftHHMonth TRUE NA
R5510301 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R5510400 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1996 TRUE NA
R5510401 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1996 TRUE NA
R5510500 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R5513000 81 BabyDaddyInHH TRUE NA
R5513100 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1996 TRUE NA
R5513200 83 BabyDaddyEverLiveInHH TRUE NA
R5513300 84 BabyDaddyLeftHHMonth TRUE NA
R5513301 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R5513400 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R5515300 81 BabyDaddyInHH TRUE NA
R5515400 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1996 TRUE NA
R5515500 83 BabyDaddyEverLiveInHH TRUE NA
R5515600 84 BabyDaddyLeftHHMonth TRUE NA
R5515601 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R5515700 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R5517600 81 BabyDaddyInHH TRUE NA
R5517700 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1996 TRUE NA
R5517800 83 BabyDaddyEverLiveInHH TRUE NA
R5517900 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R5519800 81 BabyDaddyInHH TRUE NA
R5519900 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1996 TRUE NA
R5520000 83 BabyDaddyEverLiveInHH TRUE NA
R5520100 84 BabyDaddyLeftHHMonth TRUE Skipped 8th
R5520101 85 BabyDaddyLeftHHYearFourDigit 9 TRUE TRUESkipped 8thSkipped child 8 in 1996
R5520200 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R6210700 50 HerTwinsTripsAreListed TRUE NA
R6210800 50 HerTwinsTripsAreListed TRUE NA
R6210900 50 HerTwinsTripsAreListed TRUE NA
R6211500 52 HerTwinsAreMz TRUE NA
R6211600 52 HerTwinsAreMz TRUE NA
R6211700 52 HerTwinsAreMz TRUE NA
R6211800 54 HerTwinsMistakenForEachOther TRUE NA
R6211900 54 HerTwinsMistakenForEachOther TRUE NA
R6212200 53 HerTripsAreMz TRUE NA
R6212300 53 HerTripsAreMz TRUE NA
R6218400 81 BabyDaddyInHH TRUE NA
R6218500 81 BabyDaddyInHH TRUE NA
R6218600 81 BabyDaddyInHH TRUE NA
R6218700 81 BabyDaddyInHH TRUE NA
R6218800 81 BabyDaddyInHH TRUE NA
R6218900 81 BabyDaddyInHH TRUE NA
R6219000 81 BabyDaddyInHH TRUE NA
R6219100 81 BabyDaddyInHH TRUE NA
R6219200 81 BabyDaddyInHH TRUE NA
R6219300 81 BabyDaddyInHH TRUE NA
R6219500 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1998 TRUE NA
R6219600 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1998 TRUE NA
R6219700 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1998 TRUE NA
R6219800 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1998 TRUE NA
R6219900 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1998 TRUE NA
R6220000 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1998 TRUE NA
R6220100 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1998 TRUE NA
R6220200 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1998 TRUE NA
R6220300 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1998 TRUE NA
R6220400 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1998 TRUE NA
R6220600 83 BabyDaddyEverLiveInHH TRUE NA
R6220700 83 BabyDaddyEverLiveInHH TRUE NA
R6220800 83 BabyDaddyEverLiveInHH TRUE NA
R6220900 83 BabyDaddyEverLiveInHH TRUE NA
R6221000 83 BabyDaddyEverLiveInHH TRUE NA
R6221100 83 BabyDaddyEverLiveInHH TRUE NA
R6221200 83 BabyDaddyEverLiveInHH TRUE NA
R6221300 83 BabyDaddyEverLiveInHH TRUE NA
R6221400 83 BabyDaddyEverLiveInHH TRUE NA
R6221500 83 BabyDaddyEverLiveInHH TRUE NA
R6221700 84 BabyDaddyLeftHHMonth TRUE NA
R6221701 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R6221800 84 BabyDaddyLeftHHMonth TRUE NA
R6221801 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R6221900 84 BabyDaddyLeftHHMonth TRUE NA
R6221901 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R6222000 84 BabyDaddyLeftHHMonth TRUE NA
R6222001 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R6222100 84 BabyDaddyLeftHHMonth TRUE NA
R6222101 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R6222200 84 BabyDaddyLeftHHMonth TRUE NA
R6222201 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R6222300 84 BabyDaddyLeftHHMonth TRUE NA
R6222301 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R6222400 84 BabyDaddyLeftHHMonth TRUE NA
R6222401 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R6222500 84 BabyDaddyLeftHHMonth TRUE NA
R6222501 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R6222600 84 BabyDaddyLeftHHMonth TRUE NA
R6222601 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R6222800 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1998 TRUE NA
R6222801 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1998 TRUE NA
R6222900 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1998 TRUE NA
R6222901 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1998 TRUE NA
R6223000 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1998 TRUE NA
R6223001 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1998 TRUE NA
R6223100 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1998 TRUE NA
R6223101 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1998 TRUE NA
R6223200 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1998 TRUE NA
R6223201 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1998 TRUE NA
R6223300 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1998 TRUE NA
R6223301 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 1998 TRUE NA
R6223400 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R6223500 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R6223600 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R6223700 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R6223800 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R6223900 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R6224000 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R6224100 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R6224200 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R6224300 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R6435300 20 InterviewDateDay TRUE NA
R6435301 21 InterviewDateMonth TRUE NA
R6435302 22 InterviewDateYear TRUE NA
R6479800 16 AgeAtInterviewDateYears TRUE NA
R6764000 50 HerTwinsTripsAreListed TRUE NA
R6764100 50 HerTwinsTripsAreListed TRUE NA
R6764200 50 HerTwinsTripsAreListed TRUE NA
R6764900 52 HerTwinsAreMz TRUE NA
R6765000 52 HerTwinsAreMz TRUE NA
R6765100 52 HerTwinsAreMz TRUE NA
R6765200 54 HerTwinsMistakenForEachOther TRUE NA
R6765600 53 HerTripsAreMz TRUE NA
R6765700 53 HerTripsAreMz TRUE NA
R6765800 53 HerTripsAreMz TRUE NA
R6771600 81 BabyDaddyInHH TRUE NA
R6771700 81 BabyDaddyInHH TRUE NA
R6771800 81 BabyDaddyInHH TRUE NA
R6771900 81 BabyDaddyInHH TRUE NA
R6772000 81 BabyDaddyInHH TRUE NA
R6772100 81 BabyDaddyInHH TRUE NA
R6772200 81 BabyDaddyInHH TRUE NA
R6772300 81 BabyDaddyInHH TRUE NA
R6772400 81 BabyDaddyInHH TRUE NA
R6772500 81 BabyDaddyInHH TRUE NA
R6773500 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2000 TRUE NA
R6773600 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2000 TRUE NA
R6773700 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2000 TRUE NA
R6773800 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2000 TRUE NA
R6773900 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2000 TRUE NA
R6774000 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2000 TRUE NA
R6774100 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2000 TRUE NA
R6774200 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2000 TRUE NA
R6774300 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2000 TRUE NA
R6774400 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2000 TRUE NA
R6774500 83 BabyDaddyEverLiveInHH TRUE NA
R6774600 83 BabyDaddyEverLiveInHH TRUE NA
R6774700 83 BabyDaddyEverLiveInHH TRUE NA
R6774800 83 BabyDaddyEverLiveInHH TRUE NA
R6774900 83 BabyDaddyEverLiveInHH TRUE NA
R6775000 83 BabyDaddyEverLiveInHH TRUE NA
R6775100 83 BabyDaddyEverLiveInHH TRUE NA
R6775200 83 BabyDaddyEverLiveInHH TRUE NA
R6775300 83 BabyDaddyEverLiveInHH TRUE NA
R6775400 83 BabyDaddyEverLiveInHH TRUE NA
R6775500 84 BabyDaddyLeftHHMonth TRUE NA
R6775501 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R6775600 84 BabyDaddyLeftHHMonth TRUE NA
R6775601 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R6775700 84 BabyDaddyLeftHHMonth TRUE NA
R6775701 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R6775800 84 BabyDaddyLeftHHMonth TRUE NA
R6775801 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R6775900 84 BabyDaddyLeftHHMonth TRUE NA
R6775901 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R6776000 84 BabyDaddyLeftHHMonth TRUE NA
R6776001 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R6776100 84 BabyDaddyLeftHHMonth TRUE NA
R6776101 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R6776200 84 BabyDaddyLeftHHMonth TRUE NA
R6776201 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R6776300 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2000 TRUE NA
R6776301 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2000 TRUE NA
R6776400 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2000 TRUE NA
R6776401 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2000 TRUE NA
R6776500 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2000 TRUE NA
R6776501 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2000 TRUE NA
R6776600 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2000 TRUE NA
R6776601 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2000 TRUE NA
R6776700 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2000 TRUE NA
R6776701 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2000 TRUE NA
R6776800 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2000 TRUE NA
R6776801 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2000 TRUE NA
R6776900 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R6777000 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R6777100 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R6777200 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R6777300 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R6777400 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R6777500 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R6777600 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R6777700 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R6777800 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R6963300 20 InterviewDateDay TRUE NA
R6963301 21 InterviewDateMonth TRUE NA
R6963302 22 InterviewDateYear TRUE NA
R7007500 16 AgeAtInterviewDateYears TRUE NA
R7408300 50 HerTwinsTripsAreListed TRUE NA
R7408400 50 HerTwinsTripsAreListed TRUE NA
R7408500 50 HerTwinsTripsAreListed TRUE NA
R7409200 52 HerTwinsAreMz TRUE NA
R7409300 52 HerTwinsAreMz TRUE NA
R7409400 52 HerTwinsAreMz TRUE NA
R7409500 54 HerTwinsMistakenForEachOther TRUE NA
R7409900 53 HerTripsAreMz TRUE NA
R7410000 53 HerTripsAreMz TRUE NA
R7410100 53 HerTripsAreMz TRUE NA
R7415900 81 BabyDaddyInHH TRUE NA
R7416000 81 BabyDaddyInHH TRUE NA
R7416100 81 BabyDaddyInHH TRUE NA
R7416200 81 BabyDaddyInHH TRUE NA
R7416300 81 BabyDaddyInHH TRUE NA
R7416400 81 BabyDaddyInHH TRUE NA
R7416500 81 BabyDaddyInHH TRUE NA
R7416600 81 BabyDaddyInHH TRUE NA
R7416700 81 BabyDaddyInHH TRUE NA
R7416800 81 BabyDaddyInHH TRUE NA
R7417900 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2002 TRUE NA
R7418000 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2002 TRUE NA
R7418100 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2002 TRUE NA
R7418200 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2002 TRUE NA
R7418300 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2002 TRUE NA
R7418400 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2002 TRUE NA
R7418500 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2002 TRUE NA
R7418600 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2002 TRUE NA
R7418700 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2002 TRUE NA
R7418800 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2002 TRUE NA
R7418900 83 BabyDaddyEverLiveInHH TRUE NA
R7419000 83 BabyDaddyEverLiveInHH TRUE NA
R7419100 83 BabyDaddyEverLiveInHH TRUE NA
R7419200 83 BabyDaddyEverLiveInHH TRUE NA
R7419300 83 BabyDaddyEverLiveInHH TRUE NA
R7419400 83 BabyDaddyEverLiveInHH TRUE NA
R7419500 83 BabyDaddyEverLiveInHH TRUE NA
R7419600 83 BabyDaddyEverLiveInHH TRUE NA
R7419700 83 BabyDaddyEverLiveInHH TRUE NA
R7419800 83 BabyDaddyEverLiveInHH TRUE NA
R7419900 84 BabyDaddyLeftHHMonth TRUE NA
R7419901 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R7420000 84 BabyDaddyLeftHHMonth TRUE NA
R7420001 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R7420100 84 BabyDaddyLeftHHMonth TRUE NA
R7420101 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R7420200 84 BabyDaddyLeftHHMonth TRUE NA
R7420201 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R7420300 84 BabyDaddyLeftHHMonth TRUE NA
R7420301 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R7420400 84 BabyDaddyLeftHHMonth TRUE NA
R7420401 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R7420500 84 BabyDaddyLeftHHMonth TRUE NA
R7420501 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R7420600 84 BabyDaddyLeftHHMonth TRUE NA
R7420601 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R7420700 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2002 TRUE NA
R7420701 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2002 TRUE NA
R7420800 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2002 TRUE NA
R7420801 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2002 TRUE NA
R7420900 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2002 TRUE NA
R7420901 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2002 TRUE NA
R7421000 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2002 TRUE NA
R7421001 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2002 TRUE NA
R7421100 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2002 TRUE NA
R7421101 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2002 TRUE NA
R7421200 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2002 TRUE NA
R7421201 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2002 TRUE NA
R7421300 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2002 TRUE NA
R7421301 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2002 TRUE NA
R7421400 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R7421500 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R7421600 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R7421700 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R7421800 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R7421900 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R7422000 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R7422100 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R7422200 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R7422300 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R7656300 20 InterviewDateDay TRUE NA
R7656301 21 InterviewDateMonth TRUE NA
R7656302 22 InterviewDateYear TRUE NA
R7704800 16 AgeAtInterviewDateYears TRUE NA
R7800500 20 InterviewDateDay TRUE NA
R7800501 21 InterviewDateMonth TRUE NA
R7800502 22 InterviewDateYear TRUE NA
R8106400 50 HerTwinsTripsAreListed TRUE NA
R8106500 50 HerTwinsTripsAreListed TRUE NA
R8106600 50 HerTwinsTripsAreListed TRUE NA
R8106700 52 HerTwinsAreMz TRUE NA
R8106800 52 HerTwinsAreMz TRUE NA
R8106900 52 HerTwinsAreMz TRUE NA
R8107000 54 HerTwinsMistakenForEachOther TRUE NA
R8107100 54 HerTwinsMistakenForEachOther TRUE NA
R8107200 53 HerTripsAreMz TRUE NA
R8114000 81 BabyDaddyInHH TRUE NA
R8114100 81 BabyDaddyInHH TRUE NA
R8114200 81 BabyDaddyInHH TRUE NA
R8114300 81 BabyDaddyInHH TRUE NA
R8114400 81 BabyDaddyInHH TRUE NA
R8114500 81 BabyDaddyInHH TRUE NA
R8114600 81 BabyDaddyInHH TRUE NA
R8114700 81 BabyDaddyInHH TRUE NA
R8114800 81 BabyDaddyInHH TRUE NA
R8114900 81 BabyDaddyInHH TRUE NA
R8116000 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2004 TRUE NA
R8116100 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2004 TRUE NA
R8116200 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2004 TRUE NA
R8116300 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2004 TRUE NA
R8116400 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2004 TRUE NA
R8116500 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2004 TRUE NA
R8116600 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2004 TRUE NA
R8116700 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2004 TRUE NA
R8116800 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2004 TRUE NA
R8116900 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2004 TRUE NA
R8117000 83 BabyDaddyEverLiveInHH TRUE NA
R8117100 83 BabyDaddyEverLiveInHH TRUE NA
R8117200 83 BabyDaddyEverLiveInHH TRUE NA
R8117300 83 BabyDaddyEverLiveInHH TRUE NA
R8117400 83 BabyDaddyEverLiveInHH TRUE NA
R8117500 83 BabyDaddyEverLiveInHH TRUE NA
R8117600 83 BabyDaddyEverLiveInHH TRUE NA
R8117700 83 BabyDaddyEverLiveInHH TRUE NA
R8117800 83 BabyDaddyEverLiveInHH TRUE NA
R8117900 83 BabyDaddyEverLiveInHH TRUE NA
R8118000 84 BabyDaddyLeftHHMonth TRUE NA
R8118001 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R8118100 84 BabyDaddyLeftHHMonth TRUE NA
R8118101 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R8118200 84 BabyDaddyLeftHHMonth TRUE NA
R8118201 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R8118300 84 BabyDaddyLeftHHMonth TRUE NA
R8118301 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R8118400 84 BabyDaddyLeftHHMonth TRUE NA
R8118401 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R8118500 84 BabyDaddyLeftHHMonth TRUE NA
R8118501 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R8118600 84 BabyDaddyLeftHHMonth TRUE NA
R8118601 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R8118700 84 BabyDaddyLeftHHMonth TRUE NA
R8118701 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R8118800 84 BabyDaddyLeftHHMonth TRUE NA
R8118801 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R8118900 84 BabyDaddyLeftHHMonth TRUE NA
R8118901 85 BabyDaddyLeftHHYearFourDigit TRUE NA
R8119000 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2004 TRUE NA
R8119001 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2004 TRUE NA
R8119100 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2004 TRUE NA
R8119101 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2004 TRUE NA
R8119200 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2004 TRUE NA
R8119201 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2004 TRUE NA
R8119300 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2004 TRUE NA
R8119301 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2004 TRUE NA
R8119400 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2004 TRUE NA
R8119401 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2004 TRUE NA
R8119500 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2004 TRUE Skipped Child 6
R8119501 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2004 TRUE NA
R8119600 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R8119700 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R8119800 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R8119900 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R8120000 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R8120100 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R8120200 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R8120300 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R8120400 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R8120500 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
R8135300 90 BabyDaddyHasAsthma TRUE NA
R8135400 90 BabyDaddyHasAsthma TRUE NA
R8135500 90 BabyDaddyHasAsthma TRUE NA
R8135600 90 BabyDaddyHasAsthma TRUE NA
R8135700 90 BabyDaddyHasAsthma TRUE NA
R8135800 90 BabyDaddyHasAsthma TRUE NA
R8135900 90 BabyDaddyHasAsthma TRUE NA
R8497200 16 AgeAtInterviewDateYears TRUE NA
R9900400 49 Gen1ChildsIDByBirthOrder TRUE NA
R9900600 145 Gen2FromMomDeathMonth FALSE NA
R9900601 146 Gen2FromMomDeathYearFourDigit FALSE NA
R9901200 49 Gen1ChildsIDByBirthOrder TRUE NA
R9901400 145 Gen2FromMomDeathMonth FALSE NA
R9901401 146 Gen2FromMomDeathYearFourDigit FALSE NA
R9902000 49 Gen1ChildsIDByBirthOrder TRUE NA
R9902200 145 Gen2FromMomDeathMonth FALSE NA
R9902201 146 Gen2FromMomDeathYearFourDigit FALSE NA
R9902800 49 Gen1ChildsIDByBirthOrder TRUE NA
R9903000 145 Gen2FromMomDeathMonth FALSE NA
R9903001 146 Gen2FromMomDeathYearFourDigit FALSE NA
R9903600 49 Gen1ChildsIDByBirthOrder TRUE NA
R9903800 145 Gen2FromMomDeathMonth FALSE NA
R9903801 146 Gen2FromMomDeathYearFourDigit FALSE NA
R9904400 49 Gen1ChildsIDByBirthOrder TRUE NA
R9904600 145 Gen2FromMomDeathMonth FALSE NA
R9904601 146 Gen2FromMomDeathYearFourDigit FALSE NA
R9905200 49 Gen1ChildsIDByBirthOrder TRUE NA
R9905400 145 Gen2FromMomDeathMonth FALSE NA
R9905401 146 Gen2FromMomDeathYearFourDigit FALSE NA
R9906000 49 Gen1ChildsIDByBirthOrder TRUE NA
R9906600 49 Gen1ChildsIDByBirthOrder TRUE NA
R9907200 49 Gen1ChildsIDByBirthOrder TRUE NA
R9907800 49 Gen1ChildsIDByBirthOrder TRUE NA
R9908000 48 BioKidCountGen1 TRUE NA
R9911200 145 Gen2FromMomDeathMonth FALSE Child 8 was skipped
R9911201 146 Gen2FromMomDeathYearFourDigit FALSE Child 8 was skipped
T0000900 20 InterviewDateDay TRUE NA
T0000901 21 InterviewDateMonth TRUE NA
T0000902 22 InterviewDateYear TRUE NA
T0002000 5 ShareBiomomGen1 TRUE NA
T0002100 5 ShareBiomomGen1 TRUE NA
T0002200 5 ShareBiomomGen1 TRUE NA
T0002300 5 ShareBiomomGen1 TRUE NA
T0002400 5 ShareBiomomGen1 TRUE NA
T0002500 5 ShareBiomomGen1 TRUE NA
T0002600 5 ShareBiomomGen1 TRUE NA
T0002700 5 ShareBiomomGen1 TRUE NA
T0002800 5 ShareBiomomGen1 TRUE NA
T0002900 5 ShareBiomomGen1 TRUE NA
T0003000 5 ShareBiomomGen1 TRUE NA
T0003100 5 ShareBiomomGen1 TRUE NA
T0003200 5 ShareBiomomGen1 TRUE NA
T0003300 6 ShareBiodadGen1 TRUE NA
T0003400 6 ShareBiodadGen1 TRUE NA
T0003500 6 ShareBiodadGen1 TRUE NA
T0003600 6 ShareBiodadGen1 TRUE NA
T0003700 6 ShareBiodadGen1 TRUE NA
T0003800 6 ShareBiodadGen1 TRUE NA
T0003900 6 ShareBiodadGen1 TRUE NA
T0004000 6 ShareBiodadGen1 TRUE NA
T0004100 6 ShareBiodadGen1 TRUE NA
T0004200 6 ShareBiodadGen1 TRUE NA
T0004300 6 ShareBiodadGen1 TRUE NA
T0004400 6 ShareBiodadGen1 TRUE NA
T0004500 6 ShareBiodadGen1 TRUE NA
T0337300 50 HerTwinsTripsAreListed TRUE NA
T0337400 50 HerTwinsTripsAreListed TRUE NA
T0337500 50 HerTwinsTripsAreListed TRUE NA
T0337600 52 HerTwinsAreMz TRUE NA
T0337700 52 HerTwinsAreMz TRUE NA
T0337800 52 HerTwinsAreMz TRUE NA
T0337900 54 HerTwinsMistakenForEachOther TRUE NA
T0338000 54 HerTwinsMistakenForEachOther TRUE NA
T0338100 54 HerTwinsMistakenForEachOther TRUE NA
T0338200 53 HerTripsAreMz TRUE NA
T0338300 53 HerTripsAreMz TRUE NA
T0338400 53 HerTripsAreMz TRUE NA
T0338500 55 HerTripsMistakenForEachOther 1 TRUE TRUENA“Triplets mistaken” asked only in 2006
T0338600 55 HerTripsMistakenForEachOther 2 TRUE TRUENA“Triplets mistaken” asked only in 2006
T0345800 81 BabyDaddyInHH TRUE NA
T0345900 81 BabyDaddyInHH TRUE NA
T0346000 81 BabyDaddyInHH TRUE NA
T0346100 81 BabyDaddyInHH TRUE NA
T0346200 81 BabyDaddyInHH TRUE NA
T0346300 81 BabyDaddyInHH TRUE NA
T0346400 81 BabyDaddyInHH TRUE NA
T0346500 81 BabyDaddyInHH TRUE NA
T0346600 81 BabyDaddyInHH TRUE NA
T0346700 81 BabyDaddyInHH TRUE NA
T0346800 81 BabyDaddyInHH TRUE NA
T0347900 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0348000 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0348100 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0348200 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0348300 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0348400 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0348500 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0348600 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0348700 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0348800 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0348900 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0349000 83 BabyDaddyEverLiveInHH TRUE NA
T0349100 83 BabyDaddyEverLiveInHH TRUE NA
T0349200 83 BabyDaddyEverLiveInHH TRUE NA
T0349300 83 BabyDaddyEverLiveInHH TRUE NA
T0349400 83 BabyDaddyEverLiveInHH TRUE NA
T0349500 83 BabyDaddyEverLiveInHH TRUE NA
T0349600 83 BabyDaddyEverLiveInHH TRUE NA
T0349700 83 BabyDaddyEverLiveInHH TRUE NA
T0349800 83 BabyDaddyEverLiveInHH TRUE NA
T0349900 83 BabyDaddyEverLiveInHH TRUE NA
T0350000 83 BabyDaddyEverLiveInHH TRUE NA
T0350100 84 BabyDaddyLeftHHMonth TRUE NA
T0350101 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T0350200 84 BabyDaddyLeftHHMonth TRUE NA
T0350201 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T0350300 84 BabyDaddyLeftHHMonth TRUE NA
T0350301 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T0350400 84 BabyDaddyLeftHHMonth TRUE NA
T0350401 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T0350500 84 BabyDaddyLeftHHMonth TRUE NA
T0350501 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T0350600 84 BabyDaddyLeftHHMonth TRUE NA
T0350601 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T0350700 84 BabyDaddyLeftHHMonth TRUE NA
T0350701 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T0350800 84 BabyDaddyLeftHHMonth TRUE NA
T0350801 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T0350900 84 BabyDaddyLeftHHMonth TRUE NA
T0350901 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T0351000 84 BabyDaddyLeftHHMonth TRUE NA
T0351001 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T0351100 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0351101 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0351200 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0351201 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0351300 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0351301 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0351400 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0351401 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0351500 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0351501 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0351600 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0351601 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0351700 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0351701 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0351800 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0351801 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2006 TRUE NA
T0351900 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
T0352000 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
T0352100 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
T0352200 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
T0352300 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
T0352400 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
T0352500 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
T0352600 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
T0352700 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
T0352800 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
T0352900 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
T0597800 90 BabyDaddyHasAsthma TRUE NA
T0597900 90 BabyDaddyHasAsthma TRUE NA
T0598000 90 BabyDaddyHasAsthma TRUE NA
T0598100 90 BabyDaddyHasAsthma TRUE NA
T0598200 90 BabyDaddyHasAsthma TRUE NA
T0598300 90 BabyDaddyHasAsthma TRUE NA
T0598400 90 BabyDaddyHasAsthma TRUE NA
T0989000 16 AgeAtInterviewDateYears TRUE NA
T1200700 20 InterviewDateDay TRUE NA
T1200701 21 InterviewDateMonth TRUE NA
T1200702 22 InterviewDateYear TRUE NA
T1486900 50 HerTwinsTripsAreListed TRUE NA
T1487000 50 HerTwinsTripsAreListed TRUE NA
T1487100 50 HerTwinsTripsAreListed TRUE NA
T1487200 52 HerTwinsAreMz TRUE NA
T1487300 52 HerTwinsAreMz TRUE NA
T1487400 52 HerTwinsAreMz TRUE NA
T1487500 54 HerTwinsMistakenForEachOther TRUE NA
T1487600 53 HerTripsAreMz TRUE NA
T1487700 53 HerTripsAreMz TRUE NA
T1487800 53 HerTripsAreMz TRUE NA
T1495200 81 BabyDaddyInHH TRUE NA
T1495300 81 BabyDaddyInHH TRUE NA
T1495400 81 BabyDaddyInHH TRUE NA
T1495500 81 BabyDaddyInHH TRUE NA
T1495600 81 BabyDaddyInHH TRUE NA
T1495700 81 BabyDaddyInHH TRUE NA
T1495800 81 BabyDaddyInHH TRUE NA
T1495900 81 BabyDaddyInHH TRUE NA
T1496000 81 BabyDaddyInHH TRUE NA
T1496100 81 BabyDaddyInHH TRUE NA
T1496200 81 BabyDaddyInHH TRUE NA
T1497300 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2008 TRUE NA
T1497400 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2008 TRUE NA
T1497500 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2008 TRUE NA
T1497600 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2008 TRUE NA
T1497700 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2008 TRUE NA
T1497800 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2008 TRUE NA
T1497900 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2008 TRUE NA
T1498000 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2008 TRUE NA
T1498100 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2008 TRUE NA
T1498200 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2008 TRUE NA
T1498300 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2008 TRUE NA
T1498400 83 BabyDaddyEverLiveInHH TRUE NA
T1498500 83 BabyDaddyEverLiveInHH TRUE NA
T1498600 83 BabyDaddyEverLiveInHH TRUE NA
T1498700 83 BabyDaddyEverLiveInHH TRUE NA
T1498800 83 BabyDaddyEverLiveInHH TRUE NA
T1498900 83 BabyDaddyEverLiveInHH TRUE NA
T1499000 83 BabyDaddyEverLiveInHH TRUE NA
T1499100 83 BabyDaddyEverLiveInHH TRUE NA
T1499200 83 BabyDaddyEverLiveInHH TRUE NA
T1499300 83 BabyDaddyEverLiveInHH TRUE NA
T1499400 83 BabyDaddyEverLiveInHH TRUE NA
T1499500 84 BabyDaddyLeftHHMonth TRUE NA
T1499501 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T1499600 84 BabyDaddyLeftHHMonth TRUE NA
T1499601 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T1499700 84 BabyDaddyLeftHHMonth TRUE NA
T1499701 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T1499800 84 BabyDaddyLeftHHMonth TRUE NA
T1499801 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T1499900 84 BabyDaddyLeftHHMonth TRUE NA
T1499901 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T1500000 84 BabyDaddyLeftHHMonth TRUE NA
T1500001 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T1500100 84 BabyDaddyLeftHHMonth TRUE NA
T1500101 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T1500200 84 BabyDaddyLeftHHMonth TRUE NA
T1500201 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T1500300 84 BabyDaddyLeftHHMonth TRUE NA
T1500301 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T1500400 84 BabyDaddyLeftHHMonth TRUE NA
T1500401 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T1500500 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2008 TRUE NA
T1500501 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2008 TRUE NA
T1500600 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2008 TRUE NA
T1500601 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2008 TRUE NA
T1500700 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2008 TRUE NA
T1500701 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2008 TRUE NA
T1500800 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2008 TRUE NA
T1500801 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2008 TRUE NA
T1500900 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2008 TRUE NA
T1500901 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2008 TRUE NA
T1501000 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2008 TRUE NA
T1501001 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2008 TRUE NA
T1501100 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
T1501200 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
T1501300 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
T1501400 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
T1501500 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
T1501600 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
T1501700 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
T1501800 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
T1501900 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
T1502000 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
T1502100 89 BabyDaddyDistanceFromMotherFuzzyCeiling TRUE NA
T1765100 90 BabyDaddyHasAsthma TRUE NA
T1765200 90 BabyDaddyHasAsthma TRUE NA
T1765300 90 BabyDaddyHasAsthma TRUE NA
T1765400 90 BabyDaddyHasAsthma TRUE NA
T1765500 90 BabyDaddyHasAsthma TRUE NA
T1765600 90 BabyDaddyHasAsthma TRUE NA
T1765700 90 BabyDaddyHasAsthma TRUE Child7 skipped
T2210800 16 AgeAtInterviewDateYears TRUE NA
T2260600 20 InterviewDateDay TRUE CURRENT DATE (DAY)
T2260601 21 InterviewDateMonth TRUE NA
T2260602 22 InterviewDateYear TRUE NA
T2261500 5 ShareBiomomGen1 TRUE NA
T2261600 5 ShareBiomomGen1 TRUE NA
T2261700 5 ShareBiomomGen1 TRUE NA
T2261800 5 ShareBiomomGen1 TRUE NA
T2261900 5 ShareBiomomGen1 TRUE NA
T2262000 5 ShareBiomomGen1 TRUE NA
T2262100 5 ShareBiomomGen1 TRUE NA
T2262200 5 ShareBiomomGen1 TRUE NA
T2262300 5 ShareBiomomGen1 TRUE NA
T2262400 5 ShareBiomomGen1 TRUE NA
T2262500 5 ShareBiomomGen1 TRUE NA
T2262600 5 ShareBiomomGen1 TRUE NA
T2262700 6 ShareBiodadGen1 TRUE NA
T2262800 6 ShareBiodadGen1 TRUE NA
T2262900 6 ShareBiodadGen1 TRUE NA
T2263000 6 ShareBiodadGen1 TRUE NA
T2263100 6 ShareBiodadGen1 TRUE NA
T2263200 6 ShareBiodadGen1 TRUE NA
T2263300 6 ShareBiodadGen1 TRUE NA
T2263400 6 ShareBiodadGen1 TRUE NA
T2263500 6 ShareBiodadGen1 TRUE NA
T2263600 6 ShareBiodadGen1 TRUE NA
T2263700 6 ShareBiodadGen1 TRUE NA
T2263800 6 ShareBiodadGen1 TRUE NA
T2533500 50 HerTwinsTripsAreListed TRUE NA
T2533600 50 HerTwinsTripsAreListed TRUE NA
T2533700 50 HerTwinsTripsAreListed TRUE NA
T2533800 52 HerTwinsAreMz TRUE NA
T2533900 52 HerTwinsAreMz TRUE NA
T2534000 52 HerTwinsAreMz TRUE NA
T2534100 54 HerTwinsMistakenForEachOther TRUE NA
T2534200 54 HerTwinsMistakenForEachOther TRUE NA
T2534300 53 HerTripsAreMz TRUE NA
T2534400 53 HerTripsAreMz TRUE NA
T2534500 53 HerTripsAreMz TRUE NA
T2541200 81 BabyDaddyInHH TRUE NA
T2541300 81 BabyDaddyInHH TRUE NA
T2541400 81 BabyDaddyInHH TRUE NA
T2541500 81 BabyDaddyInHH TRUE NA
T2541600 81 BabyDaddyInHH TRUE NA
T2541700 81 BabyDaddyInHH TRUE NA
T2541800 81 BabyDaddyInHH TRUE NA
T2541900 81 BabyDaddyInHH TRUE NA
T2542000 81 BabyDaddyInHH TRUE NA
T2542100 81 BabyDaddyInHH TRUE NA
T2543200 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2010 TRUE NA
T2543300 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2010 TRUE NA
T2543400 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2010 TRUE NA
T2543500 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2010 TRUE NA
T2543600 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2010 TRUE NA
T2543700 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2010 TRUE NA
T2543800 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2010 TRUE NA
T2543900 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2010 TRUE NA
T2544000 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2010 TRUE NA
T2544100 82 BabyDaddyAlive 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2010 TRUE NA
T2544200 83 BabyDaddyEverLiveInHH TRUE NA
T2544300 83 BabyDaddyEverLiveInHH TRUE NA
T2544400 83 BabyDaddyEverLiveInHH TRUE NA
T2544500 83 BabyDaddyEverLiveInHH TRUE NA
T2544600 83 BabyDaddyEverLiveInHH TRUE NA
T2544700 83 BabyDaddyEverLiveInHH TRUE NA
T2544800 83 BabyDaddyEverLiveInHH TRUE NA
T2544900 83 BabyDaddyEverLiveInHH TRUE NA
T2545000 83 BabyDaddyEverLiveInHH TRUE NA
T2545100 83 BabyDaddyEverLiveInHH TRUE NA
T2545200 84 BabyDaddyLeftHHMonth TRUE NA
T2545201 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T2545300 84 BabyDaddyLeftHHMonth TRUE NA
T2545301 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T2545400 84 BabyDaddyLeftHHMonth TRUE NA
T2545401 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T2545500 84 BabyDaddyLeftHHMonth TRUE NA
T2545501 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T2545600 84 BabyDaddyLeftHHMonth TRUE NA
T2545601 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T2545700 84 BabyDaddyLeftHHMonth TRUE NA
T2545701 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T2545800 84 BabyDaddyLeftHHMonth TRUE NA
T2545801 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T2545900 84 BabyDaddyLeftHHMonth TRUE NA
T2545901 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T2546000 84 BabyDaddyLeftHHMonth 10 TRUE TRUENASkipped child 9 in 2010
T2546001 85 BabyDaddyLeftHHYearFourDigit TRUE NA
T2546100 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2010 TRUE NA
T2546101 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2010 TRUE NA
T2546200 86 BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2010 TRUE NA
T2546201 88 BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen1 2010 TRUE NA
T2546300 86 BabyDaddyDeathMonth 114Gen2ImplicitFatherDeath1Gen120103TRUETRUENA
T254630188BabyDaddyDeathYearFourDigit114Gen2ImplicitFatherDeath1Gen120103TRUETRUENA
T254640086BabyDaddyDeathMonth114Gen2ImplicitFatherDeath1Gen120104TRUETRUENA
T254640188BabyDaddyDeathYearFourDigit114Gen2ImplicitFatherDeath1Gen120104TRUETRUENA
T254650086BabyDaddyDeathMonth114Gen2ImplicitFatherDeath1Gen120105TRUETRUENA
T254650188BabyDaddyDeathYearFourDigit114Gen2ImplicitFatherDeath1Gen120105TRUETRUENA
T254660086BabyDaddyDeathMonth114Gen2ImplicitFatherDeath1Gen120106TRUETRUENA
T254660188BabyDaddyDeathYearFourDigit114Gen2ImplicitFatherDeath1Gen120106TRUETRUENA
T254670086BabyDaddyDeathMonth114Gen2ImplicitFatherDeath1Gen120107TRUETRUENA
T254670188BabyDaddyDeathYearFourDigit114Gen2ImplicitFatherDeath1Gen120107TRUETRUENA
T254680089BabyDaddyDistanceFromMotherFuzzyCeiling17Gen2FatherFromGen11Gen120101TRUETRUENA
T254690089BabyDaddyDistanceFromMotherFuzzyCeiling17Gen2FatherFromGen11Gen120102TRUETRUENA
T254700089BabyDaddyDistanceFromMotherFuzzyCeiling17Gen2FatherFromGen11Gen120103TRUETRUENA
T254710089BabyDaddyDistanceFromMotherFuzzyCeiling17Gen2FatherFromGen11Gen120104TRUETRUENA
T254720089BabyDaddyDistanceFromMotherFuzzyCeiling17Gen2FatherFromGen11Gen120105TRUETRUENA
T254730089BabyDaddyDistanceFromMotherFuzzyCeiling17Gen2FatherFromGen11Gen120106TRUETRUENA
T254740089BabyDaddyDistanceFromMotherFuzzyCeiling17Gen2FatherFromGen11Gen120107TRUETRUENA
T254750089BabyDaddyDistanceFromMotherFuzzyCeiling17Gen2FatherFromGen11Gen120108TRUETRUENA
T254760089BabyDaddyDistanceFromMotherFuzzyCeiling17Gen2FatherFromGen11Gen120109TRUETRUENA
T254770089BabyDaddyDistanceFromMotherFuzzyCeiling17Gen2FatherFromGen11Gen1201010TRUETRUENA
T276340090BabyDaddyHasAsthma17Gen2FatherFromGen11Gen120101TRUETRUENA
T276350090BabyDaddyHasAsthma17Gen2FatherFromGen11Gen120102TRUETRUENA
T276360090BabyDaddyHasAsthma17Gen2FatherFromGen11Gen120103TRUETRUENA
T276370090BabyDaddyHasAsthma17Gen2FatherFromGen11Gen120104TRUETRUENA
T276380090BabyDaddyHasAsthma17Gen2FatherFromGen11Gen120105TRUETRUENA
T276390090BabyDaddyHasAsthma17Gen2FatherFromGen11Gen120106TRUETRUENA
T276400090BabyDaddyHasAsthma17Gen2FatherFromGen11Gen120109TRUETRUEChild 7 & 8 skipped
T310870016AgeAtInterviewDateYears13Gen1Links1Gen120100TRUETRUENA
T319560020InterviewDateDay13Gen1Links1Gen120120TRUETRUENA
T319560121InterviewDateMonth13Gen1Links1Gen120120TRUETRUENA
T319560222InterviewDateYear13Gen1Links1Gen120120TRUETRUENA
T351980050HerTwinsTripsAreListed15Gen2LinksFromGen11Gen120121TRUETRUENA
T351990050HerTwinsTripsAreListed15Gen2LinksFromGen11Gen120122TRUETRUENA
T352000050HerTwinsTripsAreListed15Gen2LinksFromGen11Gen120123TRUETRUENA
T352010052HerTwinsAreMz15Gen2LinksFromGen11Gen120121TRUETRUENA
T352020052HerTwinsAreMz15Gen2LinksFromGen11Gen120122TRUETRUENA
T352030052HerTwinsAreMz15Gen2LinksFromGen11Gen120123TRUETRUENA
T352040054HerTwinsMistakenForEachOther15Gen2LinksFromGen11Gen120121TRUETRUENA
T352050054HerTwinsMistakenForEachOther15Gen2LinksFromGen11Gen120122TRUETRUENA
T352060053HerTripsAreMz15Gen2LinksFromGen11Gen120121TRUETRUENA
T352750081BabyDaddyInHH17Gen2FatherFromGen11Gen120121TRUETRUENA
T352760081BabyDaddyInHH17Gen2FatherFromGen11Gen120122TRUETRUENA
T352770081BabyDaddyInHH17Gen2FatherFromGen11Gen120123TRUETRUENA
T352780081BabyDaddyInHH17Gen2FatherFromGen11Gen120124TRUETRUENA
T352790081BabyDaddyInHH17Gen2FatherFromGen11Gen120125TRUETRUENA
T352800081BabyDaddyInHH17Gen2FatherFromGen11Gen120126TRUETRUENA
T352810081BabyDaddyInHH17Gen2FatherFromGen11Gen120127TRUETRUENA
T352820081BabyDaddyInHH17Gen2FatherFromGen11Gen120128TRUETRUENA
T352830081BabyDaddyInHH17Gen2FatherFromGen11Gen120129TRUETRUENA
T352840081BabyDaddyInHH17Gen2FatherFromGen11Gen1201210TRUETRUENA
T352950082BabyDaddyAlive114Gen2ImplicitFatherDeath1Gen120121TRUETRUENA
T352960082BabyDaddyAlive114Gen2ImplicitFatherDeath1Gen120122TRUETRUENA
T352970082BabyDaddyAlive114Gen2ImplicitFatherDeath1Gen120123TRUETRUENA
T352980082BabyDaddyAlive114Gen2ImplicitFatherDeath1Gen120124TRUETRUENA
T352990082BabyDaddyAlive114Gen2ImplicitFatherDeath1Gen120125TRUETRUENA
T353000082BabyDaddyAlive114Gen2ImplicitFatherDeath1Gen120126TRUETRUENA
T353010082BabyDaddyAlive114Gen2ImplicitFatherDeath1Gen120127TRUETRUENA
T353020082BabyDaddyAlive114Gen2ImplicitFatherDeath1Gen120128TRUETRUENA
T353030082BabyDaddyAlive114Gen2ImplicitFatherDeath1Gen120129TRUETRUENA
T353040082BabyDaddyAlive114Gen2ImplicitFatherDeath1Gen1201210TRUETRUENA
T353050083BabyDaddyEverLiveInHH17Gen2FatherFromGen11Gen120121TRUETRUENA
T353060083BabyDaddyEverLiveInHH17Gen2FatherFromGen11Gen120122TRUETRUENA
T353070083BabyDaddyEverLiveInHH17Gen2FatherFromGen11Gen120123TRUETRUENA
T353080083BabyDaddyEverLiveInHH17Gen2FatherFromGen11Gen120124TRUETRUENA
T353090083BabyDaddyEverLiveInHH17Gen2FatherFromGen11Gen120125TRUETRUENA
T353100083BabyDaddyEverLiveInHH17Gen2FatherFromGen11Gen120126TRUETRUENA
T353110083BabyDaddyEverLiveInHH17Gen2FatherFromGen11Gen120127TRUETRUENA
T353120083BabyDaddyEverLiveInHH17Gen2FatherFromGen11Gen120128TRUETRUENA
T353130083BabyDaddyEverLiveInHH17Gen2FatherFromGen11Gen120129TRUETRUENA
T353140083BabyDaddyEverLiveInHH17Gen2FatherFromGen11Gen1201210TRUETRUENA
T353150084BabyDaddyLeftHHMonth17Gen2FatherFromGen11Gen120121TRUETRUENA
T353150185BabyDaddyLeftHHYearFourDigit17Gen2FatherFromGen11Gen120121TRUETRUENA
T353160084BabyDaddyLeftHHMonth17Gen2FatherFromGen11Gen120122TRUETRUENA
T353160185BabyDaddyLeftHHYearFourDigit17Gen2FatherFromGen11Gen120122TRUETRUENA
T353170084BabyDaddyLeftHHMonth17Gen2FatherFromGen11Gen120123TRUETRUENA
T353170185BabyDaddyLeftHHYearFourDigit17Gen2FatherFromGen11Gen120123TRUETRUENA
T353180084BabyDaddyLeftHHMonth17Gen2FatherFromGen11Gen120124TRUETRUENA
T353180185BabyDaddyLeftHHYearFourDigit17Gen2FatherFromGen11Gen120124TRUETRUENA
T353190084BabyDaddyLeftHHMonth17Gen2FatherFromGen11Gen120125TRUETRUENA
T353190185BabyDaddyLeftHHYearFourDigit17Gen2FatherFromGen11Gen120125TRUETRUENA
T353200084BabyDaddyLeftHHMonth17Gen2FatherFromGen11Gen120126TRUETRUENA
T353200185BabyDaddyLeftHHYearFourDigit17Gen2FatherFromGen11Gen120126TRUETRUENA
T353210084BabyDaddyLeftHHMonth17Gen2FatherFromGen11Gen120127TRUETRUENA
T353210185BabyDaddyLeftHHYearFourDigit17Gen2FatherFromGen11Gen120127TRUETRUENA
T353220084BabyDaddyLeftHHMonth17Gen2FatherFromGen11Gen120128TRUETRUENA
T353220185BabyDaddyLeftHHYearFourDigit17Gen2FatherFromGen11Gen120128TRUETRUENA
T353230084BabyDaddyLeftHHMonth17Gen2FatherFromGen11Gen120129TRUETRUENA
T353230185BabyDaddyLeftHHYearFourDigit17Gen2FatherFromGen11Gen120129TRUETRUENA
T353240084BabyDaddyLeftHHMonth17Gen2FatherFromGen11Gen1201210TRUETRUENA
T353240185BabyDaddyLeftHHYearFourDigit17Gen2FatherFromGen11Gen1201210TRUETRUENA
T353250086BabyDaddyDeathMonth114Gen2ImplicitFatherDeath1Gen120121TRUETRUENA
T353250188BabyDaddyDeathYearFourDigit114Gen2ImplicitFatherDeath1Gen120121TRUETRUENA
T353260086BabyDaddyDeathMonth114Gen2ImplicitFatherDeath1Gen120122TRUETRUENA
T353260188BabyDaddyDeathYearFourDigit114Gen2ImplicitFatherDeath1Gen120122TRUETRUENA
T353270086BabyDaddyDeathMonth114Gen2ImplicitFatherDeath1Gen120123TRUETRUENA
T353270188BabyDaddyDeathYearFourDigit114Gen2ImplicitFatherDeath1Gen120123TRUETRUENA
T353280086BabyDaddyDeathMonth114Gen2ImplicitFatherDeath1Gen120124TRUETRUENA
T353280188BabyDaddyDeathYearFourDigit114Gen2ImplicitFatherDeath1Gen120124TRUETRUENA
T353290086BabyDaddyDeathMonth114Gen2ImplicitFatherDeath1Gen120125TRUETRUENA
T353290188BabyDaddyDeathYearFourDigit114Gen2ImplicitFatherDeath1Gen120125TRUETRUENA
T353300086BabyDaddyDeathMonth114Gen2ImplicitFatherDeath1Gen120126TRUETRUENA
T353300188BabyDaddyDeathYearFourDigit114Gen2ImplicitFatherDeath1Gen120126TRUETRUENA
T353310086BabyDaddyDeathMonth114Gen2ImplicitFatherDeath1Gen120127TRUETRUENA
T353310188BabyDaddyDeathYearFourDigit114Gen2ImplicitFatherDeath1Gen120127TRUETRUENA
T353320089BabyDaddyDistanceFromMotherFuzzyCeiling17Gen2FatherFromGen11Gen120121TRUETRUENA
T353330089BabyDaddyDistanceFromMotherFuzzyCeiling17Gen2FatherFromGen11Gen120122TRUETRUENA
T353340089BabyDaddyDistanceFromMotherFuzzyCeiling17Gen2FatherFromGen11Gen120123TRUETRUENA
T353350089BabyDaddyDistanceFromMotherFuzzyCeiling17Gen2FatherFromGen11Gen120124TRUETRUENA
T353360089BabyDaddyDistanceFromMotherFuzzyCeiling17Gen2FatherFromGen11Gen120125TRUETRUENA
T353370089BabyDaddyDistanceFromMotherFuzzyCeiling17Gen2FatherFromGen11Gen120126TRUETRUENA
T353380089BabyDaddyDistanceFromMotherFuzzyCeiling17Gen2FatherFromGen11Gen120127TRUETRUENA
T353390089BabyDaddyDistanceFromMotherFuzzyCeiling17Gen2FatherFromGen11Gen120128TRUETRUENA
T353400089BabyDaddyDistanceFromMotherFuzzyCeiling17Gen2FatherFromGen11Gen120129TRUETRUENA
T353410089BabyDaddyDistanceFromMotherFuzzyCeiling17Gen2FatherFromGen11Gen1201210TRUETRUENA
T372960090BabyDaddyHasAsthma17Gen2FatherFromGen11Gen120121TRUETRUENA
T372970090BabyDaddyHasAsthma17Gen2FatherFromGen11Gen120122TRUETRUENA
T372980090BabyDaddyHasAsthma17Gen2FatherFromGen11Gen120123TRUETRUENA
T372990090BabyDaddyHasAsthma17Gen2FatherFromGen11Gen120124TRUETRUENA
T373000090BabyDaddyHasAsthma17Gen2FatherFromGen11Gen120125TRUETRUENA
T373010090BabyDaddyHasAsthma17Gen2FatherFromGen11Gen120126TRUETRUENA
T411320016AgeAtInterviewDateYears13Gen1Links1Gen120120TRUETRUENA
T418110020InterviewDateDay13Gen1Links1Gen120140TRUETRUENA
T418110121InterviewDateMonth13Gen1Links1Gen120140TRUETRUENA
T418110222InterviewDateYear13Gen1Links1Gen120140TRUETRUENA
T448330050HerTwinsTripsAreListed15Gen2LinksFromGen11Gen120141TRUETRUENA
T448340050HerTwinsTripsAreListed15Gen2LinksFromGen11Gen120142TRUETRUENA
T448350050HerTwinsTripsAreListed15Gen2LinksFromGen11Gen120143TRUETRUENA
T448360052HerTwinsAreMz15Gen2LinksFromGen11Gen120141TRUETRUENA
T448370052HerTwinsAreMz15Gen2LinksFromGen11Gen120142TRUETRUENA
T448380052HerTwinsAreMz15Gen2LinksFromGen11Gen120143TRUETRUENA
T449620081BabyDaddyInHH17Gen2FatherFromGen11Gen120141TRUETRUENA
T449630081BabyDaddyInHH17Gen2FatherFromGen11Gen120142TRUETRUENA
T449640081BabyDaddyInHH17Gen2FatherFromGen11Gen120143TRUETRUENA
T449650081BabyDaddyInHH17Gen2FatherFromGen11Gen120144TRUETRUENA
T449660081BabyDaddyInHH17Gen2FatherFromGen11Gen120145TRUETRUENA
T449670081BabyDaddyInHH17Gen2FatherFromGen11Gen120146TRUETRUENA
T449680081BabyDaddyInHH17Gen2FatherFromGen11Gen120147TRUETRUENA
T449690081BabyDaddyInHH17Gen2FatherFromGen11Gen120148TRUETRUENA
T449700081BabyDaddyInHH17Gen2FatherFromGen11Gen120149TRUETRUENA
T449710081BabyDaddyInHH17Gen2FatherFromGen11Gen1201410TRUETRUENA
T449810082BabyDaddyAlive114Gen2ImplicitFatherDeath1Gen120141TRUETRUENA
T449820082BabyDaddyAlive114Gen2ImplicitFatherDeath1Gen120142TRUETRUENA
T449830082BabyDaddyAlive114Gen2ImplicitFatherDeath1Gen120143TRUETRUENA
T449840082BabyDaddyAlive114Gen2ImplicitFatherDeath1Gen120144TRUETRUENA
T449850082BabyDaddyAlive114Gen2ImplicitFatherDeath1Gen120145TRUETRUENA
T449860082BabyDaddyAlive114Gen2ImplicitFatherDeath1Gen120146TRUETRUENA
T449870082BabyDaddyAlive114Gen2ImplicitFatherDeath1Gen120147TRUETRUENA
T449880082BabyDaddyAlive114Gen2ImplicitFatherDeath1Gen120148TRUETRUENA
T449890082BabyDaddyAlive114Gen2ImplicitFatherDeath1Gen120149TRUETRUENA
T449900082BabyDaddyAlive114Gen2ImplicitFatherDeath1Gen1201410TRUETRUENA
T450070083BabyDaddyEverLiveInHH17Gen2FatherFromGen11Gen120141TRUETRUENA
T450080083BabyDaddyEverLiveInHH17Gen2FatherFromGen11Gen120142TRUETRUENA
T450090083BabyDaddyEverLiveInHH17Gen2FatherFromGen11Gen120143TRUETRUENA
T450100083BabyDaddyEverLiveInHH17Gen2FatherFromGen11Gen120144TRUETRUENA
T450110083BabyDaddyEverLiveInHH17Gen2FatherFromGen11Gen120145TRUETRUENA
T450120083BabyDaddyEverLiveInHH17Gen2FatherFromGen11Gen120146TRUETRUENA
T450130083BabyDaddyEverLiveInHH17Gen2FatherFromGen11Gen120147TRUETRUENA
T450140083BabyDaddyEverLiveInHH17Gen2FatherFromGen11Gen120148TRUETRUENA
T450150083BabyDaddyEverLiveInHH17Gen2FatherFromGen11Gen120149TRUETRUENA
T450160083BabyDaddyEverLiveInHH17Gen2FatherFromGen11Gen1201410TRUETRUENA
T450170084BabyDaddyLeftHHMonth17Gen2FatherFromGen11Gen120141TRUETRUENA
T450170185BabyDaddyLeftHHYearFourDigit17Gen2FatherFromGen11Gen120141TRUETRUENA
T450180084BabyDaddyLeftHHMonth17Gen2FatherFromGen11Gen120142TRUETRUENA
T450180185BabyDaddyLeftHHYearFourDigit17Gen2FatherFromGen11Gen120142TRUETRUENA
T450190084BabyDaddyLeftHHMonth17Gen2FatherFromGen11Gen120143TRUETRUENA
T450190185BabyDaddyLeftHHYearFourDigit1 7 Gen2FatherFromGen1 1 Gen120102014 3 TRUE TRUE NA
T254630188BabyDaddyDeathYearFourDigitT450200084BabyDaddyLeftHHMonth 1 7 Gen2FatherFromGen1 1 Gen12010320144 TRUE TRUE NA
T254640086BabyDaddyDeathMonthT450200185BabyDaddyLeftHHYearFourDigit 1 7 Gen2FatherFromGen1 1 Gen120102014 4 TRUE TRUE NA
T254640188BabyDaddyDeathYearFourDigitT450210084BabyDaddyLeftHHMonth 1 7 Gen2FatherFromGen1 1 Gen12010420145 TRUE TRUE NA
T254650086BabyDaddyDeathMonthT450210185BabyDaddyLeftHHYearFourDigit 1 7 Gen2FatherFromGen1 1 Gen120102014 5 TRUE TRUE NA
T254650188BabyDaddyDeathYearFourDigitT450220084BabyDaddyLeftHHMonth 1 7 Gen2FatherFromGen1 1 Gen12010520146 TRUE TRUE NA
T254660086BabyDaddyDeathMonthT450220185BabyDaddyLeftHHYearFourDigit 1 7 Gen2FatherFromGen1 1 Gen120102014 6 TRUE TRUE NA
T254660188BabyDaddyDeathYearFourDigitT450230084BabyDaddyLeftHHMonth 1 7 Gen2FatherFromGen1 1 Gen12010620147 TRUE TRUE NA
T254670086BabyDaddyDeathMonthT450230185BabyDaddyLeftHHYearFourDigit 1 7 Gen2FatherFromGen1 1 Gen120102014 7 TRUE TRUE NA
T254670188BabyDaddyDeathYearFourDigitT450240084BabyDaddyLeftHHMonth 1 7 Gen2FatherFromGen1 1 Gen12010720148 TRUE TRUE NA
T254680089BabyDaddyDistanceFromMotherFuzzyCeilingT450240185BabyDaddyLeftHHYearFourDigit 1 7 Gen2FatherFromGen1 1 Gen12010120148 TRUE TRUE NA
T254690089BabyDaddyDistanceFromMotherFuzzyCeilingT450250084BabyDaddyLeftHHMonth 1 7 Gen2FatherFromGen1 1 Gen12010220149 TRUE TRUE NA
T254700089BabyDaddyDistanceFromMotherFuzzyCeilingT450250185BabyDaddyLeftHHYearFourDigit 1 7 Gen2FatherFromGen1 1 Gen12010320149 TRUE TRUE NA
T254710089BabyDaddyDistanceFromMotherFuzzyCeilingT450260084BabyDaddyLeftHHMonth 1 7 Gen2FatherFromGen1 1 Gen120104201410 TRUE TRUE NA
T254720089BabyDaddyDistanceFromMotherFuzzyCeilingT450260185BabyDaddyLeftHHYearFourDigit 1 7 Gen2FatherFromGen1 1 Gen120105201410 TRUE TRUE NA
T254730089BabyDaddyDistanceFromMotherFuzzyCeilingT450370086BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen12010620141 TRUE TRUE NA
T254740089BabyDaddyDistanceFromMotherFuzzyCeilingT450370188BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen12010720141 TRUE TRUE NA
T254750089BabyDaddyDistanceFromMotherFuzzyCeilingT450380086BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen12010820142 TRUE TRUE NA
T254760089BabyDaddyDistanceFromMotherFuzzyCeilingT450380188BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen12010920142 TRUE TRUE NA
T254770089BabyDaddyDistanceFromMotherFuzzyCeilingT450390086BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen120101020143 TRUE TRUE NA
T276340090BabyDaddyHasAsthmaT450390188BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen12010120143 TRUE TRUE NA
T276350090BabyDaddyHasAsthmaT450400086BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen12010220144 TRUE TRUE NA
T276360090BabyDaddyHasAsthmaT450400188BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen12010320144 TRUE TRUE NA
T276370090BabyDaddyHasAsthmaT450410086BabyDaddyDeathMonth 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen12010420145 TRUE TRUE NA
T276380090BabyDaddyHasAsthmaT450410188BabyDaddyDeathYearFourDigit 17Gen2FatherFromGen114Gen2ImplicitFatherDeath 1 Gen120102014 5 TRUE TRUE NA
T276390090BabyDaddyHasAsthmaT450420086BabyDaddyDeathMonth114Gen2ImplicitFatherDeath1Gen120146TRUETRUENo 7th in 2014
T450420188BabyDaddyDeathYearFourDigit114Gen2ImplicitFatherDeath1Gen120146TRUETRUENo 7th in 2014
T450490089BabyDaddyDistanceFromMotherFuzzyCeiling 1 7 Gen2FatherFromGen1 1 Gen12010620141 TRUE TRUE NA
T276400090BabyDaddyHasAsthmaT450500089BabyDaddyDistanceFromMotherFuzzyCeiling 1 7 Gen2FatherFromGen1 1 Gen12010920142 TRUE TRUEChild 7 & 8 skippedNA
T310870016AgeAtInterviewDateYearsT450510089BabyDaddyDistanceFromMotherFuzzyCeiling 13Gen1Links7Gen2FatherFromGen1 1 Gen12010020143 TRUE TRUE NA
T319560020InterviewDateDayT450520089BabyDaddyDistanceFromMotherFuzzyCeiling 13Gen1Links7Gen2FatherFromGen1 1 Gen12012020144 TRUE TRUE NA
T319560121InterviewDateMonthT450530089BabyDaddyDistanceFromMotherFuzzyCeiling 13Gen1Links7Gen2FatherFromGen1 1 Gen12012020145 TRUE TRUE NA
T319560222InterviewDateYearT450540089BabyDaddyDistanceFromMotherFuzzyCeiling 13Gen1Links7Gen2FatherFromGen1 1 Gen12012020146 TRUE TRUE NA
T372960090BabyDaddyHasAsthmaT450550089BabyDaddyDistanceFromMotherFuzzyCeiling 1 7 Gen2FatherFromGen1 1 Gen12012120147 TRUE TRUE NA
T372970090BabyDaddyHasAsthmaT450560089BabyDaddyDistanceFromMotherFuzzyCeiling 1 7 Gen2FatherFromGen1 1 Gen12012220148 TRUE TRUE NA
T372980090BabyDaddyHasAsthmaT450570089BabyDaddyDistanceFromMotherFuzzyCeiling 1 7 Gen2FatherFromGen1 1 Gen12012320149 TRUE TRUE NA
T372990090BabyDaddyHasAsthmaT450580089BabyDaddyDistanceFromMotherFuzzyCeiling 1 7 Gen2FatherFromGen1 1 Gen120124201410 TRUE TRUE NA
T3730000T4703500 90 BabyDaddyHasAsthma 1 Gen2FatherFromGen1 1 Gen12012520141 TRUE TRUE NA
T3730100T4703600 90 BabyDaddyHasAsthma 1 Gen2FatherFromGen1 1 Gen12012620142 TRUE TRUE NA
T411320016AgeAtInterviewDateYearsT470370090BabyDaddyHasAsthma 13Gen1Links7Gen2FatherFromGen1 1 Gen12012020143 TRUE TRUE NA
T418110020InterviewDateDayT470380090BabyDaddyHasAsthma 13Gen1Links7Gen2FatherFromGen1 1 Gen1 201404 TRUE TRUE NA
T418110121InterviewDateMonthT470390090BabyDaddyHasAsthma 13Gen1Links7Gen2FatherFromGen1 1 Gen1 201405 TRUE TRUE NA
T418110222InterviewDateYearT470400090BabyDaddyHasAsthma 13Gen1Links7Gen2FatherFromGen1 1 Gen1 201406 TRUE TRUE NA NA
Y288000040FatherHasAsthmaGen226Gen2ImplicitFather3Gen2YA20120TRUETRUENA
Y2966400 16 AgeAtInterviewDateYears TRUE NA
Y2990500 20 InterviewDateDay TRUE NA
Y2990501 21 InterviewDateMonth TRUE NA
Y2990502 22 InterviewDateYear TRUE NA
Y3001700 9 IDCodeOfOtherInterviewedBiodadGen2 FALSE NA
Y3001800 9 IDCodeOfOtherInterviewedBiodadGen2 FALSE NA
Y3001900 9 IDCodeOfOtherInterviewedBiodadGen2 FALSE NA
Y3002000 9 IDCodeOfOtherInterviewedBiodadGen2 FALSE NA
Y3002100 9 IDCodeOfOtherInterviewedBiodadGen2 FALSE NA
Y3002200 9 IDCodeOfOtherInterviewedBiodadGen2 FALSE NA
Y3002300 9 IDCodeOfOtherInterviewedBiodadGen2 FALSE NA
Y3002400 9 IDCodeOfOtherInterviewedBiodadGen2 FALSE NA
Y3002500 9 IDCodeOfOtherInterviewedBiodadGen2 FALSE NA
Y3002600 9 IDCodeOfOtherInterviewedBiodadGen2 FALSE NA
Y3002700 10 ShareBiodadGen2 FALSE NA
Y3002800 10 ShareBiodadGen2 FALSE NA
Y3002900 10 ShareBiodadGen2 FALSE NA
Y3003000 10 ShareBiodadGen2 FALSE NA
Y3003100 10 ShareBiodadGen2 FALSE NA
Y3003200 10 ShareBiodadGen2 FALSE NA
Y3003300 10 ShareBiodadGen2 FALSE NA
Y3003400 10 ShareBiodadGen2 FALSE NA
Y3003500 10 ShareBiodadGen2 FALSE NA
Y3003600 10 ShareBiodadGen2 FALSE NA
Y324990040FatherHasAsthmaGen226Gen2ImplicitFather3Gen2YA20140TRUETRUENA
Y3331900 16
Extract tblDemographics08,984 8
Process tblMarker5,0380 10
Process tblRelatedStructure5,0380 8
Process tblRelatedValues2,5190 23
Process tblResponse935,6360 8
Process tblRoster5,0380 13
Process tblSubject8,9840 5
Process tblSubjectDetails8,9840 15
Process tblSurveyTime152,7280 7