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