diff --git a/Base79/Constants.cs b/Base79/Constants.cs
index 7cfc111..f6e342d 100644
--- a/Base79/Constants.cs
+++ b/Base79/Constants.cs
@@ -51,7 +51,7 @@ public static class Constants {
public const Int32 Gen2IDSiblingCountMax = 10; //ExtendedID 6371 has 11 kids, so Gen2 Subject637111 has 10 siblings.
//WRONG public const Int32 CousinCountMax = 16//ExtendedID 8693
- public const Int32 SurveyTimeCount = 605175; //580752 in 2012; //580560 in 2010; //429718 in 2008;
+ public const Int32 SurveyTimeCount = 629382; //580752 in 2012; //580560 in 2010; //429718 in 2008;
#endregion
#region Parents Of Gen1
public const Int16 Gen1BioparentBirthYearReportedMin = 1900;
diff --git a/Base79/EnumLookupTables.cs b/Base79/EnumLookupTables.cs
index ce51128..45f8783 100644
--- a/Base79/EnumLookupTables.cs
+++ b/Base79/EnumLookupTables.cs
@@ -158,6 +158,7 @@ public enum ExtractSource : byte {
Gen1Implicit = 11,
Gen2OutcomesWeight = 12,
Gen2OutcomesMath = 13,
+ Gen2FatherFromGen1Death = 14,
}
public enum SurveySource : byte {
NoInterview = 0,
diff --git a/Base79/ImportDataSet.Designer.cs b/Base79/ImportDataSet.Designer.cs
index 59e2f18..f7e75c3 100644
--- a/Base79/ImportDataSet.Designer.cs
+++ b/Base79/ImportDataSet.Designer.cs
@@ -26,8 +26,6 @@ public partial class ImportDataSet : global::System.Data.DataSet {
private tblLinks2004Gen2DataTable tabletblLinks2004Gen2;
- private tblGen2ImplicitFatherDataTable tabletblGen2ImplicitFather;
-
private tblGen1OutcomesDataTable tabletblGen1Outcomes;
private tblGen2OutcomesHeightDataTable tabletblGen2OutcomesHeight;
@@ -46,14 +44,18 @@ public partial class ImportDataSet : global::System.Data.DataSet {
private tblRosterGen1AssignmentDataTable tabletblRosterGen1Assignment;
- private tblGen2LinksFromGen1DataTable tabletblGen2LinksFromGen1;
-
private tblGen2LinksDataTable tabletblGen2Links;
private tblGen1LinksDataTable tabletblGen1Links;
+ private tblGen2LinksFromGen1DataTable tabletblGen2LinksFromGen1;
+
private tblGen2FatherFromGen1DataTable tabletblGen2FatherFromGen1;
+ private tblGen2FatherFromGen1DeathDataTable tabletblGen2FatherFromGen1Death;
+
+ private tblGen2ImplicitFatherDataTable tabletblGen2ImplicitFather;
+
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -85,9 +87,6 @@ protected ImportDataSet(global::System.Runtime.Serialization.SerializationInfo i
if ((ds.Tables["tblLinks2004Gen2"] != null)) {
base.Tables.Add(new tblLinks2004Gen2DataTable(ds.Tables["tblLinks2004Gen2"]));
}
- if ((ds.Tables["tblGen2ImplicitFather"] != null)) {
- base.Tables.Add(new tblGen2ImplicitFatherDataTable(ds.Tables["tblGen2ImplicitFather"]));
- }
if ((ds.Tables["tblGen1Outcomes"] != null)) {
base.Tables.Add(new tblGen1OutcomesDataTable(ds.Tables["tblGen1Outcomes"]));
}
@@ -115,18 +114,24 @@ protected ImportDataSet(global::System.Runtime.Serialization.SerializationInfo i
if ((ds.Tables["tblRosterGen1Assignment"] != null)) {
base.Tables.Add(new tblRosterGen1AssignmentDataTable(ds.Tables["tblRosterGen1Assignment"]));
}
- if ((ds.Tables["tblGen2LinksFromGen1"] != null)) {
- base.Tables.Add(new tblGen2LinksFromGen1DataTable(ds.Tables["tblGen2LinksFromGen1"]));
- }
if ((ds.Tables["tblGen2Links"] != null)) {
base.Tables.Add(new tblGen2LinksDataTable(ds.Tables["tblGen2Links"]));
}
if ((ds.Tables["tblGen1Links"] != null)) {
base.Tables.Add(new tblGen1LinksDataTable(ds.Tables["tblGen1Links"]));
}
+ if ((ds.Tables["tblGen2LinksFromGen1"] != null)) {
+ base.Tables.Add(new tblGen2LinksFromGen1DataTable(ds.Tables["tblGen2LinksFromGen1"]));
+ }
if ((ds.Tables["tblGen2FatherFromGen1"] != null)) {
base.Tables.Add(new tblGen2FatherFromGen1DataTable(ds.Tables["tblGen2FatherFromGen1"]));
}
+ if ((ds.Tables["tblGen2FatherFromGen1Death"] != null)) {
+ base.Tables.Add(new tblGen2FatherFromGen1DeathDataTable(ds.Tables["tblGen2FatherFromGen1Death"]));
+ }
+ if ((ds.Tables["tblGen2ImplicitFather"] != null)) {
+ base.Tables.Add(new tblGen2ImplicitFatherDataTable(ds.Tables["tblGen2ImplicitFather"]));
+ }
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
@@ -155,16 +160,6 @@ public tblLinks2004Gen2DataTable tblLinks2004Gen2 {
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- [global::System.ComponentModel.Browsable(false)]
- [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
- public tblGen2ImplicitFatherDataTable tblGen2ImplicitFather {
- get {
- return this.tabletblGen2ImplicitFather;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
@@ -259,9 +254,9 @@ public tblRosterGen1AssignmentDataTable tblRosterGen1Assignment {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
- public tblGen2LinksFromGen1DataTable tblGen2LinksFromGen1 {
+ public tblGen2LinksDataTable tblGen2Links {
get {
- return this.tabletblGen2LinksFromGen1;
+ return this.tabletblGen2Links;
}
}
@@ -269,9 +264,9 @@ public tblGen2LinksFromGen1DataTable tblGen2LinksFromGen1 {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
- public tblGen2LinksDataTable tblGen2Links {
+ public tblGen1LinksDataTable tblGen1Links {
get {
- return this.tabletblGen2Links;
+ return this.tabletblGen1Links;
}
}
@@ -279,9 +274,9 @@ public tblGen2LinksDataTable tblGen2Links {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
- public tblGen1LinksDataTable tblGen1Links {
+ public tblGen2LinksFromGen1DataTable tblGen2LinksFromGen1 {
get {
- return this.tabletblGen1Links;
+ return this.tabletblGen2LinksFromGen1;
}
}
@@ -295,6 +290,26 @@ public tblGen2FatherFromGen1DataTable tblGen2FatherFromGen1 {
}
}
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.Browsable(false)]
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
+ public tblGen2FatherFromGen1DeathDataTable tblGen2FatherFromGen1Death {
+ get {
+ return this.tabletblGen2FatherFromGen1Death;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ [global::System.ComponentModel.Browsable(false)]
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
+ public tblGen2ImplicitFatherDataTable tblGen2ImplicitFather {
+ get {
+ return this.tabletblGen2ImplicitFather;
+ }
+ }
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.BrowsableAttribute(true)]
@@ -365,9 +380,6 @@ protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader)
if ((ds.Tables["tblLinks2004Gen2"] != null)) {
base.Tables.Add(new tblLinks2004Gen2DataTable(ds.Tables["tblLinks2004Gen2"]));
}
- if ((ds.Tables["tblGen2ImplicitFather"] != null)) {
- base.Tables.Add(new tblGen2ImplicitFatherDataTable(ds.Tables["tblGen2ImplicitFather"]));
- }
if ((ds.Tables["tblGen1Outcomes"] != null)) {
base.Tables.Add(new tblGen1OutcomesDataTable(ds.Tables["tblGen1Outcomes"]));
}
@@ -395,18 +407,24 @@ protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader)
if ((ds.Tables["tblRosterGen1Assignment"] != null)) {
base.Tables.Add(new tblRosterGen1AssignmentDataTable(ds.Tables["tblRosterGen1Assignment"]));
}
- if ((ds.Tables["tblGen2LinksFromGen1"] != null)) {
- base.Tables.Add(new tblGen2LinksFromGen1DataTable(ds.Tables["tblGen2LinksFromGen1"]));
- }
if ((ds.Tables["tblGen2Links"] != null)) {
base.Tables.Add(new tblGen2LinksDataTable(ds.Tables["tblGen2Links"]));
}
if ((ds.Tables["tblGen1Links"] != null)) {
base.Tables.Add(new tblGen1LinksDataTable(ds.Tables["tblGen1Links"]));
}
+ if ((ds.Tables["tblGen2LinksFromGen1"] != null)) {
+ base.Tables.Add(new tblGen2LinksFromGen1DataTable(ds.Tables["tblGen2LinksFromGen1"]));
+ }
if ((ds.Tables["tblGen2FatherFromGen1"] != null)) {
base.Tables.Add(new tblGen2FatherFromGen1DataTable(ds.Tables["tblGen2FatherFromGen1"]));
}
+ if ((ds.Tables["tblGen2FatherFromGen1Death"] != null)) {
+ base.Tables.Add(new tblGen2FatherFromGen1DeathDataTable(ds.Tables["tblGen2FatherFromGen1Death"]));
+ }
+ if ((ds.Tables["tblGen2ImplicitFather"] != null)) {
+ base.Tables.Add(new tblGen2ImplicitFatherDataTable(ds.Tables["tblGen2ImplicitFather"]));
+ }
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
@@ -446,12 +464,6 @@ internal void InitVars(bool initTable) {
this.tabletblLinks2004Gen2.InitVars();
}
}
- this.tabletblGen2ImplicitFather = ((tblGen2ImplicitFatherDataTable)(base.Tables["tblGen2ImplicitFather"]));
- if ((initTable == true)) {
- if ((this.tabletblGen2ImplicitFather != null)) {
- this.tabletblGen2ImplicitFather.InitVars();
- }
- }
this.tabletblGen1Outcomes = ((tblGen1OutcomesDataTable)(base.Tables["tblGen1Outcomes"]));
if ((initTable == true)) {
if ((this.tabletblGen1Outcomes != null)) {
@@ -506,12 +518,6 @@ internal void InitVars(bool initTable) {
this.tabletblRosterGen1Assignment.InitVars();
}
}
- this.tabletblGen2LinksFromGen1 = ((tblGen2LinksFromGen1DataTable)(base.Tables["tblGen2LinksFromGen1"]));
- if ((initTable == true)) {
- if ((this.tabletblGen2LinksFromGen1 != null)) {
- this.tabletblGen2LinksFromGen1.InitVars();
- }
- }
this.tabletblGen2Links = ((tblGen2LinksDataTable)(base.Tables["tblGen2Links"]));
if ((initTable == true)) {
if ((this.tabletblGen2Links != null)) {
@@ -524,12 +530,30 @@ internal void InitVars(bool initTable) {
this.tabletblGen1Links.InitVars();
}
}
+ this.tabletblGen2LinksFromGen1 = ((tblGen2LinksFromGen1DataTable)(base.Tables["tblGen2LinksFromGen1"]));
+ if ((initTable == true)) {
+ if ((this.tabletblGen2LinksFromGen1 != null)) {
+ this.tabletblGen2LinksFromGen1.InitVars();
+ }
+ }
this.tabletblGen2FatherFromGen1 = ((tblGen2FatherFromGen1DataTable)(base.Tables["tblGen2FatherFromGen1"]));
if ((initTable == true)) {
if ((this.tabletblGen2FatherFromGen1 != null)) {
this.tabletblGen2FatherFromGen1.InitVars();
}
}
+ this.tabletblGen2FatherFromGen1Death = ((tblGen2FatherFromGen1DeathDataTable)(base.Tables["tblGen2FatherFromGen1Death"]));
+ if ((initTable == true)) {
+ if ((this.tabletblGen2FatherFromGen1Death != null)) {
+ this.tabletblGen2FatherFromGen1Death.InitVars();
+ }
+ }
+ this.tabletblGen2ImplicitFather = ((tblGen2ImplicitFatherDataTable)(base.Tables["tblGen2ImplicitFather"]));
+ if ((initTable == true)) {
+ if ((this.tabletblGen2ImplicitFather != null)) {
+ this.tabletblGen2ImplicitFather.InitVars();
+ }
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -542,8 +566,6 @@ private void InitClass() {
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
this.tabletblLinks2004Gen2 = new tblLinks2004Gen2DataTable();
base.Tables.Add(this.tabletblLinks2004Gen2);
- this.tabletblGen2ImplicitFather = new tblGen2ImplicitFatherDataTable();
- base.Tables.Add(this.tabletblGen2ImplicitFather);
this.tabletblGen1Outcomes = new tblGen1OutcomesDataTable();
base.Tables.Add(this.tabletblGen1Outcomes);
this.tabletblGen2OutcomesHeight = new tblGen2OutcomesHeightDataTable();
@@ -562,14 +584,18 @@ private void InitClass() {
base.Tables.Add(this.tabletblGen1GeocodeSanitized);
this.tabletblRosterGen1Assignment = new tblRosterGen1AssignmentDataTable();
base.Tables.Add(this.tabletblRosterGen1Assignment);
- this.tabletblGen2LinksFromGen1 = new tblGen2LinksFromGen1DataTable();
- base.Tables.Add(this.tabletblGen2LinksFromGen1);
this.tabletblGen2Links = new tblGen2LinksDataTable();
base.Tables.Add(this.tabletblGen2Links);
this.tabletblGen1Links = new tblGen1LinksDataTable();
base.Tables.Add(this.tabletblGen1Links);
+ this.tabletblGen2LinksFromGen1 = new tblGen2LinksFromGen1DataTable();
+ base.Tables.Add(this.tabletblGen2LinksFromGen1);
this.tabletblGen2FatherFromGen1 = new tblGen2FatherFromGen1DataTable();
base.Tables.Add(this.tabletblGen2FatherFromGen1);
+ this.tabletblGen2FatherFromGen1Death = new tblGen2FatherFromGen1DeathDataTable();
+ base.Tables.Add(this.tabletblGen2FatherFromGen1Death);
+ this.tabletblGen2ImplicitFather = new tblGen2ImplicitFatherDataTable();
+ base.Tables.Add(this.tabletblGen2ImplicitFather);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -578,12 +604,6 @@ private bool ShouldSerializetblLinks2004Gen2() {
return false;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- private bool ShouldSerializetblGen2ImplicitFather() {
- return false;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializetblGen1Outcomes() {
@@ -640,19 +660,19 @@ private bool ShouldSerializetblRosterGen1Assignment() {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- private bool ShouldSerializetblGen2LinksFromGen1() {
+ private bool ShouldSerializetblGen2Links() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- private bool ShouldSerializetblGen2Links() {
+ private bool ShouldSerializetblGen1Links() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- private bool ShouldSerializetblGen1Links() {
+ private bool ShouldSerializetblGen2LinksFromGen1() {
return false;
}
@@ -662,6 +682,18 @@ private bool ShouldSerializetblGen2FatherFromGen1() {
return false;
}
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private bool ShouldSerializetblGen2FatherFromGen1Death() {
+ return false;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ private bool ShouldSerializetblGen2ImplicitFather() {
+ return false;
+ }
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
@@ -720,9 +752,6 @@ private void SchemaChanged(object sender, global::System.ComponentModel.Collecti
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void tblLinks2004Gen2RowChangeEventHandler(object sender, tblLinks2004Gen2RowChangeEvent e);
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public delegate void tblGen2ImplicitFatherRowChangeEventHandler(object sender, tblGen2ImplicitFatherRowChangeEvent e);
-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void tblGen1OutcomesRowChangeEventHandler(object sender, tblGen1OutcomesRowChangeEvent e);
@@ -750,18 +779,24 @@ private void SchemaChanged(object sender, global::System.ComponentModel.Collecti
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void tblRosterGen1AssignmentRowChangeEventHandler(object sender, tblRosterGen1AssignmentRowChangeEvent e);
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public delegate void tblGen2LinksFromGen1RowChangeEventHandler(object sender, tblGen2LinksFromGen1RowChangeEvent e);
-
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void tblGen2LinksRowChangeEventHandler(object sender, tblGen2LinksRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void tblGen1LinksRowChangeEventHandler(object sender, tblGen1LinksRowChangeEvent e);
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public delegate void tblGen2LinksFromGen1RowChangeEventHandler(object sender, tblGen2LinksFromGen1RowChangeEvent e);
+
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void tblGen2FatherFromGen1RowChangeEventHandler(object sender, tblGen2FatherFromGen1RowChangeEvent e);
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public delegate void tblGen2FatherFromGen1DeathRowChangeEventHandler(object sender, tblGen2FatherFromGen1DeathRowChangeEvent e);
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public delegate void tblGen2ImplicitFatherRowChangeEventHandler(object sender, tblGen2ImplicitFatherRowChangeEvent e);
+
///
///Represents the strongly named DataTable class.
///
@@ -1083,234 +1118,54 @@ public void RemovetblLinks2004Gen2Row(tblLinks2004Gen2Row row) {
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
- public partial class tblGen2ImplicitFatherDataTable : global::System.Data.TypedTableBase {
-
- private global::System.Data.DataColumn columnC0000100;
-
- private global::System.Data.DataColumn columnC0000200;
-
- private global::System.Data.DataColumn columnC0005300;
-
- private global::System.Data.DataColumn columnC0005400;
-
- private global::System.Data.DataColumn columnC0005700;
-
- private global::System.Data.DataColumn columnC0008100;
-
- private global::System.Data.DataColumn columnC0008200;
-
- private global::System.Data.DataColumn columnC0008300;
-
- private global::System.Data.DataColumn columnC0008600;
-
- private global::System.Data.DataColumn columnC0008700;
-
- private global::System.Data.DataColumn columnC0008800;
-
- private global::System.Data.DataColumn columnC0009100;
-
- private global::System.Data.DataColumn columnC0009200;
-
- private global::System.Data.DataColumn columnC0009300;
-
- private global::System.Data.DataColumn columnC0009600;
-
- private global::System.Data.DataColumn columnC0009700;
-
- private global::System.Data.DataColumn columnC0009800;
-
- private global::System.Data.DataColumn columnC0009900;
-
- private global::System.Data.DataColumn columnC0010110;
-
- private global::System.Data.DataColumn columnC0010200;
-
- private global::System.Data.DataColumn columnC0010300;
-
- private global::System.Data.DataColumn columnC0010400;
-
- private global::System.Data.DataColumn columnC0010700;
-
- private global::System.Data.DataColumn columnC0010800;
-
- private global::System.Data.DataColumn columnC0010900;
-
- private global::System.Data.DataColumn columnC0011110;
-
- private global::System.Data.DataColumn columnC0011111;
-
- private global::System.Data.DataColumn columnC0011112;
-
- private global::System.Data.DataColumn columnC0011113;
-
- private global::System.Data.DataColumn columnC0011114;
-
- private global::System.Data.DataColumn columnC0011117;
-
- private global::System.Data.DataColumn columnC0011118;
-
- private global::System.Data.DataColumn columnC0011119;
-
- private global::System.Data.DataColumn columnC0011122;
-
- private global::System.Data.DataColumn columnC0011123;
-
- private global::System.Data.DataColumn columnC0011124;
-
- private global::System.Data.DataColumn columnC0011127;
-
- private global::System.Data.DataColumn columnC0011128;
-
- private global::System.Data.DataColumn columnC0011129;
-
- private global::System.Data.DataColumn columnC0011132;
-
- private global::System.Data.DataColumn columnC0011133;
-
- private global::System.Data.DataColumn columnC0011134;
-
- private global::System.Data.DataColumn columnC0011137;
-
- private global::System.Data.DataColumn columnC0011138;
-
- private global::System.Data.DataColumn columnC0011139;
-
- private global::System.Data.DataColumn columnC0011142;
-
- private global::System.Data.DataColumn columnC0011143;
-
- private global::System.Data.DataColumn columnC0011144;
-
- private global::System.Data.DataColumn columnC3070500;
-
- private global::System.Data.DataColumn columnC3423600;
-
- private global::System.Data.DataColumn columnC3601100;
-
- private global::System.Data.DataColumn columnC3601700;
-
- private global::System.Data.DataColumn columnC3601800;
-
- private global::System.Data.DataColumn columnC3601900;
-
- private global::System.Data.DataColumn columnC3605900;
-
- private global::System.Data.DataColumn columnC3981100;
-
- private global::System.Data.DataColumn columnC3981700;
-
- private global::System.Data.DataColumn columnC3981800;
-
- private global::System.Data.DataColumn columnC3981900;
-
- private global::System.Data.DataColumn columnY0003200;
-
- private global::System.Data.DataColumn columnY0007300;
-
- private global::System.Data.DataColumn columnY0007400;
-
- private global::System.Data.DataColumn columnY0007600;
-
- private global::System.Data.DataColumn columnY0007601;
-
- private global::System.Data.DataColumn columnY0008000;
-
- private global::System.Data.DataColumn columnY0008500;
-
- private global::System.Data.DataColumn columnY0008600;
-
- private global::System.Data.DataColumn columnY0009400;
-
- private global::System.Data.DataColumn columnY0394100;
-
- private global::System.Data.DataColumn columnY0394300;
-
- private global::System.Data.DataColumn columnY0394500;
-
- private global::System.Data.DataColumn columnY0394501;
-
- private global::System.Data.DataColumn columnY0394900;
-
- private global::System.Data.DataColumn columnY0651000;
-
- private global::System.Data.DataColumn columnY0682500;
-
- private global::System.Data.DataColumn columnY0683800;
-
- private global::System.Data.DataColumn columnY0683900;
-
- private global::System.Data.DataColumn columnY0684100;
-
- private global::System.Data.DataColumn columnY0684101;
-
- private global::System.Data.DataColumn columnY0684500;
-
- private global::System.Data.DataColumn columnY0947100;
-
- private global::System.Data.DataColumn columnY0986200;
-
- private global::System.Data.DataColumn columnY0986700;
-
- private global::System.Data.DataColumn columnY0988800;
-
- private global::System.Data.DataColumn columnY0988900;
-
- private global::System.Data.DataColumn columnY0989400;
-
- private global::System.Data.DataColumn columnY0989401;
-
- private global::System.Data.DataColumn columnY0989900;
-
- private global::System.Data.DataColumn columnY1229100;
-
- private global::System.Data.DataColumn columnY1229200;
+ public partial class tblGen1OutcomesDataTable : global::System.Data.TypedTableBase {
- private global::System.Data.DataColumn columnY1229700;
+ private global::System.Data.DataColumn columnR0000100;
- private global::System.Data.DataColumn columnY1229701;
+ private global::System.Data.DataColumn columnR0214700;
- private global::System.Data.DataColumn columnY1458900;
+ private global::System.Data.DataColumn columnR0214800;
- private global::System.Data.DataColumn columnY1459400;
+ private global::System.Data.DataColumn columnR0481600;
- private global::System.Data.DataColumn columnY1459401;
+ private global::System.Data.DataColumn columnR0481700;
- private global::System.Data.DataColumn columnY1629500;
+ private global::System.Data.DataColumn columnR0618200;
- private global::System.Data.DataColumn columnY1704000;
+ private global::System.Data.DataColumn columnR0618300;
- private global::System.Data.DataColumn columnY1704500;
+ private global::System.Data.DataColumn columnR0618301;
- private global::System.Data.DataColumn columnY1704501;
+ private global::System.Data.DataColumn columnR0779800;
- private global::System.Data.DataColumn columnY1707300;
+ private global::System.Data.DataColumn columnR0779900;
- private global::System.Data.DataColumn columnY1883300;
+ private global::System.Data.DataColumn columnR1773900;
- private global::System.Data.DataColumn columnY1989500;
+ private global::System.Data.DataColumn columnR1774000;
- private global::System.Data.DataColumn columnY1990000;
+ private global::System.Data.DataColumn columnT0897300;
- private global::System.Data.DataColumn columnY1990001;
+ private global::System.Data.DataColumn columnT0897400;
- private global::System.Data.DataColumn columnY1992900;
+ private global::System.Data.DataColumn columnT0897500;
- private global::System.Data.DataColumn columnY2197500;
+ private global::System.Data.DataColumn columnT2053800;
- private global::System.Data.DataColumn columnY2308300;
+ private global::System.Data.DataColumn columnT2053900;
- private global::System.Data.DataColumn columnY2308800;
+ private global::System.Data.DataColumn columnT2054000;
- private global::System.Data.DataColumn columnY2308801;
+ private global::System.Data.DataColumn columnT3024700;
- private global::System.Data.DataColumn columnY2311700;
+ private global::System.Data.DataColumn columnT3024800;
- private global::System.Data.DataColumn columnY2531800;
+ private global::System.Data.DataColumn columnT3024900;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2ImplicitFatherDataTable() {
- this.TableName = "tblGen2ImplicitFather";
+ public tblGen1OutcomesDataTable() {
+ this.TableName = "tblGen1Outcomes";
this.BeginInit();
this.InitClass();
this.EndInit();
@@ -1318,7 +1173,7 @@ public tblGen2ImplicitFatherDataTable() {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblGen2ImplicitFatherDataTable(global::System.Data.DataTable table) {
+ internal tblGen1OutcomesDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
@@ -1335,896 +1190,985 @@ internal tblGen2ImplicitFatherDataTable(global::System.Data.DataTable table) {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected tblGen2ImplicitFatherDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ protected tblGen1OutcomesDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0000100Column {
+ public global::System.Data.DataColumn R0000100Column {
get {
- return this.columnC0000100;
+ return this.columnR0000100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0000200Column {
+ public global::System.Data.DataColumn R0214700Column {
get {
- return this.columnC0000200;
+ return this.columnR0214700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0005300Column {
+ public global::System.Data.DataColumn R0214800Column {
get {
- return this.columnC0005300;
+ return this.columnR0214800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0005400Column {
+ public global::System.Data.DataColumn R0481600Column {
get {
- return this.columnC0005400;
+ return this.columnR0481600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0005700Column {
+ public global::System.Data.DataColumn R0481700Column {
get {
- return this.columnC0005700;
+ return this.columnR0481700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0008100Column {
+ public global::System.Data.DataColumn R0618200Column {
get {
- return this.columnC0008100;
+ return this.columnR0618200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0008200Column {
+ public global::System.Data.DataColumn R0618300Column {
get {
- return this.columnC0008200;
+ return this.columnR0618300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0008300Column {
+ public global::System.Data.DataColumn R0618301Column {
get {
- return this.columnC0008300;
+ return this.columnR0618301;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0008600Column {
+ public global::System.Data.DataColumn R0779800Column {
get {
- return this.columnC0008600;
+ return this.columnR0779800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0008700Column {
+ public global::System.Data.DataColumn R0779900Column {
get {
- return this.columnC0008700;
+ return this.columnR0779900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0008800Column {
+ public global::System.Data.DataColumn R1773900Column {
get {
- return this.columnC0008800;
+ return this.columnR1773900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0009100Column {
+ public global::System.Data.DataColumn R1774000Column {
get {
- return this.columnC0009100;
+ return this.columnR1774000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0009200Column {
+ public global::System.Data.DataColumn T0897300Column {
get {
- return this.columnC0009200;
+ return this.columnT0897300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0009300Column {
+ public global::System.Data.DataColumn T0897400Column {
get {
- return this.columnC0009300;
+ return this.columnT0897400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0009600Column {
+ public global::System.Data.DataColumn T0897500Column {
get {
- return this.columnC0009600;
+ return this.columnT0897500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0009700Column {
+ public global::System.Data.DataColumn T2053800Column {
get {
- return this.columnC0009700;
+ return this.columnT2053800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0009800Column {
+ public global::System.Data.DataColumn T2053900Column {
get {
- return this.columnC0009800;
+ return this.columnT2053900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0009900Column {
+ public global::System.Data.DataColumn T2054000Column {
get {
- return this.columnC0009900;
+ return this.columnT2054000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0010110Column {
+ public global::System.Data.DataColumn T3024700Column {
get {
- return this.columnC0010110;
+ return this.columnT3024700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0010200Column {
+ public global::System.Data.DataColumn T3024800Column {
get {
- return this.columnC0010200;
+ return this.columnT3024800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0010300Column {
+ public global::System.Data.DataColumn T3024900Column {
get {
- return this.columnC0010300;
+ return this.columnT3024900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0010400Column {
+ [global::System.ComponentModel.Browsable(false)]
+ public int Count {
get {
- return this.columnC0010400;
+ return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0010700Column {
+ public tblGen1OutcomesRow this[int index] {
get {
- return this.columnC0010700;
+ return ((tblGen1OutcomesRow)(this.Rows[index]));
}
}
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event tblGen1OutcomesRowChangeEventHandler tblGen1OutcomesRowChanging;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event tblGen1OutcomesRowChangeEventHandler tblGen1OutcomesRowChanged;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event tblGen1OutcomesRowChangeEventHandler tblGen1OutcomesRowDeleting;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event tblGen1OutcomesRowChangeEventHandler tblGen1OutcomesRowDeleted;
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0010800Column {
- get {
- return this.columnC0010800;
- }
+ public void AddtblGen1OutcomesRow(tblGen1OutcomesRow row) {
+ this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0010900Column {
- get {
- return this.columnC0010900;
- }
+ public tblGen1OutcomesRow AddtblGen1OutcomesRow(
+ int R0000100,
+ int R0214700,
+ int R0214800,
+ int R0481600,
+ int R0481700,
+ int R0618200,
+ int R0618300,
+ int R0618301,
+ int R0779800,
+ int R0779900,
+ int R1773900,
+ int R1774000,
+ int T0897300,
+ int T0897400,
+ int T0897500,
+ int T2053800,
+ int T2053900,
+ int T2054000,
+ int T3024700,
+ int T3024800,
+ int T3024900) {
+ tblGen1OutcomesRow rowtblGen1OutcomesRow = ((tblGen1OutcomesRow)(this.NewRow()));
+ object[] columnValuesArray = new object[] {
+ R0000100,
+ R0214700,
+ R0214800,
+ R0481600,
+ R0481700,
+ R0618200,
+ R0618300,
+ R0618301,
+ R0779800,
+ R0779900,
+ R1773900,
+ R1774000,
+ T0897300,
+ T0897400,
+ T0897500,
+ T2053800,
+ T2053900,
+ T2054000,
+ T3024700,
+ T3024800,
+ T3024900};
+ rowtblGen1OutcomesRow.ItemArray = columnValuesArray;
+ this.Rows.Add(rowtblGen1OutcomesRow);
+ return rowtblGen1OutcomesRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0011110Column {
- get {
- return this.columnC0011110;
- }
+ public tblGen1OutcomesRow FindByR0000100(int R0000100) {
+ return ((tblGen1OutcomesRow)(this.Rows.Find(new object[] {
+ R0000100})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0011111Column {
- get {
- return this.columnC0011111;
- }
+ public override global::System.Data.DataTable Clone() {
+ tblGen1OutcomesDataTable cln = ((tblGen1OutcomesDataTable)(base.Clone()));
+ cln.InitVars();
+ return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0011112Column {
- get {
- return this.columnC0011112;
- }
+ protected override global::System.Data.DataTable CreateInstance() {
+ return new tblGen1OutcomesDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0011113Column {
- get {
- return this.columnC0011113;
- }
+ internal void InitVars() {
+ this.columnR0000100 = base.Columns["R0000100"];
+ this.columnR0214700 = base.Columns["R0214700"];
+ this.columnR0214800 = base.Columns["R0214800"];
+ this.columnR0481600 = base.Columns["R0481600"];
+ this.columnR0481700 = base.Columns["R0481700"];
+ this.columnR0618200 = base.Columns["R0618200"];
+ this.columnR0618300 = base.Columns["R0618300"];
+ this.columnR0618301 = base.Columns["R0618301"];
+ this.columnR0779800 = base.Columns["R0779800"];
+ this.columnR0779900 = base.Columns["R0779900"];
+ this.columnR1773900 = base.Columns["R1773900"];
+ this.columnR1774000 = base.Columns["R1774000"];
+ this.columnT0897300 = base.Columns["T0897300"];
+ this.columnT0897400 = base.Columns["T0897400"];
+ this.columnT0897500 = base.Columns["T0897500"];
+ this.columnT2053800 = base.Columns["T2053800"];
+ this.columnT2053900 = base.Columns["T2053900"];
+ this.columnT2054000 = base.Columns["T2054000"];
+ this.columnT3024700 = base.Columns["T3024700"];
+ this.columnT3024800 = base.Columns["T3024800"];
+ this.columnT3024900 = base.Columns["T3024900"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0011114Column {
- get {
- return this.columnC0011114;
- }
+ private void InitClass() {
+ this.columnR0000100 = new global::System.Data.DataColumn("R0000100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0000100);
+ this.columnR0214700 = new global::System.Data.DataColumn("R0214700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0214700);
+ this.columnR0214800 = new global::System.Data.DataColumn("R0214800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0214800);
+ this.columnR0481600 = new global::System.Data.DataColumn("R0481600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0481600);
+ this.columnR0481700 = new global::System.Data.DataColumn("R0481700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0481700);
+ this.columnR0618200 = new global::System.Data.DataColumn("R0618200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0618200);
+ this.columnR0618300 = new global::System.Data.DataColumn("R0618300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0618300);
+ this.columnR0618301 = new global::System.Data.DataColumn("R0618301", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0618301);
+ this.columnR0779800 = new global::System.Data.DataColumn("R0779800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0779800);
+ this.columnR0779900 = new global::System.Data.DataColumn("R0779900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0779900);
+ this.columnR1773900 = new global::System.Data.DataColumn("R1773900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1773900);
+ this.columnR1774000 = new global::System.Data.DataColumn("R1774000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1774000);
+ this.columnT0897300 = new global::System.Data.DataColumn("T0897300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0897300);
+ this.columnT0897400 = new global::System.Data.DataColumn("T0897400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0897400);
+ this.columnT0897500 = new global::System.Data.DataColumn("T0897500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0897500);
+ this.columnT2053800 = new global::System.Data.DataColumn("T2053800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2053800);
+ this.columnT2053900 = new global::System.Data.DataColumn("T2053900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2053900);
+ this.columnT2054000 = new global::System.Data.DataColumn("T2054000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2054000);
+ this.columnT3024700 = new global::System.Data.DataColumn("T3024700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3024700);
+ this.columnT3024800 = new global::System.Data.DataColumn("T3024800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3024800);
+ this.columnT3024900 = new global::System.Data.DataColumn("T3024900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3024900);
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
+ this.columnR0000100}, true));
+ this.columnR0000100.AllowDBNull = false;
+ this.columnR0000100.Unique = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0011117Column {
- get {
- return this.columnC0011117;
- }
+ public tblGen1OutcomesRow NewtblGen1OutcomesRow() {
+ return ((tblGen1OutcomesRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0011118Column {
- get {
- return this.columnC0011118;
- }
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
+ return new tblGen1OutcomesRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0011119Column {
- get {
- return this.columnC0011119;
- }
+ protected override global::System.Type GetRowType() {
+ return typeof(tblGen1OutcomesRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0011122Column {
- get {
- return this.columnC0011122;
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanged(e);
+ if ((this.tblGen1OutcomesRowChanged != null)) {
+ this.tblGen1OutcomesRowChanged(this, new tblGen1OutcomesRowChangeEvent(((tblGen1OutcomesRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0011123Column {
- get {
- return this.columnC0011123;
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanging(e);
+ if ((this.tblGen1OutcomesRowChanging != null)) {
+ this.tblGen1OutcomesRowChanging(this, new tblGen1OutcomesRowChangeEvent(((tblGen1OutcomesRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0011124Column {
- get {
- return this.columnC0011124;
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleted(e);
+ if ((this.tblGen1OutcomesRowDeleted != null)) {
+ this.tblGen1OutcomesRowDeleted(this, new tblGen1OutcomesRowChangeEvent(((tblGen1OutcomesRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0011127Column {
- get {
- return this.columnC0011127;
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleting(e);
+ if ((this.tblGen1OutcomesRowDeleting != null)) {
+ this.tblGen1OutcomesRowDeleting(this, new tblGen1OutcomesRowChangeEvent(((tblGen1OutcomesRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0011128Column {
- get {
- return this.columnC0011128;
- }
+ public void RemovetblGen1OutcomesRow(tblGen1OutcomesRow row) {
+ this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0011129Column {
- get {
- return this.columnC0011129;
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
+ ImportDataSet ds = new ImportDataSet();
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
+ any1.MinOccurs = new decimal(0);
+ any1.MaxOccurs = decimal.MaxValue;
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any1);
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
+ any2.MinOccurs = new decimal(1);
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any2);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute1.Name = "namespace";
+ attribute1.FixedValue = ds.Namespace;
+ type.Attributes.Add(attribute1);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute2.Name = "tableTypeName";
+ attribute2.FixedValue = "tblGen1OutcomesDataTable";
+ type.Attributes.Add(attribute2);
+ type.Particle = sequence;
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
+ if (xs.Contains(dsSchema.TargetNamespace)) {
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
+ try {
+ global::System.Xml.Schema.XmlSchema schema = null;
+ dsSchema.Write(s1);
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
+ s2.SetLength(0);
+ schema.Write(s2);
+ if ((s1.Length == s2.Length)) {
+ s1.Position = 0;
+ s2.Position = 0;
+ for (; ((s1.Position != s1.Length)
+ && (s1.ReadByte() == s2.ReadByte())); ) {
+ ;
+ }
+ if ((s1.Position == s1.Length)) {
+ return type;
+ }
+ }
+ }
+ }
+ finally {
+ if ((s1 != null)) {
+ s1.Close();
+ }
+ if ((s2 != null)) {
+ s2.Close();
+ }
+ }
}
+ xs.Add(dsSchema);
+ return type;
}
+ }
+
+ ///
+ ///Represents the strongly named DataTable class.
+ ///
+ [global::System.Serializable()]
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
+ public partial class tblGen2OutcomesHeightDataTable : global::System.Data.TypedTableBase {
+
+ private global::System.Data.DataColumn columnC0000100;
+
+ private global::System.Data.DataColumn columnC0000200;
+
+ private global::System.Data.DataColumn columnC0005300;
+
+ private global::System.Data.DataColumn columnC0005400;
+
+ private global::System.Data.DataColumn columnC0005700;
+
+ private global::System.Data.DataColumn columnC0577600;
+
+ private global::System.Data.DataColumn columnC0606300;
+
+ private global::System.Data.DataColumn columnC0606400;
+
+ private global::System.Data.DataColumn columnC0826400;
+
+ private global::System.Data.DataColumn columnC0826500;
+
+ private global::System.Data.DataColumn columnC1016700;
+
+ private global::System.Data.DataColumn columnC1016800;
+
+ private global::System.Data.DataColumn columnC1220200;
+
+ private global::System.Data.DataColumn columnC1220300;
+
+ private global::System.Data.DataColumn columnC1532700;
+
+ private global::System.Data.DataColumn columnC1532800;
+
+ private global::System.Data.DataColumn columnC1779300;
+
+ private global::System.Data.DataColumn columnC1779400;
+
+ private global::System.Data.DataColumn columnC2288500;
+
+ private global::System.Data.DataColumn columnC2288600;
+
+ private global::System.Data.DataColumn columnC2552300;
+
+ private global::System.Data.DataColumn columnC2820900;
+
+ private global::System.Data.DataColumn columnC3130400;
+
+ private global::System.Data.DataColumn columnC3553400;
+
+ private global::System.Data.DataColumn columnC3634500;
+
+ private global::System.Data.DataColumn columnC3898000;
+
+ private global::System.Data.DataColumn columnC4013000;
+
+ private global::System.Data.DataColumn columnC5147900;
+
+ private global::System.Data.DataColumn columnY0308300;
+
+ private global::System.Data.DataColumn columnY0308400;
+
+ private global::System.Data.DataColumn columnY0609600;
+
+ private global::System.Data.DataColumn columnY0609700;
+
+ private global::System.Data.DataColumn columnY0903900;
+
+ private global::System.Data.DataColumn columnY0904000;
+
+ private global::System.Data.DataColumn columnY1150800;
+
+ private global::System.Data.DataColumn columnY1150900;
+
+ private global::System.Data.DataColumn columnY1385800;
+
+ private global::System.Data.DataColumn columnY1385900;
+
+ private global::System.Data.DataColumn columnY1637500;
+
+ private global::System.Data.DataColumn columnY1637600;
+
+ private global::System.Data.DataColumn columnY1891100;
+
+ private global::System.Data.DataColumn columnY1891200;
+
+ private global::System.Data.DataColumn columnY2207000;
+
+ private global::System.Data.DataColumn columnY2207100;
+
+ private global::System.Data.DataColumn columnY2544700;
+
+ private global::System.Data.DataColumn columnY2544800;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0011132Column {
- get {
- return this.columnC0011132;
- }
+ public tblGen2OutcomesHeightDataTable() {
+ this.TableName = "tblGen2OutcomesHeight";
+ this.BeginInit();
+ this.InitClass();
+ this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0011133Column {
- get {
- return this.columnC0011133;
+ internal tblGen2OutcomesHeightDataTable(global::System.Data.DataTable table) {
+ this.TableName = table.TableName;
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
+ this.CaseSensitive = table.CaseSensitive;
+ }
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
+ this.Locale = table.Locale;
}
+ if ((table.Namespace != table.DataSet.Namespace)) {
+ this.Namespace = table.Namespace;
+ }
+ this.Prefix = table.Prefix;
+ this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0011134Column {
- get {
- return this.columnC0011134;
- }
+ protected tblGen2OutcomesHeightDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ base(info, context) {
+ this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0011137Column {
+ public global::System.Data.DataColumn C0000100Column {
get {
- return this.columnC0011137;
+ return this.columnC0000100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0011138Column {
+ public global::System.Data.DataColumn C0000200Column {
get {
- return this.columnC0011138;
+ return this.columnC0000200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0011139Column {
+ public global::System.Data.DataColumn C0005300Column {
get {
- return this.columnC0011139;
+ return this.columnC0005300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0011142Column {
+ public global::System.Data.DataColumn C0005400Column {
get {
- return this.columnC0011142;
+ return this.columnC0005400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0011143Column {
+ public global::System.Data.DataColumn C0005700Column {
get {
- return this.columnC0011143;
+ return this.columnC0005700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0011144Column {
+ public global::System.Data.DataColumn C0577600Column {
get {
- return this.columnC0011144;
+ return this.columnC0577600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3070500Column {
+ public global::System.Data.DataColumn C0606300Column {
get {
- return this.columnC3070500;
+ return this.columnC0606300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3423600Column {
+ public global::System.Data.DataColumn C0606400Column {
get {
- return this.columnC3423600;
+ return this.columnC0606400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3601100Column {
+ public global::System.Data.DataColumn C0826400Column {
get {
- return this.columnC3601100;
+ return this.columnC0826400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3601700Column {
+ public global::System.Data.DataColumn C0826500Column {
get {
- return this.columnC3601700;
+ return this.columnC0826500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3601800Column {
+ public global::System.Data.DataColumn C1016700Column {
get {
- return this.columnC3601800;
+ return this.columnC1016700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3601900Column {
+ public global::System.Data.DataColumn C1016800Column {
get {
- return this.columnC3601900;
+ return this.columnC1016800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3605900Column {
+ public global::System.Data.DataColumn C1220200Column {
get {
- return this.columnC3605900;
+ return this.columnC1220200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3981100Column {
+ public global::System.Data.DataColumn C1220300Column {
get {
- return this.columnC3981100;
+ return this.columnC1220300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3981700Column {
+ public global::System.Data.DataColumn C1532700Column {
get {
- return this.columnC3981700;
+ return this.columnC1532700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3981800Column {
+ public global::System.Data.DataColumn C1532800Column {
get {
- return this.columnC3981800;
+ return this.columnC1532800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3981900Column {
+ public global::System.Data.DataColumn C1779300Column {
get {
- return this.columnC3981900;
+ return this.columnC1779300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0003200Column {
+ public global::System.Data.DataColumn C1779400Column {
get {
- return this.columnY0003200;
+ return this.columnC1779400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0007300Column {
+ public global::System.Data.DataColumn C2288500Column {
get {
- return this.columnY0007300;
+ return this.columnC2288500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0007400Column {
+ public global::System.Data.DataColumn C2288600Column {
get {
- return this.columnY0007400;
+ return this.columnC2288600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0007600Column {
+ public global::System.Data.DataColumn C2552300Column {
get {
- return this.columnY0007600;
+ return this.columnC2552300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0007601Column {
+ public global::System.Data.DataColumn C2820900Column {
get {
- return this.columnY0007601;
+ return this.columnC2820900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0008000Column {
+ public global::System.Data.DataColumn C3130400Column {
get {
- return this.columnY0008000;
+ return this.columnC3130400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0008500Column {
+ public global::System.Data.DataColumn C3553400Column {
get {
- return this.columnY0008500;
+ return this.columnC3553400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0008600Column {
+ public global::System.Data.DataColumn C3634500Column {
get {
- return this.columnY0008600;
+ return this.columnC3634500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0009400Column {
+ public global::System.Data.DataColumn C3898000Column {
get {
- return this.columnY0009400;
+ return this.columnC3898000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0394100Column {
+ public global::System.Data.DataColumn C4013000Column {
get {
- return this.columnY0394100;
+ return this.columnC4013000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0394300Column {
+ public global::System.Data.DataColumn C5147900Column {
get {
- return this.columnY0394300;
+ return this.columnC5147900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0394500Column {
+ public global::System.Data.DataColumn Y0308300Column {
get {
- return this.columnY0394500;
+ return this.columnY0308300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0394501Column {
+ public global::System.Data.DataColumn Y0308400Column {
get {
- return this.columnY0394501;
+ return this.columnY0308400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0394900Column {
+ public global::System.Data.DataColumn Y0609600Column {
get {
- return this.columnY0394900;
+ return this.columnY0609600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0651000Column {
+ public global::System.Data.DataColumn Y0609700Column {
get {
- return this.columnY0651000;
+ return this.columnY0609700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0682500Column {
+ public global::System.Data.DataColumn Y0903900Column {
get {
- return this.columnY0682500;
+ return this.columnY0903900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0683800Column {
+ public global::System.Data.DataColumn Y0904000Column {
get {
- return this.columnY0683800;
+ return this.columnY0904000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0683900Column {
+ public global::System.Data.DataColumn Y1150800Column {
get {
- return this.columnY0683900;
+ return this.columnY1150800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0684100Column {
- get {
- return this.columnY0684100;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0684101Column {
- get {
- return this.columnY0684101;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0684500Column {
- get {
- return this.columnY0684500;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0947100Column {
- get {
- return this.columnY0947100;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0986200Column {
- get {
- return this.columnY0986200;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0986700Column {
- get {
- return this.columnY0986700;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0988800Column {
- get {
- return this.columnY0988800;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0988900Column {
- get {
- return this.columnY0988900;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0989400Column {
- get {
- return this.columnY0989400;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0989401Column {
- get {
- return this.columnY0989401;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0989900Column {
- get {
- return this.columnY0989900;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1229100Column {
- get {
- return this.columnY1229100;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1229200Column {
- get {
- return this.columnY1229200;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1229700Column {
- get {
- return this.columnY1229700;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1229701Column {
- get {
- return this.columnY1229701;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1458900Column {
- get {
- return this.columnY1458900;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1459400Column {
- get {
- return this.columnY1459400;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1459401Column {
- get {
- return this.columnY1459401;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1629500Column {
- get {
- return this.columnY1629500;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1704000Column {
- get {
- return this.columnY1704000;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1704500Column {
- get {
- return this.columnY1704500;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1704501Column {
- get {
- return this.columnY1704501;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1707300Column {
- get {
- return this.columnY1707300;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1883300Column {
+ public global::System.Data.DataColumn Y1150900Column {
get {
- return this.columnY1883300;
+ return this.columnY1150900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1989500Column {
+ public global::System.Data.DataColumn Y1385800Column {
get {
- return this.columnY1989500;
+ return this.columnY1385800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1990000Column {
+ public global::System.Data.DataColumn Y1385900Column {
get {
- return this.columnY1990000;
+ return this.columnY1385900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1990001Column {
+ public global::System.Data.DataColumn Y1637500Column {
get {
- return this.columnY1990001;
+ return this.columnY1637500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1992900Column {
+ public global::System.Data.DataColumn Y1637600Column {
get {
- return this.columnY1992900;
+ return this.columnY1637600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2197500Column {
+ public global::System.Data.DataColumn Y1891100Column {
get {
- return this.columnY2197500;
+ return this.columnY1891100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2308300Column {
+ public global::System.Data.DataColumn Y1891200Column {
get {
- return this.columnY2308300;
+ return this.columnY1891200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2308800Column {
+ public global::System.Data.DataColumn Y2207000Column {
get {
- return this.columnY2308800;
+ return this.columnY2207000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2308801Column {
+ public global::System.Data.DataColumn Y2207100Column {
get {
- return this.columnY2308801;
+ return this.columnY2207100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2311700Column {
+ public global::System.Data.DataColumn Y2544700Column {
get {
- return this.columnY2311700;
+ return this.columnY2544700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2531800Column {
+ public global::System.Data.DataColumn Y2544800Column {
get {
- return this.columnY2531800;
+ return this.columnY2544800;
}
}
@@ -2239,273 +2183,143 @@ public int Count {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2ImplicitFatherRow this[int index] {
+ public tblGen2OutcomesHeightRow this[int index] {
get {
- return ((tblGen2ImplicitFatherRow)(this.Rows[index]));
+ return ((tblGen2OutcomesHeightRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen2ImplicitFatherRowChangeEventHandler tblGen2ImplicitFatherRowChanging;
+ public event tblGen2OutcomesHeightRowChangeEventHandler tblGen2OutcomesHeightRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen2ImplicitFatherRowChangeEventHandler tblGen2ImplicitFatherRowChanged;
+ public event tblGen2OutcomesHeightRowChangeEventHandler tblGen2OutcomesHeightRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen2ImplicitFatherRowChangeEventHandler tblGen2ImplicitFatherRowDeleting;
+ public event tblGen2OutcomesHeightRowChangeEventHandler tblGen2OutcomesHeightRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen2ImplicitFatherRowChangeEventHandler tblGen2ImplicitFatherRowDeleted;
+ public event tblGen2OutcomesHeightRowChangeEventHandler tblGen2OutcomesHeightRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void AddtblGen2ImplicitFatherRow(tblGen2ImplicitFatherRow row) {
+ public void AddtblGen2OutcomesHeightRow(tblGen2OutcomesHeightRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2ImplicitFatherRow AddtblGen2ImplicitFatherRow(
+ public tblGen2OutcomesHeightRow AddtblGen2OutcomesHeightRow(
int C0000100,
int C0000200,
int C0005300,
int C0005400,
int C0005700,
- int C0008100,
- int C0008200,
- int C0008300,
- int C0008600,
- int C0008700,
- int C0008800,
- int C0009100,
- int C0009200,
- int C0009300,
- int C0009600,
- int C0009700,
- int C0009800,
- int C0009900,
- int C0010110,
- int C0010200,
- int C0010300,
- int C0010400,
- int C0010700,
- int C0010800,
- int C0010900,
- int C0011110,
- int C0011111,
- int C0011112,
- int C0011113,
- int C0011114,
- int C0011117,
- int C0011118,
- int C0011119,
- int C0011122,
- int C0011123,
- int C0011124,
- int C0011127,
- int C0011128,
- int C0011129,
- int C0011132,
- int C0011133,
- int C0011134,
- int C0011137,
- int C0011138,
- int C0011139,
- int C0011142,
- int C0011143,
- int C0011144,
- int C3070500,
- int C3423600,
- int C3601100,
- int C3601700,
- int C3601800,
- int C3601900,
- int C3605900,
- int C3981100,
- int C3981700,
- int C3981800,
- int C3981900,
- int Y0003200,
- int Y0007300,
- int Y0007400,
- int Y0007600,
- int Y0007601,
- int Y0008000,
- int Y0008500,
- int Y0008600,
- int Y0009400,
- int Y0394100,
- int Y0394300,
- int Y0394500,
- int Y0394501,
- int Y0394900,
- int Y0651000,
- int Y0682500,
- int Y0683800,
- int Y0683900,
- int Y0684100,
- int Y0684101,
- int Y0684500,
- int Y0947100,
- int Y0986200,
- int Y0986700,
- int Y0988800,
- int Y0988900,
- int Y0989400,
- int Y0989401,
- int Y0989900,
- int Y1229100,
- int Y1229200,
- int Y1229700,
- int Y1229701,
- int Y1458900,
- int Y1459400,
- int Y1459401,
- int Y1629500,
- int Y1704000,
- int Y1704500,
- int Y1704501,
- int Y1707300,
- int Y1883300,
- int Y1989500,
- int Y1990000,
- int Y1990001,
- int Y1992900,
- int Y2197500,
- int Y2308300,
- int Y2308800,
- int Y2308801,
- int Y2311700,
- int Y2531800) {
- tblGen2ImplicitFatherRow rowtblGen2ImplicitFatherRow = ((tblGen2ImplicitFatherRow)(this.NewRow()));
+ int C0577600,
+ int C0606300,
+ int C0606400,
+ int C0826400,
+ int C0826500,
+ int C1016700,
+ int C1016800,
+ int C1220200,
+ int C1220300,
+ int C1532700,
+ int C1532800,
+ int C1779300,
+ int C1779400,
+ int C2288500,
+ int C2288600,
+ int C2552300,
+ int C2820900,
+ int C3130400,
+ int C3553400,
+ int C3634500,
+ int C3898000,
+ int C4013000,
+ int C5147900,
+ int Y0308300,
+ int Y0308400,
+ int Y0609600,
+ int Y0609700,
+ int Y0903900,
+ int Y0904000,
+ int Y1150800,
+ int Y1150900,
+ int Y1385800,
+ int Y1385900,
+ int Y1637500,
+ int Y1637600,
+ int Y1891100,
+ int Y1891200,
+ int Y2207000,
+ int Y2207100,
+ int Y2544700,
+ int Y2544800) {
+ tblGen2OutcomesHeightRow rowtblGen2OutcomesHeightRow = ((tblGen2OutcomesHeightRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
C0000100,
C0000200,
C0005300,
C0005400,
C0005700,
- C0008100,
- C0008200,
- C0008300,
- C0008600,
- C0008700,
- C0008800,
- C0009100,
- C0009200,
- C0009300,
- C0009600,
- C0009700,
- C0009800,
- C0009900,
- C0010110,
- C0010200,
- C0010300,
- C0010400,
- C0010700,
- C0010800,
- C0010900,
- C0011110,
- C0011111,
- C0011112,
- C0011113,
- C0011114,
- C0011117,
- C0011118,
- C0011119,
- C0011122,
- C0011123,
- C0011124,
- C0011127,
- C0011128,
- C0011129,
- C0011132,
- C0011133,
- C0011134,
- C0011137,
- C0011138,
- C0011139,
- C0011142,
- C0011143,
- C0011144,
- C3070500,
- C3423600,
- C3601100,
- C3601700,
- C3601800,
- C3601900,
- C3605900,
- C3981100,
- C3981700,
- C3981800,
- C3981900,
- Y0003200,
- Y0007300,
- Y0007400,
- Y0007600,
- Y0007601,
- Y0008000,
- Y0008500,
- Y0008600,
- Y0009400,
- Y0394100,
- Y0394300,
- Y0394500,
- Y0394501,
- Y0394900,
- Y0651000,
- Y0682500,
- Y0683800,
- Y0683900,
- Y0684100,
- Y0684101,
- Y0684500,
- Y0947100,
- Y0986200,
- Y0986700,
- Y0988800,
- Y0988900,
- Y0989400,
- Y0989401,
- Y0989900,
- Y1229100,
- Y1229200,
- Y1229700,
- Y1229701,
- Y1458900,
- Y1459400,
- Y1459401,
- Y1629500,
- Y1704000,
- Y1704500,
- Y1704501,
- Y1707300,
- Y1883300,
- Y1989500,
- Y1990000,
- Y1990001,
- Y1992900,
- Y2197500,
- Y2308300,
- Y2308800,
- Y2308801,
- Y2311700,
- Y2531800};
- rowtblGen2ImplicitFatherRow.ItemArray = columnValuesArray;
- this.Rows.Add(rowtblGen2ImplicitFatherRow);
- return rowtblGen2ImplicitFatherRow;
+ C0577600,
+ C0606300,
+ C0606400,
+ C0826400,
+ C0826500,
+ C1016700,
+ C1016800,
+ C1220200,
+ C1220300,
+ C1532700,
+ C1532800,
+ C1779300,
+ C1779400,
+ C2288500,
+ C2288600,
+ C2552300,
+ C2820900,
+ C3130400,
+ C3553400,
+ C3634500,
+ C3898000,
+ C4013000,
+ C5147900,
+ Y0308300,
+ Y0308400,
+ Y0609600,
+ Y0609700,
+ Y0903900,
+ Y0904000,
+ Y1150800,
+ Y1150900,
+ Y1385800,
+ Y1385900,
+ Y1637500,
+ Y1637600,
+ Y1891100,
+ Y1891200,
+ Y2207000,
+ Y2207100,
+ Y2544700,
+ Y2544800};
+ rowtblGen2OutcomesHeightRow.ItemArray = columnValuesArray;
+ this.Rows.Add(rowtblGen2OutcomesHeightRow);
+ return rowtblGen2OutcomesHeightRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2ImplicitFatherRow FindByC0000100(int C0000100) {
- return ((tblGen2ImplicitFatherRow)(this.Rows.Find(new object[] {
+ public tblGen2OutcomesHeightRow FindByC0000100(int C0000100) {
+ return ((tblGen2OutcomesHeightRow)(this.Rows.Find(new object[] {
C0000100})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
- tblGen2ImplicitFatherDataTable cln = ((tblGen2ImplicitFatherDataTable)(base.Clone()));
+ tblGen2OutcomesHeightDataTable cln = ((tblGen2OutcomesHeightDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
@@ -2513,7 +2327,7 @@ public tblGen2ImplicitFatherRow FindByC0000100(int C0000100) {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
- return new tblGen2ImplicitFatherDataTable();
+ return new tblGen2OutcomesHeightDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -2524,112 +2338,47 @@ internal void InitVars() {
this.columnC0005300 = base.Columns["C0005300"];
this.columnC0005400 = base.Columns["C0005400"];
this.columnC0005700 = base.Columns["C0005700"];
- this.columnC0008100 = base.Columns["C0008100"];
- this.columnC0008200 = base.Columns["C0008200"];
- this.columnC0008300 = base.Columns["C0008300"];
- this.columnC0008600 = base.Columns["C0008600"];
- this.columnC0008700 = base.Columns["C0008700"];
- this.columnC0008800 = base.Columns["C0008800"];
- this.columnC0009100 = base.Columns["C0009100"];
- this.columnC0009200 = base.Columns["C0009200"];
- this.columnC0009300 = base.Columns["C0009300"];
- this.columnC0009600 = base.Columns["C0009600"];
- this.columnC0009700 = base.Columns["C0009700"];
- this.columnC0009800 = base.Columns["C0009800"];
- this.columnC0009900 = base.Columns["C0009900"];
- this.columnC0010110 = base.Columns["C0010110"];
- this.columnC0010200 = base.Columns["C0010200"];
- this.columnC0010300 = base.Columns["C0010300"];
- this.columnC0010400 = base.Columns["C0010400"];
- this.columnC0010700 = base.Columns["C0010700"];
- this.columnC0010800 = base.Columns["C0010800"];
- this.columnC0010900 = base.Columns["C0010900"];
- this.columnC0011110 = base.Columns["C0011110"];
- this.columnC0011111 = base.Columns["C0011111"];
- this.columnC0011112 = base.Columns["C0011112"];
- this.columnC0011113 = base.Columns["C0011113"];
- this.columnC0011114 = base.Columns["C0011114"];
- this.columnC0011117 = base.Columns["C0011117"];
- this.columnC0011118 = base.Columns["C0011118"];
- this.columnC0011119 = base.Columns["C0011119"];
- this.columnC0011122 = base.Columns["C0011122"];
- this.columnC0011123 = base.Columns["C0011123"];
- this.columnC0011124 = base.Columns["C0011124"];
- this.columnC0011127 = base.Columns["C0011127"];
- this.columnC0011128 = base.Columns["C0011128"];
- this.columnC0011129 = base.Columns["C0011129"];
- this.columnC0011132 = base.Columns["C0011132"];
- this.columnC0011133 = base.Columns["C0011133"];
- this.columnC0011134 = base.Columns["C0011134"];
- this.columnC0011137 = base.Columns["C0011137"];
- this.columnC0011138 = base.Columns["C0011138"];
- this.columnC0011139 = base.Columns["C0011139"];
- this.columnC0011142 = base.Columns["C0011142"];
- this.columnC0011143 = base.Columns["C0011143"];
- this.columnC0011144 = base.Columns["C0011144"];
- this.columnC3070500 = base.Columns["C3070500"];
- this.columnC3423600 = base.Columns["C3423600"];
- this.columnC3601100 = base.Columns["C3601100"];
- this.columnC3601700 = base.Columns["C3601700"];
- this.columnC3601800 = base.Columns["C3601800"];
- this.columnC3601900 = base.Columns["C3601900"];
- this.columnC3605900 = base.Columns["C3605900"];
- this.columnC3981100 = base.Columns["C3981100"];
- this.columnC3981700 = base.Columns["C3981700"];
- this.columnC3981800 = base.Columns["C3981800"];
- this.columnC3981900 = base.Columns["C3981900"];
- this.columnY0003200 = base.Columns["Y0003200"];
- this.columnY0007300 = base.Columns["Y0007300"];
- this.columnY0007400 = base.Columns["Y0007400"];
- this.columnY0007600 = base.Columns["Y0007600"];
- this.columnY0007601 = base.Columns["Y0007601"];
- this.columnY0008000 = base.Columns["Y0008000"];
- this.columnY0008500 = base.Columns["Y0008500"];
- this.columnY0008600 = base.Columns["Y0008600"];
- this.columnY0009400 = base.Columns["Y0009400"];
- this.columnY0394100 = base.Columns["Y0394100"];
- this.columnY0394300 = base.Columns["Y0394300"];
- this.columnY0394500 = base.Columns["Y0394500"];
- this.columnY0394501 = base.Columns["Y0394501"];
- this.columnY0394900 = base.Columns["Y0394900"];
- this.columnY0651000 = base.Columns["Y0651000"];
- this.columnY0682500 = base.Columns["Y0682500"];
- this.columnY0683800 = base.Columns["Y0683800"];
- this.columnY0683900 = base.Columns["Y0683900"];
- this.columnY0684100 = base.Columns["Y0684100"];
- this.columnY0684101 = base.Columns["Y0684101"];
- this.columnY0684500 = base.Columns["Y0684500"];
- this.columnY0947100 = base.Columns["Y0947100"];
- this.columnY0986200 = base.Columns["Y0986200"];
- this.columnY0986700 = base.Columns["Y0986700"];
- this.columnY0988800 = base.Columns["Y0988800"];
- this.columnY0988900 = base.Columns["Y0988900"];
- this.columnY0989400 = base.Columns["Y0989400"];
- this.columnY0989401 = base.Columns["Y0989401"];
- this.columnY0989900 = base.Columns["Y0989900"];
- this.columnY1229100 = base.Columns["Y1229100"];
- this.columnY1229200 = base.Columns["Y1229200"];
- this.columnY1229700 = base.Columns["Y1229700"];
- this.columnY1229701 = base.Columns["Y1229701"];
- this.columnY1458900 = base.Columns["Y1458900"];
- this.columnY1459400 = base.Columns["Y1459400"];
- this.columnY1459401 = base.Columns["Y1459401"];
- this.columnY1629500 = base.Columns["Y1629500"];
- this.columnY1704000 = base.Columns["Y1704000"];
- this.columnY1704500 = base.Columns["Y1704500"];
- this.columnY1704501 = base.Columns["Y1704501"];
- this.columnY1707300 = base.Columns["Y1707300"];
- this.columnY1883300 = base.Columns["Y1883300"];
- this.columnY1989500 = base.Columns["Y1989500"];
- this.columnY1990000 = base.Columns["Y1990000"];
- this.columnY1990001 = base.Columns["Y1990001"];
- this.columnY1992900 = base.Columns["Y1992900"];
- this.columnY2197500 = base.Columns["Y2197500"];
- this.columnY2308300 = base.Columns["Y2308300"];
- this.columnY2308800 = base.Columns["Y2308800"];
- this.columnY2308801 = base.Columns["Y2308801"];
- this.columnY2311700 = base.Columns["Y2311700"];
- this.columnY2531800 = base.Columns["Y2531800"];
+ this.columnC0577600 = base.Columns["C0577600"];
+ this.columnC0606300 = base.Columns["C0606300"];
+ this.columnC0606400 = base.Columns["C0606400"];
+ this.columnC0826400 = base.Columns["C0826400"];
+ this.columnC0826500 = base.Columns["C0826500"];
+ this.columnC1016700 = base.Columns["C1016700"];
+ this.columnC1016800 = base.Columns["C1016800"];
+ this.columnC1220200 = base.Columns["C1220200"];
+ this.columnC1220300 = base.Columns["C1220300"];
+ this.columnC1532700 = base.Columns["C1532700"];
+ this.columnC1532800 = base.Columns["C1532800"];
+ this.columnC1779300 = base.Columns["C1779300"];
+ this.columnC1779400 = base.Columns["C1779400"];
+ this.columnC2288500 = base.Columns["C2288500"];
+ this.columnC2288600 = base.Columns["C2288600"];
+ this.columnC2552300 = base.Columns["C2552300"];
+ this.columnC2820900 = base.Columns["C2820900"];
+ this.columnC3130400 = base.Columns["C3130400"];
+ this.columnC3553400 = base.Columns["C3553400"];
+ this.columnC3634500 = base.Columns["C3634500"];
+ this.columnC3898000 = base.Columns["C3898000"];
+ this.columnC4013000 = base.Columns["C4013000"];
+ this.columnC5147900 = base.Columns["C5147900"];
+ this.columnY0308300 = base.Columns["Y0308300"];
+ this.columnY0308400 = base.Columns["Y0308400"];
+ this.columnY0609600 = base.Columns["Y0609600"];
+ this.columnY0609700 = base.Columns["Y0609700"];
+ this.columnY0903900 = base.Columns["Y0903900"];
+ this.columnY0904000 = base.Columns["Y0904000"];
+ this.columnY1150800 = base.Columns["Y1150800"];
+ this.columnY1150900 = base.Columns["Y1150900"];
+ this.columnY1385800 = base.Columns["Y1385800"];
+ this.columnY1385900 = base.Columns["Y1385900"];
+ this.columnY1637500 = base.Columns["Y1637500"];
+ this.columnY1637600 = base.Columns["Y1637600"];
+ this.columnY1891100 = base.Columns["Y1891100"];
+ this.columnY1891200 = base.Columns["Y1891200"];
+ this.columnY2207000 = base.Columns["Y2207000"];
+ this.columnY2207100 = base.Columns["Y2207100"];
+ this.columnY2544700 = base.Columns["Y2544700"];
+ this.columnY2544800 = base.Columns["Y2544800"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -2645,218 +2394,88 @@ private void InitClass() {
base.Columns.Add(this.columnC0005400);
this.columnC0005700 = new global::System.Data.DataColumn("C0005700", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnC0005700);
- this.columnC0008100 = new global::System.Data.DataColumn("C0008100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0008100);
- this.columnC0008200 = new global::System.Data.DataColumn("C0008200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0008200);
- this.columnC0008300 = new global::System.Data.DataColumn("C0008300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0008300);
- this.columnC0008600 = new global::System.Data.DataColumn("C0008600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0008600);
- this.columnC0008700 = new global::System.Data.DataColumn("C0008700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0008700);
- this.columnC0008800 = new global::System.Data.DataColumn("C0008800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0008800);
- this.columnC0009100 = new global::System.Data.DataColumn("C0009100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0009100);
- this.columnC0009200 = new global::System.Data.DataColumn("C0009200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0009200);
- this.columnC0009300 = new global::System.Data.DataColumn("C0009300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0009300);
- this.columnC0009600 = new global::System.Data.DataColumn("C0009600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0009600);
- this.columnC0009700 = new global::System.Data.DataColumn("C0009700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0009700);
- this.columnC0009800 = new global::System.Data.DataColumn("C0009800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0009800);
- this.columnC0009900 = new global::System.Data.DataColumn("C0009900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0009900);
- this.columnC0010110 = new global::System.Data.DataColumn("C0010110", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0010110);
- this.columnC0010200 = new global::System.Data.DataColumn("C0010200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0010200);
- this.columnC0010300 = new global::System.Data.DataColumn("C0010300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0010300);
- this.columnC0010400 = new global::System.Data.DataColumn("C0010400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0010400);
- this.columnC0010700 = new global::System.Data.DataColumn("C0010700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0010700);
- this.columnC0010800 = new global::System.Data.DataColumn("C0010800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0010800);
- this.columnC0010900 = new global::System.Data.DataColumn("C0010900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0010900);
- this.columnC0011110 = new global::System.Data.DataColumn("C0011110", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0011110);
- this.columnC0011111 = new global::System.Data.DataColumn("C0011111", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0011111);
- this.columnC0011112 = new global::System.Data.DataColumn("C0011112", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0011112);
- this.columnC0011113 = new global::System.Data.DataColumn("C0011113", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0011113);
- this.columnC0011114 = new global::System.Data.DataColumn("C0011114", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0011114);
- this.columnC0011117 = new global::System.Data.DataColumn("C0011117", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0011117);
- this.columnC0011118 = new global::System.Data.DataColumn("C0011118", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0011118);
- this.columnC0011119 = new global::System.Data.DataColumn("C0011119", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0011119);
- this.columnC0011122 = new global::System.Data.DataColumn("C0011122", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0011122);
- this.columnC0011123 = new global::System.Data.DataColumn("C0011123", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0011123);
- this.columnC0011124 = new global::System.Data.DataColumn("C0011124", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0011124);
- this.columnC0011127 = new global::System.Data.DataColumn("C0011127", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0011127);
- this.columnC0011128 = new global::System.Data.DataColumn("C0011128", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0011128);
- this.columnC0011129 = new global::System.Data.DataColumn("C0011129", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0011129);
- this.columnC0011132 = new global::System.Data.DataColumn("C0011132", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0011132);
- this.columnC0011133 = new global::System.Data.DataColumn("C0011133", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0011133);
- this.columnC0011134 = new global::System.Data.DataColumn("C0011134", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0011134);
- this.columnC0011137 = new global::System.Data.DataColumn("C0011137", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0011137);
- this.columnC0011138 = new global::System.Data.DataColumn("C0011138", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0011138);
- this.columnC0011139 = new global::System.Data.DataColumn("C0011139", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0011139);
- this.columnC0011142 = new global::System.Data.DataColumn("C0011142", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0011142);
- this.columnC0011143 = new global::System.Data.DataColumn("C0011143", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0011143);
- this.columnC0011144 = new global::System.Data.DataColumn("C0011144", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0011144);
- this.columnC3070500 = new global::System.Data.DataColumn("C3070500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3070500);
- this.columnC3423600 = new global::System.Data.DataColumn("C3423600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3423600);
- this.columnC3601100 = new global::System.Data.DataColumn("C3601100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3601100);
- this.columnC3601700 = new global::System.Data.DataColumn("C3601700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3601700);
- this.columnC3601800 = new global::System.Data.DataColumn("C3601800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3601800);
- this.columnC3601900 = new global::System.Data.DataColumn("C3601900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3601900);
- this.columnC3605900 = new global::System.Data.DataColumn("C3605900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3605900);
- this.columnC3981100 = new global::System.Data.DataColumn("C3981100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3981100);
- this.columnC3981700 = new global::System.Data.DataColumn("C3981700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3981700);
- this.columnC3981800 = new global::System.Data.DataColumn("C3981800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3981800);
- this.columnC3981900 = new global::System.Data.DataColumn("C3981900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3981900);
- this.columnY0003200 = new global::System.Data.DataColumn("Y0003200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0003200);
- this.columnY0007300 = new global::System.Data.DataColumn("Y0007300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0007300);
- this.columnY0007400 = new global::System.Data.DataColumn("Y0007400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0007400);
- this.columnY0007600 = new global::System.Data.DataColumn("Y0007600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0007600);
- this.columnY0007601 = new global::System.Data.DataColumn("Y0007601", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0007601);
- this.columnY0008000 = new global::System.Data.DataColumn("Y0008000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0008000);
- this.columnY0008500 = new global::System.Data.DataColumn("Y0008500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0008500);
- this.columnY0008600 = new global::System.Data.DataColumn("Y0008600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0008600);
- this.columnY0009400 = new global::System.Data.DataColumn("Y0009400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0009400);
- this.columnY0394100 = new global::System.Data.DataColumn("Y0394100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0394100);
- this.columnY0394300 = new global::System.Data.DataColumn("Y0394300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0394300);
- this.columnY0394500 = new global::System.Data.DataColumn("Y0394500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0394500);
- this.columnY0394501 = new global::System.Data.DataColumn("Y0394501", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0394501);
- this.columnY0394900 = new global::System.Data.DataColumn("Y0394900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0394900);
- this.columnY0651000 = new global::System.Data.DataColumn("Y0651000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0651000);
- this.columnY0682500 = new global::System.Data.DataColumn("Y0682500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0682500);
- this.columnY0683800 = new global::System.Data.DataColumn("Y0683800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0683800);
- this.columnY0683900 = new global::System.Data.DataColumn("Y0683900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0683900);
- this.columnY0684100 = new global::System.Data.DataColumn("Y0684100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0684100);
- this.columnY0684101 = new global::System.Data.DataColumn("Y0684101", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0684101);
- this.columnY0684500 = new global::System.Data.DataColumn("Y0684500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0684500);
- this.columnY0947100 = new global::System.Data.DataColumn("Y0947100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0947100);
- this.columnY0986200 = new global::System.Data.DataColumn("Y0986200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0986200);
- this.columnY0986700 = new global::System.Data.DataColumn("Y0986700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0986700);
- this.columnY0988800 = new global::System.Data.DataColumn("Y0988800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0988800);
- this.columnY0988900 = new global::System.Data.DataColumn("Y0988900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0988900);
- this.columnY0989400 = new global::System.Data.DataColumn("Y0989400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0989400);
- this.columnY0989401 = new global::System.Data.DataColumn("Y0989401", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0989401);
- this.columnY0989900 = new global::System.Data.DataColumn("Y0989900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0989900);
- this.columnY1229100 = new global::System.Data.DataColumn("Y1229100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1229100);
- this.columnY1229200 = new global::System.Data.DataColumn("Y1229200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1229200);
- this.columnY1229700 = new global::System.Data.DataColumn("Y1229700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1229700);
- this.columnY1229701 = new global::System.Data.DataColumn("Y1229701", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1229701);
- this.columnY1458900 = new global::System.Data.DataColumn("Y1458900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1458900);
- this.columnY1459400 = new global::System.Data.DataColumn("Y1459400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1459400);
- this.columnY1459401 = new global::System.Data.DataColumn("Y1459401", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1459401);
- this.columnY1629500 = new global::System.Data.DataColumn("Y1629500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1629500);
- this.columnY1704000 = new global::System.Data.DataColumn("Y1704000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1704000);
- this.columnY1704500 = new global::System.Data.DataColumn("Y1704500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1704500);
- this.columnY1704501 = new global::System.Data.DataColumn("Y1704501", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1704501);
- this.columnY1707300 = new global::System.Data.DataColumn("Y1707300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1707300);
- this.columnY1883300 = new global::System.Data.DataColumn("Y1883300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1883300);
- this.columnY1989500 = new global::System.Data.DataColumn("Y1989500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1989500);
- this.columnY1990000 = new global::System.Data.DataColumn("Y1990000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1990000);
- this.columnY1990001 = new global::System.Data.DataColumn("Y1990001", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1990001);
- this.columnY1992900 = new global::System.Data.DataColumn("Y1992900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1992900);
- this.columnY2197500 = new global::System.Data.DataColumn("Y2197500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2197500);
- this.columnY2308300 = new global::System.Data.DataColumn("Y2308300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2308300);
- this.columnY2308800 = new global::System.Data.DataColumn("Y2308800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2308800);
- this.columnY2308801 = new global::System.Data.DataColumn("Y2308801", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2308801);
- this.columnY2311700 = new global::System.Data.DataColumn("Y2311700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2311700);
- this.columnY2531800 = new global::System.Data.DataColumn("Y2531800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2531800);
+ this.columnC0577600 = new global::System.Data.DataColumn("C0577600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0577600);
+ this.columnC0606300 = new global::System.Data.DataColumn("C0606300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0606300);
+ this.columnC0606400 = new global::System.Data.DataColumn("C0606400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0606400);
+ this.columnC0826400 = new global::System.Data.DataColumn("C0826400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0826400);
+ this.columnC0826500 = new global::System.Data.DataColumn("C0826500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0826500);
+ this.columnC1016700 = new global::System.Data.DataColumn("C1016700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1016700);
+ this.columnC1016800 = new global::System.Data.DataColumn("C1016800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1016800);
+ this.columnC1220200 = new global::System.Data.DataColumn("C1220200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1220200);
+ this.columnC1220300 = new global::System.Data.DataColumn("C1220300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1220300);
+ this.columnC1532700 = new global::System.Data.DataColumn("C1532700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1532700);
+ this.columnC1532800 = new global::System.Data.DataColumn("C1532800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1532800);
+ this.columnC1779300 = new global::System.Data.DataColumn("C1779300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1779300);
+ this.columnC1779400 = new global::System.Data.DataColumn("C1779400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1779400);
+ this.columnC2288500 = new global::System.Data.DataColumn("C2288500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC2288500);
+ this.columnC2288600 = new global::System.Data.DataColumn("C2288600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC2288600);
+ this.columnC2552300 = new global::System.Data.DataColumn("C2552300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC2552300);
+ this.columnC2820900 = new global::System.Data.DataColumn("C2820900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC2820900);
+ this.columnC3130400 = new global::System.Data.DataColumn("C3130400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3130400);
+ this.columnC3553400 = new global::System.Data.DataColumn("C3553400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3553400);
+ this.columnC3634500 = new global::System.Data.DataColumn("C3634500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3634500);
+ this.columnC3898000 = new global::System.Data.DataColumn("C3898000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3898000);
+ this.columnC4013000 = new global::System.Data.DataColumn("C4013000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC4013000);
+ this.columnC5147900 = new global::System.Data.DataColumn("C5147900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC5147900);
+ this.columnY0308300 = new global::System.Data.DataColumn("Y0308300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0308300);
+ this.columnY0308400 = new global::System.Data.DataColumn("Y0308400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0308400);
+ this.columnY0609600 = new global::System.Data.DataColumn("Y0609600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0609600);
+ this.columnY0609700 = new global::System.Data.DataColumn("Y0609700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0609700);
+ this.columnY0903900 = new global::System.Data.DataColumn("Y0903900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0903900);
+ this.columnY0904000 = new global::System.Data.DataColumn("Y0904000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0904000);
+ this.columnY1150800 = new global::System.Data.DataColumn("Y1150800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1150800);
+ this.columnY1150900 = new global::System.Data.DataColumn("Y1150900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1150900);
+ this.columnY1385800 = new global::System.Data.DataColumn("Y1385800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1385800);
+ this.columnY1385900 = new global::System.Data.DataColumn("Y1385900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1385900);
+ this.columnY1637500 = new global::System.Data.DataColumn("Y1637500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1637500);
+ this.columnY1637600 = new global::System.Data.DataColumn("Y1637600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1637600);
+ this.columnY1891100 = new global::System.Data.DataColumn("Y1891100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1891100);
+ this.columnY1891200 = new global::System.Data.DataColumn("Y1891200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1891200);
+ this.columnY2207000 = new global::System.Data.DataColumn("Y2207000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2207000);
+ this.columnY2207100 = new global::System.Data.DataColumn("Y2207100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2207100);
+ this.columnY2544700 = new global::System.Data.DataColumn("Y2544700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2544700);
+ this.columnY2544800 = new global::System.Data.DataColumn("Y2544800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2544800);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnC0000100}, true));
this.columnC0000100.AllowDBNull = false;
@@ -2865,28 +2484,28 @@ private void InitClass() {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2ImplicitFatherRow NewtblGen2ImplicitFatherRow() {
- return ((tblGen2ImplicitFatherRow)(this.NewRow()));
+ public tblGen2OutcomesHeightRow NewtblGen2OutcomesHeightRow() {
+ return ((tblGen2OutcomesHeightRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
- return new tblGen2ImplicitFatherRow(builder);
+ return new tblGen2OutcomesHeightRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
- return typeof(tblGen2ImplicitFatherRow);
+ return typeof(tblGen2OutcomesHeightRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
- if ((this.tblGen2ImplicitFatherRowChanged != null)) {
- this.tblGen2ImplicitFatherRowChanged(this, new tblGen2ImplicitFatherRowChangeEvent(((tblGen2ImplicitFatherRow)(e.Row)), e.Action));
+ if ((this.tblGen2OutcomesHeightRowChanged != null)) {
+ this.tblGen2OutcomesHeightRowChanged(this, new tblGen2OutcomesHeightRowChangeEvent(((tblGen2OutcomesHeightRow)(e.Row)), e.Action));
}
}
@@ -2894,8 +2513,8 @@ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
- if ((this.tblGen2ImplicitFatherRowChanging != null)) {
- this.tblGen2ImplicitFatherRowChanging(this, new tblGen2ImplicitFatherRowChangeEvent(((tblGen2ImplicitFatherRow)(e.Row)), e.Action));
+ if ((this.tblGen2OutcomesHeightRowChanging != null)) {
+ this.tblGen2OutcomesHeightRowChanging(this, new tblGen2OutcomesHeightRowChangeEvent(((tblGen2OutcomesHeightRow)(e.Row)), e.Action));
}
}
@@ -2903,8 +2522,8 @@ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
- if ((this.tblGen2ImplicitFatherRowDeleted != null)) {
- this.tblGen2ImplicitFatherRowDeleted(this, new tblGen2ImplicitFatherRowChangeEvent(((tblGen2ImplicitFatherRow)(e.Row)), e.Action));
+ if ((this.tblGen2OutcomesHeightRowDeleted != null)) {
+ this.tblGen2OutcomesHeightRowDeleted(this, new tblGen2OutcomesHeightRowChangeEvent(((tblGen2OutcomesHeightRow)(e.Row)), e.Action));
}
}
@@ -2912,14 +2531,14 @@ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
- if ((this.tblGen2ImplicitFatherRowDeleting != null)) {
- this.tblGen2ImplicitFatherRowDeleting(this, new tblGen2ImplicitFatherRowChangeEvent(((tblGen2ImplicitFatherRow)(e.Row)), e.Action));
+ if ((this.tblGen2OutcomesHeightRowDeleting != null)) {
+ this.tblGen2OutcomesHeightRowDeleting(this, new tblGen2OutcomesHeightRowChangeEvent(((tblGen2OutcomesHeightRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void RemovetblGen2ImplicitFatherRow(tblGen2ImplicitFatherRow row) {
+ public void RemovetblGen2OutcomesHeightRow(tblGen2OutcomesHeightRow row) {
this.Rows.Remove(row);
}
@@ -2946,7 +2565,7 @@ public void RemovetblGen2ImplicitFatherRow(tblGen2ImplicitFatherRow row) {
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
- attribute2.FixedValue = "tblGen2ImplicitFatherDataTable";
+ attribute2.FixedValue = "tblGen2OutcomesHeightDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
@@ -2992,54 +2611,202 @@ public void RemovetblGen2ImplicitFatherRow(tblGen2ImplicitFatherRow row) {
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
- public partial class tblGen1OutcomesDataTable : global::System.Data.TypedTableBase {
+ public partial class tblGen1ExplicitDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnR0000100;
- private global::System.Data.DataColumn columnR0214700;
+ private global::System.Data.DataColumn columnR0000149;
+
+ private global::System.Data.DataColumn columnR0000150;
+
+ private global::System.Data.DataColumn columnR0000151;
+
+ private global::System.Data.DataColumn columnR0000152;
+
+ private global::System.Data.DataColumn columnR0000153;
+
+ private global::System.Data.DataColumn columnR0000154;
+
+ private global::System.Data.DataColumn columnR0000155;
+
+ private global::System.Data.DataColumn columnR0000156;
+
+ private global::System.Data.DataColumn columnR0000157;
+
+ private global::System.Data.DataColumn columnR0000158;
+
+ private global::System.Data.DataColumn columnR0000159;
+
+ private global::System.Data.DataColumn columnR0000162;
+
+ private global::System.Data.DataColumn columnR0000163;
+
+ private global::System.Data.DataColumn columnR0000164;
+
+ private global::System.Data.DataColumn columnR0000165;
+
+ private global::System.Data.DataColumn columnR0000166;
+
+ private global::System.Data.DataColumn columnR0214700;
private global::System.Data.DataColumn columnR0214800;
- private global::System.Data.DataColumn columnR0481600;
+ private global::System.Data.DataColumn columnR4125101;
- private global::System.Data.DataColumn columnR0481700;
+ private global::System.Data.DataColumn columnR4125801;
- private global::System.Data.DataColumn columnR0618200;
+ private global::System.Data.DataColumn columnR4126501;
- private global::System.Data.DataColumn columnR0618300;
+ private global::System.Data.DataColumn columnR4127201;
- private global::System.Data.DataColumn columnR0618301;
+ private global::System.Data.DataColumn columnR4127901;
- private global::System.Data.DataColumn columnR0779800;
+ private global::System.Data.DataColumn columnR4128601;
- private global::System.Data.DataColumn columnR0779900;
+ private global::System.Data.DataColumn columnR4129301;
- private global::System.Data.DataColumn columnR1773900;
+ private global::System.Data.DataColumn columnR4130001;
- private global::System.Data.DataColumn columnR1774000;
+ private global::System.Data.DataColumn columnR4130701;
- private global::System.Data.DataColumn columnT0897300;
+ private global::System.Data.DataColumn columnR4131401;
- private global::System.Data.DataColumn columnT0897400;
+ private global::System.Data.DataColumn columnR4132101;
- private global::System.Data.DataColumn columnT0897500;
+ private global::System.Data.DataColumn columnR4132801;
- private global::System.Data.DataColumn columnT2053800;
+ private global::System.Data.DataColumn columnR4133701;
- private global::System.Data.DataColumn columnT2053900;
+ private global::System.Data.DataColumn columnR4521500;
- private global::System.Data.DataColumn columnT2054000;
+ private global::System.Data.DataColumn columnR4521700;
- private global::System.Data.DataColumn columnT3024700;
+ private global::System.Data.DataColumn columnR4521800;
- private global::System.Data.DataColumn columnT3024800;
+ private global::System.Data.DataColumn columnR4521900;
- private global::System.Data.DataColumn columnT3024900;
+ private global::System.Data.DataColumn columnR4522000;
+
+ private global::System.Data.DataColumn columnR4522100;
+
+ private global::System.Data.DataColumn columnR4522200;
+
+ private global::System.Data.DataColumn columnR4522300;
+
+ private global::System.Data.DataColumn columnR4522400;
+
+ private global::System.Data.DataColumn columnR4522500;
+
+ private global::System.Data.DataColumn columnR4522600;
+
+ private global::System.Data.DataColumn columnR4522700;
+
+ private global::System.Data.DataColumn columnR4522800;
+
+ private global::System.Data.DataColumn columnT0002000;
+
+ private global::System.Data.DataColumn columnT0002100;
+
+ private global::System.Data.DataColumn columnT0002200;
+
+ private global::System.Data.DataColumn columnT0002300;
+
+ private global::System.Data.DataColumn columnT0002400;
+
+ private global::System.Data.DataColumn columnT0002500;
+
+ private global::System.Data.DataColumn columnT0002600;
+
+ private global::System.Data.DataColumn columnT0002700;
+
+ private global::System.Data.DataColumn columnT0002800;
+
+ private global::System.Data.DataColumn columnT0002900;
+
+ private global::System.Data.DataColumn columnT0003000;
+
+ private global::System.Data.DataColumn columnT0003100;
+
+ private global::System.Data.DataColumn columnT0003200;
+
+ private global::System.Data.DataColumn columnT0003300;
+
+ private global::System.Data.DataColumn columnT0003400;
+
+ private global::System.Data.DataColumn columnT0003500;
+
+ private global::System.Data.DataColumn columnT0003600;
+
+ private global::System.Data.DataColumn columnT0003700;
+
+ private global::System.Data.DataColumn columnT0003800;
+
+ private global::System.Data.DataColumn columnT0003900;
+
+ private global::System.Data.DataColumn columnT0004000;
+
+ private global::System.Data.DataColumn columnT0004100;
+
+ private global::System.Data.DataColumn columnT0004200;
+
+ private global::System.Data.DataColumn columnT0004300;
+
+ private global::System.Data.DataColumn columnT0004400;
+
+ private global::System.Data.DataColumn columnT0004500;
+
+ private global::System.Data.DataColumn columnT2261500;
+
+ private global::System.Data.DataColumn columnT2261600;
+
+ private global::System.Data.DataColumn columnT2261700;
+
+ private global::System.Data.DataColumn columnT2261800;
+
+ private global::System.Data.DataColumn columnT2261900;
+
+ private global::System.Data.DataColumn columnT2262000;
+
+ private global::System.Data.DataColumn columnT2262100;
+
+ private global::System.Data.DataColumn columnT2262200;
+
+ private global::System.Data.DataColumn columnT2262300;
+
+ private global::System.Data.DataColumn columnT2262400;
+
+ private global::System.Data.DataColumn columnT2262500;
+
+ private global::System.Data.DataColumn columnT2262600;
+
+ private global::System.Data.DataColumn columnT2262700;
+
+ private global::System.Data.DataColumn columnT2262800;
+
+ private global::System.Data.DataColumn columnT2262900;
+
+ private global::System.Data.DataColumn columnT2263000;
+
+ private global::System.Data.DataColumn columnT2263100;
+
+ private global::System.Data.DataColumn columnT2263200;
+
+ private global::System.Data.DataColumn columnT2263300;
+
+ private global::System.Data.DataColumn columnT2263400;
+
+ private global::System.Data.DataColumn columnT2263500;
+
+ private global::System.Data.DataColumn columnT2263600;
+
+ private global::System.Data.DataColumn columnT2263700;
+
+ private global::System.Data.DataColumn columnT2263800;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1OutcomesDataTable() {
- this.TableName = "tblGen1Outcomes";
+ public tblGen1ExplicitDataTable() {
+ this.TableName = "tblGen1Explicit";
this.BeginInit();
this.InitClass();
this.EndInit();
@@ -3047,7 +2814,7 @@ public tblGen1OutcomesDataTable() {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblGen1OutcomesDataTable(global::System.Data.DataTable table) {
+ internal tblGen1ExplicitDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
@@ -3064,7 +2831,7 @@ internal tblGen1OutcomesDataTable(global::System.Data.DataTable table) {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected tblGen1OutcomesDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ protected tblGen1ExplicitDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
@@ -3079,970 +2846,753 @@ protected tblGen1OutcomesDataTable(global::System.Runtime.Serialization.Serializ
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0214700Column {
+ public global::System.Data.DataColumn R0000149Column {
get {
- return this.columnR0214700;
+ return this.columnR0000149;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0214800Column {
+ public global::System.Data.DataColumn R0000150Column {
get {
- return this.columnR0214800;
+ return this.columnR0000150;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0481600Column {
+ public global::System.Data.DataColumn R0000151Column {
get {
- return this.columnR0481600;
+ return this.columnR0000151;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0481700Column {
+ public global::System.Data.DataColumn R0000152Column {
get {
- return this.columnR0481700;
+ return this.columnR0000152;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0618200Column {
+ public global::System.Data.DataColumn R0000153Column {
get {
- return this.columnR0618200;
+ return this.columnR0000153;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0618300Column {
+ public global::System.Data.DataColumn R0000154Column {
get {
- return this.columnR0618300;
+ return this.columnR0000154;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0618301Column {
+ public global::System.Data.DataColumn R0000155Column {
get {
- return this.columnR0618301;
+ return this.columnR0000155;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0779800Column {
+ public global::System.Data.DataColumn R0000156Column {
get {
- return this.columnR0779800;
+ return this.columnR0000156;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0779900Column {
+ public global::System.Data.DataColumn R0000157Column {
get {
- return this.columnR0779900;
+ return this.columnR0000157;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1773900Column {
+ public global::System.Data.DataColumn R0000158Column {
get {
- return this.columnR1773900;
+ return this.columnR0000158;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1774000Column {
+ public global::System.Data.DataColumn R0000159Column {
get {
- return this.columnR1774000;
+ return this.columnR0000159;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0897300Column {
+ public global::System.Data.DataColumn R0000162Column {
get {
- return this.columnT0897300;
+ return this.columnR0000162;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0897400Column {
+ public global::System.Data.DataColumn R0000163Column {
get {
- return this.columnT0897400;
+ return this.columnR0000163;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0897500Column {
+ public global::System.Data.DataColumn R0000164Column {
get {
- return this.columnT0897500;
+ return this.columnR0000164;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2053800Column {
+ public global::System.Data.DataColumn R0000165Column {
get {
- return this.columnT2053800;
+ return this.columnR0000165;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2053900Column {
+ public global::System.Data.DataColumn R0000166Column {
get {
- return this.columnT2053900;
+ return this.columnR0000166;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2054000Column {
+ public global::System.Data.DataColumn R0214700Column {
get {
- return this.columnT2054000;
+ return this.columnR0214700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T3024700Column {
+ public global::System.Data.DataColumn R0214800Column {
get {
- return this.columnT3024700;
+ return this.columnR0214800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T3024800Column {
+ public global::System.Data.DataColumn R4125101Column {
get {
- return this.columnT3024800;
+ return this.columnR4125101;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T3024900Column {
+ public global::System.Data.DataColumn R4125801Column {
get {
- return this.columnT3024900;
+ return this.columnR4125801;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- [global::System.ComponentModel.Browsable(false)]
- public int Count {
+ public global::System.Data.DataColumn R4126501Column {
get {
- return this.Rows.Count;
+ return this.columnR4126501;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1OutcomesRow this[int index] {
+ public global::System.Data.DataColumn R4127201Column {
get {
- return ((tblGen1OutcomesRow)(this.Rows[index]));
+ return this.columnR4127201;
}
}
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen1OutcomesRowChangeEventHandler tblGen1OutcomesRowChanging;
+ public global::System.Data.DataColumn R4127901Column {
+ get {
+ return this.columnR4127901;
+ }
+ }
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen1OutcomesRowChangeEventHandler tblGen1OutcomesRowChanged;
+ public global::System.Data.DataColumn R4128601Column {
+ get {
+ return this.columnR4128601;
+ }
+ }
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen1OutcomesRowChangeEventHandler tblGen1OutcomesRowDeleting;
+ public global::System.Data.DataColumn R4129301Column {
+ get {
+ return this.columnR4129301;
+ }
+ }
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen1OutcomesRowChangeEventHandler tblGen1OutcomesRowDeleted;
+ public global::System.Data.DataColumn R4130001Column {
+ get {
+ return this.columnR4130001;
+ }
+ }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void AddtblGen1OutcomesRow(tblGen1OutcomesRow row) {
- this.Rows.Add(row);
+ public global::System.Data.DataColumn R4130701Column {
+ get {
+ return this.columnR4130701;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1OutcomesRow AddtblGen1OutcomesRow(
- int R0000100,
- int R0214700,
- int R0214800,
- int R0481600,
- int R0481700,
- int R0618200,
- int R0618300,
- int R0618301,
- int R0779800,
- int R0779900,
- int R1773900,
- int R1774000,
- int T0897300,
- int T0897400,
- int T0897500,
- int T2053800,
- int T2053900,
- int T2054000,
- int T3024700,
- int T3024800,
- int T3024900) {
- tblGen1OutcomesRow rowtblGen1OutcomesRow = ((tblGen1OutcomesRow)(this.NewRow()));
- object[] columnValuesArray = new object[] {
- R0000100,
- R0214700,
- R0214800,
- R0481600,
- R0481700,
- R0618200,
- R0618300,
- R0618301,
- R0779800,
- R0779900,
- R1773900,
- R1774000,
- T0897300,
- T0897400,
- T0897500,
- T2053800,
- T2053900,
- T2054000,
- T3024700,
- T3024800,
- T3024900};
- rowtblGen1OutcomesRow.ItemArray = columnValuesArray;
- this.Rows.Add(rowtblGen1OutcomesRow);
- return rowtblGen1OutcomesRow;
+ public global::System.Data.DataColumn R4131401Column {
+ get {
+ return this.columnR4131401;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1OutcomesRow FindByR0000100(int R0000100) {
- return ((tblGen1OutcomesRow)(this.Rows.Find(new object[] {
- R0000100})));
+ public global::System.Data.DataColumn R4132101Column {
+ get {
+ return this.columnR4132101;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public override global::System.Data.DataTable Clone() {
- tblGen1OutcomesDataTable cln = ((tblGen1OutcomesDataTable)(base.Clone()));
- cln.InitVars();
- return cln;
+ public global::System.Data.DataColumn R4132801Column {
+ get {
+ return this.columnR4132801;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override global::System.Data.DataTable CreateInstance() {
- return new tblGen1OutcomesDataTable();
+ public global::System.Data.DataColumn R4133701Column {
+ get {
+ return this.columnR4133701;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal void InitVars() {
- this.columnR0000100 = base.Columns["R0000100"];
- this.columnR0214700 = base.Columns["R0214700"];
- this.columnR0214800 = base.Columns["R0214800"];
- this.columnR0481600 = base.Columns["R0481600"];
- this.columnR0481700 = base.Columns["R0481700"];
- this.columnR0618200 = base.Columns["R0618200"];
- this.columnR0618300 = base.Columns["R0618300"];
- this.columnR0618301 = base.Columns["R0618301"];
- this.columnR0779800 = base.Columns["R0779800"];
- this.columnR0779900 = base.Columns["R0779900"];
- this.columnR1773900 = base.Columns["R1773900"];
- this.columnR1774000 = base.Columns["R1774000"];
- this.columnT0897300 = base.Columns["T0897300"];
- this.columnT0897400 = base.Columns["T0897400"];
- this.columnT0897500 = base.Columns["T0897500"];
- this.columnT2053800 = base.Columns["T2053800"];
- this.columnT2053900 = base.Columns["T2053900"];
- this.columnT2054000 = base.Columns["T2054000"];
- this.columnT3024700 = base.Columns["T3024700"];
- this.columnT3024800 = base.Columns["T3024800"];
- this.columnT3024900 = base.Columns["T3024900"];
+ public global::System.Data.DataColumn R4521500Column {
+ get {
+ return this.columnR4521500;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- private void InitClass() {
- this.columnR0000100 = new global::System.Data.DataColumn("R0000100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0000100);
- this.columnR0214700 = new global::System.Data.DataColumn("R0214700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0214700);
- this.columnR0214800 = new global::System.Data.DataColumn("R0214800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0214800);
- this.columnR0481600 = new global::System.Data.DataColumn("R0481600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0481600);
- this.columnR0481700 = new global::System.Data.DataColumn("R0481700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0481700);
- this.columnR0618200 = new global::System.Data.DataColumn("R0618200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0618200);
- this.columnR0618300 = new global::System.Data.DataColumn("R0618300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0618300);
- this.columnR0618301 = new global::System.Data.DataColumn("R0618301", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0618301);
- this.columnR0779800 = new global::System.Data.DataColumn("R0779800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0779800);
- this.columnR0779900 = new global::System.Data.DataColumn("R0779900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0779900);
- this.columnR1773900 = new global::System.Data.DataColumn("R1773900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1773900);
- this.columnR1774000 = new global::System.Data.DataColumn("R1774000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1774000);
- this.columnT0897300 = new global::System.Data.DataColumn("T0897300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0897300);
- this.columnT0897400 = new global::System.Data.DataColumn("T0897400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0897400);
- this.columnT0897500 = new global::System.Data.DataColumn("T0897500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0897500);
- this.columnT2053800 = new global::System.Data.DataColumn("T2053800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2053800);
- this.columnT2053900 = new global::System.Data.DataColumn("T2053900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2053900);
- this.columnT2054000 = new global::System.Data.DataColumn("T2054000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2054000);
- this.columnT3024700 = new global::System.Data.DataColumn("T3024700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT3024700);
- this.columnT3024800 = new global::System.Data.DataColumn("T3024800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT3024800);
- this.columnT3024900 = new global::System.Data.DataColumn("T3024900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT3024900);
- this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
- this.columnR0000100}, true));
- this.columnR0000100.AllowDBNull = false;
- this.columnR0000100.Unique = true;
+ public global::System.Data.DataColumn R4521700Column {
+ get {
+ return this.columnR4521700;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1OutcomesRow NewtblGen1OutcomesRow() {
- return ((tblGen1OutcomesRow)(this.NewRow()));
+ public global::System.Data.DataColumn R4521800Column {
+ get {
+ return this.columnR4521800;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
- return new tblGen1OutcomesRow(builder);
+ public global::System.Data.DataColumn R4521900Column {
+ get {
+ return this.columnR4521900;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override global::System.Type GetRowType() {
- return typeof(tblGen1OutcomesRow);
+ public global::System.Data.DataColumn R4522000Column {
+ get {
+ return this.columnR4522000;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
- base.OnRowChanged(e);
- if ((this.tblGen1OutcomesRowChanged != null)) {
- this.tblGen1OutcomesRowChanged(this, new tblGen1OutcomesRowChangeEvent(((tblGen1OutcomesRow)(e.Row)), e.Action));
+ public global::System.Data.DataColumn R4522100Column {
+ get {
+ return this.columnR4522100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
- base.OnRowChanging(e);
- if ((this.tblGen1OutcomesRowChanging != null)) {
- this.tblGen1OutcomesRowChanging(this, new tblGen1OutcomesRowChangeEvent(((tblGen1OutcomesRow)(e.Row)), e.Action));
+ public global::System.Data.DataColumn R4522200Column {
+ get {
+ return this.columnR4522200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
- base.OnRowDeleted(e);
- if ((this.tblGen1OutcomesRowDeleted != null)) {
- this.tblGen1OutcomesRowDeleted(this, new tblGen1OutcomesRowChangeEvent(((tblGen1OutcomesRow)(e.Row)), e.Action));
+ public global::System.Data.DataColumn R4522300Column {
+ get {
+ return this.columnR4522300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
- base.OnRowDeleting(e);
- if ((this.tblGen1OutcomesRowDeleting != null)) {
- this.tblGen1OutcomesRowDeleting(this, new tblGen1OutcomesRowChangeEvent(((tblGen1OutcomesRow)(e.Row)), e.Action));
+ public global::System.Data.DataColumn R4522400Column {
+ get {
+ return this.columnR4522400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void RemovetblGen1OutcomesRow(tblGen1OutcomesRow row) {
- this.Rows.Remove(row);
+ public global::System.Data.DataColumn R4522500Column {
+ get {
+ return this.columnR4522500;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
- global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
- global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
- ImportDataSet ds = new ImportDataSet();
- global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
- any1.Namespace = "http://www.w3.org/2001/XMLSchema";
- any1.MinOccurs = new decimal(0);
- any1.MaxOccurs = decimal.MaxValue;
- any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
- sequence.Items.Add(any1);
- global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
- any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
- any2.MinOccurs = new decimal(1);
- any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
- sequence.Items.Add(any2);
- global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
- attribute1.Name = "namespace";
- attribute1.FixedValue = ds.Namespace;
- type.Attributes.Add(attribute1);
- global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
- attribute2.Name = "tableTypeName";
- attribute2.FixedValue = "tblGen1OutcomesDataTable";
- type.Attributes.Add(attribute2);
- type.Particle = sequence;
- global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
- if (xs.Contains(dsSchema.TargetNamespace)) {
- global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
- global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
- try {
- global::System.Xml.Schema.XmlSchema schema = null;
- dsSchema.Write(s1);
- for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
- schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
- s2.SetLength(0);
- schema.Write(s2);
- if ((s1.Length == s2.Length)) {
- s1.Position = 0;
- s2.Position = 0;
- for (; ((s1.Position != s1.Length)
- && (s1.ReadByte() == s2.ReadByte())); ) {
- ;
- }
- if ((s1.Position == s1.Length)) {
- return type;
- }
- }
- }
- }
- finally {
- if ((s1 != null)) {
- s1.Close();
- }
- if ((s2 != null)) {
- s2.Close();
- }
- }
+ public global::System.Data.DataColumn R4522600Column {
+ get {
+ return this.columnR4522600;
}
- xs.Add(dsSchema);
- return type;
}
- }
-
- ///
- ///Represents the strongly named DataTable class.
- ///
- [global::System.Serializable()]
- [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
- public partial class tblGen2OutcomesHeightDataTable : global::System.Data.TypedTableBase {
-
- private global::System.Data.DataColumn columnC0000100;
-
- private global::System.Data.DataColumn columnC0000200;
-
- private global::System.Data.DataColumn columnC0005300;
-
- private global::System.Data.DataColumn columnC0005400;
-
- private global::System.Data.DataColumn columnC0005700;
-
- private global::System.Data.DataColumn columnC0577600;
-
- private global::System.Data.DataColumn columnC0606300;
-
- private global::System.Data.DataColumn columnC0606400;
-
- private global::System.Data.DataColumn columnC0826400;
-
- private global::System.Data.DataColumn columnC0826500;
-
- private global::System.Data.DataColumn columnC1016700;
-
- private global::System.Data.DataColumn columnC1016800;
-
- private global::System.Data.DataColumn columnC1220200;
-
- private global::System.Data.DataColumn columnC1220300;
-
- private global::System.Data.DataColumn columnC1532700;
-
- private global::System.Data.DataColumn columnC1532800;
-
- private global::System.Data.DataColumn columnC1779300;
-
- private global::System.Data.DataColumn columnC1779400;
-
- private global::System.Data.DataColumn columnC2288500;
-
- private global::System.Data.DataColumn columnC2288600;
-
- private global::System.Data.DataColumn columnC2552300;
-
- private global::System.Data.DataColumn columnC2820900;
-
- private global::System.Data.DataColumn columnC3130400;
-
- private global::System.Data.DataColumn columnC3553400;
-
- private global::System.Data.DataColumn columnC3634500;
-
- private global::System.Data.DataColumn columnC3898000;
-
- private global::System.Data.DataColumn columnC4013000;
-
- private global::System.Data.DataColumn columnC5147900;
-
- private global::System.Data.DataColumn columnY0308300;
-
- private global::System.Data.DataColumn columnY0308400;
-
- private global::System.Data.DataColumn columnY0609600;
-
- private global::System.Data.DataColumn columnY0609700;
-
- private global::System.Data.DataColumn columnY0903900;
-
- private global::System.Data.DataColumn columnY0904000;
-
- private global::System.Data.DataColumn columnY1150800;
-
- private global::System.Data.DataColumn columnY1150900;
-
- private global::System.Data.DataColumn columnY1385800;
-
- private global::System.Data.DataColumn columnY1385900;
-
- private global::System.Data.DataColumn columnY1637500;
-
- private global::System.Data.DataColumn columnY1637600;
-
- private global::System.Data.DataColumn columnY1891100;
-
- private global::System.Data.DataColumn columnY1891200;
-
- private global::System.Data.DataColumn columnY2207000;
-
- private global::System.Data.DataColumn columnY2207100;
-
- private global::System.Data.DataColumn columnY2544700;
- private global::System.Data.DataColumn columnY2544800;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn R4522700Column {
+ get {
+ return this.columnR4522700;
+ }
+ }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2OutcomesHeightDataTable() {
- this.TableName = "tblGen2OutcomesHeight";
- this.BeginInit();
- this.InitClass();
- this.EndInit();
+ public global::System.Data.DataColumn R4522800Column {
+ get {
+ return this.columnR4522800;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblGen2OutcomesHeightDataTable(global::System.Data.DataTable table) {
- this.TableName = table.TableName;
- if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
- this.CaseSensitive = table.CaseSensitive;
+ public global::System.Data.DataColumn T0002000Column {
+ get {
+ return this.columnT0002000;
}
- if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
- this.Locale = table.Locale;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T0002100Column {
+ get {
+ return this.columnT0002100;
}
- if ((table.Namespace != table.DataSet.Namespace)) {
- this.Namespace = table.Namespace;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T0002200Column {
+ get {
+ return this.columnT0002200;
}
- this.Prefix = table.Prefix;
- this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected tblGen2OutcomesHeightDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
- base(info, context) {
- this.InitVars();
+ public global::System.Data.DataColumn T0002300Column {
+ get {
+ return this.columnT0002300;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0000100Column {
+ public global::System.Data.DataColumn T0002400Column {
get {
- return this.columnC0000100;
+ return this.columnT0002400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0000200Column {
+ public global::System.Data.DataColumn T0002500Column {
get {
- return this.columnC0000200;
+ return this.columnT0002500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0005300Column {
+ public global::System.Data.DataColumn T0002600Column {
get {
- return this.columnC0005300;
+ return this.columnT0002600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0005400Column {
+ public global::System.Data.DataColumn T0002700Column {
get {
- return this.columnC0005400;
+ return this.columnT0002700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0005700Column {
+ public global::System.Data.DataColumn T0002800Column {
get {
- return this.columnC0005700;
+ return this.columnT0002800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0577600Column {
+ public global::System.Data.DataColumn T0002900Column {
get {
- return this.columnC0577600;
+ return this.columnT0002900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0606300Column {
+ public global::System.Data.DataColumn T0003000Column {
get {
- return this.columnC0606300;
+ return this.columnT0003000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0606400Column {
+ public global::System.Data.DataColumn T0003100Column {
get {
- return this.columnC0606400;
+ return this.columnT0003100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0826400Column {
+ public global::System.Data.DataColumn T0003200Column {
get {
- return this.columnC0826400;
+ return this.columnT0003200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0826500Column {
+ public global::System.Data.DataColumn T0003300Column {
get {
- return this.columnC0826500;
+ return this.columnT0003300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1016700Column {
+ public global::System.Data.DataColumn T0003400Column {
get {
- return this.columnC1016700;
+ return this.columnT0003400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1016800Column {
+ public global::System.Data.DataColumn T0003500Column {
get {
- return this.columnC1016800;
+ return this.columnT0003500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1220200Column {
+ public global::System.Data.DataColumn T0003600Column {
get {
- return this.columnC1220200;
+ return this.columnT0003600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1220300Column {
+ public global::System.Data.DataColumn T0003700Column {
get {
- return this.columnC1220300;
+ return this.columnT0003700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1532700Column {
+ public global::System.Data.DataColumn T0003800Column {
get {
- return this.columnC1532700;
+ return this.columnT0003800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1532800Column {
+ public global::System.Data.DataColumn T0003900Column {
get {
- return this.columnC1532800;
+ return this.columnT0003900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1779300Column {
+ public global::System.Data.DataColumn T0004000Column {
get {
- return this.columnC1779300;
+ return this.columnT0004000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1779400Column {
+ public global::System.Data.DataColumn T0004100Column {
get {
- return this.columnC1779400;
+ return this.columnT0004100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C2288500Column {
+ public global::System.Data.DataColumn T0004200Column {
get {
- return this.columnC2288500;
+ return this.columnT0004200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C2288600Column {
+ public global::System.Data.DataColumn T0004300Column {
get {
- return this.columnC2288600;
+ return this.columnT0004300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C2552300Column {
+ public global::System.Data.DataColumn T0004400Column {
get {
- return this.columnC2552300;
+ return this.columnT0004400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C2820900Column {
+ public global::System.Data.DataColumn T0004500Column {
get {
- return this.columnC2820900;
+ return this.columnT0004500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3130400Column {
+ public global::System.Data.DataColumn T2261500Column {
get {
- return this.columnC3130400;
+ return this.columnT2261500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3553400Column {
+ public global::System.Data.DataColumn T2261600Column {
get {
- return this.columnC3553400;
+ return this.columnT2261600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3634500Column {
+ public global::System.Data.DataColumn T2261700Column {
get {
- return this.columnC3634500;
+ return this.columnT2261700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3898000Column {
+ public global::System.Data.DataColumn T2261800Column {
get {
- return this.columnC3898000;
+ return this.columnT2261800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C4013000Column {
+ public global::System.Data.DataColumn T2261900Column {
get {
- return this.columnC4013000;
+ return this.columnT2261900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C5147900Column {
+ public global::System.Data.DataColumn T2262000Column {
get {
- return this.columnC5147900;
+ return this.columnT2262000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0308300Column {
+ public global::System.Data.DataColumn T2262100Column {
get {
- return this.columnY0308300;
+ return this.columnT2262100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0308400Column {
+ public global::System.Data.DataColumn T2262200Column {
get {
- return this.columnY0308400;
+ return this.columnT2262200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0609600Column {
+ public global::System.Data.DataColumn T2262300Column {
get {
- return this.columnY0609600;
+ return this.columnT2262300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0609700Column {
+ public global::System.Data.DataColumn T2262400Column {
get {
- return this.columnY0609700;
+ return this.columnT2262400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0903900Column {
+ public global::System.Data.DataColumn T2262500Column {
get {
- return this.columnY0903900;
+ return this.columnT2262500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0904000Column {
+ public global::System.Data.DataColumn T2262600Column {
get {
- return this.columnY0904000;
+ return this.columnT2262600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1150800Column {
+ public global::System.Data.DataColumn T2262700Column {
get {
- return this.columnY1150800;
+ return this.columnT2262700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1150900Column {
+ public global::System.Data.DataColumn T2262800Column {
get {
- return this.columnY1150900;
+ return this.columnT2262800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1385800Column {
+ public global::System.Data.DataColumn T2262900Column {
get {
- return this.columnY1385800;
+ return this.columnT2262900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1385900Column {
+ public global::System.Data.DataColumn T2263000Column {
get {
- return this.columnY1385900;
+ return this.columnT2263000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1637500Column {
+ public global::System.Data.DataColumn T2263100Column {
get {
- return this.columnY1637500;
+ return this.columnT2263100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1637600Column {
+ public global::System.Data.DataColumn T2263200Column {
get {
- return this.columnY1637600;
+ return this.columnT2263200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1891100Column {
+ public global::System.Data.DataColumn T2263300Column {
get {
- return this.columnY1891100;
+ return this.columnT2263300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1891200Column {
+ public global::System.Data.DataColumn T2263400Column {
get {
- return this.columnY1891200;
+ return this.columnT2263400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2207000Column {
+ public global::System.Data.DataColumn T2263500Column {
get {
- return this.columnY2207000;
+ return this.columnT2263500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2207100Column {
+ public global::System.Data.DataColumn T2263600Column {
get {
- return this.columnY2207100;
+ return this.columnT2263600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2544700Column {
+ public global::System.Data.DataColumn T2263700Column {
get {
- return this.columnY2544700;
+ return this.columnT2263700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2544800Column {
+ public global::System.Data.DataColumn T2263800Column {
get {
- return this.columnY2544800;
+ return this.columnT2263800;
}
}
@@ -4057,143 +3607,241 @@ public int Count {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2OutcomesHeightRow this[int index] {
+ public tblGen1ExplicitRow this[int index] {
get {
- return ((tblGen2OutcomesHeightRow)(this.Rows[index]));
+ return ((tblGen1ExplicitRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen2OutcomesHeightRowChangeEventHandler tblGen2OutcomesHeightRowChanging;
+ public event tblGen1ExplicitRowChangeEventHandler tblGen1ExplicitRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen2OutcomesHeightRowChangeEventHandler tblGen2OutcomesHeightRowChanged;
+ public event tblGen1ExplicitRowChangeEventHandler tblGen1ExplicitRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen2OutcomesHeightRowChangeEventHandler tblGen2OutcomesHeightRowDeleting;
+ public event tblGen1ExplicitRowChangeEventHandler tblGen1ExplicitRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen2OutcomesHeightRowChangeEventHandler tblGen2OutcomesHeightRowDeleted;
+ public event tblGen1ExplicitRowChangeEventHandler tblGen1ExplicitRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void AddtblGen2OutcomesHeightRow(tblGen2OutcomesHeightRow row) {
+ public void AddtblGen1ExplicitRow(tblGen1ExplicitRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2OutcomesHeightRow AddtblGen2OutcomesHeightRow(
- int C0000100,
- int C0000200,
- int C0005300,
- int C0005400,
- int C0005700,
- int C0577600,
- int C0606300,
- int C0606400,
- int C0826400,
- int C0826500,
- int C1016700,
- int C1016800,
- int C1220200,
- int C1220300,
- int C1532700,
- int C1532800,
- int C1779300,
- int C1779400,
- int C2288500,
- int C2288600,
- int C2552300,
- int C2820900,
- int C3130400,
- int C3553400,
- int C3634500,
- int C3898000,
- int C4013000,
- int C5147900,
- int Y0308300,
- int Y0308400,
- int Y0609600,
- int Y0609700,
- int Y0903900,
- int Y0904000,
- int Y1150800,
- int Y1150900,
- int Y1385800,
- int Y1385900,
- int Y1637500,
- int Y1637600,
- int Y1891100,
- int Y1891200,
- int Y2207000,
- int Y2207100,
- int Y2544700,
- int Y2544800) {
- tblGen2OutcomesHeightRow rowtblGen2OutcomesHeightRow = ((tblGen2OutcomesHeightRow)(this.NewRow()));
- object[] columnValuesArray = new object[] {
- C0000100,
- C0000200,
- C0005300,
- C0005400,
- C0005700,
- C0577600,
- C0606300,
- C0606400,
- C0826400,
- C0826500,
- C1016700,
- C1016800,
- C1220200,
- C1220300,
- C1532700,
- C1532800,
- C1779300,
- C1779400,
- C2288500,
- C2288600,
- C2552300,
- C2820900,
- C3130400,
- C3553400,
- C3634500,
- C3898000,
- C4013000,
- C5147900,
- Y0308300,
- Y0308400,
- Y0609600,
- Y0609700,
- Y0903900,
- Y0904000,
- Y1150800,
- Y1150900,
- Y1385800,
- Y1385900,
- Y1637500,
- Y1637600,
- Y1891100,
- Y1891200,
- Y2207000,
- Y2207100,
- Y2544700,
- Y2544800};
- rowtblGen2OutcomesHeightRow.ItemArray = columnValuesArray;
- this.Rows.Add(rowtblGen2OutcomesHeightRow);
- return rowtblGen2OutcomesHeightRow;
+ public tblGen1ExplicitRow AddtblGen1ExplicitRow(
+ int R0000100,
+ int R0000149,
+ int R0000150,
+ int R0000151,
+ int R0000152,
+ int R0000153,
+ int R0000154,
+ int R0000155,
+ int R0000156,
+ int R0000157,
+ int R0000158,
+ int R0000159,
+ int R0000162,
+ int R0000163,
+ int R0000164,
+ int R0000165,
+ int R0000166,
+ int R0214700,
+ int R0214800,
+ int R4125101,
+ int R4125801,
+ int R4126501,
+ int R4127201,
+ int R4127901,
+ int R4128601,
+ int R4129301,
+ int R4130001,
+ int R4130701,
+ int R4131401,
+ int R4132101,
+ int R4132801,
+ int R4133701,
+ int R4521500,
+ int R4521700,
+ int R4521800,
+ int R4521900,
+ int R4522000,
+ int R4522100,
+ int R4522200,
+ int R4522300,
+ int R4522400,
+ int R4522500,
+ int R4522600,
+ int R4522700,
+ int R4522800,
+ int T0002000,
+ int T0002100,
+ int T0002200,
+ int T0002300,
+ int T0002400,
+ int T0002500,
+ int T0002600,
+ int T0002700,
+ int T0002800,
+ int T0002900,
+ int T0003000,
+ int T0003100,
+ int T0003200,
+ int T0003300,
+ int T0003400,
+ int T0003500,
+ int T0003600,
+ int T0003700,
+ int T0003800,
+ int T0003900,
+ int T0004000,
+ int T0004100,
+ int T0004200,
+ int T0004300,
+ int T0004400,
+ int T0004500,
+ int T2261500,
+ int T2261600,
+ int T2261700,
+ int T2261800,
+ int T2261900,
+ int T2262000,
+ int T2262100,
+ int T2262200,
+ int T2262300,
+ int T2262400,
+ int T2262500,
+ int T2262600,
+ int T2262700,
+ int T2262800,
+ int T2262900,
+ int T2263000,
+ int T2263100,
+ int T2263200,
+ int T2263300,
+ int T2263400,
+ int T2263500,
+ int T2263600,
+ int T2263700,
+ int T2263800) {
+ tblGen1ExplicitRow rowtblGen1ExplicitRow = ((tblGen1ExplicitRow)(this.NewRow()));
+ object[] columnValuesArray = new object[] {
+ R0000100,
+ R0000149,
+ R0000150,
+ R0000151,
+ R0000152,
+ R0000153,
+ R0000154,
+ R0000155,
+ R0000156,
+ R0000157,
+ R0000158,
+ R0000159,
+ R0000162,
+ R0000163,
+ R0000164,
+ R0000165,
+ R0000166,
+ R0214700,
+ R0214800,
+ R4125101,
+ R4125801,
+ R4126501,
+ R4127201,
+ R4127901,
+ R4128601,
+ R4129301,
+ R4130001,
+ R4130701,
+ R4131401,
+ R4132101,
+ R4132801,
+ R4133701,
+ R4521500,
+ R4521700,
+ R4521800,
+ R4521900,
+ R4522000,
+ R4522100,
+ R4522200,
+ R4522300,
+ R4522400,
+ R4522500,
+ R4522600,
+ R4522700,
+ R4522800,
+ T0002000,
+ T0002100,
+ T0002200,
+ T0002300,
+ T0002400,
+ T0002500,
+ T0002600,
+ T0002700,
+ T0002800,
+ T0002900,
+ T0003000,
+ T0003100,
+ T0003200,
+ T0003300,
+ T0003400,
+ T0003500,
+ T0003600,
+ T0003700,
+ T0003800,
+ T0003900,
+ T0004000,
+ T0004100,
+ T0004200,
+ T0004300,
+ T0004400,
+ T0004500,
+ T2261500,
+ T2261600,
+ T2261700,
+ T2261800,
+ T2261900,
+ T2262000,
+ T2262100,
+ T2262200,
+ T2262300,
+ T2262400,
+ T2262500,
+ T2262600,
+ T2262700,
+ T2262800,
+ T2262900,
+ T2263000,
+ T2263100,
+ T2263200,
+ T2263300,
+ T2263400,
+ T2263500,
+ T2263600,
+ T2263700,
+ T2263800};
+ rowtblGen1ExplicitRow.ItemArray = columnValuesArray;
+ this.Rows.Add(rowtblGen1ExplicitRow);
+ return rowtblGen1ExplicitRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2OutcomesHeightRow FindByC0000100(int C0000100) {
- return ((tblGen2OutcomesHeightRow)(this.Rows.Find(new object[] {
- C0000100})));
+ public tblGen1ExplicitRow FindByR0000100(int R0000100) {
+ return ((tblGen1ExplicitRow)(this.Rows.Find(new object[] {
+ R0000100})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
- tblGen2OutcomesHeightDataTable cln = ((tblGen2OutcomesHeightDataTable)(base.Clone()));
+ tblGen1ExplicitDataTable cln = ((tblGen1ExplicitDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
@@ -4201,185 +3849,332 @@ public tblGen2OutcomesHeightRow FindByC0000100(int C0000100) {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
- return new tblGen2OutcomesHeightDataTable();
+ return new tblGen1ExplicitDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
- this.columnC0000100 = base.Columns["C0000100"];
- this.columnC0000200 = base.Columns["C0000200"];
- this.columnC0005300 = base.Columns["C0005300"];
- this.columnC0005400 = base.Columns["C0005400"];
- this.columnC0005700 = base.Columns["C0005700"];
- this.columnC0577600 = base.Columns["C0577600"];
- this.columnC0606300 = base.Columns["C0606300"];
- this.columnC0606400 = base.Columns["C0606400"];
- this.columnC0826400 = base.Columns["C0826400"];
- this.columnC0826500 = base.Columns["C0826500"];
- this.columnC1016700 = base.Columns["C1016700"];
- this.columnC1016800 = base.Columns["C1016800"];
- this.columnC1220200 = base.Columns["C1220200"];
- this.columnC1220300 = base.Columns["C1220300"];
- this.columnC1532700 = base.Columns["C1532700"];
- this.columnC1532800 = base.Columns["C1532800"];
- this.columnC1779300 = base.Columns["C1779300"];
- this.columnC1779400 = base.Columns["C1779400"];
- this.columnC2288500 = base.Columns["C2288500"];
- this.columnC2288600 = base.Columns["C2288600"];
- this.columnC2552300 = base.Columns["C2552300"];
- this.columnC2820900 = base.Columns["C2820900"];
- this.columnC3130400 = base.Columns["C3130400"];
- this.columnC3553400 = base.Columns["C3553400"];
- this.columnC3634500 = base.Columns["C3634500"];
- this.columnC3898000 = base.Columns["C3898000"];
- this.columnC4013000 = base.Columns["C4013000"];
- this.columnC5147900 = base.Columns["C5147900"];
- this.columnY0308300 = base.Columns["Y0308300"];
- this.columnY0308400 = base.Columns["Y0308400"];
- this.columnY0609600 = base.Columns["Y0609600"];
- this.columnY0609700 = base.Columns["Y0609700"];
- this.columnY0903900 = base.Columns["Y0903900"];
- this.columnY0904000 = base.Columns["Y0904000"];
- this.columnY1150800 = base.Columns["Y1150800"];
- this.columnY1150900 = base.Columns["Y1150900"];
- this.columnY1385800 = base.Columns["Y1385800"];
- this.columnY1385900 = base.Columns["Y1385900"];
- this.columnY1637500 = base.Columns["Y1637500"];
- this.columnY1637600 = base.Columns["Y1637600"];
- this.columnY1891100 = base.Columns["Y1891100"];
- this.columnY1891200 = base.Columns["Y1891200"];
- this.columnY2207000 = base.Columns["Y2207000"];
- this.columnY2207100 = base.Columns["Y2207100"];
- this.columnY2544700 = base.Columns["Y2544700"];
- this.columnY2544800 = base.Columns["Y2544800"];
+ this.columnR0000100 = base.Columns["R0000100"];
+ this.columnR0000149 = base.Columns["R0000149"];
+ this.columnR0000150 = base.Columns["R0000150"];
+ this.columnR0000151 = base.Columns["R0000151"];
+ this.columnR0000152 = base.Columns["R0000152"];
+ this.columnR0000153 = base.Columns["R0000153"];
+ this.columnR0000154 = base.Columns["R0000154"];
+ this.columnR0000155 = base.Columns["R0000155"];
+ this.columnR0000156 = base.Columns["R0000156"];
+ this.columnR0000157 = base.Columns["R0000157"];
+ this.columnR0000158 = base.Columns["R0000158"];
+ this.columnR0000159 = base.Columns["R0000159"];
+ this.columnR0000162 = base.Columns["R0000162"];
+ this.columnR0000163 = base.Columns["R0000163"];
+ this.columnR0000164 = base.Columns["R0000164"];
+ this.columnR0000165 = base.Columns["R0000165"];
+ this.columnR0000166 = base.Columns["R0000166"];
+ this.columnR0214700 = base.Columns["R0214700"];
+ this.columnR0214800 = base.Columns["R0214800"];
+ this.columnR4125101 = base.Columns["R4125101"];
+ this.columnR4125801 = base.Columns["R4125801"];
+ this.columnR4126501 = base.Columns["R4126501"];
+ this.columnR4127201 = base.Columns["R4127201"];
+ this.columnR4127901 = base.Columns["R4127901"];
+ this.columnR4128601 = base.Columns["R4128601"];
+ this.columnR4129301 = base.Columns["R4129301"];
+ this.columnR4130001 = base.Columns["R4130001"];
+ this.columnR4130701 = base.Columns["R4130701"];
+ this.columnR4131401 = base.Columns["R4131401"];
+ this.columnR4132101 = base.Columns["R4132101"];
+ this.columnR4132801 = base.Columns["R4132801"];
+ this.columnR4133701 = base.Columns["R4133701"];
+ this.columnR4521500 = base.Columns["R4521500"];
+ this.columnR4521700 = base.Columns["R4521700"];
+ this.columnR4521800 = base.Columns["R4521800"];
+ this.columnR4521900 = base.Columns["R4521900"];
+ this.columnR4522000 = base.Columns["R4522000"];
+ this.columnR4522100 = base.Columns["R4522100"];
+ this.columnR4522200 = base.Columns["R4522200"];
+ this.columnR4522300 = base.Columns["R4522300"];
+ this.columnR4522400 = base.Columns["R4522400"];
+ this.columnR4522500 = base.Columns["R4522500"];
+ this.columnR4522600 = base.Columns["R4522600"];
+ this.columnR4522700 = base.Columns["R4522700"];
+ this.columnR4522800 = base.Columns["R4522800"];
+ this.columnT0002000 = base.Columns["T0002000"];
+ this.columnT0002100 = base.Columns["T0002100"];
+ this.columnT0002200 = base.Columns["T0002200"];
+ this.columnT0002300 = base.Columns["T0002300"];
+ this.columnT0002400 = base.Columns["T0002400"];
+ this.columnT0002500 = base.Columns["T0002500"];
+ this.columnT0002600 = base.Columns["T0002600"];
+ this.columnT0002700 = base.Columns["T0002700"];
+ this.columnT0002800 = base.Columns["T0002800"];
+ this.columnT0002900 = base.Columns["T0002900"];
+ this.columnT0003000 = base.Columns["T0003000"];
+ this.columnT0003100 = base.Columns["T0003100"];
+ this.columnT0003200 = base.Columns["T0003200"];
+ this.columnT0003300 = base.Columns["T0003300"];
+ this.columnT0003400 = base.Columns["T0003400"];
+ this.columnT0003500 = base.Columns["T0003500"];
+ this.columnT0003600 = base.Columns["T0003600"];
+ this.columnT0003700 = base.Columns["T0003700"];
+ this.columnT0003800 = base.Columns["T0003800"];
+ this.columnT0003900 = base.Columns["T0003900"];
+ this.columnT0004000 = base.Columns["T0004000"];
+ this.columnT0004100 = base.Columns["T0004100"];
+ this.columnT0004200 = base.Columns["T0004200"];
+ this.columnT0004300 = base.Columns["T0004300"];
+ this.columnT0004400 = base.Columns["T0004400"];
+ this.columnT0004500 = base.Columns["T0004500"];
+ this.columnT2261500 = base.Columns["T2261500"];
+ this.columnT2261600 = base.Columns["T2261600"];
+ this.columnT2261700 = base.Columns["T2261700"];
+ this.columnT2261800 = base.Columns["T2261800"];
+ this.columnT2261900 = base.Columns["T2261900"];
+ this.columnT2262000 = base.Columns["T2262000"];
+ this.columnT2262100 = base.Columns["T2262100"];
+ this.columnT2262200 = base.Columns["T2262200"];
+ this.columnT2262300 = base.Columns["T2262300"];
+ this.columnT2262400 = base.Columns["T2262400"];
+ this.columnT2262500 = base.Columns["T2262500"];
+ this.columnT2262600 = base.Columns["T2262600"];
+ this.columnT2262700 = base.Columns["T2262700"];
+ this.columnT2262800 = base.Columns["T2262800"];
+ this.columnT2262900 = base.Columns["T2262900"];
+ this.columnT2263000 = base.Columns["T2263000"];
+ this.columnT2263100 = base.Columns["T2263100"];
+ this.columnT2263200 = base.Columns["T2263200"];
+ this.columnT2263300 = base.Columns["T2263300"];
+ this.columnT2263400 = base.Columns["T2263400"];
+ this.columnT2263500 = base.Columns["T2263500"];
+ this.columnT2263600 = base.Columns["T2263600"];
+ this.columnT2263700 = base.Columns["T2263700"];
+ this.columnT2263800 = base.Columns["T2263800"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
- this.columnC0000100 = new global::System.Data.DataColumn("C0000100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0000100);
- this.columnC0000200 = new global::System.Data.DataColumn("C0000200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0000200);
- this.columnC0005300 = new global::System.Data.DataColumn("C0005300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0005300);
- this.columnC0005400 = new global::System.Data.DataColumn("C0005400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0005400);
- this.columnC0005700 = new global::System.Data.DataColumn("C0005700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0005700);
- this.columnC0577600 = new global::System.Data.DataColumn("C0577600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0577600);
- this.columnC0606300 = new global::System.Data.DataColumn("C0606300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0606300);
- this.columnC0606400 = new global::System.Data.DataColumn("C0606400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0606400);
- this.columnC0826400 = new global::System.Data.DataColumn("C0826400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0826400);
- this.columnC0826500 = new global::System.Data.DataColumn("C0826500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0826500);
- this.columnC1016700 = new global::System.Data.DataColumn("C1016700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1016700);
- this.columnC1016800 = new global::System.Data.DataColumn("C1016800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1016800);
- this.columnC1220200 = new global::System.Data.DataColumn("C1220200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1220200);
- this.columnC1220300 = new global::System.Data.DataColumn("C1220300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1220300);
- this.columnC1532700 = new global::System.Data.DataColumn("C1532700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1532700);
- this.columnC1532800 = new global::System.Data.DataColumn("C1532800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1532800);
- this.columnC1779300 = new global::System.Data.DataColumn("C1779300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1779300);
- this.columnC1779400 = new global::System.Data.DataColumn("C1779400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1779400);
- this.columnC2288500 = new global::System.Data.DataColumn("C2288500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC2288500);
- this.columnC2288600 = new global::System.Data.DataColumn("C2288600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC2288600);
- this.columnC2552300 = new global::System.Data.DataColumn("C2552300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC2552300);
- this.columnC2820900 = new global::System.Data.DataColumn("C2820900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC2820900);
- this.columnC3130400 = new global::System.Data.DataColumn("C3130400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3130400);
- this.columnC3553400 = new global::System.Data.DataColumn("C3553400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3553400);
- this.columnC3634500 = new global::System.Data.DataColumn("C3634500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3634500);
- this.columnC3898000 = new global::System.Data.DataColumn("C3898000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3898000);
- this.columnC4013000 = new global::System.Data.DataColumn("C4013000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC4013000);
- this.columnC5147900 = new global::System.Data.DataColumn("C5147900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC5147900);
- this.columnY0308300 = new global::System.Data.DataColumn("Y0308300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0308300);
- this.columnY0308400 = new global::System.Data.DataColumn("Y0308400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0308400);
- this.columnY0609600 = new global::System.Data.DataColumn("Y0609600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0609600);
- this.columnY0609700 = new global::System.Data.DataColumn("Y0609700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0609700);
- this.columnY0903900 = new global::System.Data.DataColumn("Y0903900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0903900);
- this.columnY0904000 = new global::System.Data.DataColumn("Y0904000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0904000);
- this.columnY1150800 = new global::System.Data.DataColumn("Y1150800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1150800);
- this.columnY1150900 = new global::System.Data.DataColumn("Y1150900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1150900);
- this.columnY1385800 = new global::System.Data.DataColumn("Y1385800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1385800);
- this.columnY1385900 = new global::System.Data.DataColumn("Y1385900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1385900);
- this.columnY1637500 = new global::System.Data.DataColumn("Y1637500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1637500);
- this.columnY1637600 = new global::System.Data.DataColumn("Y1637600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1637600);
- this.columnY1891100 = new global::System.Data.DataColumn("Y1891100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1891100);
- this.columnY1891200 = new global::System.Data.DataColumn("Y1891200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1891200);
- this.columnY2207000 = new global::System.Data.DataColumn("Y2207000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2207000);
- this.columnY2207100 = new global::System.Data.DataColumn("Y2207100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2207100);
- this.columnY2544700 = new global::System.Data.DataColumn("Y2544700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2544700);
- this.columnY2544800 = new global::System.Data.DataColumn("Y2544800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2544800);
+ this.columnR0000100 = new global::System.Data.DataColumn("R0000100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0000100);
+ this.columnR0000149 = new global::System.Data.DataColumn("R0000149", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0000149);
+ this.columnR0000150 = new global::System.Data.DataColumn("R0000150", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0000150);
+ this.columnR0000151 = new global::System.Data.DataColumn("R0000151", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0000151);
+ this.columnR0000152 = new global::System.Data.DataColumn("R0000152", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0000152);
+ this.columnR0000153 = new global::System.Data.DataColumn("R0000153", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0000153);
+ this.columnR0000154 = new global::System.Data.DataColumn("R0000154", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0000154);
+ this.columnR0000155 = new global::System.Data.DataColumn("R0000155", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0000155);
+ this.columnR0000156 = new global::System.Data.DataColumn("R0000156", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0000156);
+ this.columnR0000157 = new global::System.Data.DataColumn("R0000157", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0000157);
+ this.columnR0000158 = new global::System.Data.DataColumn("R0000158", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0000158);
+ this.columnR0000159 = new global::System.Data.DataColumn("R0000159", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0000159);
+ this.columnR0000162 = new global::System.Data.DataColumn("R0000162", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0000162);
+ this.columnR0000163 = new global::System.Data.DataColumn("R0000163", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0000163);
+ this.columnR0000164 = new global::System.Data.DataColumn("R0000164", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0000164);
+ this.columnR0000165 = new global::System.Data.DataColumn("R0000165", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0000165);
+ this.columnR0000166 = new global::System.Data.DataColumn("R0000166", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0000166);
+ this.columnR0214700 = new global::System.Data.DataColumn("R0214700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0214700);
+ this.columnR0214800 = new global::System.Data.DataColumn("R0214800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0214800);
+ this.columnR4125101 = new global::System.Data.DataColumn("R4125101", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4125101);
+ this.columnR4125801 = new global::System.Data.DataColumn("R4125801", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4125801);
+ this.columnR4126501 = new global::System.Data.DataColumn("R4126501", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4126501);
+ this.columnR4127201 = new global::System.Data.DataColumn("R4127201", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4127201);
+ this.columnR4127901 = new global::System.Data.DataColumn("R4127901", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4127901);
+ this.columnR4128601 = new global::System.Data.DataColumn("R4128601", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4128601);
+ this.columnR4129301 = new global::System.Data.DataColumn("R4129301", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4129301);
+ this.columnR4130001 = new global::System.Data.DataColumn("R4130001", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4130001);
+ this.columnR4130701 = new global::System.Data.DataColumn("R4130701", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4130701);
+ this.columnR4131401 = new global::System.Data.DataColumn("R4131401", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4131401);
+ this.columnR4132101 = new global::System.Data.DataColumn("R4132101", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4132101);
+ this.columnR4132801 = new global::System.Data.DataColumn("R4132801", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4132801);
+ this.columnR4133701 = new global::System.Data.DataColumn("R4133701", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4133701);
+ this.columnR4521500 = new global::System.Data.DataColumn("R4521500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4521500);
+ this.columnR4521700 = new global::System.Data.DataColumn("R4521700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4521700);
+ this.columnR4521800 = new global::System.Data.DataColumn("R4521800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4521800);
+ this.columnR4521900 = new global::System.Data.DataColumn("R4521900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4521900);
+ this.columnR4522000 = new global::System.Data.DataColumn("R4522000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4522000);
+ this.columnR4522100 = new global::System.Data.DataColumn("R4522100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4522100);
+ this.columnR4522200 = new global::System.Data.DataColumn("R4522200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4522200);
+ this.columnR4522300 = new global::System.Data.DataColumn("R4522300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4522300);
+ this.columnR4522400 = new global::System.Data.DataColumn("R4522400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4522400);
+ this.columnR4522500 = new global::System.Data.DataColumn("R4522500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4522500);
+ this.columnR4522600 = new global::System.Data.DataColumn("R4522600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4522600);
+ this.columnR4522700 = new global::System.Data.DataColumn("R4522700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4522700);
+ this.columnR4522800 = new global::System.Data.DataColumn("R4522800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4522800);
+ this.columnT0002000 = new global::System.Data.DataColumn("T0002000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0002000);
+ this.columnT0002100 = new global::System.Data.DataColumn("T0002100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0002100);
+ this.columnT0002200 = new global::System.Data.DataColumn("T0002200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0002200);
+ this.columnT0002300 = new global::System.Data.DataColumn("T0002300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0002300);
+ this.columnT0002400 = new global::System.Data.DataColumn("T0002400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0002400);
+ this.columnT0002500 = new global::System.Data.DataColumn("T0002500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0002500);
+ this.columnT0002600 = new global::System.Data.DataColumn("T0002600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0002600);
+ this.columnT0002700 = new global::System.Data.DataColumn("T0002700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0002700);
+ this.columnT0002800 = new global::System.Data.DataColumn("T0002800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0002800);
+ this.columnT0002900 = new global::System.Data.DataColumn("T0002900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0002900);
+ this.columnT0003000 = new global::System.Data.DataColumn("T0003000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0003000);
+ this.columnT0003100 = new global::System.Data.DataColumn("T0003100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0003100);
+ this.columnT0003200 = new global::System.Data.DataColumn("T0003200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0003200);
+ this.columnT0003300 = new global::System.Data.DataColumn("T0003300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0003300);
+ this.columnT0003400 = new global::System.Data.DataColumn("T0003400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0003400);
+ this.columnT0003500 = new global::System.Data.DataColumn("T0003500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0003500);
+ this.columnT0003600 = new global::System.Data.DataColumn("T0003600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0003600);
+ this.columnT0003700 = new global::System.Data.DataColumn("T0003700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0003700);
+ this.columnT0003800 = new global::System.Data.DataColumn("T0003800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0003800);
+ this.columnT0003900 = new global::System.Data.DataColumn("T0003900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0003900);
+ this.columnT0004000 = new global::System.Data.DataColumn("T0004000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0004000);
+ this.columnT0004100 = new global::System.Data.DataColumn("T0004100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0004100);
+ this.columnT0004200 = new global::System.Data.DataColumn("T0004200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0004200);
+ this.columnT0004300 = new global::System.Data.DataColumn("T0004300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0004300);
+ this.columnT0004400 = new global::System.Data.DataColumn("T0004400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0004400);
+ this.columnT0004500 = new global::System.Data.DataColumn("T0004500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0004500);
+ this.columnT2261500 = new global::System.Data.DataColumn("T2261500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2261500);
+ this.columnT2261600 = new global::System.Data.DataColumn("T2261600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2261600);
+ this.columnT2261700 = new global::System.Data.DataColumn("T2261700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2261700);
+ this.columnT2261800 = new global::System.Data.DataColumn("T2261800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2261800);
+ this.columnT2261900 = new global::System.Data.DataColumn("T2261900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2261900);
+ this.columnT2262000 = new global::System.Data.DataColumn("T2262000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2262000);
+ this.columnT2262100 = new global::System.Data.DataColumn("T2262100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2262100);
+ this.columnT2262200 = new global::System.Data.DataColumn("T2262200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2262200);
+ this.columnT2262300 = new global::System.Data.DataColumn("T2262300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2262300);
+ this.columnT2262400 = new global::System.Data.DataColumn("T2262400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2262400);
+ this.columnT2262500 = new global::System.Data.DataColumn("T2262500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2262500);
+ this.columnT2262600 = new global::System.Data.DataColumn("T2262600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2262600);
+ this.columnT2262700 = new global::System.Data.DataColumn("T2262700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2262700);
+ this.columnT2262800 = new global::System.Data.DataColumn("T2262800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2262800);
+ this.columnT2262900 = new global::System.Data.DataColumn("T2262900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2262900);
+ this.columnT2263000 = new global::System.Data.DataColumn("T2263000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2263000);
+ this.columnT2263100 = new global::System.Data.DataColumn("T2263100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2263100);
+ this.columnT2263200 = new global::System.Data.DataColumn("T2263200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2263200);
+ this.columnT2263300 = new global::System.Data.DataColumn("T2263300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2263300);
+ this.columnT2263400 = new global::System.Data.DataColumn("T2263400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2263400);
+ this.columnT2263500 = new global::System.Data.DataColumn("T2263500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2263500);
+ this.columnT2263600 = new global::System.Data.DataColumn("T2263600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2263600);
+ this.columnT2263700 = new global::System.Data.DataColumn("T2263700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2263700);
+ this.columnT2263800 = new global::System.Data.DataColumn("T2263800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2263800);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
- this.columnC0000100}, true));
- this.columnC0000100.AllowDBNull = false;
- this.columnC0000100.Unique = true;
+ this.columnR0000100}, true));
+ this.columnR0000100.AllowDBNull = false;
+ this.columnR0000100.Unique = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2OutcomesHeightRow NewtblGen2OutcomesHeightRow() {
- return ((tblGen2OutcomesHeightRow)(this.NewRow()));
+ public tblGen1ExplicitRow NewtblGen1ExplicitRow() {
+ return ((tblGen1ExplicitRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
- return new tblGen2OutcomesHeightRow(builder);
+ return new tblGen1ExplicitRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
- return typeof(tblGen2OutcomesHeightRow);
+ return typeof(tblGen1ExplicitRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
- if ((this.tblGen2OutcomesHeightRowChanged != null)) {
- this.tblGen2OutcomesHeightRowChanged(this, new tblGen2OutcomesHeightRowChangeEvent(((tblGen2OutcomesHeightRow)(e.Row)), e.Action));
+ if ((this.tblGen1ExplicitRowChanged != null)) {
+ this.tblGen1ExplicitRowChanged(this, new tblGen1ExplicitRowChangeEvent(((tblGen1ExplicitRow)(e.Row)), e.Action));
}
}
@@ -4387,8 +4182,8 @@ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
- if ((this.tblGen2OutcomesHeightRowChanging != null)) {
- this.tblGen2OutcomesHeightRowChanging(this, new tblGen2OutcomesHeightRowChangeEvent(((tblGen2OutcomesHeightRow)(e.Row)), e.Action));
+ if ((this.tblGen1ExplicitRowChanging != null)) {
+ this.tblGen1ExplicitRowChanging(this, new tblGen1ExplicitRowChangeEvent(((tblGen1ExplicitRow)(e.Row)), e.Action));
}
}
@@ -4396,8 +4191,8 @@ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
- if ((this.tblGen2OutcomesHeightRowDeleted != null)) {
- this.tblGen2OutcomesHeightRowDeleted(this, new tblGen2OutcomesHeightRowChangeEvent(((tblGen2OutcomesHeightRow)(e.Row)), e.Action));
+ if ((this.tblGen1ExplicitRowDeleted != null)) {
+ this.tblGen1ExplicitRowDeleted(this, new tblGen1ExplicitRowChangeEvent(((tblGen1ExplicitRow)(e.Row)), e.Action));
}
}
@@ -4405,14 +4200,14 @@ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
- if ((this.tblGen2OutcomesHeightRowDeleting != null)) {
- this.tblGen2OutcomesHeightRowDeleting(this, new tblGen2OutcomesHeightRowChangeEvent(((tblGen2OutcomesHeightRow)(e.Row)), e.Action));
+ if ((this.tblGen1ExplicitRowDeleting != null)) {
+ this.tblGen1ExplicitRowDeleting(this, new tblGen1ExplicitRowChangeEvent(((tblGen1ExplicitRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void RemovetblGen2OutcomesHeightRow(tblGen2OutcomesHeightRow row) {
+ public void RemovetblGen1ExplicitRow(tblGen1ExplicitRow row) {
this.Rows.Remove(row);
}
@@ -4439,7 +4234,7 @@ public void RemovetblGen2OutcomesHeightRow(tblGen2OutcomesHeightRow row) {
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
- attribute2.FixedValue = "tblGen2OutcomesHeightDataTable";
+ attribute2.FixedValue = "tblGen1ExplicitDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
@@ -4485,202 +4280,214 @@ public void RemovetblGen2OutcomesHeightRow(tblGen2OutcomesHeightRow row) {
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
- public partial class tblGen1ExplicitDataTable : global::System.Data.TypedTableBase {
+ public partial class tblGen1ImplicitDataTable : global::System.Data.TypedTableBase {
- private global::System.Data.DataColumn columnR0000100;
+ private global::System.Data.DataColumn columnH0001600;
- private global::System.Data.DataColumn columnR0000149;
+ private global::System.Data.DataColumn columnH0001700;
- private global::System.Data.DataColumn columnR0000150;
+ private global::System.Data.DataColumn columnH0001800;
- private global::System.Data.DataColumn columnR0000151;
+ private global::System.Data.DataColumn columnH0001900;
- private global::System.Data.DataColumn columnR0000152;
+ private global::System.Data.DataColumn columnH0002000;
- private global::System.Data.DataColumn columnR0000153;
+ private global::System.Data.DataColumn columnH0002100;
- private global::System.Data.DataColumn columnR0000154;
+ private global::System.Data.DataColumn columnH0002200;
- private global::System.Data.DataColumn columnR0000155;
+ private global::System.Data.DataColumn columnH0002300;
- private global::System.Data.DataColumn columnR0000156;
+ private global::System.Data.DataColumn columnH0002400;
- private global::System.Data.DataColumn columnR0000157;
+ private global::System.Data.DataColumn columnH0002500;
- private global::System.Data.DataColumn columnR0000158;
+ private global::System.Data.DataColumn columnH0002600;
- private global::System.Data.DataColumn columnR0000159;
+ private global::System.Data.DataColumn columnH0002700;
- private global::System.Data.DataColumn columnR0000162;
+ private global::System.Data.DataColumn columnH0002800;
- private global::System.Data.DataColumn columnR0000163;
+ private global::System.Data.DataColumn columnH0002900;
- private global::System.Data.DataColumn columnR0000164;
+ private global::System.Data.DataColumn columnH0003000;
- private global::System.Data.DataColumn columnR0000165;
+ private global::System.Data.DataColumn columnH0003100;
- private global::System.Data.DataColumn columnR0000166;
+ private global::System.Data.DataColumn columnH0013600;
- private global::System.Data.DataColumn columnR0214700;
+ private global::System.Data.DataColumn columnH0013700;
- private global::System.Data.DataColumn columnR0214800;
+ private global::System.Data.DataColumn columnH0013800;
- private global::System.Data.DataColumn columnR4125101;
+ private global::System.Data.DataColumn columnH0013900;
- private global::System.Data.DataColumn columnR4125801;
+ private global::System.Data.DataColumn columnH0014000;
- private global::System.Data.DataColumn columnR4126501;
+ private global::System.Data.DataColumn columnH0014100;
- private global::System.Data.DataColumn columnR4127201;
+ private global::System.Data.DataColumn columnH0014200;
- private global::System.Data.DataColumn columnR4127901;
+ private global::System.Data.DataColumn columnH0014300;
- private global::System.Data.DataColumn columnR4128601;
+ private global::System.Data.DataColumn columnH0014400;
- private global::System.Data.DataColumn columnR4129301;
+ private global::System.Data.DataColumn columnH0014500;
- private global::System.Data.DataColumn columnR4130001;
+ private global::System.Data.DataColumn columnH0014700;
- private global::System.Data.DataColumn columnR4130701;
+ private global::System.Data.DataColumn columnH0014800;
- private global::System.Data.DataColumn columnR4131401;
+ private global::System.Data.DataColumn columnH0014900;
- private global::System.Data.DataColumn columnR4132101;
+ private global::System.Data.DataColumn columnH0015000;
- private global::System.Data.DataColumn columnR4132801;
+ private global::System.Data.DataColumn columnH0015100;
- private global::System.Data.DataColumn columnR4133701;
+ private global::System.Data.DataColumn columnH0015200;
- private global::System.Data.DataColumn columnR4521500;
+ private global::System.Data.DataColumn columnH0015300;
- private global::System.Data.DataColumn columnR4521700;
+ private global::System.Data.DataColumn columnH0015400;
- private global::System.Data.DataColumn columnR4521800;
+ private global::System.Data.DataColumn columnH0015500;
- private global::System.Data.DataColumn columnR4521900;
+ private global::System.Data.DataColumn columnH0015600;
- private global::System.Data.DataColumn columnR4522000;
+ private global::System.Data.DataColumn columnH0015700;
- private global::System.Data.DataColumn columnR4522100;
+ private global::System.Data.DataColumn columnH0015800;
- private global::System.Data.DataColumn columnR4522200;
+ private global::System.Data.DataColumn columnH0015803;
- private global::System.Data.DataColumn columnR4522300;
+ private global::System.Data.DataColumn columnH0015804;
- private global::System.Data.DataColumn columnR4522400;
+ private global::System.Data.DataColumn columnR0000100;
- private global::System.Data.DataColumn columnR4522500;
+ private global::System.Data.DataColumn columnR0006100;
- private global::System.Data.DataColumn columnR4522600;
+ private global::System.Data.DataColumn columnR0006500;
- private global::System.Data.DataColumn columnR4522700;
+ private global::System.Data.DataColumn columnR0007300;
- private global::System.Data.DataColumn columnR4522800;
+ private global::System.Data.DataColumn columnR0007700;
- private global::System.Data.DataColumn columnT0002000;
+ private global::System.Data.DataColumn columnR0007900;
- private global::System.Data.DataColumn columnT0002100;
+ private global::System.Data.DataColumn columnR0214700;
- private global::System.Data.DataColumn columnT0002200;
+ private global::System.Data.DataColumn columnR0214800;
- private global::System.Data.DataColumn columnT0002300;
+ private global::System.Data.DataColumn columnR2302900;
- private global::System.Data.DataColumn columnT0002400;
+ private global::System.Data.DataColumn columnR2303100;
- private global::System.Data.DataColumn columnT0002500;
+ private global::System.Data.DataColumn columnR2303200;
- private global::System.Data.DataColumn columnT0002600;
+ private global::System.Data.DataColumn columnR2303300;
- private global::System.Data.DataColumn columnT0002700;
+ private global::System.Data.DataColumn columnR2303500;
- private global::System.Data.DataColumn columnT0002800;
+ private global::System.Data.DataColumn columnR2303600;
- private global::System.Data.DataColumn columnT0002900;
+ private global::System.Data.DataColumn columnR2505100;
- private global::System.Data.DataColumn columnT0003000;
+ private global::System.Data.DataColumn columnR2505300;
- private global::System.Data.DataColumn columnT0003100;
+ private global::System.Data.DataColumn columnR2505400;
- private global::System.Data.DataColumn columnT0003200;
+ private global::System.Data.DataColumn columnR2505500;
- private global::System.Data.DataColumn columnT0003300;
+ private global::System.Data.DataColumn columnR2505700;
- private global::System.Data.DataColumn columnT0003400;
+ private global::System.Data.DataColumn columnR2505800;
- private global::System.Data.DataColumn columnT0003500;
+ private global::System.Data.DataColumn columnR2737900;
- private global::System.Data.DataColumn columnT0003600;
+ private global::System.Data.DataColumn columnR2837200;
- private global::System.Data.DataColumn columnT0003700;
+ private global::System.Data.DataColumn columnR2837300;
- private global::System.Data.DataColumn columnT0003800;
+ private global::System.Data.DataColumn columnR2837400;
- private global::System.Data.DataColumn columnT0003900;
+ private global::System.Data.DataColumn columnR2837500;
- private global::System.Data.DataColumn columnT0004000;
+ private global::System.Data.DataColumn columnR2837600;
- private global::System.Data.DataColumn columnT0004100;
+ private global::System.Data.DataColumn columnR2837700;
- private global::System.Data.DataColumn columnT0004200;
+ private global::System.Data.DataColumn columnR2837800;
- private global::System.Data.DataColumn columnT0004300;
+ private global::System.Data.DataColumn columnR2837900;
- private global::System.Data.DataColumn columnT0004400;
+ private global::System.Data.DataColumn columnR2838000;
- private global::System.Data.DataColumn columnT0004500;
+ private global::System.Data.DataColumn columnR2838100;
- private global::System.Data.DataColumn columnT2261500;
+ private global::System.Data.DataColumn columnR2838200;
- private global::System.Data.DataColumn columnT2261600;
+ private global::System.Data.DataColumn columnR2838300;
- private global::System.Data.DataColumn columnT2261700;
+ private global::System.Data.DataColumn columnR2838400;
- private global::System.Data.DataColumn columnT2261800;
+ private global::System.Data.DataColumn columnR2838500;
- private global::System.Data.DataColumn columnT2261900;
+ private global::System.Data.DataColumn columnR2838600;
- private global::System.Data.DataColumn columnT2262000;
+ private global::System.Data.DataColumn columnR2838700;
- private global::System.Data.DataColumn columnT2262100;
+ private global::System.Data.DataColumn columnR2838800;
- private global::System.Data.DataColumn columnT2262200;
+ private global::System.Data.DataColumn columnR2838900;
- private global::System.Data.DataColumn columnT2262300;
+ private global::System.Data.DataColumn columnR2839000;
- private global::System.Data.DataColumn columnT2262400;
+ private global::System.Data.DataColumn columnR2839100;
- private global::System.Data.DataColumn columnT2262500;
+ private global::System.Data.DataColumn columnR2839200;
- private global::System.Data.DataColumn columnT2262600;
+ private global::System.Data.DataColumn columnR2839300;
- private global::System.Data.DataColumn columnT2262700;
+ private global::System.Data.DataColumn columnR2839400;
- private global::System.Data.DataColumn columnT2262800;
+ private global::System.Data.DataColumn columnR2839500;
- private global::System.Data.DataColumn columnT2262900;
+ private global::System.Data.DataColumn columnR2839600;
- private global::System.Data.DataColumn columnT2263000;
+ private global::System.Data.DataColumn columnR2839700;
- private global::System.Data.DataColumn columnT2263100;
+ private global::System.Data.DataColumn columnR2839800;
- private global::System.Data.DataColumn columnT2263200;
+ private global::System.Data.DataColumn columnR2839900;
- private global::System.Data.DataColumn columnT2263300;
+ private global::System.Data.DataColumn columnR2840000;
- private global::System.Data.DataColumn columnT2263400;
+ private global::System.Data.DataColumn columnR2840100;
- private global::System.Data.DataColumn columnT2263500;
+ private global::System.Data.DataColumn columnR2840200;
- private global::System.Data.DataColumn columnT2263600;
+ private global::System.Data.DataColumn columnR2840300;
- private global::System.Data.DataColumn columnT2263700;
+ private global::System.Data.DataColumn columnR2840400;
- private global::System.Data.DataColumn columnT2263800;
+ private global::System.Data.DataColumn columnR2840500;
+
+ private global::System.Data.DataColumn columnR2840600;
+
+ private global::System.Data.DataColumn columnR2840700;
+
+ private global::System.Data.DataColumn columnR2840800;
+
+ private global::System.Data.DataColumn columnR2840900;
+
+ private global::System.Data.DataColumn columnR2841000;
+
+ private global::System.Data.DataColumn columnR2841100;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1ExplicitDataTable() {
- this.TableName = "tblGen1Explicit";
+ public tblGen1ImplicitDataTable() {
+ this.TableName = "tblGen1Implicit";
this.BeginInit();
this.InitClass();
this.EndInit();
@@ -4688,7 +4495,7 @@ public tblGen1ExplicitDataTable() {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblGen1ExplicitDataTable(global::System.Data.DataTable table) {
+ internal tblGen1ImplicitDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
@@ -4705,768 +4512,816 @@ internal tblGen1ExplicitDataTable(global::System.Data.DataTable table) {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected tblGen1ExplicitDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ protected tblGen1ImplicitDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0000100Column {
+ public global::System.Data.DataColumn H0001600Column {
get {
- return this.columnR0000100;
+ return this.columnH0001600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0000149Column {
+ public global::System.Data.DataColumn H0001700Column {
get {
- return this.columnR0000149;
+ return this.columnH0001700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0000150Column {
+ public global::System.Data.DataColumn H0001800Column {
get {
- return this.columnR0000150;
+ return this.columnH0001800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0000151Column {
+ public global::System.Data.DataColumn H0001900Column {
get {
- return this.columnR0000151;
+ return this.columnH0001900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0000152Column {
+ public global::System.Data.DataColumn H0002000Column {
get {
- return this.columnR0000152;
+ return this.columnH0002000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0000153Column {
+ public global::System.Data.DataColumn H0002100Column {
get {
- return this.columnR0000153;
+ return this.columnH0002100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0000154Column {
+ public global::System.Data.DataColumn H0002200Column {
get {
- return this.columnR0000154;
+ return this.columnH0002200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0000155Column {
+ public global::System.Data.DataColumn H0002300Column {
get {
- return this.columnR0000155;
+ return this.columnH0002300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0000156Column {
+ public global::System.Data.DataColumn H0002400Column {
get {
- return this.columnR0000156;
+ return this.columnH0002400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0000157Column {
+ public global::System.Data.DataColumn H0002500Column {
get {
- return this.columnR0000157;
+ return this.columnH0002500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0000158Column {
+ public global::System.Data.DataColumn H0002600Column {
get {
- return this.columnR0000158;
+ return this.columnH0002600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0000159Column {
+ public global::System.Data.DataColumn H0002700Column {
get {
- return this.columnR0000159;
+ return this.columnH0002700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0000162Column {
+ public global::System.Data.DataColumn H0002800Column {
get {
- return this.columnR0000162;
+ return this.columnH0002800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0000163Column {
+ public global::System.Data.DataColumn H0002900Column {
get {
- return this.columnR0000163;
+ return this.columnH0002900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0000164Column {
+ public global::System.Data.DataColumn H0003000Column {
get {
- return this.columnR0000164;
+ return this.columnH0003000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0000165Column {
+ public global::System.Data.DataColumn H0003100Column {
get {
- return this.columnR0000165;
+ return this.columnH0003100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0000166Column {
+ public global::System.Data.DataColumn H0013600Column {
get {
- return this.columnR0000166;
+ return this.columnH0013600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0214700Column {
+ public global::System.Data.DataColumn H0013700Column {
get {
- return this.columnR0214700;
+ return this.columnH0013700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0214800Column {
+ public global::System.Data.DataColumn H0013800Column {
get {
- return this.columnR0214800;
+ return this.columnH0013800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4125101Column {
+ public global::System.Data.DataColumn H0013900Column {
get {
- return this.columnR4125101;
+ return this.columnH0013900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4125801Column {
+ public global::System.Data.DataColumn H0014000Column {
get {
- return this.columnR4125801;
+ return this.columnH0014000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4126501Column {
+ public global::System.Data.DataColumn H0014100Column {
get {
- return this.columnR4126501;
+ return this.columnH0014100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4127201Column {
+ public global::System.Data.DataColumn H0014200Column {
get {
- return this.columnR4127201;
+ return this.columnH0014200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4127901Column {
+ public global::System.Data.DataColumn H0014300Column {
get {
- return this.columnR4127901;
+ return this.columnH0014300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4128601Column {
+ public global::System.Data.DataColumn H0014400Column {
get {
- return this.columnR4128601;
+ return this.columnH0014400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4129301Column {
+ public global::System.Data.DataColumn H0014500Column {
get {
- return this.columnR4129301;
+ return this.columnH0014500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4130001Column {
+ public global::System.Data.DataColumn H0014700Column {
get {
- return this.columnR4130001;
+ return this.columnH0014700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4130701Column {
+ public global::System.Data.DataColumn H0014800Column {
get {
- return this.columnR4130701;
+ return this.columnH0014800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4131401Column {
+ public global::System.Data.DataColumn H0014900Column {
get {
- return this.columnR4131401;
+ return this.columnH0014900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4132101Column {
+ public global::System.Data.DataColumn H0015000Column {
get {
- return this.columnR4132101;
+ return this.columnH0015000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4132801Column {
+ public global::System.Data.DataColumn H0015100Column {
get {
- return this.columnR4132801;
+ return this.columnH0015100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4133701Column {
+ public global::System.Data.DataColumn H0015200Column {
get {
- return this.columnR4133701;
+ return this.columnH0015200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4521500Column {
+ public global::System.Data.DataColumn H0015300Column {
get {
- return this.columnR4521500;
+ return this.columnH0015300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4521700Column {
+ public global::System.Data.DataColumn H0015400Column {
get {
- return this.columnR4521700;
+ return this.columnH0015400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4521800Column {
+ public global::System.Data.DataColumn H0015500Column {
get {
- return this.columnR4521800;
+ return this.columnH0015500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4521900Column {
+ public global::System.Data.DataColumn H0015600Column {
get {
- return this.columnR4521900;
+ return this.columnH0015600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4522000Column {
+ public global::System.Data.DataColumn H0015700Column {
get {
- return this.columnR4522000;
+ return this.columnH0015700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4522100Column {
+ public global::System.Data.DataColumn H0015800Column {
get {
- return this.columnR4522100;
+ return this.columnH0015800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4522200Column {
+ public global::System.Data.DataColumn H0015803Column {
get {
- return this.columnR4522200;
+ return this.columnH0015803;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4522300Column {
+ public global::System.Data.DataColumn H0015804Column {
get {
- return this.columnR4522300;
+ return this.columnH0015804;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4522400Column {
+ public global::System.Data.DataColumn R0000100Column {
get {
- return this.columnR4522400;
+ return this.columnR0000100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4522500Column {
+ public global::System.Data.DataColumn R0006100Column {
get {
- return this.columnR4522500;
+ return this.columnR0006100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4522600Column {
+ public global::System.Data.DataColumn R0006500Column {
get {
- return this.columnR4522600;
+ return this.columnR0006500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4522700Column {
+ public global::System.Data.DataColumn R0007300Column {
get {
- return this.columnR4522700;
+ return this.columnR0007300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4522800Column {
+ public global::System.Data.DataColumn R0007700Column {
get {
- return this.columnR4522800;
+ return this.columnR0007700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0002000Column {
+ public global::System.Data.DataColumn R0007900Column {
get {
- return this.columnT0002000;
+ return this.columnR0007900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0002100Column {
+ public global::System.Data.DataColumn R0214700Column {
get {
- return this.columnT0002100;
+ return this.columnR0214700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0002200Column {
+ public global::System.Data.DataColumn R0214800Column {
get {
- return this.columnT0002200;
+ return this.columnR0214800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0002300Column {
+ public global::System.Data.DataColumn R2302900Column {
get {
- return this.columnT0002300;
+ return this.columnR2302900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0002400Column {
+ public global::System.Data.DataColumn R2303100Column {
get {
- return this.columnT0002400;
+ return this.columnR2303100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0002500Column {
+ public global::System.Data.DataColumn R2303200Column {
get {
- return this.columnT0002500;
+ return this.columnR2303200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0002600Column {
+ public global::System.Data.DataColumn R2303300Column {
get {
- return this.columnT0002600;
+ return this.columnR2303300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0002700Column {
+ public global::System.Data.DataColumn R2303500Column {
get {
- return this.columnT0002700;
+ return this.columnR2303500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0002800Column {
+ public global::System.Data.DataColumn R2303600Column {
get {
- return this.columnT0002800;
+ return this.columnR2303600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0002900Column {
+ public global::System.Data.DataColumn R2505100Column {
get {
- return this.columnT0002900;
+ return this.columnR2505100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0003000Column {
+ public global::System.Data.DataColumn R2505300Column {
get {
- return this.columnT0003000;
+ return this.columnR2505300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0003100Column {
+ public global::System.Data.DataColumn R2505400Column {
get {
- return this.columnT0003100;
+ return this.columnR2505400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0003200Column {
+ public global::System.Data.DataColumn R2505500Column {
get {
- return this.columnT0003200;
+ return this.columnR2505500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0003300Column {
+ public global::System.Data.DataColumn R2505700Column {
get {
- return this.columnT0003300;
+ return this.columnR2505700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0003400Column {
+ public global::System.Data.DataColumn R2505800Column {
get {
- return this.columnT0003400;
+ return this.columnR2505800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0003500Column {
+ public global::System.Data.DataColumn R2737900Column {
get {
- return this.columnT0003500;
+ return this.columnR2737900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0003600Column {
+ public global::System.Data.DataColumn R2837200Column {
get {
- return this.columnT0003600;
+ return this.columnR2837200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0003700Column {
+ public global::System.Data.DataColumn R2837300Column {
get {
- return this.columnT0003700;
+ return this.columnR2837300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0003800Column {
+ public global::System.Data.DataColumn R2837400Column {
get {
- return this.columnT0003800;
+ return this.columnR2837400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0003900Column {
+ public global::System.Data.DataColumn R2837500Column {
get {
- return this.columnT0003900;
+ return this.columnR2837500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0004000Column {
+ public global::System.Data.DataColumn R2837600Column {
get {
- return this.columnT0004000;
+ return this.columnR2837600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0004100Column {
+ public global::System.Data.DataColumn R2837700Column {
get {
- return this.columnT0004100;
+ return this.columnR2837700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0004200Column {
+ public global::System.Data.DataColumn R2837800Column {
get {
- return this.columnT0004200;
+ return this.columnR2837800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0004300Column {
+ public global::System.Data.DataColumn R2837900Column {
get {
- return this.columnT0004300;
+ return this.columnR2837900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0004400Column {
+ public global::System.Data.DataColumn R2838000Column {
get {
- return this.columnT0004400;
+ return this.columnR2838000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0004500Column {
+ public global::System.Data.DataColumn R2838100Column {
get {
- return this.columnT0004500;
+ return this.columnR2838100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2261500Column {
+ public global::System.Data.DataColumn R2838200Column {
get {
- return this.columnT2261500;
+ return this.columnR2838200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2261600Column {
+ public global::System.Data.DataColumn R2838300Column {
get {
- return this.columnT2261600;
+ return this.columnR2838300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2261700Column {
+ public global::System.Data.DataColumn R2838400Column {
get {
- return this.columnT2261700;
+ return this.columnR2838400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2261800Column {
+ public global::System.Data.DataColumn R2838500Column {
get {
- return this.columnT2261800;
+ return this.columnR2838500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2261900Column {
+ public global::System.Data.DataColumn R2838600Column {
get {
- return this.columnT2261900;
+ return this.columnR2838600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2262000Column {
+ public global::System.Data.DataColumn R2838700Column {
get {
- return this.columnT2262000;
+ return this.columnR2838700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2262100Column {
+ public global::System.Data.DataColumn R2838800Column {
get {
- return this.columnT2262100;
+ return this.columnR2838800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2262200Column {
+ public global::System.Data.DataColumn R2838900Column {
get {
- return this.columnT2262200;
+ return this.columnR2838900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2262300Column {
+ public global::System.Data.DataColumn R2839000Column {
get {
- return this.columnT2262300;
+ return this.columnR2839000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2262400Column {
+ public global::System.Data.DataColumn R2839100Column {
get {
- return this.columnT2262400;
+ return this.columnR2839100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2262500Column {
+ public global::System.Data.DataColumn R2839200Column {
get {
- return this.columnT2262500;
+ return this.columnR2839200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2262600Column {
+ public global::System.Data.DataColumn R2839300Column {
get {
- return this.columnT2262600;
+ return this.columnR2839300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2262700Column {
+ public global::System.Data.DataColumn R2839400Column {
get {
- return this.columnT2262700;
+ return this.columnR2839400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2262800Column {
+ public global::System.Data.DataColumn R2839500Column {
get {
- return this.columnT2262800;
+ return this.columnR2839500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2262900Column {
+ public global::System.Data.DataColumn R2839600Column {
get {
- return this.columnT2262900;
+ return this.columnR2839600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2263000Column {
+ public global::System.Data.DataColumn R2839700Column {
get {
- return this.columnT2263000;
+ return this.columnR2839700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2263100Column {
+ public global::System.Data.DataColumn R2839800Column {
get {
- return this.columnT2263100;
+ return this.columnR2839800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2263200Column {
+ public global::System.Data.DataColumn R2839900Column {
get {
- return this.columnT2263200;
+ return this.columnR2839900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2263300Column {
+ public global::System.Data.DataColumn R2840000Column {
get {
- return this.columnT2263300;
+ return this.columnR2840000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2263400Column {
+ public global::System.Data.DataColumn R2840100Column {
get {
- return this.columnT2263400;
+ return this.columnR2840100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2263500Column {
+ public global::System.Data.DataColumn R2840200Column {
get {
- return this.columnT2263500;
+ return this.columnR2840200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2263600Column {
+ public global::System.Data.DataColumn R2840300Column {
get {
- return this.columnT2263600;
+ return this.columnR2840300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2263700Column {
+ public global::System.Data.DataColumn R2840400Column {
get {
- return this.columnT2263700;
+ return this.columnR2840400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2263800Column {
+ public global::System.Data.DataColumn R2840500Column {
get {
- return this.columnT2263800;
+ return this.columnR2840500;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn R2840600Column {
+ get {
+ return this.columnR2840600;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn R2840700Column {
+ get {
+ return this.columnR2840700;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn R2840800Column {
+ get {
+ return this.columnR2840800;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn R2840900Column {
+ get {
+ return this.columnR2840900;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn R2841000Column {
+ get {
+ return this.columnR2841000;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn R2841100Column {
+ get {
+ return this.columnR2841100;
}
}
@@ -5481,241 +5336,253 @@ public int Count {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1ExplicitRow this[int index] {
+ public tblGen1ImplicitRow this[int index] {
get {
- return ((tblGen1ExplicitRow)(this.Rows[index]));
+ return ((tblGen1ImplicitRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen1ExplicitRowChangeEventHandler tblGen1ExplicitRowChanging;
+ public event tblGen1ImplicitRowChangeEventHandler tblGen1ImplicitRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen1ExplicitRowChangeEventHandler tblGen1ExplicitRowChanged;
+ public event tblGen1ImplicitRowChangeEventHandler tblGen1ImplicitRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen1ExplicitRowChangeEventHandler tblGen1ExplicitRowDeleting;
+ public event tblGen1ImplicitRowChangeEventHandler tblGen1ImplicitRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen1ExplicitRowChangeEventHandler tblGen1ExplicitRowDeleted;
+ public event tblGen1ImplicitRowChangeEventHandler tblGen1ImplicitRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void AddtblGen1ExplicitRow(tblGen1ExplicitRow row) {
+ public void AddtblGen1ImplicitRow(tblGen1ImplicitRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1ExplicitRow AddtblGen1ExplicitRow(
+ public tblGen1ImplicitRow AddtblGen1ImplicitRow(
+ int H0001600,
+ int H0001700,
+ int H0001800,
+ int H0001900,
+ int H0002000,
+ int H0002100,
+ int H0002200,
+ int H0002300,
+ int H0002400,
+ int H0002500,
+ int H0002600,
+ int H0002700,
+ int H0002800,
+ int H0002900,
+ int H0003000,
+ int H0003100,
+ int H0013600,
+ int H0013700,
+ int H0013800,
+ int H0013900,
+ int H0014000,
+ int H0014100,
+ int H0014200,
+ int H0014300,
+ int H0014400,
+ int H0014500,
+ int H0014700,
+ int H0014800,
+ int H0014900,
+ int H0015000,
+ int H0015100,
+ int H0015200,
+ int H0015300,
+ int H0015400,
+ int H0015500,
+ int H0015600,
+ int H0015700,
+ int H0015800,
+ int H0015803,
+ int H0015804,
int R0000100,
- int R0000149,
- int R0000150,
- int R0000151,
- int R0000152,
- int R0000153,
- int R0000154,
- int R0000155,
- int R0000156,
- int R0000157,
- int R0000158,
- int R0000159,
- int R0000162,
- int R0000163,
- int R0000164,
- int R0000165,
- int R0000166,
+ int R0006100,
+ int R0006500,
+ int R0007300,
+ int R0007700,
+ int R0007900,
int R0214700,
int R0214800,
- int R4125101,
- int R4125801,
- int R4126501,
- int R4127201,
- int R4127901,
- int R4128601,
- int R4129301,
- int R4130001,
- int R4130701,
- int R4131401,
- int R4132101,
- int R4132801,
- int R4133701,
- int R4521500,
- int R4521700,
- int R4521800,
- int R4521900,
- int R4522000,
- int R4522100,
- int R4522200,
- int R4522300,
- int R4522400,
- int R4522500,
- int R4522600,
- int R4522700,
- int R4522800,
- int T0002000,
- int T0002100,
- int T0002200,
- int T0002300,
- int T0002400,
- int T0002500,
- int T0002600,
- int T0002700,
- int T0002800,
- int T0002900,
- int T0003000,
- int T0003100,
- int T0003200,
- int T0003300,
- int T0003400,
- int T0003500,
- int T0003600,
- int T0003700,
- int T0003800,
- int T0003900,
- int T0004000,
- int T0004100,
- int T0004200,
- int T0004300,
- int T0004400,
- int T0004500,
- int T2261500,
- int T2261600,
- int T2261700,
- int T2261800,
- int T2261900,
- int T2262000,
- int T2262100,
- int T2262200,
- int T2262300,
- int T2262400,
- int T2262500,
- int T2262600,
- int T2262700,
- int T2262800,
- int T2262900,
- int T2263000,
- int T2263100,
- int T2263200,
- int T2263300,
- int T2263400,
- int T2263500,
- int T2263600,
- int T2263700,
- int T2263800) {
- tblGen1ExplicitRow rowtblGen1ExplicitRow = ((tblGen1ExplicitRow)(this.NewRow()));
+ int R2302900,
+ int R2303100,
+ int R2303200,
+ int R2303300,
+ int R2303500,
+ int R2303600,
+ int R2505100,
+ int R2505300,
+ int R2505400,
+ int R2505500,
+ int R2505700,
+ int R2505800,
+ int R2737900,
+ int R2837200,
+ int R2837300,
+ int R2837400,
+ int R2837500,
+ int R2837600,
+ int R2837700,
+ int R2837800,
+ int R2837900,
+ int R2838000,
+ int R2838100,
+ int R2838200,
+ int R2838300,
+ int R2838400,
+ int R2838500,
+ int R2838600,
+ int R2838700,
+ int R2838800,
+ int R2838900,
+ int R2839000,
+ int R2839100,
+ int R2839200,
+ int R2839300,
+ int R2839400,
+ int R2839500,
+ int R2839600,
+ int R2839700,
+ int R2839800,
+ int R2839900,
+ int R2840000,
+ int R2840100,
+ int R2840200,
+ int R2840300,
+ int R2840400,
+ int R2840500,
+ int R2840600,
+ int R2840700,
+ int R2840800,
+ int R2840900,
+ int R2841000,
+ int R2841100) {
+ tblGen1ImplicitRow rowtblGen1ImplicitRow = ((tblGen1ImplicitRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
+ H0001600,
+ H0001700,
+ H0001800,
+ H0001900,
+ H0002000,
+ H0002100,
+ H0002200,
+ H0002300,
+ H0002400,
+ H0002500,
+ H0002600,
+ H0002700,
+ H0002800,
+ H0002900,
+ H0003000,
+ H0003100,
+ H0013600,
+ H0013700,
+ H0013800,
+ H0013900,
+ H0014000,
+ H0014100,
+ H0014200,
+ H0014300,
+ H0014400,
+ H0014500,
+ H0014700,
+ H0014800,
+ H0014900,
+ H0015000,
+ H0015100,
+ H0015200,
+ H0015300,
+ H0015400,
+ H0015500,
+ H0015600,
+ H0015700,
+ H0015800,
+ H0015803,
+ H0015804,
R0000100,
- R0000149,
- R0000150,
- R0000151,
- R0000152,
- R0000153,
- R0000154,
- R0000155,
- R0000156,
- R0000157,
- R0000158,
- R0000159,
- R0000162,
- R0000163,
- R0000164,
- R0000165,
- R0000166,
+ R0006100,
+ R0006500,
+ R0007300,
+ R0007700,
+ R0007900,
R0214700,
R0214800,
- R4125101,
- R4125801,
- R4126501,
- R4127201,
- R4127901,
- R4128601,
- R4129301,
- R4130001,
- R4130701,
- R4131401,
- R4132101,
- R4132801,
- R4133701,
- R4521500,
- R4521700,
- R4521800,
- R4521900,
- R4522000,
- R4522100,
- R4522200,
- R4522300,
- R4522400,
- R4522500,
- R4522600,
- R4522700,
- R4522800,
- T0002000,
- T0002100,
- T0002200,
- T0002300,
- T0002400,
- T0002500,
- T0002600,
- T0002700,
- T0002800,
- T0002900,
- T0003000,
- T0003100,
- T0003200,
- T0003300,
- T0003400,
- T0003500,
- T0003600,
- T0003700,
- T0003800,
- T0003900,
- T0004000,
- T0004100,
- T0004200,
- T0004300,
- T0004400,
- T0004500,
- T2261500,
- T2261600,
- T2261700,
- T2261800,
- T2261900,
- T2262000,
- T2262100,
- T2262200,
- T2262300,
- T2262400,
- T2262500,
- T2262600,
- T2262700,
- T2262800,
- T2262900,
- T2263000,
- T2263100,
- T2263200,
- T2263300,
- T2263400,
- T2263500,
- T2263600,
- T2263700,
- T2263800};
- rowtblGen1ExplicitRow.ItemArray = columnValuesArray;
- this.Rows.Add(rowtblGen1ExplicitRow);
- return rowtblGen1ExplicitRow;
+ R2302900,
+ R2303100,
+ R2303200,
+ R2303300,
+ R2303500,
+ R2303600,
+ R2505100,
+ R2505300,
+ R2505400,
+ R2505500,
+ R2505700,
+ R2505800,
+ R2737900,
+ R2837200,
+ R2837300,
+ R2837400,
+ R2837500,
+ R2837600,
+ R2837700,
+ R2837800,
+ R2837900,
+ R2838000,
+ R2838100,
+ R2838200,
+ R2838300,
+ R2838400,
+ R2838500,
+ R2838600,
+ R2838700,
+ R2838800,
+ R2838900,
+ R2839000,
+ R2839100,
+ R2839200,
+ R2839300,
+ R2839400,
+ R2839500,
+ R2839600,
+ R2839700,
+ R2839800,
+ R2839900,
+ R2840000,
+ R2840100,
+ R2840200,
+ R2840300,
+ R2840400,
+ R2840500,
+ R2840600,
+ R2840700,
+ R2840800,
+ R2840900,
+ R2841000,
+ R2841100};
+ rowtblGen1ImplicitRow.ItemArray = columnValuesArray;
+ this.Rows.Add(rowtblGen1ImplicitRow);
+ return rowtblGen1ImplicitRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1ExplicitRow FindByR0000100(int R0000100) {
- return ((tblGen1ExplicitRow)(this.Rows.Find(new object[] {
+ public tblGen1ImplicitRow FindByR0000100(int R0000100) {
+ return ((tblGen1ImplicitRow)(this.Rows.Find(new object[] {
R0000100})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
- tblGen1ExplicitDataTable cln = ((tblGen1ExplicitDataTable)(base.Clone()));
+ tblGen1ImplicitDataTable cln = ((tblGen1ImplicitDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
@@ -5723,302 +5590,320 @@ public tblGen1ExplicitRow FindByR0000100(int R0000100) {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
- return new tblGen1ExplicitDataTable();
+ return new tblGen1ImplicitDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
+ this.columnH0001600 = base.Columns["H0001600"];
+ this.columnH0001700 = base.Columns["H0001700"];
+ this.columnH0001800 = base.Columns["H0001800"];
+ this.columnH0001900 = base.Columns["H0001900"];
+ this.columnH0002000 = base.Columns["H0002000"];
+ this.columnH0002100 = base.Columns["H0002100"];
+ this.columnH0002200 = base.Columns["H0002200"];
+ this.columnH0002300 = base.Columns["H0002300"];
+ this.columnH0002400 = base.Columns["H0002400"];
+ this.columnH0002500 = base.Columns["H0002500"];
+ this.columnH0002600 = base.Columns["H0002600"];
+ this.columnH0002700 = base.Columns["H0002700"];
+ this.columnH0002800 = base.Columns["H0002800"];
+ this.columnH0002900 = base.Columns["H0002900"];
+ this.columnH0003000 = base.Columns["H0003000"];
+ this.columnH0003100 = base.Columns["H0003100"];
+ this.columnH0013600 = base.Columns["H0013600"];
+ this.columnH0013700 = base.Columns["H0013700"];
+ this.columnH0013800 = base.Columns["H0013800"];
+ this.columnH0013900 = base.Columns["H0013900"];
+ this.columnH0014000 = base.Columns["H0014000"];
+ this.columnH0014100 = base.Columns["H0014100"];
+ this.columnH0014200 = base.Columns["H0014200"];
+ this.columnH0014300 = base.Columns["H0014300"];
+ this.columnH0014400 = base.Columns["H0014400"];
+ this.columnH0014500 = base.Columns["H0014500"];
+ this.columnH0014700 = base.Columns["H0014700"];
+ this.columnH0014800 = base.Columns["H0014800"];
+ this.columnH0014900 = base.Columns["H0014900"];
+ this.columnH0015000 = base.Columns["H0015000"];
+ this.columnH0015100 = base.Columns["H0015100"];
+ this.columnH0015200 = base.Columns["H0015200"];
+ this.columnH0015300 = base.Columns["H0015300"];
+ this.columnH0015400 = base.Columns["H0015400"];
+ this.columnH0015500 = base.Columns["H0015500"];
+ this.columnH0015600 = base.Columns["H0015600"];
+ this.columnH0015700 = base.Columns["H0015700"];
+ this.columnH0015800 = base.Columns["H0015800"];
+ this.columnH0015803 = base.Columns["H0015803"];
+ this.columnH0015804 = base.Columns["H0015804"];
this.columnR0000100 = base.Columns["R0000100"];
- this.columnR0000149 = base.Columns["R0000149"];
- this.columnR0000150 = base.Columns["R0000150"];
- this.columnR0000151 = base.Columns["R0000151"];
- this.columnR0000152 = base.Columns["R0000152"];
- this.columnR0000153 = base.Columns["R0000153"];
- this.columnR0000154 = base.Columns["R0000154"];
- this.columnR0000155 = base.Columns["R0000155"];
- this.columnR0000156 = base.Columns["R0000156"];
- this.columnR0000157 = base.Columns["R0000157"];
- this.columnR0000158 = base.Columns["R0000158"];
- this.columnR0000159 = base.Columns["R0000159"];
- this.columnR0000162 = base.Columns["R0000162"];
- this.columnR0000163 = base.Columns["R0000163"];
- this.columnR0000164 = base.Columns["R0000164"];
- this.columnR0000165 = base.Columns["R0000165"];
- this.columnR0000166 = base.Columns["R0000166"];
+ this.columnR0006100 = base.Columns["R0006100"];
+ this.columnR0006500 = base.Columns["R0006500"];
+ this.columnR0007300 = base.Columns["R0007300"];
+ this.columnR0007700 = base.Columns["R0007700"];
+ this.columnR0007900 = base.Columns["R0007900"];
this.columnR0214700 = base.Columns["R0214700"];
this.columnR0214800 = base.Columns["R0214800"];
- this.columnR4125101 = base.Columns["R4125101"];
- this.columnR4125801 = base.Columns["R4125801"];
- this.columnR4126501 = base.Columns["R4126501"];
- this.columnR4127201 = base.Columns["R4127201"];
- this.columnR4127901 = base.Columns["R4127901"];
- this.columnR4128601 = base.Columns["R4128601"];
- this.columnR4129301 = base.Columns["R4129301"];
- this.columnR4130001 = base.Columns["R4130001"];
- this.columnR4130701 = base.Columns["R4130701"];
- this.columnR4131401 = base.Columns["R4131401"];
- this.columnR4132101 = base.Columns["R4132101"];
- this.columnR4132801 = base.Columns["R4132801"];
- this.columnR4133701 = base.Columns["R4133701"];
- this.columnR4521500 = base.Columns["R4521500"];
- this.columnR4521700 = base.Columns["R4521700"];
- this.columnR4521800 = base.Columns["R4521800"];
- this.columnR4521900 = base.Columns["R4521900"];
- this.columnR4522000 = base.Columns["R4522000"];
- this.columnR4522100 = base.Columns["R4522100"];
- this.columnR4522200 = base.Columns["R4522200"];
- this.columnR4522300 = base.Columns["R4522300"];
- this.columnR4522400 = base.Columns["R4522400"];
- this.columnR4522500 = base.Columns["R4522500"];
- this.columnR4522600 = base.Columns["R4522600"];
- this.columnR4522700 = base.Columns["R4522700"];
- this.columnR4522800 = base.Columns["R4522800"];
- this.columnT0002000 = base.Columns["T0002000"];
- this.columnT0002100 = base.Columns["T0002100"];
- this.columnT0002200 = base.Columns["T0002200"];
- this.columnT0002300 = base.Columns["T0002300"];
- this.columnT0002400 = base.Columns["T0002400"];
- this.columnT0002500 = base.Columns["T0002500"];
- this.columnT0002600 = base.Columns["T0002600"];
- this.columnT0002700 = base.Columns["T0002700"];
- this.columnT0002800 = base.Columns["T0002800"];
- this.columnT0002900 = base.Columns["T0002900"];
- this.columnT0003000 = base.Columns["T0003000"];
- this.columnT0003100 = base.Columns["T0003100"];
- this.columnT0003200 = base.Columns["T0003200"];
- this.columnT0003300 = base.Columns["T0003300"];
- this.columnT0003400 = base.Columns["T0003400"];
- this.columnT0003500 = base.Columns["T0003500"];
- this.columnT0003600 = base.Columns["T0003600"];
- this.columnT0003700 = base.Columns["T0003700"];
- this.columnT0003800 = base.Columns["T0003800"];
- this.columnT0003900 = base.Columns["T0003900"];
- this.columnT0004000 = base.Columns["T0004000"];
- this.columnT0004100 = base.Columns["T0004100"];
- this.columnT0004200 = base.Columns["T0004200"];
- this.columnT0004300 = base.Columns["T0004300"];
- this.columnT0004400 = base.Columns["T0004400"];
- this.columnT0004500 = base.Columns["T0004500"];
- this.columnT2261500 = base.Columns["T2261500"];
- this.columnT2261600 = base.Columns["T2261600"];
- this.columnT2261700 = base.Columns["T2261700"];
- this.columnT2261800 = base.Columns["T2261800"];
- this.columnT2261900 = base.Columns["T2261900"];
- this.columnT2262000 = base.Columns["T2262000"];
- this.columnT2262100 = base.Columns["T2262100"];
- this.columnT2262200 = base.Columns["T2262200"];
- this.columnT2262300 = base.Columns["T2262300"];
- this.columnT2262400 = base.Columns["T2262400"];
- this.columnT2262500 = base.Columns["T2262500"];
- this.columnT2262600 = base.Columns["T2262600"];
- this.columnT2262700 = base.Columns["T2262700"];
- this.columnT2262800 = base.Columns["T2262800"];
- this.columnT2262900 = base.Columns["T2262900"];
- this.columnT2263000 = base.Columns["T2263000"];
- this.columnT2263100 = base.Columns["T2263100"];
- this.columnT2263200 = base.Columns["T2263200"];
- this.columnT2263300 = base.Columns["T2263300"];
- this.columnT2263400 = base.Columns["T2263400"];
- this.columnT2263500 = base.Columns["T2263500"];
- this.columnT2263600 = base.Columns["T2263600"];
- this.columnT2263700 = base.Columns["T2263700"];
- this.columnT2263800 = base.Columns["T2263800"];
+ this.columnR2302900 = base.Columns["R2302900"];
+ this.columnR2303100 = base.Columns["R2303100"];
+ this.columnR2303200 = base.Columns["R2303200"];
+ this.columnR2303300 = base.Columns["R2303300"];
+ this.columnR2303500 = base.Columns["R2303500"];
+ this.columnR2303600 = base.Columns["R2303600"];
+ this.columnR2505100 = base.Columns["R2505100"];
+ this.columnR2505300 = base.Columns["R2505300"];
+ this.columnR2505400 = base.Columns["R2505400"];
+ this.columnR2505500 = base.Columns["R2505500"];
+ this.columnR2505700 = base.Columns["R2505700"];
+ this.columnR2505800 = base.Columns["R2505800"];
+ this.columnR2737900 = base.Columns["R2737900"];
+ this.columnR2837200 = base.Columns["R2837200"];
+ this.columnR2837300 = base.Columns["R2837300"];
+ this.columnR2837400 = base.Columns["R2837400"];
+ this.columnR2837500 = base.Columns["R2837500"];
+ this.columnR2837600 = base.Columns["R2837600"];
+ this.columnR2837700 = base.Columns["R2837700"];
+ this.columnR2837800 = base.Columns["R2837800"];
+ this.columnR2837900 = base.Columns["R2837900"];
+ this.columnR2838000 = base.Columns["R2838000"];
+ this.columnR2838100 = base.Columns["R2838100"];
+ this.columnR2838200 = base.Columns["R2838200"];
+ this.columnR2838300 = base.Columns["R2838300"];
+ this.columnR2838400 = base.Columns["R2838400"];
+ this.columnR2838500 = base.Columns["R2838500"];
+ this.columnR2838600 = base.Columns["R2838600"];
+ this.columnR2838700 = base.Columns["R2838700"];
+ this.columnR2838800 = base.Columns["R2838800"];
+ this.columnR2838900 = base.Columns["R2838900"];
+ this.columnR2839000 = base.Columns["R2839000"];
+ this.columnR2839100 = base.Columns["R2839100"];
+ this.columnR2839200 = base.Columns["R2839200"];
+ this.columnR2839300 = base.Columns["R2839300"];
+ this.columnR2839400 = base.Columns["R2839400"];
+ this.columnR2839500 = base.Columns["R2839500"];
+ this.columnR2839600 = base.Columns["R2839600"];
+ this.columnR2839700 = base.Columns["R2839700"];
+ this.columnR2839800 = base.Columns["R2839800"];
+ this.columnR2839900 = base.Columns["R2839900"];
+ this.columnR2840000 = base.Columns["R2840000"];
+ this.columnR2840100 = base.Columns["R2840100"];
+ this.columnR2840200 = base.Columns["R2840200"];
+ this.columnR2840300 = base.Columns["R2840300"];
+ this.columnR2840400 = base.Columns["R2840400"];
+ this.columnR2840500 = base.Columns["R2840500"];
+ this.columnR2840600 = base.Columns["R2840600"];
+ this.columnR2840700 = base.Columns["R2840700"];
+ this.columnR2840800 = base.Columns["R2840800"];
+ this.columnR2840900 = base.Columns["R2840900"];
+ this.columnR2841000 = base.Columns["R2841000"];
+ this.columnR2841100 = base.Columns["R2841100"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
+ this.columnH0001600 = new global::System.Data.DataColumn("H0001600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0001600);
+ this.columnH0001700 = new global::System.Data.DataColumn("H0001700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0001700);
+ this.columnH0001800 = new global::System.Data.DataColumn("H0001800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0001800);
+ this.columnH0001900 = new global::System.Data.DataColumn("H0001900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0001900);
+ this.columnH0002000 = new global::System.Data.DataColumn("H0002000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0002000);
+ this.columnH0002100 = new global::System.Data.DataColumn("H0002100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0002100);
+ this.columnH0002200 = new global::System.Data.DataColumn("H0002200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0002200);
+ this.columnH0002300 = new global::System.Data.DataColumn("H0002300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0002300);
+ this.columnH0002400 = new global::System.Data.DataColumn("H0002400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0002400);
+ this.columnH0002500 = new global::System.Data.DataColumn("H0002500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0002500);
+ this.columnH0002600 = new global::System.Data.DataColumn("H0002600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0002600);
+ this.columnH0002700 = new global::System.Data.DataColumn("H0002700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0002700);
+ this.columnH0002800 = new global::System.Data.DataColumn("H0002800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0002800);
+ this.columnH0002900 = new global::System.Data.DataColumn("H0002900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0002900);
+ this.columnH0003000 = new global::System.Data.DataColumn("H0003000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0003000);
+ this.columnH0003100 = new global::System.Data.DataColumn("H0003100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0003100);
+ this.columnH0013600 = new global::System.Data.DataColumn("H0013600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0013600);
+ this.columnH0013700 = new global::System.Data.DataColumn("H0013700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0013700);
+ this.columnH0013800 = new global::System.Data.DataColumn("H0013800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0013800);
+ this.columnH0013900 = new global::System.Data.DataColumn("H0013900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0013900);
+ this.columnH0014000 = new global::System.Data.DataColumn("H0014000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0014000);
+ this.columnH0014100 = new global::System.Data.DataColumn("H0014100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0014100);
+ this.columnH0014200 = new global::System.Data.DataColumn("H0014200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0014200);
+ this.columnH0014300 = new global::System.Data.DataColumn("H0014300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0014300);
+ this.columnH0014400 = new global::System.Data.DataColumn("H0014400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0014400);
+ this.columnH0014500 = new global::System.Data.DataColumn("H0014500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0014500);
+ this.columnH0014700 = new global::System.Data.DataColumn("H0014700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0014700);
+ this.columnH0014800 = new global::System.Data.DataColumn("H0014800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0014800);
+ this.columnH0014900 = new global::System.Data.DataColumn("H0014900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0014900);
+ this.columnH0015000 = new global::System.Data.DataColumn("H0015000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0015000);
+ this.columnH0015100 = new global::System.Data.DataColumn("H0015100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0015100);
+ this.columnH0015200 = new global::System.Data.DataColumn("H0015200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0015200);
+ this.columnH0015300 = new global::System.Data.DataColumn("H0015300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0015300);
+ this.columnH0015400 = new global::System.Data.DataColumn("H0015400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0015400);
+ this.columnH0015500 = new global::System.Data.DataColumn("H0015500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0015500);
+ this.columnH0015600 = new global::System.Data.DataColumn("H0015600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0015600);
+ this.columnH0015700 = new global::System.Data.DataColumn("H0015700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0015700);
+ this.columnH0015800 = new global::System.Data.DataColumn("H0015800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0015800);
+ this.columnH0015803 = new global::System.Data.DataColumn("H0015803", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0015803);
+ this.columnH0015804 = new global::System.Data.DataColumn("H0015804", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnH0015804);
this.columnR0000100 = new global::System.Data.DataColumn("R0000100", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR0000100);
- this.columnR0000149 = new global::System.Data.DataColumn("R0000149", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0000149);
- this.columnR0000150 = new global::System.Data.DataColumn("R0000150", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0000150);
- this.columnR0000151 = new global::System.Data.DataColumn("R0000151", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0000151);
- this.columnR0000152 = new global::System.Data.DataColumn("R0000152", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0000152);
- this.columnR0000153 = new global::System.Data.DataColumn("R0000153", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0000153);
- this.columnR0000154 = new global::System.Data.DataColumn("R0000154", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0000154);
- this.columnR0000155 = new global::System.Data.DataColumn("R0000155", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0000155);
- this.columnR0000156 = new global::System.Data.DataColumn("R0000156", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0000156);
- this.columnR0000157 = new global::System.Data.DataColumn("R0000157", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0000157);
- this.columnR0000158 = new global::System.Data.DataColumn("R0000158", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0000158);
- this.columnR0000159 = new global::System.Data.DataColumn("R0000159", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0000159);
- this.columnR0000162 = new global::System.Data.DataColumn("R0000162", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0000162);
- this.columnR0000163 = new global::System.Data.DataColumn("R0000163", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0000163);
- this.columnR0000164 = new global::System.Data.DataColumn("R0000164", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0000164);
- this.columnR0000165 = new global::System.Data.DataColumn("R0000165", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0000165);
- this.columnR0000166 = new global::System.Data.DataColumn("R0000166", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0000166);
+ this.columnR0006100 = new global::System.Data.DataColumn("R0006100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0006100);
+ this.columnR0006500 = new global::System.Data.DataColumn("R0006500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0006500);
+ this.columnR0007300 = new global::System.Data.DataColumn("R0007300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0007300);
+ this.columnR0007700 = new global::System.Data.DataColumn("R0007700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0007700);
+ this.columnR0007900 = new global::System.Data.DataColumn("R0007900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0007900);
this.columnR0214700 = new global::System.Data.DataColumn("R0214700", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR0214700);
this.columnR0214800 = new global::System.Data.DataColumn("R0214800", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR0214800);
- this.columnR4125101 = new global::System.Data.DataColumn("R4125101", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4125101);
- this.columnR4125801 = new global::System.Data.DataColumn("R4125801", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4125801);
- this.columnR4126501 = new global::System.Data.DataColumn("R4126501", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4126501);
- this.columnR4127201 = new global::System.Data.DataColumn("R4127201", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4127201);
- this.columnR4127901 = new global::System.Data.DataColumn("R4127901", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4127901);
- this.columnR4128601 = new global::System.Data.DataColumn("R4128601", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4128601);
- this.columnR4129301 = new global::System.Data.DataColumn("R4129301", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4129301);
- this.columnR4130001 = new global::System.Data.DataColumn("R4130001", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4130001);
- this.columnR4130701 = new global::System.Data.DataColumn("R4130701", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4130701);
- this.columnR4131401 = new global::System.Data.DataColumn("R4131401", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4131401);
- this.columnR4132101 = new global::System.Data.DataColumn("R4132101", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4132101);
- this.columnR4132801 = new global::System.Data.DataColumn("R4132801", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4132801);
- this.columnR4133701 = new global::System.Data.DataColumn("R4133701", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4133701);
- this.columnR4521500 = new global::System.Data.DataColumn("R4521500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4521500);
- this.columnR4521700 = new global::System.Data.DataColumn("R4521700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4521700);
- this.columnR4521800 = new global::System.Data.DataColumn("R4521800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4521800);
- this.columnR4521900 = new global::System.Data.DataColumn("R4521900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4521900);
- this.columnR4522000 = new global::System.Data.DataColumn("R4522000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4522000);
- this.columnR4522100 = new global::System.Data.DataColumn("R4522100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4522100);
- this.columnR4522200 = new global::System.Data.DataColumn("R4522200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4522200);
- this.columnR4522300 = new global::System.Data.DataColumn("R4522300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4522300);
- this.columnR4522400 = new global::System.Data.DataColumn("R4522400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4522400);
- this.columnR4522500 = new global::System.Data.DataColumn("R4522500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4522500);
- this.columnR4522600 = new global::System.Data.DataColumn("R4522600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4522600);
- this.columnR4522700 = new global::System.Data.DataColumn("R4522700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4522700);
- this.columnR4522800 = new global::System.Data.DataColumn("R4522800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4522800);
- this.columnT0002000 = new global::System.Data.DataColumn("T0002000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0002000);
- this.columnT0002100 = new global::System.Data.DataColumn("T0002100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0002100);
- this.columnT0002200 = new global::System.Data.DataColumn("T0002200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0002200);
- this.columnT0002300 = new global::System.Data.DataColumn("T0002300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0002300);
- this.columnT0002400 = new global::System.Data.DataColumn("T0002400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0002400);
- this.columnT0002500 = new global::System.Data.DataColumn("T0002500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0002500);
- this.columnT0002600 = new global::System.Data.DataColumn("T0002600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0002600);
- this.columnT0002700 = new global::System.Data.DataColumn("T0002700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0002700);
- this.columnT0002800 = new global::System.Data.DataColumn("T0002800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0002800);
- this.columnT0002900 = new global::System.Data.DataColumn("T0002900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0002900);
- this.columnT0003000 = new global::System.Data.DataColumn("T0003000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0003000);
- this.columnT0003100 = new global::System.Data.DataColumn("T0003100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0003100);
- this.columnT0003200 = new global::System.Data.DataColumn("T0003200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0003200);
- this.columnT0003300 = new global::System.Data.DataColumn("T0003300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0003300);
- this.columnT0003400 = new global::System.Data.DataColumn("T0003400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0003400);
- this.columnT0003500 = new global::System.Data.DataColumn("T0003500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0003500);
- this.columnT0003600 = new global::System.Data.DataColumn("T0003600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0003600);
- this.columnT0003700 = new global::System.Data.DataColumn("T0003700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0003700);
- this.columnT0003800 = new global::System.Data.DataColumn("T0003800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0003800);
- this.columnT0003900 = new global::System.Data.DataColumn("T0003900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0003900);
- this.columnT0004000 = new global::System.Data.DataColumn("T0004000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0004000);
- this.columnT0004100 = new global::System.Data.DataColumn("T0004100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0004100);
- this.columnT0004200 = new global::System.Data.DataColumn("T0004200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0004200);
- this.columnT0004300 = new global::System.Data.DataColumn("T0004300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0004300);
- this.columnT0004400 = new global::System.Data.DataColumn("T0004400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0004400);
- this.columnT0004500 = new global::System.Data.DataColumn("T0004500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0004500);
- this.columnT2261500 = new global::System.Data.DataColumn("T2261500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2261500);
- this.columnT2261600 = new global::System.Data.DataColumn("T2261600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2261600);
- this.columnT2261700 = new global::System.Data.DataColumn("T2261700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2261700);
- this.columnT2261800 = new global::System.Data.DataColumn("T2261800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2261800);
- this.columnT2261900 = new global::System.Data.DataColumn("T2261900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2261900);
- this.columnT2262000 = new global::System.Data.DataColumn("T2262000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2262000);
- this.columnT2262100 = new global::System.Data.DataColumn("T2262100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2262100);
- this.columnT2262200 = new global::System.Data.DataColumn("T2262200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2262200);
- this.columnT2262300 = new global::System.Data.DataColumn("T2262300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2262300);
- this.columnT2262400 = new global::System.Data.DataColumn("T2262400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2262400);
- this.columnT2262500 = new global::System.Data.DataColumn("T2262500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2262500);
- this.columnT2262600 = new global::System.Data.DataColumn("T2262600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2262600);
- this.columnT2262700 = new global::System.Data.DataColumn("T2262700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2262700);
- this.columnT2262800 = new global::System.Data.DataColumn("T2262800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2262800);
- this.columnT2262900 = new global::System.Data.DataColumn("T2262900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2262900);
- this.columnT2263000 = new global::System.Data.DataColumn("T2263000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2263000);
- this.columnT2263100 = new global::System.Data.DataColumn("T2263100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2263100);
- this.columnT2263200 = new global::System.Data.DataColumn("T2263200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2263200);
- this.columnT2263300 = new global::System.Data.DataColumn("T2263300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2263300);
- this.columnT2263400 = new global::System.Data.DataColumn("T2263400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2263400);
- this.columnT2263500 = new global::System.Data.DataColumn("T2263500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2263500);
- this.columnT2263600 = new global::System.Data.DataColumn("T2263600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2263600);
- this.columnT2263700 = new global::System.Data.DataColumn("T2263700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2263700);
- this.columnT2263800 = new global::System.Data.DataColumn("T2263800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2263800);
+ this.columnR2302900 = new global::System.Data.DataColumn("R2302900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2302900);
+ this.columnR2303100 = new global::System.Data.DataColumn("R2303100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2303100);
+ this.columnR2303200 = new global::System.Data.DataColumn("R2303200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2303200);
+ this.columnR2303300 = new global::System.Data.DataColumn("R2303300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2303300);
+ this.columnR2303500 = new global::System.Data.DataColumn("R2303500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2303500);
+ this.columnR2303600 = new global::System.Data.DataColumn("R2303600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2303600);
+ this.columnR2505100 = new global::System.Data.DataColumn("R2505100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2505100);
+ this.columnR2505300 = new global::System.Data.DataColumn("R2505300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2505300);
+ this.columnR2505400 = new global::System.Data.DataColumn("R2505400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2505400);
+ this.columnR2505500 = new global::System.Data.DataColumn("R2505500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2505500);
+ this.columnR2505700 = new global::System.Data.DataColumn("R2505700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2505700);
+ this.columnR2505800 = new global::System.Data.DataColumn("R2505800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2505800);
+ this.columnR2737900 = new global::System.Data.DataColumn("R2737900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2737900);
+ this.columnR2837200 = new global::System.Data.DataColumn("R2837200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2837200);
+ this.columnR2837300 = new global::System.Data.DataColumn("R2837300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2837300);
+ this.columnR2837400 = new global::System.Data.DataColumn("R2837400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2837400);
+ this.columnR2837500 = new global::System.Data.DataColumn("R2837500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2837500);
+ this.columnR2837600 = new global::System.Data.DataColumn("R2837600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2837600);
+ this.columnR2837700 = new global::System.Data.DataColumn("R2837700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2837700);
+ this.columnR2837800 = new global::System.Data.DataColumn("R2837800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2837800);
+ this.columnR2837900 = new global::System.Data.DataColumn("R2837900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2837900);
+ this.columnR2838000 = new global::System.Data.DataColumn("R2838000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2838000);
+ this.columnR2838100 = new global::System.Data.DataColumn("R2838100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2838100);
+ this.columnR2838200 = new global::System.Data.DataColumn("R2838200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2838200);
+ this.columnR2838300 = new global::System.Data.DataColumn("R2838300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2838300);
+ this.columnR2838400 = new global::System.Data.DataColumn("R2838400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2838400);
+ this.columnR2838500 = new global::System.Data.DataColumn("R2838500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2838500);
+ this.columnR2838600 = new global::System.Data.DataColumn("R2838600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2838600);
+ this.columnR2838700 = new global::System.Data.DataColumn("R2838700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2838700);
+ this.columnR2838800 = new global::System.Data.DataColumn("R2838800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2838800);
+ this.columnR2838900 = new global::System.Data.DataColumn("R2838900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2838900);
+ this.columnR2839000 = new global::System.Data.DataColumn("R2839000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2839000);
+ this.columnR2839100 = new global::System.Data.DataColumn("R2839100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2839100);
+ this.columnR2839200 = new global::System.Data.DataColumn("R2839200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2839200);
+ this.columnR2839300 = new global::System.Data.DataColumn("R2839300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2839300);
+ this.columnR2839400 = new global::System.Data.DataColumn("R2839400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2839400);
+ this.columnR2839500 = new global::System.Data.DataColumn("R2839500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2839500);
+ this.columnR2839600 = new global::System.Data.DataColumn("R2839600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2839600);
+ this.columnR2839700 = new global::System.Data.DataColumn("R2839700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2839700);
+ this.columnR2839800 = new global::System.Data.DataColumn("R2839800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2839800);
+ this.columnR2839900 = new global::System.Data.DataColumn("R2839900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2839900);
+ this.columnR2840000 = new global::System.Data.DataColumn("R2840000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2840000);
+ this.columnR2840100 = new global::System.Data.DataColumn("R2840100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2840100);
+ this.columnR2840200 = new global::System.Data.DataColumn("R2840200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2840200);
+ this.columnR2840300 = new global::System.Data.DataColumn("R2840300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2840300);
+ this.columnR2840400 = new global::System.Data.DataColumn("R2840400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2840400);
+ this.columnR2840500 = new global::System.Data.DataColumn("R2840500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2840500);
+ this.columnR2840600 = new global::System.Data.DataColumn("R2840600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2840600);
+ this.columnR2840700 = new global::System.Data.DataColumn("R2840700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2840700);
+ this.columnR2840800 = new global::System.Data.DataColumn("R2840800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2840800);
+ this.columnR2840900 = new global::System.Data.DataColumn("R2840900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2840900);
+ this.columnR2841000 = new global::System.Data.DataColumn("R2841000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2841000);
+ this.columnR2841100 = new global::System.Data.DataColumn("R2841100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2841100);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnR0000100}, true));
this.columnR0000100.AllowDBNull = false;
@@ -6027,28 +5912,28 @@ private void InitClass() {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1ExplicitRow NewtblGen1ExplicitRow() {
- return ((tblGen1ExplicitRow)(this.NewRow()));
+ public tblGen1ImplicitRow NewtblGen1ImplicitRow() {
+ return ((tblGen1ImplicitRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
- return new tblGen1ExplicitRow(builder);
+ return new tblGen1ImplicitRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
- return typeof(tblGen1ExplicitRow);
+ return typeof(tblGen1ImplicitRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
- if ((this.tblGen1ExplicitRowChanged != null)) {
- this.tblGen1ExplicitRowChanged(this, new tblGen1ExplicitRowChangeEvent(((tblGen1ExplicitRow)(e.Row)), e.Action));
+ if ((this.tblGen1ImplicitRowChanged != null)) {
+ this.tblGen1ImplicitRowChanged(this, new tblGen1ImplicitRowChangeEvent(((tblGen1ImplicitRow)(e.Row)), e.Action));
}
}
@@ -6056,8 +5941,8 @@ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
- if ((this.tblGen1ExplicitRowChanging != null)) {
- this.tblGen1ExplicitRowChanging(this, new tblGen1ExplicitRowChangeEvent(((tblGen1ExplicitRow)(e.Row)), e.Action));
+ if ((this.tblGen1ImplicitRowChanging != null)) {
+ this.tblGen1ImplicitRowChanging(this, new tblGen1ImplicitRowChangeEvent(((tblGen1ImplicitRow)(e.Row)), e.Action));
}
}
@@ -6065,8 +5950,8 @@ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
- if ((this.tblGen1ExplicitRowDeleted != null)) {
- this.tblGen1ExplicitRowDeleted(this, new tblGen1ExplicitRowChangeEvent(((tblGen1ExplicitRow)(e.Row)), e.Action));
+ if ((this.tblGen1ImplicitRowDeleted != null)) {
+ this.tblGen1ImplicitRowDeleted(this, new tblGen1ImplicitRowChangeEvent(((tblGen1ImplicitRow)(e.Row)), e.Action));
}
}
@@ -6074,14 +5959,14 @@ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
- if ((this.tblGen1ExplicitRowDeleting != null)) {
- this.tblGen1ExplicitRowDeleting(this, new tblGen1ExplicitRowChangeEvent(((tblGen1ExplicitRow)(e.Row)), e.Action));
+ if ((this.tblGen1ImplicitRowDeleting != null)) {
+ this.tblGen1ImplicitRowDeleting(this, new tblGen1ImplicitRowChangeEvent(((tblGen1ImplicitRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void RemovetblGen1ExplicitRow(tblGen1ExplicitRow row) {
+ public void RemovetblGen1ImplicitRow(tblGen1ImplicitRow row) {
this.Rows.Remove(row);
}
@@ -6108,7 +5993,7 @@ public void RemovetblGen1ExplicitRow(tblGen1ExplicitRow row) {
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
- attribute2.FixedValue = "tblGen1ExplicitDataTable";
+ attribute2.FixedValue = "tblGen1ImplicitDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
@@ -6154,214 +6039,38 @@ public void RemovetblGen1ExplicitRow(tblGen1ExplicitRow row) {
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
- public partial class tblGen1ImplicitDataTable : global::System.Data.TypedTableBase {
-
- private global::System.Data.DataColumn columnH0001600;
-
- private global::System.Data.DataColumn columnH0001700;
-
- private global::System.Data.DataColumn columnH0001800;
-
- private global::System.Data.DataColumn columnH0001900;
-
- private global::System.Data.DataColumn columnH0002000;
-
- private global::System.Data.DataColumn columnH0002100;
-
- private global::System.Data.DataColumn columnH0002200;
-
- private global::System.Data.DataColumn columnH0002300;
-
- private global::System.Data.DataColumn columnH0002400;
-
- private global::System.Data.DataColumn columnH0002500;
-
- private global::System.Data.DataColumn columnH0002600;
-
- private global::System.Data.DataColumn columnH0002700;
-
- private global::System.Data.DataColumn columnH0002800;
-
- private global::System.Data.DataColumn columnH0002900;
-
- private global::System.Data.DataColumn columnH0003000;
-
- private global::System.Data.DataColumn columnH0003100;
-
- private global::System.Data.DataColumn columnH0013600;
-
- private global::System.Data.DataColumn columnH0013700;
-
- private global::System.Data.DataColumn columnH0013800;
-
- private global::System.Data.DataColumn columnH0013900;
-
- private global::System.Data.DataColumn columnH0014000;
-
- private global::System.Data.DataColumn columnH0014100;
-
- private global::System.Data.DataColumn columnH0014200;
-
- private global::System.Data.DataColumn columnH0014300;
-
- private global::System.Data.DataColumn columnH0014400;
-
- private global::System.Data.DataColumn columnH0014500;
-
- private global::System.Data.DataColumn columnH0014700;
-
- private global::System.Data.DataColumn columnH0014800;
-
- private global::System.Data.DataColumn columnH0014900;
-
- private global::System.Data.DataColumn columnH0015000;
-
- private global::System.Data.DataColumn columnH0015100;
-
- private global::System.Data.DataColumn columnH0015200;
-
- private global::System.Data.DataColumn columnH0015300;
-
- private global::System.Data.DataColumn columnH0015400;
-
- private global::System.Data.DataColumn columnH0015500;
-
- private global::System.Data.DataColumn columnH0015600;
-
- private global::System.Data.DataColumn columnH0015700;
-
- private global::System.Data.DataColumn columnH0015800;
-
- private global::System.Data.DataColumn columnH0015803;
-
- private global::System.Data.DataColumn columnH0015804;
-
- private global::System.Data.DataColumn columnR0000100;
-
- private global::System.Data.DataColumn columnR0006100;
-
- private global::System.Data.DataColumn columnR0006500;
-
- private global::System.Data.DataColumn columnR0007300;
-
- private global::System.Data.DataColumn columnR0007700;
-
- private global::System.Data.DataColumn columnR0007900;
-
- private global::System.Data.DataColumn columnR0214700;
-
- private global::System.Data.DataColumn columnR0214800;
-
- private global::System.Data.DataColumn columnR2302900;
-
- private global::System.Data.DataColumn columnR2303100;
-
- private global::System.Data.DataColumn columnR2303200;
-
- private global::System.Data.DataColumn columnR2303300;
-
- private global::System.Data.DataColumn columnR2303500;
-
- private global::System.Data.DataColumn columnR2303600;
-
- private global::System.Data.DataColumn columnR2505100;
-
- private global::System.Data.DataColumn columnR2505300;
-
- private global::System.Data.DataColumn columnR2505400;
-
- private global::System.Data.DataColumn columnR2505500;
-
- private global::System.Data.DataColumn columnR2505700;
-
- private global::System.Data.DataColumn columnR2505800;
-
- private global::System.Data.DataColumn columnR2737900;
-
- private global::System.Data.DataColumn columnR2837200;
-
- private global::System.Data.DataColumn columnR2837300;
-
- private global::System.Data.DataColumn columnR2837400;
-
- private global::System.Data.DataColumn columnR2837500;
-
- private global::System.Data.DataColumn columnR2837600;
-
- private global::System.Data.DataColumn columnR2837700;
-
- private global::System.Data.DataColumn columnR2837800;
-
- private global::System.Data.DataColumn columnR2837900;
-
- private global::System.Data.DataColumn columnR2838000;
-
- private global::System.Data.DataColumn columnR2838100;
-
- private global::System.Data.DataColumn columnR2838200;
-
- private global::System.Data.DataColumn columnR2838300;
-
- private global::System.Data.DataColumn columnR2838400;
-
- private global::System.Data.DataColumn columnR2838500;
-
- private global::System.Data.DataColumn columnR2838600;
-
- private global::System.Data.DataColumn columnR2838700;
-
- private global::System.Data.DataColumn columnR2838800;
-
- private global::System.Data.DataColumn columnR2838900;
-
- private global::System.Data.DataColumn columnR2839000;
-
- private global::System.Data.DataColumn columnR2839100;
-
- private global::System.Data.DataColumn columnR2839200;
-
- private global::System.Data.DataColumn columnR2839300;
-
- private global::System.Data.DataColumn columnR2839400;
-
- private global::System.Data.DataColumn columnR2839500;
-
- private global::System.Data.DataColumn columnR2839600;
-
- private global::System.Data.DataColumn columnR2839700;
-
- private global::System.Data.DataColumn columnR2839800;
+ public partial class tblGen2OutcomesWeightDataTable : global::System.Data.TypedTableBase {
- private global::System.Data.DataColumn columnR2839900;
+ private global::System.Data.DataColumn columnC0000100;
- private global::System.Data.DataColumn columnR2840000;
+ private global::System.Data.DataColumn columnC0000200;
- private global::System.Data.DataColumn columnR2840100;
+ private global::System.Data.DataColumn columnC0005300;
- private global::System.Data.DataColumn columnR2840200;
+ private global::System.Data.DataColumn columnC0005400;
- private global::System.Data.DataColumn columnR2840300;
+ private global::System.Data.DataColumn columnC0005700;
- private global::System.Data.DataColumn columnR2840400;
+ private global::System.Data.DataColumn columnY0308500;
- private global::System.Data.DataColumn columnR2840500;
+ private global::System.Data.DataColumn columnY0904100;
- private global::System.Data.DataColumn columnR2840600;
+ private global::System.Data.DataColumn columnY1151000;
- private global::System.Data.DataColumn columnR2840700;
+ private global::System.Data.DataColumn columnY1386000;
- private global::System.Data.DataColumn columnR2840800;
+ private global::System.Data.DataColumn columnY1637700;
- private global::System.Data.DataColumn columnR2840900;
+ private global::System.Data.DataColumn columnY1891300;
- private global::System.Data.DataColumn columnR2841000;
+ private global::System.Data.DataColumn columnY2207200;
- private global::System.Data.DataColumn columnR2841100;
+ private global::System.Data.DataColumn columnY2544900;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1ImplicitDataTable() {
- this.TableName = "tblGen1Implicit";
+ public tblGen2OutcomesWeightDataTable() {
+ this.TableName = "tblGen2OutcomesWeight";
this.BeginInit();
this.InitClass();
this.EndInit();
@@ -6369,7 +6078,7 @@ public tblGen1ImplicitDataTable() {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblGen1ImplicitDataTable(global::System.Data.DataTable table) {
+ internal tblGen2OutcomesWeightDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
@@ -6386,816 +6095,1224 @@ internal tblGen1ImplicitDataTable(global::System.Data.DataTable table) {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected tblGen1ImplicitDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ protected tblGen2OutcomesWeightDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0001600Column {
+ public global::System.Data.DataColumn C0000100Column {
get {
- return this.columnH0001600;
+ return this.columnC0000100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0001700Column {
+ public global::System.Data.DataColumn C0000200Column {
get {
- return this.columnH0001700;
+ return this.columnC0000200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0001800Column {
+ public global::System.Data.DataColumn C0005300Column {
get {
- return this.columnH0001800;
+ return this.columnC0005300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0001900Column {
+ public global::System.Data.DataColumn C0005400Column {
get {
- return this.columnH0001900;
+ return this.columnC0005400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0002000Column {
+ public global::System.Data.DataColumn C0005700Column {
get {
- return this.columnH0002000;
+ return this.columnC0005700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0002100Column {
+ public global::System.Data.DataColumn Y0308500Column {
get {
- return this.columnH0002100;
+ return this.columnY0308500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0002200Column {
+ public global::System.Data.DataColumn Y0904100Column {
get {
- return this.columnH0002200;
+ return this.columnY0904100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0002300Column {
+ public global::System.Data.DataColumn Y1151000Column {
get {
- return this.columnH0002300;
+ return this.columnY1151000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0002400Column {
+ public global::System.Data.DataColumn Y1386000Column {
get {
- return this.columnH0002400;
+ return this.columnY1386000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0002500Column {
+ public global::System.Data.DataColumn Y1637700Column {
get {
- return this.columnH0002500;
+ return this.columnY1637700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0002600Column {
+ public global::System.Data.DataColumn Y1891300Column {
get {
- return this.columnH0002600;
+ return this.columnY1891300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0002700Column {
+ public global::System.Data.DataColumn Y2207200Column {
get {
- return this.columnH0002700;
+ return this.columnY2207200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0002800Column {
+ public global::System.Data.DataColumn Y2544900Column {
get {
- return this.columnH0002800;
+ return this.columnY2544900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0002900Column {
+ [global::System.ComponentModel.Browsable(false)]
+ public int Count {
get {
- return this.columnH0002900;
+ return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0003000Column {
+ public tblGen2OutcomesWeightRow this[int index] {
get {
- return this.columnH0003000;
+ return ((tblGen2OutcomesWeightRow)(this.Rows[index]));
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0003100Column {
- get {
- return this.columnH0003100;
- }
- }
+ public event tblGen2OutcomesWeightRowChangeEventHandler tblGen2OutcomesWeightRowChanging;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event tblGen2OutcomesWeightRowChangeEventHandler tblGen2OutcomesWeightRowChanged;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event tblGen2OutcomesWeightRowChangeEventHandler tblGen2OutcomesWeightRowDeleting;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event tblGen2OutcomesWeightRowChangeEventHandler tblGen2OutcomesWeightRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0013600Column {
- get {
- return this.columnH0013600;
- }
+ public void AddtblGen2OutcomesWeightRow(tblGen2OutcomesWeightRow row) {
+ this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0013700Column {
- get {
- return this.columnH0013700;
- }
+ public tblGen2OutcomesWeightRow AddtblGen2OutcomesWeightRow(int C0000100, int C0000200, int C0005300, int C0005400, int C0005700, int Y0308500, int Y0904100, int Y1151000, int Y1386000, int Y1637700, int Y1891300, int Y2207200, int Y2544900) {
+ tblGen2OutcomesWeightRow rowtblGen2OutcomesWeightRow = ((tblGen2OutcomesWeightRow)(this.NewRow()));
+ object[] columnValuesArray = new object[] {
+ C0000100,
+ C0000200,
+ C0005300,
+ C0005400,
+ C0005700,
+ Y0308500,
+ Y0904100,
+ Y1151000,
+ Y1386000,
+ Y1637700,
+ Y1891300,
+ Y2207200,
+ Y2544900};
+ rowtblGen2OutcomesWeightRow.ItemArray = columnValuesArray;
+ this.Rows.Add(rowtblGen2OutcomesWeightRow);
+ return rowtblGen2OutcomesWeightRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0013800Column {
- get {
- return this.columnH0013800;
- }
+ public tblGen2OutcomesWeightRow FindByC0000100(int C0000100) {
+ return ((tblGen2OutcomesWeightRow)(this.Rows.Find(new object[] {
+ C0000100})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0013900Column {
- get {
- return this.columnH0013900;
- }
+ public override global::System.Data.DataTable Clone() {
+ tblGen2OutcomesWeightDataTable cln = ((tblGen2OutcomesWeightDataTable)(base.Clone()));
+ cln.InitVars();
+ return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0014000Column {
- get {
- return this.columnH0014000;
- }
+ protected override global::System.Data.DataTable CreateInstance() {
+ return new tblGen2OutcomesWeightDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0014100Column {
- get {
- return this.columnH0014100;
- }
+ internal void InitVars() {
+ this.columnC0000100 = base.Columns["C0000100"];
+ this.columnC0000200 = base.Columns["C0000200"];
+ this.columnC0005300 = base.Columns["C0005300"];
+ this.columnC0005400 = base.Columns["C0005400"];
+ this.columnC0005700 = base.Columns["C0005700"];
+ this.columnY0308500 = base.Columns["Y0308500"];
+ this.columnY0904100 = base.Columns["Y0904100"];
+ this.columnY1151000 = base.Columns["Y1151000"];
+ this.columnY1386000 = base.Columns["Y1386000"];
+ this.columnY1637700 = base.Columns["Y1637700"];
+ this.columnY1891300 = base.Columns["Y1891300"];
+ this.columnY2207200 = base.Columns["Y2207200"];
+ this.columnY2544900 = base.Columns["Y2544900"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0014200Column {
- get {
- return this.columnH0014200;
- }
+ private void InitClass() {
+ this.columnC0000100 = new global::System.Data.DataColumn("C0000100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0000100);
+ this.columnC0000200 = new global::System.Data.DataColumn("C0000200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0000200);
+ this.columnC0005300 = new global::System.Data.DataColumn("C0005300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0005300);
+ this.columnC0005400 = new global::System.Data.DataColumn("C0005400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0005400);
+ this.columnC0005700 = new global::System.Data.DataColumn("C0005700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0005700);
+ this.columnY0308500 = new global::System.Data.DataColumn("Y0308500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0308500);
+ this.columnY0904100 = new global::System.Data.DataColumn("Y0904100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0904100);
+ this.columnY1151000 = new global::System.Data.DataColumn("Y1151000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1151000);
+ this.columnY1386000 = new global::System.Data.DataColumn("Y1386000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1386000);
+ this.columnY1637700 = new global::System.Data.DataColumn("Y1637700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1637700);
+ this.columnY1891300 = new global::System.Data.DataColumn("Y1891300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1891300);
+ this.columnY2207200 = new global::System.Data.DataColumn("Y2207200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2207200);
+ this.columnY2544900 = new global::System.Data.DataColumn("Y2544900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2544900);
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
+ this.columnC0000100}, true));
+ this.columnC0000100.AllowDBNull = false;
+ this.columnC0000100.Unique = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0014300Column {
- get {
- return this.columnH0014300;
- }
+ public tblGen2OutcomesWeightRow NewtblGen2OutcomesWeightRow() {
+ return ((tblGen2OutcomesWeightRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0014400Column {
- get {
- return this.columnH0014400;
- }
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
+ return new tblGen2OutcomesWeightRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0014500Column {
- get {
- return this.columnH0014500;
- }
+ protected override global::System.Type GetRowType() {
+ return typeof(tblGen2OutcomesWeightRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0014700Column {
- get {
- return this.columnH0014700;
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanged(e);
+ if ((this.tblGen2OutcomesWeightRowChanged != null)) {
+ this.tblGen2OutcomesWeightRowChanged(this, new tblGen2OutcomesWeightRowChangeEvent(((tblGen2OutcomesWeightRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0014800Column {
- get {
- return this.columnH0014800;
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanging(e);
+ if ((this.tblGen2OutcomesWeightRowChanging != null)) {
+ this.tblGen2OutcomesWeightRowChanging(this, new tblGen2OutcomesWeightRowChangeEvent(((tblGen2OutcomesWeightRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0014900Column {
- get {
- return this.columnH0014900;
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleted(e);
+ if ((this.tblGen2OutcomesWeightRowDeleted != null)) {
+ this.tblGen2OutcomesWeightRowDeleted(this, new tblGen2OutcomesWeightRowChangeEvent(((tblGen2OutcomesWeightRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0015000Column {
- get {
- return this.columnH0015000;
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleting(e);
+ if ((this.tblGen2OutcomesWeightRowDeleting != null)) {
+ this.tblGen2OutcomesWeightRowDeleting(this, new tblGen2OutcomesWeightRowChangeEvent(((tblGen2OutcomesWeightRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0015100Column {
- get {
- return this.columnH0015100;
- }
+ public void RemovetblGen2OutcomesWeightRow(tblGen2OutcomesWeightRow row) {
+ this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0015200Column {
- get {
- return this.columnH0015200;
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
+ ImportDataSet ds = new ImportDataSet();
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
+ any1.MinOccurs = new decimal(0);
+ any1.MaxOccurs = decimal.MaxValue;
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any1);
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
+ any2.MinOccurs = new decimal(1);
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any2);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute1.Name = "namespace";
+ attribute1.FixedValue = ds.Namespace;
+ type.Attributes.Add(attribute1);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute2.Name = "tableTypeName";
+ attribute2.FixedValue = "tblGen2OutcomesWeightDataTable";
+ type.Attributes.Add(attribute2);
+ type.Particle = sequence;
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
+ if (xs.Contains(dsSchema.TargetNamespace)) {
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
+ try {
+ global::System.Xml.Schema.XmlSchema schema = null;
+ dsSchema.Write(s1);
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
+ s2.SetLength(0);
+ schema.Write(s2);
+ if ((s1.Length == s2.Length)) {
+ s1.Position = 0;
+ s2.Position = 0;
+ for (; ((s1.Position != s1.Length)
+ && (s1.ReadByte() == s2.ReadByte())); ) {
+ ;
+ }
+ if ((s1.Position == s1.Length)) {
+ return type;
+ }
+ }
+ }
+ }
+ finally {
+ if ((s1 != null)) {
+ s1.Close();
+ }
+ if ((s2 != null)) {
+ s2.Close();
+ }
+ }
}
+ xs.Add(dsSchema);
+ return type;
}
+ }
+
+ ///
+ ///Represents the strongly named DataTable class.
+ ///
+ [global::System.Serializable()]
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
+ public partial class tblLinks2004Gen1DataTable : global::System.Data.TypedTableBase {
+
+ private global::System.Data.DataColumn columnPairID;
+
+ private global::System.Data.DataColumn columnExtendedFamilyID;
+
+ private global::System.Data.DataColumn columnID1;
+
+ private global::System.Data.DataColumn columnID2;
+
+ private global::System.Data.DataColumn columnSex1;
+
+ private global::System.Data.DataColumn columnSex2;
+
+ private global::System.Data.DataColumn columnRecommendedRelatedness;
+
+ private global::System.Data.DataColumn columnSubjectTag_S1;
+
+ private global::System.Data.DataColumn columnSubjectTag_S2;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0015300Column {
- get {
- return this.columnH0015300;
- }
+ public tblLinks2004Gen1DataTable() {
+ this.TableName = "tblLinks2004Gen1";
+ this.BeginInit();
+ this.InitClass();
+ this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0015400Column {
- get {
- return this.columnH0015400;
+ internal tblLinks2004Gen1DataTable(global::System.Data.DataTable table) {
+ this.TableName = table.TableName;
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
+ this.CaseSensitive = table.CaseSensitive;
+ }
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
+ this.Locale = table.Locale;
+ }
+ if ((table.Namespace != table.DataSet.Namespace)) {
+ this.Namespace = table.Namespace;
}
+ this.Prefix = table.Prefix;
+ this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0015500Column {
- get {
- return this.columnH0015500;
- }
+ protected tblLinks2004Gen1DataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ base(info, context) {
+ this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0015600Column {
+ public global::System.Data.DataColumn PairIDColumn {
get {
- return this.columnH0015600;
+ return this.columnPairID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0015700Column {
+ public global::System.Data.DataColumn ExtendedFamilyIDColumn {
get {
- return this.columnH0015700;
+ return this.columnExtendedFamilyID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0015800Column {
+ public global::System.Data.DataColumn ID1Column {
get {
- return this.columnH0015800;
+ return this.columnID1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0015803Column {
+ public global::System.Data.DataColumn ID2Column {
get {
- return this.columnH0015803;
+ return this.columnID2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn H0015804Column {
+ public global::System.Data.DataColumn Sex1Column {
get {
- return this.columnH0015804;
+ return this.columnSex1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0000100Column {
+ public global::System.Data.DataColumn Sex2Column {
get {
- return this.columnR0000100;
+ return this.columnSex2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0006100Column {
+ public global::System.Data.DataColumn RecommendedRelatednessColumn {
get {
- return this.columnR0006100;
+ return this.columnRecommendedRelatedness;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0006500Column {
+ public global::System.Data.DataColumn SubjectTag_S1Column {
get {
- return this.columnR0006500;
+ return this.columnSubjectTag_S1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0007300Column {
+ public global::System.Data.DataColumn SubjectTag_S2Column {
get {
- return this.columnR0007300;
+ return this.columnSubjectTag_S2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0007700Column {
+ [global::System.ComponentModel.Browsable(false)]
+ public int Count {
get {
- return this.columnR0007700;
+ return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0007900Column {
+ public tblLinks2004Gen1Row this[int index] {
get {
- return this.columnR0007900;
+ return ((tblLinks2004Gen1Row)(this.Rows[index]));
}
}
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event tblLinks2004Gen1RowChangeEventHandler tblLinks2004Gen1RowChanging;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event tblLinks2004Gen1RowChangeEventHandler tblLinks2004Gen1RowChanged;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event tblLinks2004Gen1RowChangeEventHandler tblLinks2004Gen1RowDeleting;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public event tblLinks2004Gen1RowChangeEventHandler tblLinks2004Gen1RowDeleted;
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0214700Column {
- get {
- return this.columnR0214700;
- }
+ public void AddtblLinks2004Gen1Row(tblLinks2004Gen1Row row) {
+ this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0214800Column {
- get {
- return this.columnR0214800;
- }
+ public tblLinks2004Gen1Row AddtblLinks2004Gen1Row(short PairID, short ExtendedFamilyID, short ID1, short ID2, byte Sex1, byte Sex2, float RecommendedRelatedness, int SubjectTag_S1, int SubjectTag_S2) {
+ tblLinks2004Gen1Row rowtblLinks2004Gen1Row = ((tblLinks2004Gen1Row)(this.NewRow()));
+ object[] columnValuesArray = new object[] {
+ PairID,
+ ExtendedFamilyID,
+ ID1,
+ ID2,
+ Sex1,
+ Sex2,
+ RecommendedRelatedness,
+ SubjectTag_S1,
+ SubjectTag_S2};
+ rowtblLinks2004Gen1Row.ItemArray = columnValuesArray;
+ this.Rows.Add(rowtblLinks2004Gen1Row);
+ return rowtblLinks2004Gen1Row;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2302900Column {
- get {
- return this.columnR2302900;
- }
+ public tblLinks2004Gen1Row FindBySubjectTag_S1SubjectTag_S2(int SubjectTag_S1, int SubjectTag_S2) {
+ return ((tblLinks2004Gen1Row)(this.Rows.Find(new object[] {
+ SubjectTag_S1,
+ SubjectTag_S2})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2303100Column {
- get {
- return this.columnR2303100;
- }
+ public override global::System.Data.DataTable Clone() {
+ tblLinks2004Gen1DataTable cln = ((tblLinks2004Gen1DataTable)(base.Clone()));
+ cln.InitVars();
+ return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2303200Column {
- get {
- return this.columnR2303200;
- }
+ protected override global::System.Data.DataTable CreateInstance() {
+ return new tblLinks2004Gen1DataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2303300Column {
- get {
- return this.columnR2303300;
- }
+ internal void InitVars() {
+ this.columnPairID = base.Columns["PairID"];
+ this.columnExtendedFamilyID = base.Columns["ExtendedFamilyID"];
+ this.columnID1 = base.Columns["ID1"];
+ this.columnID2 = base.Columns["ID2"];
+ this.columnSex1 = base.Columns["Sex1"];
+ this.columnSex2 = base.Columns["Sex2"];
+ this.columnRecommendedRelatedness = base.Columns["RecommendedRelatedness"];
+ this.columnSubjectTag_S1 = base.Columns["SubjectTag_S1"];
+ this.columnSubjectTag_S2 = base.Columns["SubjectTag_S2"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2303500Column {
- get {
- return this.columnR2303500;
- }
+ private void InitClass() {
+ this.columnPairID = new global::System.Data.DataColumn("PairID", typeof(short), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnPairID);
+ this.columnExtendedFamilyID = new global::System.Data.DataColumn("ExtendedFamilyID", typeof(short), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnExtendedFamilyID);
+ this.columnID1 = new global::System.Data.DataColumn("ID1", typeof(short), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnID1);
+ this.columnID2 = new global::System.Data.DataColumn("ID2", typeof(short), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnID2);
+ this.columnSex1 = new global::System.Data.DataColumn("Sex1", typeof(byte), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnSex1);
+ this.columnSex2 = new global::System.Data.DataColumn("Sex2", typeof(byte), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnSex2);
+ this.columnRecommendedRelatedness = new global::System.Data.DataColumn("RecommendedRelatedness", typeof(float), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnRecommendedRelatedness);
+ this.columnSubjectTag_S1 = new global::System.Data.DataColumn("SubjectTag_S1", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnSubjectTag_S1);
+ this.columnSubjectTag_S2 = new global::System.Data.DataColumn("SubjectTag_S2", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnSubjectTag_S2);
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
+ this.columnSubjectTag_S1,
+ this.columnSubjectTag_S2}, true));
+ this.columnPairID.AllowDBNull = false;
+ this.columnExtendedFamilyID.AllowDBNull = false;
+ this.columnID1.AllowDBNull = false;
+ this.columnID2.AllowDBNull = false;
+ this.columnSubjectTag_S1.AllowDBNull = false;
+ this.columnSubjectTag_S2.AllowDBNull = false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2303600Column {
- get {
- return this.columnR2303600;
- }
+ public tblLinks2004Gen1Row NewtblLinks2004Gen1Row() {
+ return ((tblLinks2004Gen1Row)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2505100Column {
- get {
- return this.columnR2505100;
- }
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
+ return new tblLinks2004Gen1Row(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2505300Column {
- get {
- return this.columnR2505300;
- }
+ protected override global::System.Type GetRowType() {
+ return typeof(tblLinks2004Gen1Row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2505400Column {
- get {
- return this.columnR2505400;
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanged(e);
+ if ((this.tblLinks2004Gen1RowChanged != null)) {
+ this.tblLinks2004Gen1RowChanged(this, new tblLinks2004Gen1RowChangeEvent(((tblLinks2004Gen1Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2505500Column {
- get {
- return this.columnR2505500;
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanging(e);
+ if ((this.tblLinks2004Gen1RowChanging != null)) {
+ this.tblLinks2004Gen1RowChanging(this, new tblLinks2004Gen1RowChangeEvent(((tblLinks2004Gen1Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2505700Column {
- get {
- return this.columnR2505700;
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleted(e);
+ if ((this.tblLinks2004Gen1RowDeleted != null)) {
+ this.tblLinks2004Gen1RowDeleted(this, new tblLinks2004Gen1RowChangeEvent(((tblLinks2004Gen1Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2505800Column {
- get {
- return this.columnR2505800;
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleting(e);
+ if ((this.tblLinks2004Gen1RowDeleting != null)) {
+ this.tblLinks2004Gen1RowDeleting(this, new tblLinks2004Gen1RowChangeEvent(((tblLinks2004Gen1Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2737900Column {
+ public void RemovetblLinks2004Gen1Row(tblLinks2004Gen1Row row) {
+ this.Rows.Remove(row);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
+ ImportDataSet ds = new ImportDataSet();
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
+ any1.MinOccurs = new decimal(0);
+ any1.MaxOccurs = decimal.MaxValue;
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any1);
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
+ any2.MinOccurs = new decimal(1);
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any2);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute1.Name = "namespace";
+ attribute1.FixedValue = ds.Namespace;
+ type.Attributes.Add(attribute1);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute2.Name = "tableTypeName";
+ attribute2.FixedValue = "tblLinks2004Gen1DataTable";
+ type.Attributes.Add(attribute2);
+ type.Particle = sequence;
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
+ if (xs.Contains(dsSchema.TargetNamespace)) {
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
+ try {
+ global::System.Xml.Schema.XmlSchema schema = null;
+ dsSchema.Write(s1);
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
+ s2.SetLength(0);
+ schema.Write(s2);
+ if ((s1.Length == s2.Length)) {
+ s1.Position = 0;
+ s2.Position = 0;
+ for (; ((s1.Position != s1.Length)
+ && (s1.ReadByte() == s2.ReadByte())); ) {
+ ;
+ }
+ if ((s1.Position == s1.Length)) {
+ return type;
+ }
+ }
+ }
+ }
+ finally {
+ if ((s1 != null)) {
+ s1.Close();
+ }
+ if ((s2 != null)) {
+ s2.Close();
+ }
+ }
+ }
+ xs.Add(dsSchema);
+ return type;
+ }
+ }
+
+ ///
+ ///Represents the strongly named DataTable class.
+ ///
+ [global::System.Serializable()]
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
+ public partial class tblGen2OutcomesMathDataTable : global::System.Data.TypedTableBase {
+
+ private global::System.Data.DataColumn columnC0000100;
+
+ private global::System.Data.DataColumn columnC0000200;
+
+ private global::System.Data.DataColumn columnC0005300;
+
+ private global::System.Data.DataColumn columnC0005400;
+
+ private global::System.Data.DataColumn columnC0005700;
+
+ private global::System.Data.DataColumn columnC0579900;
+
+ private global::System.Data.DataColumn columnC0580000;
+
+ private global::System.Data.DataColumn columnC0580100;
+
+ private global::System.Data.DataColumn columnC0799400;
+
+ private global::System.Data.DataColumn columnC0799500;
+
+ private global::System.Data.DataColumn columnC0799600;
+
+ private global::System.Data.DataColumn columnC0998600;
+
+ private global::System.Data.DataColumn columnC0998700;
+
+ private global::System.Data.DataColumn columnC0998800;
+
+ private global::System.Data.DataColumn columnC1198600;
+
+ private global::System.Data.DataColumn columnC1198700;
+
+ private global::System.Data.DataColumn columnC1198800;
+
+ private global::System.Data.DataColumn columnC1507600;
+
+ private global::System.Data.DataColumn columnC1507700;
+
+ private global::System.Data.DataColumn columnC1507800;
+
+ private global::System.Data.DataColumn columnC1564500;
+
+ private global::System.Data.DataColumn columnC1564600;
+
+ private global::System.Data.DataColumn columnC1564700;
+
+ private global::System.Data.DataColumn columnC1799900;
+
+ private global::System.Data.DataColumn columnC1800000;
+
+ private global::System.Data.DataColumn columnC1800100;
+
+ private global::System.Data.DataColumn columnC2503500;
+
+ private global::System.Data.DataColumn columnC2503600;
+
+ private global::System.Data.DataColumn columnC2503700;
+
+ private global::System.Data.DataColumn columnC2532000;
+
+ private global::System.Data.DataColumn columnC2532100;
+
+ private global::System.Data.DataColumn columnC2532200;
+
+ private global::System.Data.DataColumn columnC2802800;
+
+ private global::System.Data.DataColumn columnC2802900;
+
+ private global::System.Data.DataColumn columnC2803000;
+
+ private global::System.Data.DataColumn columnC3111300;
+
+ private global::System.Data.DataColumn columnC3111400;
+
+ private global::System.Data.DataColumn columnC3111500;
+
+ private global::System.Data.DataColumn columnC3615000;
+
+ private global::System.Data.DataColumn columnC3615100;
+
+ private global::System.Data.DataColumn columnC3615200;
+
+ private global::System.Data.DataColumn columnC3993600;
+
+ private global::System.Data.DataColumn columnC3993700;
+
+ private global::System.Data.DataColumn columnC3993800;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public tblGen2OutcomesMathDataTable() {
+ this.TableName = "tblGen2OutcomesMath";
+ this.BeginInit();
+ this.InitClass();
+ this.EndInit();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal tblGen2OutcomesMathDataTable(global::System.Data.DataTable table) {
+ this.TableName = table.TableName;
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
+ this.CaseSensitive = table.CaseSensitive;
+ }
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
+ this.Locale = table.Locale;
+ }
+ if ((table.Namespace != table.DataSet.Namespace)) {
+ this.Namespace = table.Namespace;
+ }
+ this.Prefix = table.Prefix;
+ this.MinimumCapacity = table.MinimumCapacity;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected tblGen2OutcomesMathDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ base(info, context) {
+ this.InitVars();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn C0000100Column {
get {
- return this.columnR2737900;
+ return this.columnC0000100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2837200Column {
+ public global::System.Data.DataColumn C0000200Column {
get {
- return this.columnR2837200;
+ return this.columnC0000200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2837300Column {
+ public global::System.Data.DataColumn C0005300Column {
get {
- return this.columnR2837300;
+ return this.columnC0005300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2837400Column {
+ public global::System.Data.DataColumn C0005400Column {
get {
- return this.columnR2837400;
+ return this.columnC0005400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2837500Column {
+ public global::System.Data.DataColumn C0005700Column {
get {
- return this.columnR2837500;
+ return this.columnC0005700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2837600Column {
+ public global::System.Data.DataColumn C0579900Column {
get {
- return this.columnR2837600;
+ return this.columnC0579900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2837700Column {
+ public global::System.Data.DataColumn C0580000Column {
get {
- return this.columnR2837700;
+ return this.columnC0580000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2837800Column {
+ public global::System.Data.DataColumn C0580100Column {
get {
- return this.columnR2837800;
+ return this.columnC0580100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2837900Column {
+ public global::System.Data.DataColumn C0799400Column {
get {
- return this.columnR2837900;
+ return this.columnC0799400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2838000Column {
+ public global::System.Data.DataColumn C0799500Column {
get {
- return this.columnR2838000;
+ return this.columnC0799500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2838100Column {
+ public global::System.Data.DataColumn C0799600Column {
get {
- return this.columnR2838100;
+ return this.columnC0799600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2838200Column {
+ public global::System.Data.DataColumn C0998600Column {
get {
- return this.columnR2838200;
+ return this.columnC0998600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2838300Column {
+ public global::System.Data.DataColumn C0998700Column {
get {
- return this.columnR2838300;
+ return this.columnC0998700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2838400Column {
+ public global::System.Data.DataColumn C0998800Column {
get {
- return this.columnR2838400;
+ return this.columnC0998800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2838500Column {
+ public global::System.Data.DataColumn C1198600Column {
get {
- return this.columnR2838500;
+ return this.columnC1198600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2838600Column {
+ public global::System.Data.DataColumn C1198700Column {
get {
- return this.columnR2838600;
+ return this.columnC1198700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2838700Column {
+ public global::System.Data.DataColumn C1198800Column {
get {
- return this.columnR2838700;
+ return this.columnC1198800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2838800Column {
+ public global::System.Data.DataColumn C1507600Column {
get {
- return this.columnR2838800;
+ return this.columnC1507600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2838900Column {
+ public global::System.Data.DataColumn C1507700Column {
get {
- return this.columnR2838900;
+ return this.columnC1507700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2839000Column {
+ public global::System.Data.DataColumn C1507800Column {
get {
- return this.columnR2839000;
+ return this.columnC1507800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2839100Column {
+ public global::System.Data.DataColumn C1564500Column {
get {
- return this.columnR2839100;
+ return this.columnC1564500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2839200Column {
+ public global::System.Data.DataColumn C1564600Column {
get {
- return this.columnR2839200;
+ return this.columnC1564600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2839300Column {
+ public global::System.Data.DataColumn C1564700Column {
get {
- return this.columnR2839300;
+ return this.columnC1564700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2839400Column {
+ public global::System.Data.DataColumn C1799900Column {
get {
- return this.columnR2839400;
+ return this.columnC1799900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2839500Column {
+ public global::System.Data.DataColumn C1800000Column {
get {
- return this.columnR2839500;
+ return this.columnC1800000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2839600Column {
+ public global::System.Data.DataColumn C1800100Column {
get {
- return this.columnR2839600;
+ return this.columnC1800100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2839700Column {
+ public global::System.Data.DataColumn C2503500Column {
get {
- return this.columnR2839700;
+ return this.columnC2503500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2839800Column {
+ public global::System.Data.DataColumn C2503600Column {
get {
- return this.columnR2839800;
+ return this.columnC2503600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2839900Column {
+ public global::System.Data.DataColumn C2503700Column {
get {
- return this.columnR2839900;
+ return this.columnC2503700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2840000Column {
+ public global::System.Data.DataColumn C2532000Column {
get {
- return this.columnR2840000;
+ return this.columnC2532000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2840100Column {
+ public global::System.Data.DataColumn C2532100Column {
get {
- return this.columnR2840100;
+ return this.columnC2532100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2840200Column {
+ public global::System.Data.DataColumn C2532200Column {
get {
- return this.columnR2840200;
+ return this.columnC2532200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2840300Column {
+ public global::System.Data.DataColumn C2802800Column {
get {
- return this.columnR2840300;
+ return this.columnC2802800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2840400Column {
+ public global::System.Data.DataColumn C2802900Column {
get {
- return this.columnR2840400;
+ return this.columnC2802900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2840500Column {
+ public global::System.Data.DataColumn C2803000Column {
get {
- return this.columnR2840500;
+ return this.columnC2803000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2840600Column {
+ public global::System.Data.DataColumn C3111300Column {
get {
- return this.columnR2840600;
+ return this.columnC3111300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2840700Column {
+ public global::System.Data.DataColumn C3111400Column {
get {
- return this.columnR2840700;
+ return this.columnC3111400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2840800Column {
+ public global::System.Data.DataColumn C3111500Column {
get {
- return this.columnR2840800;
+ return this.columnC3111500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2840900Column {
+ public global::System.Data.DataColumn C3615000Column {
get {
- return this.columnR2840900;
+ return this.columnC3615000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2841000Column {
+ public global::System.Data.DataColumn C3615100Column {
get {
- return this.columnR2841000;
+ return this.columnC3615100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2841100Column {
+ public global::System.Data.DataColumn C3615200Column {
get {
- return this.columnR2841100;
+ return this.columnC3615200;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn C3993600Column {
+ get {
+ return this.columnC3993600;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn C3993700Column {
+ get {
+ return this.columnC3993700;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn C3993800Column {
+ get {
+ return this.columnC3993800;
}
}
@@ -7210,253 +7327,139 @@ public int Count {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1ImplicitRow this[int index] {
+ public tblGen2OutcomesMathRow this[int index] {
get {
- return ((tblGen1ImplicitRow)(this.Rows[index]));
+ return ((tblGen2OutcomesMathRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen1ImplicitRowChangeEventHandler tblGen1ImplicitRowChanging;
+ public event tblGen2OutcomesMathRowChangeEventHandler tblGen2OutcomesMathRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen1ImplicitRowChangeEventHandler tblGen1ImplicitRowChanged;
+ public event tblGen2OutcomesMathRowChangeEventHandler tblGen2OutcomesMathRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen1ImplicitRowChangeEventHandler tblGen1ImplicitRowDeleting;
+ public event tblGen2OutcomesMathRowChangeEventHandler tblGen2OutcomesMathRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen1ImplicitRowChangeEventHandler tblGen1ImplicitRowDeleted;
+ public event tblGen2OutcomesMathRowChangeEventHandler tblGen2OutcomesMathRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void AddtblGen1ImplicitRow(tblGen1ImplicitRow row) {
+ public void AddtblGen2OutcomesMathRow(tblGen2OutcomesMathRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1ImplicitRow AddtblGen1ImplicitRow(
- int H0001600,
- int H0001700,
- int H0001800,
- int H0001900,
- int H0002000,
- int H0002100,
- int H0002200,
- int H0002300,
- int H0002400,
- int H0002500,
- int H0002600,
- int H0002700,
- int H0002800,
- int H0002900,
- int H0003000,
- int H0003100,
- int H0013600,
- int H0013700,
- int H0013800,
- int H0013900,
- int H0014000,
- int H0014100,
- int H0014200,
- int H0014300,
- int H0014400,
- int H0014500,
- int H0014700,
- int H0014800,
- int H0014900,
- int H0015000,
- int H0015100,
- int H0015200,
- int H0015300,
- int H0015400,
- int H0015500,
- int H0015600,
- int H0015700,
- int H0015800,
- int H0015803,
- int H0015804,
- int R0000100,
- int R0006100,
- int R0006500,
- int R0007300,
- int R0007700,
- int R0007900,
- int R0214700,
- int R0214800,
- int R2302900,
- int R2303100,
- int R2303200,
- int R2303300,
- int R2303500,
- int R2303600,
- int R2505100,
- int R2505300,
- int R2505400,
- int R2505500,
- int R2505700,
- int R2505800,
- int R2737900,
- int R2837200,
- int R2837300,
- int R2837400,
- int R2837500,
- int R2837600,
- int R2837700,
- int R2837800,
- int R2837900,
- int R2838000,
- int R2838100,
- int R2838200,
- int R2838300,
- int R2838400,
- int R2838500,
- int R2838600,
- int R2838700,
- int R2838800,
- int R2838900,
- int R2839000,
- int R2839100,
- int R2839200,
- int R2839300,
- int R2839400,
- int R2839500,
- int R2839600,
- int R2839700,
- int R2839800,
- int R2839900,
- int R2840000,
- int R2840100,
- int R2840200,
- int R2840300,
- int R2840400,
- int R2840500,
- int R2840600,
- int R2840700,
- int R2840800,
- int R2840900,
- int R2841000,
- int R2841100) {
- tblGen1ImplicitRow rowtblGen1ImplicitRow = ((tblGen1ImplicitRow)(this.NewRow()));
+ public tblGen2OutcomesMathRow AddtblGen2OutcomesMathRow(
+ int C0000100,
+ int C0000200,
+ int C0005300,
+ int C0005400,
+ int C0005700,
+ int C0579900,
+ int C0580000,
+ int C0580100,
+ int C0799400,
+ int C0799500,
+ int C0799600,
+ int C0998600,
+ int C0998700,
+ int C0998800,
+ int C1198600,
+ int C1198700,
+ int C1198800,
+ int C1507600,
+ int C1507700,
+ int C1507800,
+ int C1564500,
+ int C1564600,
+ int C1564700,
+ int C1799900,
+ int C1800000,
+ int C1800100,
+ int C2503500,
+ int C2503600,
+ int C2503700,
+ int C2532000,
+ int C2532100,
+ int C2532200,
+ int C2802800,
+ int C2802900,
+ int C2803000,
+ int C3111300,
+ int C3111400,
+ int C3111500,
+ int C3615000,
+ int C3615100,
+ int C3615200,
+ int C3993600,
+ int C3993700,
+ int C3993800) {
+ tblGen2OutcomesMathRow rowtblGen2OutcomesMathRow = ((tblGen2OutcomesMathRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
- H0001600,
- H0001700,
- H0001800,
- H0001900,
- H0002000,
- H0002100,
- H0002200,
- H0002300,
- H0002400,
- H0002500,
- H0002600,
- H0002700,
- H0002800,
- H0002900,
- H0003000,
- H0003100,
- H0013600,
- H0013700,
- H0013800,
- H0013900,
- H0014000,
- H0014100,
- H0014200,
- H0014300,
- H0014400,
- H0014500,
- H0014700,
- H0014800,
- H0014900,
- H0015000,
- H0015100,
- H0015200,
- H0015300,
- H0015400,
- H0015500,
- H0015600,
- H0015700,
- H0015800,
- H0015803,
- H0015804,
- R0000100,
- R0006100,
- R0006500,
- R0007300,
- R0007700,
- R0007900,
- R0214700,
- R0214800,
- R2302900,
- R2303100,
- R2303200,
- R2303300,
- R2303500,
- R2303600,
- R2505100,
- R2505300,
- R2505400,
- R2505500,
- R2505700,
- R2505800,
- R2737900,
- R2837200,
- R2837300,
- R2837400,
- R2837500,
- R2837600,
- R2837700,
- R2837800,
- R2837900,
- R2838000,
- R2838100,
- R2838200,
- R2838300,
- R2838400,
- R2838500,
- R2838600,
- R2838700,
- R2838800,
- R2838900,
- R2839000,
- R2839100,
- R2839200,
- R2839300,
- R2839400,
- R2839500,
- R2839600,
- R2839700,
- R2839800,
- R2839900,
- R2840000,
- R2840100,
- R2840200,
- R2840300,
- R2840400,
- R2840500,
- R2840600,
- R2840700,
- R2840800,
- R2840900,
- R2841000,
- R2841100};
- rowtblGen1ImplicitRow.ItemArray = columnValuesArray;
- this.Rows.Add(rowtblGen1ImplicitRow);
- return rowtblGen1ImplicitRow;
+ C0000100,
+ C0000200,
+ C0005300,
+ C0005400,
+ C0005700,
+ C0579900,
+ C0580000,
+ C0580100,
+ C0799400,
+ C0799500,
+ C0799600,
+ C0998600,
+ C0998700,
+ C0998800,
+ C1198600,
+ C1198700,
+ C1198800,
+ C1507600,
+ C1507700,
+ C1507800,
+ C1564500,
+ C1564600,
+ C1564700,
+ C1799900,
+ C1800000,
+ C1800100,
+ C2503500,
+ C2503600,
+ C2503700,
+ C2532000,
+ C2532100,
+ C2532200,
+ C2802800,
+ C2802900,
+ C2803000,
+ C3111300,
+ C3111400,
+ C3111500,
+ C3615000,
+ C3615100,
+ C3615200,
+ C3993600,
+ C3993700,
+ C3993800};
+ rowtblGen2OutcomesMathRow.ItemArray = columnValuesArray;
+ this.Rows.Add(rowtblGen2OutcomesMathRow);
+ return rowtblGen2OutcomesMathRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1ImplicitRow FindByR0000100(int R0000100) {
- return ((tblGen1ImplicitRow)(this.Rows.Find(new object[] {
- R0000100})));
+ public tblGen2OutcomesMathRow FindByC0000100(int C0000100) {
+ return ((tblGen2OutcomesMathRow)(this.Rows.Find(new object[] {
+ C0000100})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
- tblGen1ImplicitDataTable cln = ((tblGen1ImplicitDataTable)(base.Clone()));
+ tblGen2OutcomesMathDataTable cln = ((tblGen2OutcomesMathDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
@@ -7464,350 +7467,179 @@ public tblGen1ImplicitRow FindByR0000100(int R0000100) {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
- return new tblGen1ImplicitDataTable();
+ return new tblGen2OutcomesMathDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
- this.columnH0001600 = base.Columns["H0001600"];
- this.columnH0001700 = base.Columns["H0001700"];
- this.columnH0001800 = base.Columns["H0001800"];
- this.columnH0001900 = base.Columns["H0001900"];
- this.columnH0002000 = base.Columns["H0002000"];
- this.columnH0002100 = base.Columns["H0002100"];
- this.columnH0002200 = base.Columns["H0002200"];
- this.columnH0002300 = base.Columns["H0002300"];
- this.columnH0002400 = base.Columns["H0002400"];
- this.columnH0002500 = base.Columns["H0002500"];
- this.columnH0002600 = base.Columns["H0002600"];
- this.columnH0002700 = base.Columns["H0002700"];
- this.columnH0002800 = base.Columns["H0002800"];
- this.columnH0002900 = base.Columns["H0002900"];
- this.columnH0003000 = base.Columns["H0003000"];
- this.columnH0003100 = base.Columns["H0003100"];
- this.columnH0013600 = base.Columns["H0013600"];
- this.columnH0013700 = base.Columns["H0013700"];
- this.columnH0013800 = base.Columns["H0013800"];
- this.columnH0013900 = base.Columns["H0013900"];
- this.columnH0014000 = base.Columns["H0014000"];
- this.columnH0014100 = base.Columns["H0014100"];
- this.columnH0014200 = base.Columns["H0014200"];
- this.columnH0014300 = base.Columns["H0014300"];
- this.columnH0014400 = base.Columns["H0014400"];
- this.columnH0014500 = base.Columns["H0014500"];
- this.columnH0014700 = base.Columns["H0014700"];
- this.columnH0014800 = base.Columns["H0014800"];
- this.columnH0014900 = base.Columns["H0014900"];
- this.columnH0015000 = base.Columns["H0015000"];
- this.columnH0015100 = base.Columns["H0015100"];
- this.columnH0015200 = base.Columns["H0015200"];
- this.columnH0015300 = base.Columns["H0015300"];
- this.columnH0015400 = base.Columns["H0015400"];
- this.columnH0015500 = base.Columns["H0015500"];
- this.columnH0015600 = base.Columns["H0015600"];
- this.columnH0015700 = base.Columns["H0015700"];
- this.columnH0015800 = base.Columns["H0015800"];
- this.columnH0015803 = base.Columns["H0015803"];
- this.columnH0015804 = base.Columns["H0015804"];
- this.columnR0000100 = base.Columns["R0000100"];
- this.columnR0006100 = base.Columns["R0006100"];
- this.columnR0006500 = base.Columns["R0006500"];
- this.columnR0007300 = base.Columns["R0007300"];
- this.columnR0007700 = base.Columns["R0007700"];
- this.columnR0007900 = base.Columns["R0007900"];
- this.columnR0214700 = base.Columns["R0214700"];
- this.columnR0214800 = base.Columns["R0214800"];
- this.columnR2302900 = base.Columns["R2302900"];
- this.columnR2303100 = base.Columns["R2303100"];
- this.columnR2303200 = base.Columns["R2303200"];
- this.columnR2303300 = base.Columns["R2303300"];
- this.columnR2303500 = base.Columns["R2303500"];
- this.columnR2303600 = base.Columns["R2303600"];
- this.columnR2505100 = base.Columns["R2505100"];
- this.columnR2505300 = base.Columns["R2505300"];
- this.columnR2505400 = base.Columns["R2505400"];
- this.columnR2505500 = base.Columns["R2505500"];
- this.columnR2505700 = base.Columns["R2505700"];
- this.columnR2505800 = base.Columns["R2505800"];
- this.columnR2737900 = base.Columns["R2737900"];
- this.columnR2837200 = base.Columns["R2837200"];
- this.columnR2837300 = base.Columns["R2837300"];
- this.columnR2837400 = base.Columns["R2837400"];
- this.columnR2837500 = base.Columns["R2837500"];
- this.columnR2837600 = base.Columns["R2837600"];
- this.columnR2837700 = base.Columns["R2837700"];
- this.columnR2837800 = base.Columns["R2837800"];
- this.columnR2837900 = base.Columns["R2837900"];
- this.columnR2838000 = base.Columns["R2838000"];
- this.columnR2838100 = base.Columns["R2838100"];
- this.columnR2838200 = base.Columns["R2838200"];
- this.columnR2838300 = base.Columns["R2838300"];
- this.columnR2838400 = base.Columns["R2838400"];
- this.columnR2838500 = base.Columns["R2838500"];
- this.columnR2838600 = base.Columns["R2838600"];
- this.columnR2838700 = base.Columns["R2838700"];
- this.columnR2838800 = base.Columns["R2838800"];
- this.columnR2838900 = base.Columns["R2838900"];
- this.columnR2839000 = base.Columns["R2839000"];
- this.columnR2839100 = base.Columns["R2839100"];
- this.columnR2839200 = base.Columns["R2839200"];
- this.columnR2839300 = base.Columns["R2839300"];
- this.columnR2839400 = base.Columns["R2839400"];
- this.columnR2839500 = base.Columns["R2839500"];
- this.columnR2839600 = base.Columns["R2839600"];
- this.columnR2839700 = base.Columns["R2839700"];
- this.columnR2839800 = base.Columns["R2839800"];
- this.columnR2839900 = base.Columns["R2839900"];
- this.columnR2840000 = base.Columns["R2840000"];
- this.columnR2840100 = base.Columns["R2840100"];
- this.columnR2840200 = base.Columns["R2840200"];
- this.columnR2840300 = base.Columns["R2840300"];
- this.columnR2840400 = base.Columns["R2840400"];
- this.columnR2840500 = base.Columns["R2840500"];
- this.columnR2840600 = base.Columns["R2840600"];
- this.columnR2840700 = base.Columns["R2840700"];
- this.columnR2840800 = base.Columns["R2840800"];
- this.columnR2840900 = base.Columns["R2840900"];
- this.columnR2841000 = base.Columns["R2841000"];
- this.columnR2841100 = base.Columns["R2841100"];
+ this.columnC0000100 = base.Columns["C0000100"];
+ this.columnC0000200 = base.Columns["C0000200"];
+ this.columnC0005300 = base.Columns["C0005300"];
+ this.columnC0005400 = base.Columns["C0005400"];
+ this.columnC0005700 = base.Columns["C0005700"];
+ this.columnC0579900 = base.Columns["C0579900"];
+ this.columnC0580000 = base.Columns["C0580000"];
+ this.columnC0580100 = base.Columns["C0580100"];
+ this.columnC0799400 = base.Columns["C0799400"];
+ this.columnC0799500 = base.Columns["C0799500"];
+ this.columnC0799600 = base.Columns["C0799600"];
+ this.columnC0998600 = base.Columns["C0998600"];
+ this.columnC0998700 = base.Columns["C0998700"];
+ this.columnC0998800 = base.Columns["C0998800"];
+ this.columnC1198600 = base.Columns["C1198600"];
+ this.columnC1198700 = base.Columns["C1198700"];
+ this.columnC1198800 = base.Columns["C1198800"];
+ this.columnC1507600 = base.Columns["C1507600"];
+ this.columnC1507700 = base.Columns["C1507700"];
+ this.columnC1507800 = base.Columns["C1507800"];
+ this.columnC1564500 = base.Columns["C1564500"];
+ this.columnC1564600 = base.Columns["C1564600"];
+ this.columnC1564700 = base.Columns["C1564700"];
+ this.columnC1799900 = base.Columns["C1799900"];
+ this.columnC1800000 = base.Columns["C1800000"];
+ this.columnC1800100 = base.Columns["C1800100"];
+ this.columnC2503500 = base.Columns["C2503500"];
+ this.columnC2503600 = base.Columns["C2503600"];
+ this.columnC2503700 = base.Columns["C2503700"];
+ this.columnC2532000 = base.Columns["C2532000"];
+ this.columnC2532100 = base.Columns["C2532100"];
+ this.columnC2532200 = base.Columns["C2532200"];
+ this.columnC2802800 = base.Columns["C2802800"];
+ this.columnC2802900 = base.Columns["C2802900"];
+ this.columnC2803000 = base.Columns["C2803000"];
+ this.columnC3111300 = base.Columns["C3111300"];
+ this.columnC3111400 = base.Columns["C3111400"];
+ this.columnC3111500 = base.Columns["C3111500"];
+ this.columnC3615000 = base.Columns["C3615000"];
+ this.columnC3615100 = base.Columns["C3615100"];
+ this.columnC3615200 = base.Columns["C3615200"];
+ this.columnC3993600 = base.Columns["C3993600"];
+ this.columnC3993700 = base.Columns["C3993700"];
+ this.columnC3993800 = base.Columns["C3993800"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
- this.columnH0001600 = new global::System.Data.DataColumn("H0001600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0001600);
- this.columnH0001700 = new global::System.Data.DataColumn("H0001700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0001700);
- this.columnH0001800 = new global::System.Data.DataColumn("H0001800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0001800);
- this.columnH0001900 = new global::System.Data.DataColumn("H0001900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0001900);
- this.columnH0002000 = new global::System.Data.DataColumn("H0002000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0002000);
- this.columnH0002100 = new global::System.Data.DataColumn("H0002100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0002100);
- this.columnH0002200 = new global::System.Data.DataColumn("H0002200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0002200);
- this.columnH0002300 = new global::System.Data.DataColumn("H0002300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0002300);
- this.columnH0002400 = new global::System.Data.DataColumn("H0002400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0002400);
- this.columnH0002500 = new global::System.Data.DataColumn("H0002500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0002500);
- this.columnH0002600 = new global::System.Data.DataColumn("H0002600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0002600);
- this.columnH0002700 = new global::System.Data.DataColumn("H0002700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0002700);
- this.columnH0002800 = new global::System.Data.DataColumn("H0002800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0002800);
- this.columnH0002900 = new global::System.Data.DataColumn("H0002900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0002900);
- this.columnH0003000 = new global::System.Data.DataColumn("H0003000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0003000);
- this.columnH0003100 = new global::System.Data.DataColumn("H0003100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0003100);
- this.columnH0013600 = new global::System.Data.DataColumn("H0013600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0013600);
- this.columnH0013700 = new global::System.Data.DataColumn("H0013700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0013700);
- this.columnH0013800 = new global::System.Data.DataColumn("H0013800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0013800);
- this.columnH0013900 = new global::System.Data.DataColumn("H0013900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0013900);
- this.columnH0014000 = new global::System.Data.DataColumn("H0014000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0014000);
- this.columnH0014100 = new global::System.Data.DataColumn("H0014100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0014100);
- this.columnH0014200 = new global::System.Data.DataColumn("H0014200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0014200);
- this.columnH0014300 = new global::System.Data.DataColumn("H0014300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0014300);
- this.columnH0014400 = new global::System.Data.DataColumn("H0014400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0014400);
- this.columnH0014500 = new global::System.Data.DataColumn("H0014500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0014500);
- this.columnH0014700 = new global::System.Data.DataColumn("H0014700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0014700);
- this.columnH0014800 = new global::System.Data.DataColumn("H0014800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0014800);
- this.columnH0014900 = new global::System.Data.DataColumn("H0014900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0014900);
- this.columnH0015000 = new global::System.Data.DataColumn("H0015000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0015000);
- this.columnH0015100 = new global::System.Data.DataColumn("H0015100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0015100);
- this.columnH0015200 = new global::System.Data.DataColumn("H0015200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0015200);
- this.columnH0015300 = new global::System.Data.DataColumn("H0015300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0015300);
- this.columnH0015400 = new global::System.Data.DataColumn("H0015400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0015400);
- this.columnH0015500 = new global::System.Data.DataColumn("H0015500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0015500);
- this.columnH0015600 = new global::System.Data.DataColumn("H0015600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0015600);
- this.columnH0015700 = new global::System.Data.DataColumn("H0015700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0015700);
- this.columnH0015800 = new global::System.Data.DataColumn("H0015800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0015800);
- this.columnH0015803 = new global::System.Data.DataColumn("H0015803", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0015803);
- this.columnH0015804 = new global::System.Data.DataColumn("H0015804", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnH0015804);
- this.columnR0000100 = new global::System.Data.DataColumn("R0000100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0000100);
- this.columnR0006100 = new global::System.Data.DataColumn("R0006100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0006100);
- this.columnR0006500 = new global::System.Data.DataColumn("R0006500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0006500);
- this.columnR0007300 = new global::System.Data.DataColumn("R0007300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0007300);
- this.columnR0007700 = new global::System.Data.DataColumn("R0007700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0007700);
- this.columnR0007900 = new global::System.Data.DataColumn("R0007900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0007900);
- this.columnR0214700 = new global::System.Data.DataColumn("R0214700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0214700);
- this.columnR0214800 = new global::System.Data.DataColumn("R0214800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0214800);
- this.columnR2302900 = new global::System.Data.DataColumn("R2302900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2302900);
- this.columnR2303100 = new global::System.Data.DataColumn("R2303100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2303100);
- this.columnR2303200 = new global::System.Data.DataColumn("R2303200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2303200);
- this.columnR2303300 = new global::System.Data.DataColumn("R2303300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2303300);
- this.columnR2303500 = new global::System.Data.DataColumn("R2303500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2303500);
- this.columnR2303600 = new global::System.Data.DataColumn("R2303600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2303600);
- this.columnR2505100 = new global::System.Data.DataColumn("R2505100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2505100);
- this.columnR2505300 = new global::System.Data.DataColumn("R2505300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2505300);
- this.columnR2505400 = new global::System.Data.DataColumn("R2505400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2505400);
- this.columnR2505500 = new global::System.Data.DataColumn("R2505500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2505500);
- this.columnR2505700 = new global::System.Data.DataColumn("R2505700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2505700);
- this.columnR2505800 = new global::System.Data.DataColumn("R2505800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2505800);
- this.columnR2737900 = new global::System.Data.DataColumn("R2737900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2737900);
- this.columnR2837200 = new global::System.Data.DataColumn("R2837200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2837200);
- this.columnR2837300 = new global::System.Data.DataColumn("R2837300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2837300);
- this.columnR2837400 = new global::System.Data.DataColumn("R2837400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2837400);
- this.columnR2837500 = new global::System.Data.DataColumn("R2837500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2837500);
- this.columnR2837600 = new global::System.Data.DataColumn("R2837600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2837600);
- this.columnR2837700 = new global::System.Data.DataColumn("R2837700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2837700);
- this.columnR2837800 = new global::System.Data.DataColumn("R2837800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2837800);
- this.columnR2837900 = new global::System.Data.DataColumn("R2837900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2837900);
- this.columnR2838000 = new global::System.Data.DataColumn("R2838000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2838000);
- this.columnR2838100 = new global::System.Data.DataColumn("R2838100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2838100);
- this.columnR2838200 = new global::System.Data.DataColumn("R2838200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2838200);
- this.columnR2838300 = new global::System.Data.DataColumn("R2838300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2838300);
- this.columnR2838400 = new global::System.Data.DataColumn("R2838400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2838400);
- this.columnR2838500 = new global::System.Data.DataColumn("R2838500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2838500);
- this.columnR2838600 = new global::System.Data.DataColumn("R2838600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2838600);
- this.columnR2838700 = new global::System.Data.DataColumn("R2838700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2838700);
- this.columnR2838800 = new global::System.Data.DataColumn("R2838800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2838800);
- this.columnR2838900 = new global::System.Data.DataColumn("R2838900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2838900);
- this.columnR2839000 = new global::System.Data.DataColumn("R2839000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2839000);
- this.columnR2839100 = new global::System.Data.DataColumn("R2839100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2839100);
- this.columnR2839200 = new global::System.Data.DataColumn("R2839200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2839200);
- this.columnR2839300 = new global::System.Data.DataColumn("R2839300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2839300);
- this.columnR2839400 = new global::System.Data.DataColumn("R2839400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2839400);
- this.columnR2839500 = new global::System.Data.DataColumn("R2839500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2839500);
- this.columnR2839600 = new global::System.Data.DataColumn("R2839600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2839600);
- this.columnR2839700 = new global::System.Data.DataColumn("R2839700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2839700);
- this.columnR2839800 = new global::System.Data.DataColumn("R2839800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2839800);
- this.columnR2839900 = new global::System.Data.DataColumn("R2839900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2839900);
- this.columnR2840000 = new global::System.Data.DataColumn("R2840000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2840000);
- this.columnR2840100 = new global::System.Data.DataColumn("R2840100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2840100);
- this.columnR2840200 = new global::System.Data.DataColumn("R2840200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2840200);
- this.columnR2840300 = new global::System.Data.DataColumn("R2840300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2840300);
- this.columnR2840400 = new global::System.Data.DataColumn("R2840400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2840400);
- this.columnR2840500 = new global::System.Data.DataColumn("R2840500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2840500);
- this.columnR2840600 = new global::System.Data.DataColumn("R2840600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2840600);
- this.columnR2840700 = new global::System.Data.DataColumn("R2840700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2840700);
- this.columnR2840800 = new global::System.Data.DataColumn("R2840800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2840800);
- this.columnR2840900 = new global::System.Data.DataColumn("R2840900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2840900);
- this.columnR2841000 = new global::System.Data.DataColumn("R2841000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2841000);
- this.columnR2841100 = new global::System.Data.DataColumn("R2841100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2841100);
+ this.columnC0000100 = new global::System.Data.DataColumn("C0000100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0000100);
+ this.columnC0000200 = new global::System.Data.DataColumn("C0000200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0000200);
+ this.columnC0005300 = new global::System.Data.DataColumn("C0005300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0005300);
+ this.columnC0005400 = new global::System.Data.DataColumn("C0005400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0005400);
+ this.columnC0005700 = new global::System.Data.DataColumn("C0005700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0005700);
+ this.columnC0579900 = new global::System.Data.DataColumn("C0579900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0579900);
+ this.columnC0580000 = new global::System.Data.DataColumn("C0580000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0580000);
+ this.columnC0580100 = new global::System.Data.DataColumn("C0580100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0580100);
+ this.columnC0799400 = new global::System.Data.DataColumn("C0799400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0799400);
+ this.columnC0799500 = new global::System.Data.DataColumn("C0799500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0799500);
+ this.columnC0799600 = new global::System.Data.DataColumn("C0799600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0799600);
+ this.columnC0998600 = new global::System.Data.DataColumn("C0998600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0998600);
+ this.columnC0998700 = new global::System.Data.DataColumn("C0998700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0998700);
+ this.columnC0998800 = new global::System.Data.DataColumn("C0998800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0998800);
+ this.columnC1198600 = new global::System.Data.DataColumn("C1198600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1198600);
+ this.columnC1198700 = new global::System.Data.DataColumn("C1198700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1198700);
+ this.columnC1198800 = new global::System.Data.DataColumn("C1198800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1198800);
+ this.columnC1507600 = new global::System.Data.DataColumn("C1507600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1507600);
+ this.columnC1507700 = new global::System.Data.DataColumn("C1507700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1507700);
+ this.columnC1507800 = new global::System.Data.DataColumn("C1507800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1507800);
+ this.columnC1564500 = new global::System.Data.DataColumn("C1564500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1564500);
+ this.columnC1564600 = new global::System.Data.DataColumn("C1564600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1564600);
+ this.columnC1564700 = new global::System.Data.DataColumn("C1564700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1564700);
+ this.columnC1799900 = new global::System.Data.DataColumn("C1799900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1799900);
+ this.columnC1800000 = new global::System.Data.DataColumn("C1800000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1800000);
+ this.columnC1800100 = new global::System.Data.DataColumn("C1800100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1800100);
+ this.columnC2503500 = new global::System.Data.DataColumn("C2503500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC2503500);
+ this.columnC2503600 = new global::System.Data.DataColumn("C2503600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC2503600);
+ this.columnC2503700 = new global::System.Data.DataColumn("C2503700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC2503700);
+ this.columnC2532000 = new global::System.Data.DataColumn("C2532000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC2532000);
+ this.columnC2532100 = new global::System.Data.DataColumn("C2532100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC2532100);
+ this.columnC2532200 = new global::System.Data.DataColumn("C2532200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC2532200);
+ this.columnC2802800 = new global::System.Data.DataColumn("C2802800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC2802800);
+ this.columnC2802900 = new global::System.Data.DataColumn("C2802900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC2802900);
+ this.columnC2803000 = new global::System.Data.DataColumn("C2803000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC2803000);
+ this.columnC3111300 = new global::System.Data.DataColumn("C3111300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3111300);
+ this.columnC3111400 = new global::System.Data.DataColumn("C3111400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3111400);
+ this.columnC3111500 = new global::System.Data.DataColumn("C3111500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3111500);
+ this.columnC3615000 = new global::System.Data.DataColumn("C3615000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3615000);
+ this.columnC3615100 = new global::System.Data.DataColumn("C3615100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3615100);
+ this.columnC3615200 = new global::System.Data.DataColumn("C3615200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3615200);
+ this.columnC3993600 = new global::System.Data.DataColumn("C3993600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3993600);
+ this.columnC3993700 = new global::System.Data.DataColumn("C3993700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3993700);
+ this.columnC3993800 = new global::System.Data.DataColumn("C3993800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3993800);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
- this.columnR0000100}, true));
- this.columnR0000100.AllowDBNull = false;
- this.columnR0000100.Unique = true;
+ this.columnC0000100}, true));
+ this.columnC0000100.AllowDBNull = false;
+ this.columnC0000100.Unique = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1ImplicitRow NewtblGen1ImplicitRow() {
- return ((tblGen1ImplicitRow)(this.NewRow()));
+ public tblGen2OutcomesMathRow NewtblGen2OutcomesMathRow() {
+ return ((tblGen2OutcomesMathRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
- return new tblGen1ImplicitRow(builder);
+ return new tblGen2OutcomesMathRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
- return typeof(tblGen1ImplicitRow);
+ return typeof(tblGen2OutcomesMathRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
- if ((this.tblGen1ImplicitRowChanged != null)) {
- this.tblGen1ImplicitRowChanged(this, new tblGen1ImplicitRowChangeEvent(((tblGen1ImplicitRow)(e.Row)), e.Action));
+ if ((this.tblGen2OutcomesMathRowChanged != null)) {
+ this.tblGen2OutcomesMathRowChanged(this, new tblGen2OutcomesMathRowChangeEvent(((tblGen2OutcomesMathRow)(e.Row)), e.Action));
}
}
@@ -7815,8 +7647,8 @@ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
- if ((this.tblGen1ImplicitRowChanging != null)) {
- this.tblGen1ImplicitRowChanging(this, new tblGen1ImplicitRowChangeEvent(((tblGen1ImplicitRow)(e.Row)), e.Action));
+ if ((this.tblGen2OutcomesMathRowChanging != null)) {
+ this.tblGen2OutcomesMathRowChanging(this, new tblGen2OutcomesMathRowChangeEvent(((tblGen2OutcomesMathRow)(e.Row)), e.Action));
}
}
@@ -7824,8 +7656,8 @@ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
- if ((this.tblGen1ImplicitRowDeleted != null)) {
- this.tblGen1ImplicitRowDeleted(this, new tblGen1ImplicitRowChangeEvent(((tblGen1ImplicitRow)(e.Row)), e.Action));
+ if ((this.tblGen2OutcomesMathRowDeleted != null)) {
+ this.tblGen2OutcomesMathRowDeleted(this, new tblGen2OutcomesMathRowChangeEvent(((tblGen2OutcomesMathRow)(e.Row)), e.Action));
}
}
@@ -7833,14 +7665,14 @@ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
- if ((this.tblGen1ImplicitRowDeleting != null)) {
- this.tblGen1ImplicitRowDeleting(this, new tblGen1ImplicitRowChangeEvent(((tblGen1ImplicitRow)(e.Row)), e.Action));
+ if ((this.tblGen2OutcomesMathRowDeleting != null)) {
+ this.tblGen2OutcomesMathRowDeleting(this, new tblGen2OutcomesMathRowChangeEvent(((tblGen2OutcomesMathRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void RemovetblGen1ImplicitRow(tblGen1ImplicitRow row) {
+ public void RemovetblGen2OutcomesMathRow(tblGen2OutcomesMathRow row) {
this.Rows.Remove(row);
}
@@ -7867,7 +7699,7 @@ public void RemovetblGen1ImplicitRow(tblGen1ImplicitRow row) {
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
- attribute2.FixedValue = "tblGen1ImplicitDataTable";
+ attribute2.FixedValue = "tblGen2OutcomesMathDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
@@ -7913,38 +7745,70 @@ public void RemovetblGen1ImplicitRow(tblGen1ImplicitRow row) {
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
- public partial class tblGen2OutcomesWeightDataTable : global::System.Data.TypedTableBase {
+ public partial class tblGen1GeocodeSanitizedDataTable : global::System.Data.TypedTableBase {
- private global::System.Data.DataColumn columnC0000100;
+ private global::System.Data.DataColumn columnSubjectTag_S1;
- private global::System.Data.DataColumn columnC0000200;
+ private global::System.Data.DataColumn columnSubjectTag_S2;
- private global::System.Data.DataColumn columnC0005300;
+ private global::System.Data.DataColumn columnDobDifferenceInDays1979V1979;
- private global::System.Data.DataColumn columnC0005400;
+ private global::System.Data.DataColumn columnDobDifferenceInDays1979V1981;
- private global::System.Data.DataColumn columnC0005700;
+ private global::System.Data.DataColumn columnDobDifferenceInDays1981V1979;
- private global::System.Data.DataColumn columnY0308500;
+ private global::System.Data.DataColumn columnDobDifferenceInDays1981V1981;
- private global::System.Data.DataColumn columnY0904100;
+ private global::System.Data.DataColumn columnDobDayIsMissing1979_1;
- private global::System.Data.DataColumn columnY1151000;
+ private global::System.Data.DataColumn columnDobDayIsMissing1979_2;
- private global::System.Data.DataColumn columnY1386000;
+ private global::System.Data.DataColumn columnBirthSubjectCountyMissing_1;
- private global::System.Data.DataColumn columnY1637700;
+ private global::System.Data.DataColumn columnBirthSubjectCountyMissing_2;
- private global::System.Data.DataColumn columnY1891300;
+ private global::System.Data.DataColumn columnBirthSubjectCountyEqual;
- private global::System.Data.DataColumn columnY2207200;
+ private global::System.Data.DataColumn columnBirthSubjectStateMissing_1;
- private global::System.Data.DataColumn columnY2544900;
+ private global::System.Data.DataColumn columnBirthSubjectStateMissing_2;
+
+ private global::System.Data.DataColumn columnBirthSubjectStateEqual;
+
+ private global::System.Data.DataColumn columnBirthSubjectCountryMissing_1;
+
+ private global::System.Data.DataColumn columnBirthSubjectCountryMissing_2;
+
+ private global::System.Data.DataColumn columnBirthSubjectCountryEqual;
+
+ private global::System.Data.DataColumn columnBirthMotherStateMissing_1;
+
+ private global::System.Data.DataColumn columnBirthMotherStateMissing_2;
+
+ private global::System.Data.DataColumn columnBirthMotherStateEqual;
+
+ private global::System.Data.DataColumn columnBirthMotherCountryMissing_1;
+
+ private global::System.Data.DataColumn columnBirthMotherCountryMissing_2;
+
+ private global::System.Data.DataColumn columnBirthMotherCountryEqual;
+
+ private global::System.Data.DataColumn columnBirthFatherStateMissing_1;
+
+ private global::System.Data.DataColumn columnBirthFatherStateMissing_2;
+
+ private global::System.Data.DataColumn columnBirthFatherStateEqual;
+
+ private global::System.Data.DataColumn columnBirthFatherCountryMissing_1;
+
+ private global::System.Data.DataColumn columnBirthFatherCountryMissing_2;
+
+ private global::System.Data.DataColumn columnBirthFatherCountryEqual;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2OutcomesWeightDataTable() {
- this.TableName = "tblGen2OutcomesWeight";
+ public tblGen1GeocodeSanitizedDataTable() {
+ this.TableName = "tblGen1GeocodeSanitized";
this.BeginInit();
this.InitClass();
this.EndInit();
@@ -7952,7 +7816,7 @@ public tblGen2OutcomesWeightDataTable() {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblGen2OutcomesWeightDataTable(global::System.Data.DataTable table) {
+ internal tblGen1GeocodeSanitizedDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
@@ -7969,498 +7833,240 @@ internal tblGen2OutcomesWeightDataTable(global::System.Data.DataTable table) {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected tblGen2OutcomesWeightDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ protected tblGen1GeocodeSanitizedDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0000100Column {
+ public global::System.Data.DataColumn SubjectTag_S1Column {
get {
- return this.columnC0000100;
+ return this.columnSubjectTag_S1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0000200Column {
+ public global::System.Data.DataColumn SubjectTag_S2Column {
get {
- return this.columnC0000200;
+ return this.columnSubjectTag_S2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0005300Column {
+ public global::System.Data.DataColumn DobDifferenceInDays1979V1979Column {
get {
- return this.columnC0005300;
+ return this.columnDobDifferenceInDays1979V1979;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0005400Column {
+ public global::System.Data.DataColumn DobDifferenceInDays1979V1981Column {
get {
- return this.columnC0005400;
+ return this.columnDobDifferenceInDays1979V1981;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0005700Column {
+ public global::System.Data.DataColumn DobDifferenceInDays1981V1979Column {
get {
- return this.columnC0005700;
+ return this.columnDobDifferenceInDays1981V1979;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0308500Column {
+ public global::System.Data.DataColumn DobDifferenceInDays1981V1981Column {
get {
- return this.columnY0308500;
+ return this.columnDobDifferenceInDays1981V1981;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0904100Column {
+ public global::System.Data.DataColumn DobDayIsMissing1979_1Column {
get {
- return this.columnY0904100;
+ return this.columnDobDayIsMissing1979_1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1151000Column {
+ public global::System.Data.DataColumn DobDayIsMissing1979_2Column {
get {
- return this.columnY1151000;
+ return this.columnDobDayIsMissing1979_2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1386000Column {
+ public global::System.Data.DataColumn BirthSubjectCountyMissing_1Column {
get {
- return this.columnY1386000;
+ return this.columnBirthSubjectCountyMissing_1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1637700Column {
+ public global::System.Data.DataColumn BirthSubjectCountyMissing_2Column {
get {
- return this.columnY1637700;
+ return this.columnBirthSubjectCountyMissing_2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1891300Column {
+ public global::System.Data.DataColumn BirthSubjectCountyEqualColumn {
get {
- return this.columnY1891300;
+ return this.columnBirthSubjectCountyEqual;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2207200Column {
+ public global::System.Data.DataColumn BirthSubjectStateMissing_1Column {
get {
- return this.columnY2207200;
+ return this.columnBirthSubjectStateMissing_1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2544900Column {
+ public global::System.Data.DataColumn BirthSubjectStateMissing_2Column {
get {
- return this.columnY2544900;
+ return this.columnBirthSubjectStateMissing_2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- [global::System.ComponentModel.Browsable(false)]
- public int Count {
+ public global::System.Data.DataColumn BirthSubjectStateEqualColumn {
get {
- return this.Rows.Count;
+ return this.columnBirthSubjectStateEqual;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2OutcomesWeightRow this[int index] {
+ public global::System.Data.DataColumn BirthSubjectCountryMissing_1Column {
get {
- return ((tblGen2OutcomesWeightRow)(this.Rows[index]));
- }
- }
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen2OutcomesWeightRowChangeEventHandler tblGen2OutcomesWeightRowChanging;
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen2OutcomesWeightRowChangeEventHandler tblGen2OutcomesWeightRowChanged;
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen2OutcomesWeightRowChangeEventHandler tblGen2OutcomesWeightRowDeleting;
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen2OutcomesWeightRowChangeEventHandler tblGen2OutcomesWeightRowDeleted;
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void AddtblGen2OutcomesWeightRow(tblGen2OutcomesWeightRow row) {
- this.Rows.Add(row);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2OutcomesWeightRow AddtblGen2OutcomesWeightRow(int C0000100, int C0000200, int C0005300, int C0005400, int C0005700, int Y0308500, int Y0904100, int Y1151000, int Y1386000, int Y1637700, int Y1891300, int Y2207200, int Y2544900) {
- tblGen2OutcomesWeightRow rowtblGen2OutcomesWeightRow = ((tblGen2OutcomesWeightRow)(this.NewRow()));
- object[] columnValuesArray = new object[] {
- C0000100,
- C0000200,
- C0005300,
- C0005400,
- C0005700,
- Y0308500,
- Y0904100,
- Y1151000,
- Y1386000,
- Y1637700,
- Y1891300,
- Y2207200,
- Y2544900};
- rowtblGen2OutcomesWeightRow.ItemArray = columnValuesArray;
- this.Rows.Add(rowtblGen2OutcomesWeightRow);
- return rowtblGen2OutcomesWeightRow;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2OutcomesWeightRow FindByC0000100(int C0000100) {
- return ((tblGen2OutcomesWeightRow)(this.Rows.Find(new object[] {
- C0000100})));
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public override global::System.Data.DataTable Clone() {
- tblGen2OutcomesWeightDataTable cln = ((tblGen2OutcomesWeightDataTable)(base.Clone()));
- cln.InitVars();
- return cln;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override global::System.Data.DataTable CreateInstance() {
- return new tblGen2OutcomesWeightDataTable();
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal void InitVars() {
- this.columnC0000100 = base.Columns["C0000100"];
- this.columnC0000200 = base.Columns["C0000200"];
- this.columnC0005300 = base.Columns["C0005300"];
- this.columnC0005400 = base.Columns["C0005400"];
- this.columnC0005700 = base.Columns["C0005700"];
- this.columnY0308500 = base.Columns["Y0308500"];
- this.columnY0904100 = base.Columns["Y0904100"];
- this.columnY1151000 = base.Columns["Y1151000"];
- this.columnY1386000 = base.Columns["Y1386000"];
- this.columnY1637700 = base.Columns["Y1637700"];
- this.columnY1891300 = base.Columns["Y1891300"];
- this.columnY2207200 = base.Columns["Y2207200"];
- this.columnY2544900 = base.Columns["Y2544900"];
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- private void InitClass() {
- this.columnC0000100 = new global::System.Data.DataColumn("C0000100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0000100);
- this.columnC0000200 = new global::System.Data.DataColumn("C0000200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0000200);
- this.columnC0005300 = new global::System.Data.DataColumn("C0005300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0005300);
- this.columnC0005400 = new global::System.Data.DataColumn("C0005400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0005400);
- this.columnC0005700 = new global::System.Data.DataColumn("C0005700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0005700);
- this.columnY0308500 = new global::System.Data.DataColumn("Y0308500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0308500);
- this.columnY0904100 = new global::System.Data.DataColumn("Y0904100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0904100);
- this.columnY1151000 = new global::System.Data.DataColumn("Y1151000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1151000);
- this.columnY1386000 = new global::System.Data.DataColumn("Y1386000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1386000);
- this.columnY1637700 = new global::System.Data.DataColumn("Y1637700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1637700);
- this.columnY1891300 = new global::System.Data.DataColumn("Y1891300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1891300);
- this.columnY2207200 = new global::System.Data.DataColumn("Y2207200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2207200);
- this.columnY2544900 = new global::System.Data.DataColumn("Y2544900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2544900);
- this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
- this.columnC0000100}, true));
- this.columnC0000100.AllowDBNull = false;
- this.columnC0000100.Unique = true;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2OutcomesWeightRow NewtblGen2OutcomesWeightRow() {
- return ((tblGen2OutcomesWeightRow)(this.NewRow()));
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
- return new tblGen2OutcomesWeightRow(builder);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override global::System.Type GetRowType() {
- return typeof(tblGen2OutcomesWeightRow);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
- base.OnRowChanged(e);
- if ((this.tblGen2OutcomesWeightRowChanged != null)) {
- this.tblGen2OutcomesWeightRowChanged(this, new tblGen2OutcomesWeightRowChangeEvent(((tblGen2OutcomesWeightRow)(e.Row)), e.Action));
+ return this.columnBirthSubjectCountryMissing_1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
- base.OnRowChanging(e);
- if ((this.tblGen2OutcomesWeightRowChanging != null)) {
- this.tblGen2OutcomesWeightRowChanging(this, new tblGen2OutcomesWeightRowChangeEvent(((tblGen2OutcomesWeightRow)(e.Row)), e.Action));
+ public global::System.Data.DataColumn BirthSubjectCountryMissing_2Column {
+ get {
+ return this.columnBirthSubjectCountryMissing_2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
- base.OnRowDeleted(e);
- if ((this.tblGen2OutcomesWeightRowDeleted != null)) {
- this.tblGen2OutcomesWeightRowDeleted(this, new tblGen2OutcomesWeightRowChangeEvent(((tblGen2OutcomesWeightRow)(e.Row)), e.Action));
+ public global::System.Data.DataColumn BirthSubjectCountryEqualColumn {
+ get {
+ return this.columnBirthSubjectCountryEqual;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
- base.OnRowDeleting(e);
- if ((this.tblGen2OutcomesWeightRowDeleting != null)) {
- this.tblGen2OutcomesWeightRowDeleting(this, new tblGen2OutcomesWeightRowChangeEvent(((tblGen2OutcomesWeightRow)(e.Row)), e.Action));
+ public global::System.Data.DataColumn BirthMotherStateMissing_1Column {
+ get {
+ return this.columnBirthMotherStateMissing_1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void RemovetblGen2OutcomesWeightRow(tblGen2OutcomesWeightRow row) {
- this.Rows.Remove(row);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
- global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
- global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
- ImportDataSet ds = new ImportDataSet();
- global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
- any1.Namespace = "http://www.w3.org/2001/XMLSchema";
- any1.MinOccurs = new decimal(0);
- any1.MaxOccurs = decimal.MaxValue;
- any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
- sequence.Items.Add(any1);
- global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
- any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
- any2.MinOccurs = new decimal(1);
- any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
- sequence.Items.Add(any2);
- global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
- attribute1.Name = "namespace";
- attribute1.FixedValue = ds.Namespace;
- type.Attributes.Add(attribute1);
- global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
- attribute2.Name = "tableTypeName";
- attribute2.FixedValue = "tblGen2OutcomesWeightDataTable";
- type.Attributes.Add(attribute2);
- type.Particle = sequence;
- global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
- if (xs.Contains(dsSchema.TargetNamespace)) {
- global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
- global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
- try {
- global::System.Xml.Schema.XmlSchema schema = null;
- dsSchema.Write(s1);
- for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
- schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
- s2.SetLength(0);
- schema.Write(s2);
- if ((s1.Length == s2.Length)) {
- s1.Position = 0;
- s2.Position = 0;
- for (; ((s1.Position != s1.Length)
- && (s1.ReadByte() == s2.ReadByte())); ) {
- ;
- }
- if ((s1.Position == s1.Length)) {
- return type;
- }
- }
- }
- }
- finally {
- if ((s1 != null)) {
- s1.Close();
- }
- if ((s2 != null)) {
- s2.Close();
- }
- }
+ public global::System.Data.DataColumn BirthMotherStateMissing_2Column {
+ get {
+ return this.columnBirthMotherStateMissing_2;
}
- xs.Add(dsSchema);
- return type;
- }
- }
-
- ///
- ///Represents the strongly named DataTable class.
- ///
- [global::System.Serializable()]
- [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
- public partial class tblLinks2004Gen1DataTable : global::System.Data.TypedTableBase {
-
- private global::System.Data.DataColumn columnPairID;
-
- private global::System.Data.DataColumn columnExtendedFamilyID;
-
- private global::System.Data.DataColumn columnID1;
-
- private global::System.Data.DataColumn columnID2;
-
- private global::System.Data.DataColumn columnSex1;
-
- private global::System.Data.DataColumn columnSex2;
-
- private global::System.Data.DataColumn columnRecommendedRelatedness;
-
- private global::System.Data.DataColumn columnSubjectTag_S1;
-
- private global::System.Data.DataColumn columnSubjectTag_S2;
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblLinks2004Gen1DataTable() {
- this.TableName = "tblLinks2004Gen1";
- this.BeginInit();
- this.InitClass();
- this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblLinks2004Gen1DataTable(global::System.Data.DataTable table) {
- this.TableName = table.TableName;
- if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
- this.CaseSensitive = table.CaseSensitive;
- }
- if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
- this.Locale = table.Locale;
- }
- if ((table.Namespace != table.DataSet.Namespace)) {
- this.Namespace = table.Namespace;
+ public global::System.Data.DataColumn BirthMotherStateEqualColumn {
+ get {
+ return this.columnBirthMotherStateEqual;
}
- this.Prefix = table.Prefix;
- this.MinimumCapacity = table.MinimumCapacity;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected tblLinks2004Gen1DataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
- base(info, context) {
- this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn PairIDColumn {
+ public global::System.Data.DataColumn BirthMotherCountryMissing_1Column {
get {
- return this.columnPairID;
+ return this.columnBirthMotherCountryMissing_1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn ExtendedFamilyIDColumn {
+ public global::System.Data.DataColumn BirthMotherCountryMissing_2Column {
get {
- return this.columnExtendedFamilyID;
+ return this.columnBirthMotherCountryMissing_2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn ID1Column {
+ public global::System.Data.DataColumn BirthMotherCountryEqualColumn {
get {
- return this.columnID1;
+ return this.columnBirthMotherCountryEqual;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn ID2Column {
+ public global::System.Data.DataColumn BirthFatherStateMissing_1Column {
get {
- return this.columnID2;
+ return this.columnBirthFatherStateMissing_1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Sex1Column {
+ public global::System.Data.DataColumn BirthFatherStateMissing_2Column {
get {
- return this.columnSex1;
+ return this.columnBirthFatherStateMissing_2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Sex2Column {
+ public global::System.Data.DataColumn BirthFatherStateEqualColumn {
get {
- return this.columnSex2;
+ return this.columnBirthFatherStateEqual;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn RecommendedRelatednessColumn {
+ public global::System.Data.DataColumn BirthFatherCountryMissing_1Column {
get {
- return this.columnRecommendedRelatedness;
+ return this.columnBirthFatherCountryMissing_1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn SubjectTag_S1Column {
+ public global::System.Data.DataColumn BirthFatherCountryMissing_2Column {
get {
- return this.columnSubjectTag_S1;
+ return this.columnBirthFatherCountryMissing_2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn SubjectTag_S2Column {
+ public global::System.Data.DataColumn BirthFatherCountryEqualColumn {
get {
- return this.columnSubjectTag_S2;
+ return this.columnBirthFatherCountryEqual;
}
}
@@ -8475,53 +8081,102 @@ public int Count {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblLinks2004Gen1Row this[int index] {
+ public tblGen1GeocodeSanitizedRow this[int index] {
get {
- return ((tblLinks2004Gen1Row)(this.Rows[index]));
+ return ((tblGen1GeocodeSanitizedRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblLinks2004Gen1RowChangeEventHandler tblLinks2004Gen1RowChanging;
+ public event tblGen1GeocodeSanitizedRowChangeEventHandler tblGen1GeocodeSanitizedRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblLinks2004Gen1RowChangeEventHandler tblLinks2004Gen1RowChanged;
+ public event tblGen1GeocodeSanitizedRowChangeEventHandler tblGen1GeocodeSanitizedRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblLinks2004Gen1RowChangeEventHandler tblLinks2004Gen1RowDeleting;
+ public event tblGen1GeocodeSanitizedRowChangeEventHandler tblGen1GeocodeSanitizedRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblLinks2004Gen1RowChangeEventHandler tblLinks2004Gen1RowDeleted;
+ public event tblGen1GeocodeSanitizedRowChangeEventHandler tblGen1GeocodeSanitizedRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void AddtblLinks2004Gen1Row(tblLinks2004Gen1Row row) {
+ public void AddtblGen1GeocodeSanitizedRow(tblGen1GeocodeSanitizedRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblLinks2004Gen1Row AddtblLinks2004Gen1Row(short PairID, short ExtendedFamilyID, short ID1, short ID2, byte Sex1, byte Sex2, float RecommendedRelatedness, int SubjectTag_S1, int SubjectTag_S2) {
- tblLinks2004Gen1Row rowtblLinks2004Gen1Row = ((tblLinks2004Gen1Row)(this.NewRow()));
+ public tblGen1GeocodeSanitizedRow AddtblGen1GeocodeSanitizedRow(
+ int SubjectTag_S1,
+ int SubjectTag_S2,
+ short DobDifferenceInDays1979V1979,
+ short DobDifferenceInDays1979V1981,
+ short DobDifferenceInDays1981V1979,
+ short DobDifferenceInDays1981V1981,
+ bool DobDayIsMissing1979_1,
+ bool DobDayIsMissing1979_2,
+ bool BirthSubjectCountyMissing_1,
+ bool BirthSubjectCountyMissing_2,
+ bool BirthSubjectCountyEqual,
+ bool BirthSubjectStateMissing_1,
+ bool BirthSubjectStateMissing_2,
+ bool BirthSubjectStateEqual,
+ bool BirthSubjectCountryMissing_1,
+ bool BirthSubjectCountryMissing_2,
+ bool BirthSubjectCountryEqual,
+ bool BirthMotherStateMissing_1,
+ bool BirthMotherStateMissing_2,
+ bool BirthMotherStateEqual,
+ bool BirthMotherCountryMissing_1,
+ bool BirthMotherCountryMissing_2,
+ bool BirthMotherCountryEqual,
+ bool BirthFatherStateMissing_1,
+ bool BirthFatherStateMissing_2,
+ bool BirthFatherStateEqual,
+ bool BirthFatherCountryMissing_1,
+ bool BirthFatherCountryMissing_2,
+ bool BirthFatherCountryEqual) {
+ tblGen1GeocodeSanitizedRow rowtblGen1GeocodeSanitizedRow = ((tblGen1GeocodeSanitizedRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
- PairID,
- ExtendedFamilyID,
- ID1,
- ID2,
- Sex1,
- Sex2,
- RecommendedRelatedness,
SubjectTag_S1,
- SubjectTag_S2};
- rowtblLinks2004Gen1Row.ItemArray = columnValuesArray;
- this.Rows.Add(rowtblLinks2004Gen1Row);
- return rowtblLinks2004Gen1Row;
+ SubjectTag_S2,
+ DobDifferenceInDays1979V1979,
+ DobDifferenceInDays1979V1981,
+ DobDifferenceInDays1981V1979,
+ DobDifferenceInDays1981V1981,
+ DobDayIsMissing1979_1,
+ DobDayIsMissing1979_2,
+ BirthSubjectCountyMissing_1,
+ BirthSubjectCountyMissing_2,
+ BirthSubjectCountyEqual,
+ BirthSubjectStateMissing_1,
+ BirthSubjectStateMissing_2,
+ BirthSubjectStateEqual,
+ BirthSubjectCountryMissing_1,
+ BirthSubjectCountryMissing_2,
+ BirthSubjectCountryEqual,
+ BirthMotherStateMissing_1,
+ BirthMotherStateMissing_2,
+ BirthMotherStateEqual,
+ BirthMotherCountryMissing_1,
+ BirthMotherCountryMissing_2,
+ BirthMotherCountryEqual,
+ BirthFatherStateMissing_1,
+ BirthFatherStateMissing_2,
+ BirthFatherStateEqual,
+ BirthFatherCountryMissing_1,
+ BirthFatherCountryMissing_2,
+ BirthFatherCountryEqual};
+ rowtblGen1GeocodeSanitizedRow.ItemArray = columnValuesArray;
+ this.Rows.Add(rowtblGen1GeocodeSanitizedRow);
+ return rowtblGen1GeocodeSanitizedRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblLinks2004Gen1Row FindBySubjectTag_S1SubjectTag_S2(int SubjectTag_S1, int SubjectTag_S2) {
- return ((tblLinks2004Gen1Row)(this.Rows.Find(new object[] {
+ public tblGen1GeocodeSanitizedRow FindBySubjectTag_S1SubjectTag_S2(int SubjectTag_S1, int SubjectTag_S2) {
+ return ((tblGen1GeocodeSanitizedRow)(this.Rows.Find(new object[] {
SubjectTag_S1,
SubjectTag_S2})));
}
@@ -8529,7 +8184,7 @@ public tblLinks2004Gen1Row FindBySubjectTag_S1SubjectTag_S2(int SubjectTag_S1, i
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
- tblLinks2004Gen1DataTable cln = ((tblLinks2004Gen1DataTable)(base.Clone()));
+ tblGen1GeocodeSanitizedDataTable cln = ((tblGen1GeocodeSanitizedDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
@@ -8537,79 +8192,158 @@ public tblLinks2004Gen1Row FindBySubjectTag_S1SubjectTag_S2(int SubjectTag_S1, i
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
- return new tblLinks2004Gen1DataTable();
+ return new tblGen1GeocodeSanitizedDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
- this.columnPairID = base.Columns["PairID"];
- this.columnExtendedFamilyID = base.Columns["ExtendedFamilyID"];
- this.columnID1 = base.Columns["ID1"];
- this.columnID2 = base.Columns["ID2"];
- this.columnSex1 = base.Columns["Sex1"];
- this.columnSex2 = base.Columns["Sex2"];
- this.columnRecommendedRelatedness = base.Columns["RecommendedRelatedness"];
this.columnSubjectTag_S1 = base.Columns["SubjectTag_S1"];
this.columnSubjectTag_S2 = base.Columns["SubjectTag_S2"];
+ this.columnDobDifferenceInDays1979V1979 = base.Columns["DobDifferenceInDays1979V1979"];
+ this.columnDobDifferenceInDays1979V1981 = base.Columns["DobDifferenceInDays1979V1981"];
+ this.columnDobDifferenceInDays1981V1979 = base.Columns["DobDifferenceInDays1981V1979"];
+ this.columnDobDifferenceInDays1981V1981 = base.Columns["DobDifferenceInDays1981V1981"];
+ this.columnDobDayIsMissing1979_1 = base.Columns["DobDayIsMissing1979_1"];
+ this.columnDobDayIsMissing1979_2 = base.Columns["DobDayIsMissing1979_2"];
+ this.columnBirthSubjectCountyMissing_1 = base.Columns["BirthSubjectCountyMissing_1"];
+ this.columnBirthSubjectCountyMissing_2 = base.Columns["BirthSubjectCountyMissing_2"];
+ this.columnBirthSubjectCountyEqual = base.Columns["BirthSubjectCountyEqual"];
+ this.columnBirthSubjectStateMissing_1 = base.Columns["BirthSubjectStateMissing_1"];
+ this.columnBirthSubjectStateMissing_2 = base.Columns["BirthSubjectStateMissing_2"];
+ this.columnBirthSubjectStateEqual = base.Columns["BirthSubjectStateEqual"];
+ this.columnBirthSubjectCountryMissing_1 = base.Columns["BirthSubjectCountryMissing_1"];
+ this.columnBirthSubjectCountryMissing_2 = base.Columns["BirthSubjectCountryMissing_2"];
+ this.columnBirthSubjectCountryEqual = base.Columns["BirthSubjectCountryEqual"];
+ this.columnBirthMotherStateMissing_1 = base.Columns["BirthMotherStateMissing_1"];
+ this.columnBirthMotherStateMissing_2 = base.Columns["BirthMotherStateMissing_2"];
+ this.columnBirthMotherStateEqual = base.Columns["BirthMotherStateEqual"];
+ this.columnBirthMotherCountryMissing_1 = base.Columns["BirthMotherCountryMissing_1"];
+ this.columnBirthMotherCountryMissing_2 = base.Columns["BirthMotherCountryMissing_2"];
+ this.columnBirthMotherCountryEqual = base.Columns["BirthMotherCountryEqual"];
+ this.columnBirthFatherStateMissing_1 = base.Columns["BirthFatherStateMissing_1"];
+ this.columnBirthFatherStateMissing_2 = base.Columns["BirthFatherStateMissing_2"];
+ this.columnBirthFatherStateEqual = base.Columns["BirthFatherStateEqual"];
+ this.columnBirthFatherCountryMissing_1 = base.Columns["BirthFatherCountryMissing_1"];
+ this.columnBirthFatherCountryMissing_2 = base.Columns["BirthFatherCountryMissing_2"];
+ this.columnBirthFatherCountryEqual = base.Columns["BirthFatherCountryEqual"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
- this.columnPairID = new global::System.Data.DataColumn("PairID", typeof(short), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnPairID);
- this.columnExtendedFamilyID = new global::System.Data.DataColumn("ExtendedFamilyID", typeof(short), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnExtendedFamilyID);
- this.columnID1 = new global::System.Data.DataColumn("ID1", typeof(short), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnID1);
- this.columnID2 = new global::System.Data.DataColumn("ID2", typeof(short), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnID2);
- this.columnSex1 = new global::System.Data.DataColumn("Sex1", typeof(byte), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnSex1);
- this.columnSex2 = new global::System.Data.DataColumn("Sex2", typeof(byte), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnSex2);
- this.columnRecommendedRelatedness = new global::System.Data.DataColumn("RecommendedRelatedness", typeof(float), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnRecommendedRelatedness);
this.columnSubjectTag_S1 = new global::System.Data.DataColumn("SubjectTag_S1", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSubjectTag_S1);
this.columnSubjectTag_S2 = new global::System.Data.DataColumn("SubjectTag_S2", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSubjectTag_S2);
+ this.columnDobDifferenceInDays1979V1979 = new global::System.Data.DataColumn("DobDifferenceInDays1979V1979", typeof(short), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnDobDifferenceInDays1979V1979);
+ this.columnDobDifferenceInDays1979V1981 = new global::System.Data.DataColumn("DobDifferenceInDays1979V1981", typeof(short), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnDobDifferenceInDays1979V1981);
+ this.columnDobDifferenceInDays1981V1979 = new global::System.Data.DataColumn("DobDifferenceInDays1981V1979", typeof(short), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnDobDifferenceInDays1981V1979);
+ this.columnDobDifferenceInDays1981V1981 = new global::System.Data.DataColumn("DobDifferenceInDays1981V1981", typeof(short), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnDobDifferenceInDays1981V1981);
+ this.columnDobDayIsMissing1979_1 = new global::System.Data.DataColumn("DobDayIsMissing1979_1", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnDobDayIsMissing1979_1);
+ this.columnDobDayIsMissing1979_2 = new global::System.Data.DataColumn("DobDayIsMissing1979_2", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnDobDayIsMissing1979_2);
+ this.columnBirthSubjectCountyMissing_1 = new global::System.Data.DataColumn("BirthSubjectCountyMissing_1", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnBirthSubjectCountyMissing_1);
+ this.columnBirthSubjectCountyMissing_2 = new global::System.Data.DataColumn("BirthSubjectCountyMissing_2", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnBirthSubjectCountyMissing_2);
+ this.columnBirthSubjectCountyEqual = new global::System.Data.DataColumn("BirthSubjectCountyEqual", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnBirthSubjectCountyEqual);
+ this.columnBirthSubjectStateMissing_1 = new global::System.Data.DataColumn("BirthSubjectStateMissing_1", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnBirthSubjectStateMissing_1);
+ this.columnBirthSubjectStateMissing_2 = new global::System.Data.DataColumn("BirthSubjectStateMissing_2", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnBirthSubjectStateMissing_2);
+ this.columnBirthSubjectStateEqual = new global::System.Data.DataColumn("BirthSubjectStateEqual", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnBirthSubjectStateEqual);
+ this.columnBirthSubjectCountryMissing_1 = new global::System.Data.DataColumn("BirthSubjectCountryMissing_1", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnBirthSubjectCountryMissing_1);
+ this.columnBirthSubjectCountryMissing_2 = new global::System.Data.DataColumn("BirthSubjectCountryMissing_2", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnBirthSubjectCountryMissing_2);
+ this.columnBirthSubjectCountryEqual = new global::System.Data.DataColumn("BirthSubjectCountryEqual", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnBirthSubjectCountryEqual);
+ this.columnBirthMotherStateMissing_1 = new global::System.Data.DataColumn("BirthMotherStateMissing_1", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnBirthMotherStateMissing_1);
+ this.columnBirthMotherStateMissing_2 = new global::System.Data.DataColumn("BirthMotherStateMissing_2", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnBirthMotherStateMissing_2);
+ this.columnBirthMotherStateEqual = new global::System.Data.DataColumn("BirthMotherStateEqual", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnBirthMotherStateEqual);
+ this.columnBirthMotherCountryMissing_1 = new global::System.Data.DataColumn("BirthMotherCountryMissing_1", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnBirthMotherCountryMissing_1);
+ this.columnBirthMotherCountryMissing_2 = new global::System.Data.DataColumn("BirthMotherCountryMissing_2", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnBirthMotherCountryMissing_2);
+ this.columnBirthMotherCountryEqual = new global::System.Data.DataColumn("BirthMotherCountryEqual", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnBirthMotherCountryEqual);
+ this.columnBirthFatherStateMissing_1 = new global::System.Data.DataColumn("BirthFatherStateMissing_1", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnBirthFatherStateMissing_1);
+ this.columnBirthFatherStateMissing_2 = new global::System.Data.DataColumn("BirthFatherStateMissing_2", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnBirthFatherStateMissing_2);
+ this.columnBirthFatherStateEqual = new global::System.Data.DataColumn("BirthFatherStateEqual", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnBirthFatherStateEqual);
+ this.columnBirthFatherCountryMissing_1 = new global::System.Data.DataColumn("BirthFatherCountryMissing_1", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnBirthFatherCountryMissing_1);
+ this.columnBirthFatherCountryMissing_2 = new global::System.Data.DataColumn("BirthFatherCountryMissing_2", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnBirthFatherCountryMissing_2);
+ this.columnBirthFatherCountryEqual = new global::System.Data.DataColumn("BirthFatherCountryEqual", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnBirthFatherCountryEqual);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnSubjectTag_S1,
this.columnSubjectTag_S2}, true));
- this.columnPairID.AllowDBNull = false;
- this.columnExtendedFamilyID.AllowDBNull = false;
- this.columnID1.AllowDBNull = false;
- this.columnID2.AllowDBNull = false;
this.columnSubjectTag_S1.AllowDBNull = false;
this.columnSubjectTag_S2.AllowDBNull = false;
+ this.columnDobDayIsMissing1979_1.AllowDBNull = false;
+ this.columnDobDayIsMissing1979_2.AllowDBNull = false;
+ this.columnBirthSubjectCountyMissing_1.AllowDBNull = false;
+ this.columnBirthSubjectCountyMissing_2.AllowDBNull = false;
+ this.columnBirthSubjectCountyEqual.AllowDBNull = false;
+ this.columnBirthSubjectStateMissing_1.AllowDBNull = false;
+ this.columnBirthSubjectStateMissing_2.AllowDBNull = false;
+ this.columnBirthSubjectStateEqual.AllowDBNull = false;
+ this.columnBirthSubjectCountryMissing_1.AllowDBNull = false;
+ this.columnBirthSubjectCountryMissing_2.AllowDBNull = false;
+ this.columnBirthSubjectCountryEqual.AllowDBNull = false;
+ this.columnBirthMotherStateMissing_1.AllowDBNull = false;
+ this.columnBirthMotherStateMissing_2.AllowDBNull = false;
+ this.columnBirthMotherStateEqual.AllowDBNull = false;
+ this.columnBirthMotherCountryMissing_1.AllowDBNull = false;
+ this.columnBirthMotherCountryMissing_2.AllowDBNull = false;
+ this.columnBirthMotherCountryEqual.AllowDBNull = false;
+ this.columnBirthFatherStateMissing_1.AllowDBNull = false;
+ this.columnBirthFatherStateMissing_2.AllowDBNull = false;
+ this.columnBirthFatherStateEqual.AllowDBNull = false;
+ this.columnBirthFatherCountryMissing_1.AllowDBNull = false;
+ this.columnBirthFatherCountryMissing_2.AllowDBNull = false;
+ this.columnBirthFatherCountryEqual.AllowDBNull = false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblLinks2004Gen1Row NewtblLinks2004Gen1Row() {
- return ((tblLinks2004Gen1Row)(this.NewRow()));
+ public tblGen1GeocodeSanitizedRow NewtblGen1GeocodeSanitizedRow() {
+ return ((tblGen1GeocodeSanitizedRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
- return new tblLinks2004Gen1Row(builder);
+ return new tblGen1GeocodeSanitizedRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
- return typeof(tblLinks2004Gen1Row);
+ return typeof(tblGen1GeocodeSanitizedRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
- if ((this.tblLinks2004Gen1RowChanged != null)) {
- this.tblLinks2004Gen1RowChanged(this, new tblLinks2004Gen1RowChangeEvent(((tblLinks2004Gen1Row)(e.Row)), e.Action));
+ if ((this.tblGen1GeocodeSanitizedRowChanged != null)) {
+ this.tblGen1GeocodeSanitizedRowChanged(this, new tblGen1GeocodeSanitizedRowChangeEvent(((tblGen1GeocodeSanitizedRow)(e.Row)), e.Action));
}
}
@@ -8617,8 +8351,8 @@ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
- if ((this.tblLinks2004Gen1RowChanging != null)) {
- this.tblLinks2004Gen1RowChanging(this, new tblLinks2004Gen1RowChangeEvent(((tblLinks2004Gen1Row)(e.Row)), e.Action));
+ if ((this.tblGen1GeocodeSanitizedRowChanging != null)) {
+ this.tblGen1GeocodeSanitizedRowChanging(this, new tblGen1GeocodeSanitizedRowChangeEvent(((tblGen1GeocodeSanitizedRow)(e.Row)), e.Action));
}
}
@@ -8626,8 +8360,8 @@ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
- if ((this.tblLinks2004Gen1RowDeleted != null)) {
- this.tblLinks2004Gen1RowDeleted(this, new tblLinks2004Gen1RowChangeEvent(((tblLinks2004Gen1Row)(e.Row)), e.Action));
+ if ((this.tblGen1GeocodeSanitizedRowDeleted != null)) {
+ this.tblGen1GeocodeSanitizedRowDeleted(this, new tblGen1GeocodeSanitizedRowChangeEvent(((tblGen1GeocodeSanitizedRow)(e.Row)), e.Action));
}
}
@@ -8635,14 +8369,14 @@ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
- if ((this.tblLinks2004Gen1RowDeleting != null)) {
- this.tblLinks2004Gen1RowDeleting(this, new tblLinks2004Gen1RowChangeEvent(((tblLinks2004Gen1Row)(e.Row)), e.Action));
+ if ((this.tblGen1GeocodeSanitizedRowDeleting != null)) {
+ this.tblGen1GeocodeSanitizedRowDeleting(this, new tblGen1GeocodeSanitizedRowChangeEvent(((tblGen1GeocodeSanitizedRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void RemovetblLinks2004Gen1Row(tblLinks2004Gen1Row row) {
+ public void RemovetblGen1GeocodeSanitizedRow(tblGen1GeocodeSanitizedRow row) {
this.Rows.Remove(row);
}
@@ -8669,7 +8403,7 @@ public void RemovetblLinks2004Gen1Row(tblLinks2004Gen1Row row) {
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
- attribute2.FixedValue = "tblLinks2004Gen1DataTable";
+ attribute2.FixedValue = "tblGen1GeocodeSanitizedDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
@@ -8715,100 +8449,44 @@ public void RemovetblLinks2004Gen1Row(tblLinks2004Gen1Row row) {
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
- public partial class tblGen2OutcomesMathDataTable : global::System.Data.TypedTableBase {
-
- private global::System.Data.DataColumn columnC0000100;
-
- private global::System.Data.DataColumn columnC0000200;
-
- private global::System.Data.DataColumn columnC0005300;
-
- private global::System.Data.DataColumn columnC0005400;
-
- private global::System.Data.DataColumn columnC0005700;
-
- private global::System.Data.DataColumn columnC0579900;
-
- private global::System.Data.DataColumn columnC0580000;
-
- private global::System.Data.DataColumn columnC0580100;
-
- private global::System.Data.DataColumn columnC0799400;
-
- private global::System.Data.DataColumn columnC0799500;
-
- private global::System.Data.DataColumn columnC0799600;
-
- private global::System.Data.DataColumn columnC0998600;
-
- private global::System.Data.DataColumn columnC0998700;
-
- private global::System.Data.DataColumn columnC0998800;
-
- private global::System.Data.DataColumn columnC1198600;
-
- private global::System.Data.DataColumn columnC1198700;
-
- private global::System.Data.DataColumn columnC1198800;
-
- private global::System.Data.DataColumn columnC1507600;
-
- private global::System.Data.DataColumn columnC1507700;
-
- private global::System.Data.DataColumn columnC1507800;
-
- private global::System.Data.DataColumn columnC1564500;
-
- private global::System.Data.DataColumn columnC1564600;
-
- private global::System.Data.DataColumn columnC1564700;
-
- private global::System.Data.DataColumn columnC1799900;
-
- private global::System.Data.DataColumn columnC1800000;
-
- private global::System.Data.DataColumn columnC1800100;
-
- private global::System.Data.DataColumn columnC2503500;
-
- private global::System.Data.DataColumn columnC2503600;
+ public partial class tblRosterGen1AssignmentDataTable : global::System.Data.TypedTableBase {
- private global::System.Data.DataColumn columnC2503700;
+ private global::System.Data.DataColumn columnID;
- private global::System.Data.DataColumn columnC2532000;
+ private global::System.Data.DataColumn columnResponseLower;
- private global::System.Data.DataColumn columnC2532100;
+ private global::System.Data.DataColumn columnResponseUpper;
- private global::System.Data.DataColumn columnC2532200;
+ private global::System.Data.DataColumn columnFreq;
- private global::System.Data.DataColumn columnC2802800;
+ private global::System.Data.DataColumn columnResolved;
- private global::System.Data.DataColumn columnC2802900;
+ private global::System.Data.DataColumn columnR;
- private global::System.Data.DataColumn columnC2803000;
+ private global::System.Data.DataColumn columnRBoundLower;
- private global::System.Data.DataColumn columnC3111300;
+ private global::System.Data.DataColumn columnRBoundUpper;
- private global::System.Data.DataColumn columnC3111400;
+ private global::System.Data.DataColumn columnSameGeneration;
- private global::System.Data.DataColumn columnC3111500;
+ private global::System.Data.DataColumn columnShareBiodad;
- private global::System.Data.DataColumn columnC3615000;
+ private global::System.Data.DataColumn columnShareBiomom;
- private global::System.Data.DataColumn columnC3615100;
+ private global::System.Data.DataColumn columnShareBiograndparent;
- private global::System.Data.DataColumn columnC3615200;
+ private global::System.Data.DataColumn columnInconsistent;
- private global::System.Data.DataColumn columnC3993600;
+ private global::System.Data.DataColumn columnNotes;
- private global::System.Data.DataColumn columnC3993700;
+ private global::System.Data.DataColumn columnResponseLowerLabel;
- private global::System.Data.DataColumn columnC3993800;
+ private global::System.Data.DataColumn columnResponseUpperLabel;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2OutcomesMathDataTable() {
- this.TableName = "tblGen2OutcomesMath";
+ public tblRosterGen1AssignmentDataTable() {
+ this.TableName = "tblRosterGen1Assignment";
this.BeginInit();
this.InitClass();
this.EndInit();
@@ -8816,7 +8494,7 @@ public tblGen2OutcomesMathDataTable() {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblGen2OutcomesMathDataTable(global::System.Data.DataTable table) {
+ internal tblRosterGen1AssignmentDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
@@ -8833,360 +8511,136 @@ internal tblGen2OutcomesMathDataTable(global::System.Data.DataTable table) {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected tblGen2OutcomesMathDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ protected tblRosterGen1AssignmentDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0000100Column {
+ public global::System.Data.DataColumn IDColumn {
get {
- return this.columnC0000100;
+ return this.columnID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0000200Column {
+ public global::System.Data.DataColumn ResponseLowerColumn {
get {
- return this.columnC0000200;
+ return this.columnResponseLower;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0005300Column {
+ public global::System.Data.DataColumn ResponseUpperColumn {
get {
- return this.columnC0005300;
+ return this.columnResponseUpper;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0005400Column {
+ public global::System.Data.DataColumn FreqColumn {
get {
- return this.columnC0005400;
+ return this.columnFreq;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0005700Column {
+ public global::System.Data.DataColumn ResolvedColumn {
get {
- return this.columnC0005700;
+ return this.columnResolved;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0579900Column {
+ public global::System.Data.DataColumn RColumn {
get {
- return this.columnC0579900;
+ return this.columnR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0580000Column {
+ public global::System.Data.DataColumn RBoundLowerColumn {
get {
- return this.columnC0580000;
+ return this.columnRBoundLower;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0580100Column {
+ public global::System.Data.DataColumn RBoundUpperColumn {
get {
- return this.columnC0580100;
+ return this.columnRBoundUpper;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0799400Column {
+ public global::System.Data.DataColumn SameGenerationColumn {
get {
- return this.columnC0799400;
+ return this.columnSameGeneration;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0799500Column {
+ public global::System.Data.DataColumn ShareBiodadColumn {
get {
- return this.columnC0799500;
+ return this.columnShareBiodad;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0799600Column {
+ public global::System.Data.DataColumn ShareBiomomColumn {
get {
- return this.columnC0799600;
+ return this.columnShareBiomom;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0998600Column {
+ public global::System.Data.DataColumn ShareBiograndparentColumn {
get {
- return this.columnC0998600;
+ return this.columnShareBiograndparent;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0998700Column {
+ public global::System.Data.DataColumn InconsistentColumn {
get {
- return this.columnC0998700;
+ return this.columnInconsistent;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0998800Column {
+ public global::System.Data.DataColumn NotesColumn {
get {
- return this.columnC0998800;
+ return this.columnNotes;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1198600Column {
+ public global::System.Data.DataColumn ResponseLowerLabelColumn {
get {
- return this.columnC1198600;
+ return this.columnResponseLowerLabel;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1198700Column {
+ public global::System.Data.DataColumn ResponseUpperLabelColumn {
get {
- return this.columnC1198700;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1198800Column {
- get {
- return this.columnC1198800;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1507600Column {
- get {
- return this.columnC1507600;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1507700Column {
- get {
- return this.columnC1507700;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1507800Column {
- get {
- return this.columnC1507800;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1564500Column {
- get {
- return this.columnC1564500;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1564600Column {
- get {
- return this.columnC1564600;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1564700Column {
- get {
- return this.columnC1564700;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1799900Column {
- get {
- return this.columnC1799900;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1800000Column {
- get {
- return this.columnC1800000;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1800100Column {
- get {
- return this.columnC1800100;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C2503500Column {
- get {
- return this.columnC2503500;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C2503600Column {
- get {
- return this.columnC2503600;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C2503700Column {
- get {
- return this.columnC2503700;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C2532000Column {
- get {
- return this.columnC2532000;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C2532100Column {
- get {
- return this.columnC2532100;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C2532200Column {
- get {
- return this.columnC2532200;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C2802800Column {
- get {
- return this.columnC2802800;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C2802900Column {
- get {
- return this.columnC2802900;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C2803000Column {
- get {
- return this.columnC2803000;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3111300Column {
- get {
- return this.columnC3111300;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3111400Column {
- get {
- return this.columnC3111400;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3111500Column {
- get {
- return this.columnC3111500;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3615000Column {
- get {
- return this.columnC3615000;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3615100Column {
- get {
- return this.columnC3615100;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3615200Column {
- get {
- return this.columnC3615200;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3993600Column {
- get {
- return this.columnC3993600;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3993700Column {
- get {
- return this.columnC3993700;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3993800Column {
- get {
- return this.columnC3993800;
+ return this.columnResponseUpperLabel;
}
}
@@ -9201,139 +8655,83 @@ public int Count {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2OutcomesMathRow this[int index] {
+ public tblRosterGen1AssignmentRow this[int index] {
get {
- return ((tblGen2OutcomesMathRow)(this.Rows[index]));
+ return ((tblRosterGen1AssignmentRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen2OutcomesMathRowChangeEventHandler tblGen2OutcomesMathRowChanging;
+ public event tblRosterGen1AssignmentRowChangeEventHandler tblRosterGen1AssignmentRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen2OutcomesMathRowChangeEventHandler tblGen2OutcomesMathRowChanged;
+ public event tblRosterGen1AssignmentRowChangeEventHandler tblRosterGen1AssignmentRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen2OutcomesMathRowChangeEventHandler tblGen2OutcomesMathRowDeleting;
+ public event tblRosterGen1AssignmentRowChangeEventHandler tblRosterGen1AssignmentRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen2OutcomesMathRowChangeEventHandler tblGen2OutcomesMathRowDeleted;
+ public event tblRosterGen1AssignmentRowChangeEventHandler tblRosterGen1AssignmentRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void AddtblGen2OutcomesMathRow(tblGen2OutcomesMathRow row) {
+ public void AddtblRosterGen1AssignmentRow(tblRosterGen1AssignmentRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2OutcomesMathRow AddtblGen2OutcomesMathRow(
- int C0000100,
- int C0000200,
- int C0005300,
- int C0005400,
- int C0005700,
- int C0579900,
- int C0580000,
- int C0580100,
- int C0799400,
- int C0799500,
- int C0799600,
- int C0998600,
- int C0998700,
- int C0998800,
- int C1198600,
- int C1198700,
- int C1198800,
- int C1507600,
- int C1507700,
- int C1507800,
- int C1564500,
- int C1564600,
- int C1564700,
- int C1799900,
- int C1800000,
- int C1800100,
- int C2503500,
- int C2503600,
- int C2503700,
- int C2532000,
- int C2532100,
- int C2532200,
- int C2802800,
- int C2802900,
- int C2803000,
- int C3111300,
- int C3111400,
- int C3111500,
- int C3615000,
- int C3615100,
- int C3615200,
- int C3993600,
- int C3993700,
- int C3993800) {
- tblGen2OutcomesMathRow rowtblGen2OutcomesMathRow = ((tblGen2OutcomesMathRow)(this.NewRow()));
+ public tblRosterGen1AssignmentRow AddtblRosterGen1AssignmentRow(
+ byte ID,
+ short ResponseLower,
+ short ResponseUpper,
+ short Freq,
+ bool Resolved,
+ double R,
+ double RBoundLower,
+ double RBoundUpper,
+ byte SameGeneration,
+ byte ShareBiodad,
+ byte ShareBiomom,
+ byte ShareBiograndparent,
+ bool Inconsistent,
+ string Notes,
+ string ResponseLowerLabel,
+ string ResponseUpperLabel) {
+ tblRosterGen1AssignmentRow rowtblRosterGen1AssignmentRow = ((tblRosterGen1AssignmentRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
- C0000100,
- C0000200,
- C0005300,
- C0005400,
- C0005700,
- C0579900,
- C0580000,
- C0580100,
- C0799400,
- C0799500,
- C0799600,
- C0998600,
- C0998700,
- C0998800,
- C1198600,
- C1198700,
- C1198800,
- C1507600,
- C1507700,
- C1507800,
- C1564500,
- C1564600,
- C1564700,
- C1799900,
- C1800000,
- C1800100,
- C2503500,
- C2503600,
- C2503700,
- C2532000,
- C2532100,
- C2532200,
- C2802800,
- C2802900,
- C2803000,
- C3111300,
- C3111400,
- C3111500,
- C3615000,
- C3615100,
- C3615200,
- C3993600,
- C3993700,
- C3993800};
- rowtblGen2OutcomesMathRow.ItemArray = columnValuesArray;
- this.Rows.Add(rowtblGen2OutcomesMathRow);
- return rowtblGen2OutcomesMathRow;
+ ID,
+ ResponseLower,
+ ResponseUpper,
+ Freq,
+ Resolved,
+ R,
+ RBoundLower,
+ RBoundUpper,
+ SameGeneration,
+ ShareBiodad,
+ ShareBiomom,
+ ShareBiograndparent,
+ Inconsistent,
+ Notes,
+ ResponseLowerLabel,
+ ResponseUpperLabel};
+ rowtblRosterGen1AssignmentRow.ItemArray = columnValuesArray;
+ this.Rows.Add(rowtblRosterGen1AssignmentRow);
+ return rowtblRosterGen1AssignmentRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2OutcomesMathRow FindByC0000100(int C0000100) {
- return ((tblGen2OutcomesMathRow)(this.Rows.Find(new object[] {
- C0000100})));
+ public tblRosterGen1AssignmentRow FindByID(byte ID) {
+ return ((tblRosterGen1AssignmentRow)(this.Rows.Find(new object[] {
+ ID})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
- tblGen2OutcomesMathDataTable cln = ((tblGen2OutcomesMathDataTable)(base.Clone()));
+ tblRosterGen1AssignmentDataTable cln = ((tblRosterGen1AssignmentDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
@@ -9341,179 +8739,109 @@ public tblGen2OutcomesMathRow FindByC0000100(int C0000100) {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
- return new tblGen2OutcomesMathDataTable();
+ return new tblRosterGen1AssignmentDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
- this.columnC0000100 = base.Columns["C0000100"];
- this.columnC0000200 = base.Columns["C0000200"];
- this.columnC0005300 = base.Columns["C0005300"];
- this.columnC0005400 = base.Columns["C0005400"];
- this.columnC0005700 = base.Columns["C0005700"];
- this.columnC0579900 = base.Columns["C0579900"];
- this.columnC0580000 = base.Columns["C0580000"];
- this.columnC0580100 = base.Columns["C0580100"];
- this.columnC0799400 = base.Columns["C0799400"];
- this.columnC0799500 = base.Columns["C0799500"];
- this.columnC0799600 = base.Columns["C0799600"];
- this.columnC0998600 = base.Columns["C0998600"];
- this.columnC0998700 = base.Columns["C0998700"];
- this.columnC0998800 = base.Columns["C0998800"];
- this.columnC1198600 = base.Columns["C1198600"];
- this.columnC1198700 = base.Columns["C1198700"];
- this.columnC1198800 = base.Columns["C1198800"];
- this.columnC1507600 = base.Columns["C1507600"];
- this.columnC1507700 = base.Columns["C1507700"];
- this.columnC1507800 = base.Columns["C1507800"];
- this.columnC1564500 = base.Columns["C1564500"];
- this.columnC1564600 = base.Columns["C1564600"];
- this.columnC1564700 = base.Columns["C1564700"];
- this.columnC1799900 = base.Columns["C1799900"];
- this.columnC1800000 = base.Columns["C1800000"];
- this.columnC1800100 = base.Columns["C1800100"];
- this.columnC2503500 = base.Columns["C2503500"];
- this.columnC2503600 = base.Columns["C2503600"];
- this.columnC2503700 = base.Columns["C2503700"];
- this.columnC2532000 = base.Columns["C2532000"];
- this.columnC2532100 = base.Columns["C2532100"];
- this.columnC2532200 = base.Columns["C2532200"];
- this.columnC2802800 = base.Columns["C2802800"];
- this.columnC2802900 = base.Columns["C2802900"];
- this.columnC2803000 = base.Columns["C2803000"];
- this.columnC3111300 = base.Columns["C3111300"];
- this.columnC3111400 = base.Columns["C3111400"];
- this.columnC3111500 = base.Columns["C3111500"];
- this.columnC3615000 = base.Columns["C3615000"];
- this.columnC3615100 = base.Columns["C3615100"];
- this.columnC3615200 = base.Columns["C3615200"];
- this.columnC3993600 = base.Columns["C3993600"];
- this.columnC3993700 = base.Columns["C3993700"];
- this.columnC3993800 = base.Columns["C3993800"];
+ this.columnID = base.Columns["ID"];
+ this.columnResponseLower = base.Columns["ResponseLower"];
+ this.columnResponseUpper = base.Columns["ResponseUpper"];
+ this.columnFreq = base.Columns["Freq"];
+ this.columnResolved = base.Columns["Resolved"];
+ this.columnR = base.Columns["R"];
+ this.columnRBoundLower = base.Columns["RBoundLower"];
+ this.columnRBoundUpper = base.Columns["RBoundUpper"];
+ this.columnSameGeneration = base.Columns["SameGeneration"];
+ this.columnShareBiodad = base.Columns["ShareBiodad"];
+ this.columnShareBiomom = base.Columns["ShareBiomom"];
+ this.columnShareBiograndparent = base.Columns["ShareBiograndparent"];
+ this.columnInconsistent = base.Columns["Inconsistent"];
+ this.columnNotes = base.Columns["Notes"];
+ this.columnResponseLowerLabel = base.Columns["ResponseLowerLabel"];
+ this.columnResponseUpperLabel = base.Columns["ResponseUpperLabel"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
- this.columnC0000100 = new global::System.Data.DataColumn("C0000100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0000100);
- this.columnC0000200 = new global::System.Data.DataColumn("C0000200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0000200);
- this.columnC0005300 = new global::System.Data.DataColumn("C0005300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0005300);
- this.columnC0005400 = new global::System.Data.DataColumn("C0005400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0005400);
- this.columnC0005700 = new global::System.Data.DataColumn("C0005700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0005700);
- this.columnC0579900 = new global::System.Data.DataColumn("C0579900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0579900);
- this.columnC0580000 = new global::System.Data.DataColumn("C0580000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0580000);
- this.columnC0580100 = new global::System.Data.DataColumn("C0580100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0580100);
- this.columnC0799400 = new global::System.Data.DataColumn("C0799400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0799400);
- this.columnC0799500 = new global::System.Data.DataColumn("C0799500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0799500);
- this.columnC0799600 = new global::System.Data.DataColumn("C0799600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0799600);
- this.columnC0998600 = new global::System.Data.DataColumn("C0998600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0998600);
- this.columnC0998700 = new global::System.Data.DataColumn("C0998700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0998700);
- this.columnC0998800 = new global::System.Data.DataColumn("C0998800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0998800);
- this.columnC1198600 = new global::System.Data.DataColumn("C1198600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1198600);
- this.columnC1198700 = new global::System.Data.DataColumn("C1198700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1198700);
- this.columnC1198800 = new global::System.Data.DataColumn("C1198800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1198800);
- this.columnC1507600 = new global::System.Data.DataColumn("C1507600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1507600);
- this.columnC1507700 = new global::System.Data.DataColumn("C1507700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1507700);
- this.columnC1507800 = new global::System.Data.DataColumn("C1507800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1507800);
- this.columnC1564500 = new global::System.Data.DataColumn("C1564500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1564500);
- this.columnC1564600 = new global::System.Data.DataColumn("C1564600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1564600);
- this.columnC1564700 = new global::System.Data.DataColumn("C1564700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1564700);
- this.columnC1799900 = new global::System.Data.DataColumn("C1799900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1799900);
- this.columnC1800000 = new global::System.Data.DataColumn("C1800000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1800000);
- this.columnC1800100 = new global::System.Data.DataColumn("C1800100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1800100);
- this.columnC2503500 = new global::System.Data.DataColumn("C2503500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC2503500);
- this.columnC2503600 = new global::System.Data.DataColumn("C2503600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC2503600);
- this.columnC2503700 = new global::System.Data.DataColumn("C2503700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC2503700);
- this.columnC2532000 = new global::System.Data.DataColumn("C2532000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC2532000);
- this.columnC2532100 = new global::System.Data.DataColumn("C2532100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC2532100);
- this.columnC2532200 = new global::System.Data.DataColumn("C2532200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC2532200);
- this.columnC2802800 = new global::System.Data.DataColumn("C2802800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC2802800);
- this.columnC2802900 = new global::System.Data.DataColumn("C2802900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC2802900);
- this.columnC2803000 = new global::System.Data.DataColumn("C2803000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC2803000);
- this.columnC3111300 = new global::System.Data.DataColumn("C3111300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3111300);
- this.columnC3111400 = new global::System.Data.DataColumn("C3111400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3111400);
- this.columnC3111500 = new global::System.Data.DataColumn("C3111500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3111500);
- this.columnC3615000 = new global::System.Data.DataColumn("C3615000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3615000);
- this.columnC3615100 = new global::System.Data.DataColumn("C3615100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3615100);
- this.columnC3615200 = new global::System.Data.DataColumn("C3615200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3615200);
- this.columnC3993600 = new global::System.Data.DataColumn("C3993600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3993600);
- this.columnC3993700 = new global::System.Data.DataColumn("C3993700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3993700);
- this.columnC3993800 = new global::System.Data.DataColumn("C3993800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3993800);
+ this.columnID = new global::System.Data.DataColumn("ID", typeof(byte), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnID);
+ this.columnResponseLower = new global::System.Data.DataColumn("ResponseLower", typeof(short), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnResponseLower);
+ this.columnResponseUpper = new global::System.Data.DataColumn("ResponseUpper", typeof(short), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnResponseUpper);
+ this.columnFreq = new global::System.Data.DataColumn("Freq", typeof(short), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnFreq);
+ this.columnResolved = new global::System.Data.DataColumn("Resolved", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnResolved);
+ this.columnR = new global::System.Data.DataColumn("R", typeof(double), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR);
+ this.columnRBoundLower = new global::System.Data.DataColumn("RBoundLower", typeof(double), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnRBoundLower);
+ this.columnRBoundUpper = new global::System.Data.DataColumn("RBoundUpper", typeof(double), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnRBoundUpper);
+ this.columnSameGeneration = new global::System.Data.DataColumn("SameGeneration", typeof(byte), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnSameGeneration);
+ this.columnShareBiodad = new global::System.Data.DataColumn("ShareBiodad", typeof(byte), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnShareBiodad);
+ this.columnShareBiomom = new global::System.Data.DataColumn("ShareBiomom", typeof(byte), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnShareBiomom);
+ this.columnShareBiograndparent = new global::System.Data.DataColumn("ShareBiograndparent", typeof(byte), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnShareBiograndparent);
+ this.columnInconsistent = new global::System.Data.DataColumn("Inconsistent", typeof(bool), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnInconsistent);
+ this.columnNotes = new global::System.Data.DataColumn("Notes", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnNotes);
+ this.columnResponseLowerLabel = new global::System.Data.DataColumn("ResponseLowerLabel", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnResponseLowerLabel);
+ this.columnResponseUpperLabel = new global::System.Data.DataColumn("ResponseUpperLabel", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnResponseUpperLabel);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
- this.columnC0000100}, true));
- this.columnC0000100.AllowDBNull = false;
- this.columnC0000100.Unique = true;
+ this.columnID}, true));
+ this.columnID.AllowDBNull = false;
+ this.columnID.Unique = true;
+ this.columnResponseLower.AllowDBNull = false;
+ this.columnResponseUpper.AllowDBNull = false;
+ this.columnFreq.AllowDBNull = false;
+ this.columnResolved.AllowDBNull = false;
+ this.columnRBoundLower.AllowDBNull = false;
+ this.columnRBoundUpper.AllowDBNull = false;
+ this.columnSameGeneration.AllowDBNull = false;
+ this.columnShareBiodad.AllowDBNull = false;
+ this.columnShareBiomom.AllowDBNull = false;
+ this.columnShareBiograndparent.AllowDBNull = false;
+ this.columnInconsistent.AllowDBNull = false;
+ this.columnNotes.MaxLength = 255;
+ this.columnResponseLowerLabel.MaxLength = 50;
+ this.columnResponseUpperLabel.MaxLength = 50;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2OutcomesMathRow NewtblGen2OutcomesMathRow() {
- return ((tblGen2OutcomesMathRow)(this.NewRow()));
+ public tblRosterGen1AssignmentRow NewtblRosterGen1AssignmentRow() {
+ return ((tblRosterGen1AssignmentRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
- return new tblGen2OutcomesMathRow(builder);
+ return new tblRosterGen1AssignmentRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
- return typeof(tblGen2OutcomesMathRow);
+ return typeof(tblRosterGen1AssignmentRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
- if ((this.tblGen2OutcomesMathRowChanged != null)) {
- this.tblGen2OutcomesMathRowChanged(this, new tblGen2OutcomesMathRowChangeEvent(((tblGen2OutcomesMathRow)(e.Row)), e.Action));
+ if ((this.tblRosterGen1AssignmentRowChanged != null)) {
+ this.tblRosterGen1AssignmentRowChanged(this, new tblRosterGen1AssignmentRowChangeEvent(((tblRosterGen1AssignmentRow)(e.Row)), e.Action));
}
}
@@ -9521,8 +8849,8 @@ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
- if ((this.tblGen2OutcomesMathRowChanging != null)) {
- this.tblGen2OutcomesMathRowChanging(this, new tblGen2OutcomesMathRowChangeEvent(((tblGen2OutcomesMathRow)(e.Row)), e.Action));
+ if ((this.tblRosterGen1AssignmentRowChanging != null)) {
+ this.tblRosterGen1AssignmentRowChanging(this, new tblRosterGen1AssignmentRowChangeEvent(((tblRosterGen1AssignmentRow)(e.Row)), e.Action));
}
}
@@ -9530,8 +8858,8 @@ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
- if ((this.tblGen2OutcomesMathRowDeleted != null)) {
- this.tblGen2OutcomesMathRowDeleted(this, new tblGen2OutcomesMathRowChangeEvent(((tblGen2OutcomesMathRow)(e.Row)), e.Action));
+ if ((this.tblRosterGen1AssignmentRowDeleted != null)) {
+ this.tblRosterGen1AssignmentRowDeleted(this, new tblRosterGen1AssignmentRowChangeEvent(((tblRosterGen1AssignmentRow)(e.Row)), e.Action));
}
}
@@ -9539,14 +8867,14 @@ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
- if ((this.tblGen2OutcomesMathRowDeleting != null)) {
- this.tblGen2OutcomesMathRowDeleting(this, new tblGen2OutcomesMathRowChangeEvent(((tblGen2OutcomesMathRow)(e.Row)), e.Action));
+ if ((this.tblRosterGen1AssignmentRowDeleting != null)) {
+ this.tblRosterGen1AssignmentRowDeleting(this, new tblRosterGen1AssignmentRowChangeEvent(((tblRosterGen1AssignmentRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void RemovetblGen2OutcomesMathRow(tblGen2OutcomesMathRow row) {
+ public void RemovetblRosterGen1AssignmentRow(tblRosterGen1AssignmentRow row) {
this.Rows.Remove(row);
}
@@ -9573,7 +8901,7 @@ public void RemovetblGen2OutcomesMathRow(tblGen2OutcomesMathRow row) {
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
- attribute2.FixedValue = "tblGen2OutcomesMathDataTable";
+ attribute2.FixedValue = "tblRosterGen1AssignmentDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
@@ -9619,2470 +8947,2108 @@ public void RemovetblGen2OutcomesMathRow(tblGen2OutcomesMathRow row) {
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
- public partial class tblGen1GeocodeSanitizedDataTable : global::System.Data.TypedTableBase {
+ public partial class tblGen2LinksDataTable : global::System.Data.TypedTableBase {
- private global::System.Data.DataColumn columnSubjectTag_S1;
+ private global::System.Data.DataColumn columnC0000100;
- private global::System.Data.DataColumn columnSubjectTag_S2;
+ private global::System.Data.DataColumn columnC0000200;
- private global::System.Data.DataColumn columnDobDifferenceInDays1979V1979;
+ private global::System.Data.DataColumn columnC0005300;
- private global::System.Data.DataColumn columnDobDifferenceInDays1979V1981;
+ private global::System.Data.DataColumn columnC0005400;
- private global::System.Data.DataColumn columnDobDifferenceInDays1981V1979;
+ private global::System.Data.DataColumn columnC0005500;
- private global::System.Data.DataColumn columnDobDifferenceInDays1981V1981;
+ private global::System.Data.DataColumn columnC0005700;
- private global::System.Data.DataColumn columnDobDayIsMissing1979_1;
+ private global::System.Data.DataColumn columnC0005800;
- private global::System.Data.DataColumn columnDobDayIsMissing1979_2;
+ private global::System.Data.DataColumn columnC0006500;
- private global::System.Data.DataColumn columnBirthSubjectCountyMissing_1;
+ private global::System.Data.DataColumn columnC0006800;
- private global::System.Data.DataColumn columnBirthSubjectCountyMissing_2;
+ private global::System.Data.DataColumn columnC0007010;
- private global::System.Data.DataColumn columnBirthSubjectCountyEqual;
+ private global::System.Data.DataColumn columnC0007030;
- private global::System.Data.DataColumn columnBirthSubjectStateMissing_1;
+ private global::System.Data.DataColumn columnC0007041;
- private global::System.Data.DataColumn columnBirthSubjectStateMissing_2;
+ private global::System.Data.DataColumn columnC0007043;
- private global::System.Data.DataColumn columnBirthSubjectStateEqual;
+ private global::System.Data.DataColumn columnC0007045;
- private global::System.Data.DataColumn columnBirthSubjectCountryMissing_1;
+ private global::System.Data.DataColumn columnC0007047;
- private global::System.Data.DataColumn columnBirthSubjectCountryMissing_2;
+ private global::System.Data.DataColumn columnC0007049;
- private global::System.Data.DataColumn columnBirthSubjectCountryEqual;
+ private global::System.Data.DataColumn columnC0007052;
- private global::System.Data.DataColumn columnBirthMotherStateMissing_1;
+ private global::System.Data.DataColumn columnC0007055;
- private global::System.Data.DataColumn columnBirthMotherStateMissing_2;
+ private global::System.Data.DataColumn columnC0402400;
- private global::System.Data.DataColumn columnBirthMotherStateEqual;
+ private global::System.Data.DataColumn columnC0402500;
- private global::System.Data.DataColumn columnBirthMotherCountryMissing_1;
+ private global::System.Data.DataColumn columnC0402600;
- private global::System.Data.DataColumn columnBirthMotherCountryMissing_2;
+ private global::System.Data.DataColumn columnC0404100;
- private global::System.Data.DataColumn columnBirthMotherCountryEqual;
+ private global::System.Data.DataColumn columnC0404200;
- private global::System.Data.DataColumn columnBirthFatherStateMissing_1;
+ private global::System.Data.DataColumn columnC0737000;
- private global::System.Data.DataColumn columnBirthFatherStateMissing_2;
+ private global::System.Data.DataColumn columnC0737100;
- private global::System.Data.DataColumn columnBirthFatherStateEqual;
+ private global::System.Data.DataColumn columnC0737200;
- private global::System.Data.DataColumn columnBirthFatherCountryMissing_1;
+ private global::System.Data.DataColumn columnC0948700;
- private global::System.Data.DataColumn columnBirthFatherCountryMissing_2;
+ private global::System.Data.DataColumn columnC0948800;
- private global::System.Data.DataColumn columnBirthFatherCountryEqual;
+ private global::System.Data.DataColumn columnC0948900;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1GeocodeSanitizedDataTable() {
- this.TableName = "tblGen1GeocodeSanitized";
- this.BeginInit();
- this.InitClass();
- this.EndInit();
- }
+ private global::System.Data.DataColumn columnC1146600;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblGen1GeocodeSanitizedDataTable(global::System.Data.DataTable table) {
- this.TableName = table.TableName;
- if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
- this.CaseSensitive = table.CaseSensitive;
- }
- if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
- this.Locale = table.Locale;
- }
- if ((table.Namespace != table.DataSet.Namespace)) {
- this.Namespace = table.Namespace;
- }
- this.Prefix = table.Prefix;
- this.MinimumCapacity = table.MinimumCapacity;
- }
+ private global::System.Data.DataColumn columnC1146700;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected tblGen1GeocodeSanitizedDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
- base(info, context) {
- this.InitVars();
- }
+ private global::System.Data.DataColumn columnC1146800;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn SubjectTag_S1Column {
- get {
- return this.columnSubjectTag_S1;
- }
- }
+ private global::System.Data.DataColumn columnC1230100;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn SubjectTag_S2Column {
- get {
- return this.columnSubjectTag_S2;
- }
- }
+ private global::System.Data.DataColumn columnC1230200;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn DobDifferenceInDays1979V1979Column {
- get {
- return this.columnDobDifferenceInDays1979V1979;
- }
- }
+ private global::System.Data.DataColumn columnC1230300;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn DobDifferenceInDays1979V1981Column {
- get {
- return this.columnDobDifferenceInDays1979V1981;
- }
- }
+ private global::System.Data.DataColumn columnC1548100;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn DobDifferenceInDays1981V1979Column {
- get {
- return this.columnDobDifferenceInDays1981V1979;
- }
- }
+ private global::System.Data.DataColumn columnC1548101;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn DobDifferenceInDays1981V1981Column {
- get {
- return this.columnDobDifferenceInDays1981V1981;
- }
- }
+ private global::System.Data.DataColumn columnC1548102;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn DobDayIsMissing1979_1Column {
- get {
- return this.columnDobDayIsMissing1979_1;
- }
- }
+ private global::System.Data.DataColumn columnC1989400;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn DobDayIsMissing1979_2Column {
- get {
- return this.columnDobDayIsMissing1979_2;
- }
- }
+ private global::System.Data.DataColumn columnC1989401;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn BirthSubjectCountyMissing_1Column {
- get {
- return this.columnBirthSubjectCountyMissing_1;
- }
- }
+ private global::System.Data.DataColumn columnC1989402;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn BirthSubjectCountyMissing_2Column {
- get {
- return this.columnBirthSubjectCountyMissing_2;
- }
- }
+ private global::System.Data.DataColumn columnC2305100;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn BirthSubjectCountyEqualColumn {
- get {
- return this.columnBirthSubjectCountyEqual;
- }
- }
+ private global::System.Data.DataColumn columnC2305101;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn BirthSubjectStateMissing_1Column {
- get {
- return this.columnBirthSubjectStateMissing_1;
- }
- }
+ private global::System.Data.DataColumn columnC2305102;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn BirthSubjectStateMissing_2Column {
- get {
- return this.columnBirthSubjectStateMissing_2;
- }
- }
+ private global::System.Data.DataColumn columnC2544700;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn BirthSubjectStateEqualColumn {
- get {
- return this.columnBirthSubjectStateEqual;
- }
- }
+ private global::System.Data.DataColumn columnC2544701;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn BirthSubjectCountryMissing_1Column {
- get {
- return this.columnBirthSubjectCountryMissing_1;
- }
- }
+ private global::System.Data.DataColumn columnC2544702;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn BirthSubjectCountryMissing_2Column {
- get {
- return this.columnBirthSubjectCountryMissing_2;
- }
- }
+ private global::System.Data.DataColumn columnC2814500;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn BirthSubjectCountryEqualColumn {
- get {
- return this.columnBirthSubjectCountryEqual;
- }
- }
+ private global::System.Data.DataColumn columnC2814501;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn BirthMotherStateMissing_1Column {
- get {
- return this.columnBirthMotherStateMissing_1;
- }
- }
+ private global::System.Data.DataColumn columnC2814502;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn BirthMotherStateMissing_2Column {
- get {
- return this.columnBirthMotherStateMissing_2;
- }
- }
+ private global::System.Data.DataColumn columnC3123500;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn BirthMotherStateEqualColumn {
- get {
- return this.columnBirthMotherStateEqual;
- }
- }
+ private global::System.Data.DataColumn columnC3123501;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn BirthMotherCountryMissing_1Column {
- get {
- return this.columnBirthMotherCountryMissing_1;
- }
- }
+ private global::System.Data.DataColumn columnC3123502;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn BirthMotherCountryMissing_2Column {
- get {
- return this.columnBirthMotherCountryMissing_2;
- }
- }
+ private global::System.Data.DataColumn columnC3601100;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn BirthMotherCountryEqualColumn {
- get {
- return this.columnBirthMotherCountryEqual;
- }
- }
+ private global::System.Data.DataColumn columnC3627700;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn BirthFatherStateMissing_1Column {
- get {
- return this.columnBirthFatherStateMissing_1;
- }
- }
+ private global::System.Data.DataColumn columnC3627701;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn BirthFatherStateMissing_2Column {
- get {
- return this.columnBirthFatherStateMissing_2;
- }
- }
+ private global::System.Data.DataColumn columnC3627702;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn BirthFatherStateEqualColumn {
- get {
- return this.columnBirthFatherStateEqual;
- }
- }
+ private global::System.Data.DataColumn columnC3981100;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn BirthFatherCountryMissing_1Column {
- get {
- return this.columnBirthFatherCountryMissing_1;
- }
- }
+ private global::System.Data.DataColumn columnC4006300;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn BirthFatherCountryMissing_2Column {
- get {
- return this.columnBirthFatherCountryMissing_2;
- }
- }
+ private global::System.Data.DataColumn columnC4006301;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn BirthFatherCountryEqualColumn {
- get {
- return this.columnBirthFatherCountryEqual;
- }
- }
+ private global::System.Data.DataColumn columnC4006302;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- [global::System.ComponentModel.Browsable(false)]
- public int Count {
- get {
- return this.Rows.Count;
- }
- }
+ private global::System.Data.DataColumn columnC5524800;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1GeocodeSanitizedRow this[int index] {
- get {
- return ((tblGen1GeocodeSanitizedRow)(this.Rows[index]));
- }
- }
+ private global::System.Data.DataColumn columnC5550100;
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen1GeocodeSanitizedRowChangeEventHandler tblGen1GeocodeSanitizedRowChanging;
+ private global::System.Data.DataColumn columnC5550101;
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen1GeocodeSanitizedRowChangeEventHandler tblGen1GeocodeSanitizedRowChanged;
+ private global::System.Data.DataColumn columnC5550102;
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen1GeocodeSanitizedRowChangeEventHandler tblGen1GeocodeSanitizedRowDeleting;
+ private global::System.Data.DataColumn columnC5801100;
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen1GeocodeSanitizedRowChangeEventHandler tblGen1GeocodeSanitizedRowDeleted;
+ private global::System.Data.DataColumn columnY0000200;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void AddtblGen1GeocodeSanitizedRow(tblGen1GeocodeSanitizedRow row) {
- this.Rows.Add(row);
- }
+ private global::System.Data.DataColumn columnY0000201;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1GeocodeSanitizedRow AddtblGen1GeocodeSanitizedRow(
- int SubjectTag_S1,
- int SubjectTag_S2,
- short DobDifferenceInDays1979V1979,
- short DobDifferenceInDays1979V1981,
- short DobDifferenceInDays1981V1979,
- short DobDifferenceInDays1981V1981,
- bool DobDayIsMissing1979_1,
- bool DobDayIsMissing1979_2,
- bool BirthSubjectCountyMissing_1,
- bool BirthSubjectCountyMissing_2,
- bool BirthSubjectCountyEqual,
- bool BirthSubjectStateMissing_1,
- bool BirthSubjectStateMissing_2,
- bool BirthSubjectStateEqual,
- bool BirthSubjectCountryMissing_1,
- bool BirthSubjectCountryMissing_2,
- bool BirthSubjectCountryEqual,
- bool BirthMotherStateMissing_1,
- bool BirthMotherStateMissing_2,
- bool BirthMotherStateEqual,
- bool BirthMotherCountryMissing_1,
- bool BirthMotherCountryMissing_2,
- bool BirthMotherCountryEqual,
- bool BirthFatherStateMissing_1,
- bool BirthFatherStateMissing_2,
- bool BirthFatherStateEqual,
- bool BirthFatherCountryMissing_1,
- bool BirthFatherCountryMissing_2,
- bool BirthFatherCountryEqual) {
- tblGen1GeocodeSanitizedRow rowtblGen1GeocodeSanitizedRow = ((tblGen1GeocodeSanitizedRow)(this.NewRow()));
- object[] columnValuesArray = new object[] {
- SubjectTag_S1,
- SubjectTag_S2,
- DobDifferenceInDays1979V1979,
- DobDifferenceInDays1979V1981,
- DobDifferenceInDays1981V1979,
- DobDifferenceInDays1981V1981,
- DobDayIsMissing1979_1,
- DobDayIsMissing1979_2,
- BirthSubjectCountyMissing_1,
- BirthSubjectCountyMissing_2,
- BirthSubjectCountyEqual,
- BirthSubjectStateMissing_1,
- BirthSubjectStateMissing_2,
- BirthSubjectStateEqual,
- BirthSubjectCountryMissing_1,
- BirthSubjectCountryMissing_2,
- BirthSubjectCountryEqual,
- BirthMotherStateMissing_1,
- BirthMotherStateMissing_2,
- BirthMotherStateEqual,
- BirthMotherCountryMissing_1,
- BirthMotherCountryMissing_2,
- BirthMotherCountryEqual,
- BirthFatherStateMissing_1,
- BirthFatherStateMissing_2,
- BirthFatherStateEqual,
- BirthFatherCountryMissing_1,
- BirthFatherCountryMissing_2,
- BirthFatherCountryEqual};
- rowtblGen1GeocodeSanitizedRow.ItemArray = columnValuesArray;
- this.Rows.Add(rowtblGen1GeocodeSanitizedRow);
- return rowtblGen1GeocodeSanitizedRow;
- }
+ private global::System.Data.DataColumn columnY0000202;
+
+ private global::System.Data.DataColumn columnY0002100;
+
+ private global::System.Data.DataColumn columnY0390100;
+
+ private global::System.Data.DataColumn columnY0390101;
+
+ private global::System.Data.DataColumn columnY0390102;
+
+ private global::System.Data.DataColumn columnY0677600;
+
+ private global::System.Data.DataColumn columnY0933700;
+
+ private global::System.Data.DataColumn columnY0933701;
+
+ private global::System.Data.DataColumn columnY0933702;
+
+ private global::System.Data.DataColumn columnY0974800;
+
+ private global::System.Data.DataColumn columnY1180500;
+
+ private global::System.Data.DataColumn columnY1180501;
+
+ private global::System.Data.DataColumn columnY1180502;
+
+ private global::System.Data.DataColumn columnY1192400;
+
+ private global::System.Data.DataColumn columnY1421100;
+
+ private global::System.Data.DataColumn columnY1421101;
+
+ private global::System.Data.DataColumn columnY1421102;
+
+ private global::System.Data.DataColumn columnY1434300;
+
+ private global::System.Data.DataColumn columnY1450200;
+
+ private global::System.Data.DataColumn columnY1450201;
+
+ private global::System.Data.DataColumn columnY1450202;
+
+ private global::System.Data.DataColumn columnY1672700;
+
+ private global::System.Data.DataColumn columnY1695600;
+
+ private global::System.Data.DataColumn columnY1695601;
+
+ private global::System.Data.DataColumn columnY1695602;
+
+ private global::System.Data.DataColumn columnY1707300;
+
+ private global::System.Data.DataColumn columnY1707400;
+
+ private global::System.Data.DataColumn columnY1707500;
+
+ private global::System.Data.DataColumn columnY1707600;
+
+ private global::System.Data.DataColumn columnY1707700;
+
+ private global::System.Data.DataColumn columnY1707800;
+
+ private global::System.Data.DataColumn columnY1707900;
+
+ private global::System.Data.DataColumn columnY1708000;
+
+ private global::System.Data.DataColumn columnY1708100;
+
+ private global::System.Data.DataColumn columnY1708200;
+
+ private global::System.Data.DataColumn columnY1708300;
+
+ private global::System.Data.DataColumn columnY1708400;
+
+ private global::System.Data.DataColumn columnY1708500;
+
+ private global::System.Data.DataColumn columnY1708600;
+
+ private global::System.Data.DataColumn columnY1708700;
+
+ private global::System.Data.DataColumn columnY1708800;
+
+ private global::System.Data.DataColumn columnY1708900;
+
+ private global::System.Data.DataColumn columnY1709000;
+
+ private global::System.Data.DataColumn columnY1709100;
+
+ private global::System.Data.DataColumn columnY1709200;
+
+ private global::System.Data.DataColumn columnY1709300;
+
+ private global::System.Data.DataColumn columnY1948500;
+
+ private global::System.Data.DataColumn columnY1981600;
+
+ private global::System.Data.DataColumn columnY1981601;
+
+ private global::System.Data.DataColumn columnY1981602;
+
+ private global::System.Data.DataColumn columnY1992900;
+
+ private global::System.Data.DataColumn columnY1993000;
+
+ private global::System.Data.DataColumn columnY1993100;
+
+ private global::System.Data.DataColumn columnY1993200;
+
+ private global::System.Data.DataColumn columnY1993300;
+
+ private global::System.Data.DataColumn columnY1993400;
+
+ private global::System.Data.DataColumn columnY1993500;
+
+ private global::System.Data.DataColumn columnY1993600;
+
+ private global::System.Data.DataColumn columnY1993700;
+
+ private global::System.Data.DataColumn columnY1993800;
+
+ private global::System.Data.DataColumn columnY1993900;
+
+ private global::System.Data.DataColumn columnY1994000;
+
+ private global::System.Data.DataColumn columnY1994100;
+
+ private global::System.Data.DataColumn columnY1994200;
+
+ private global::System.Data.DataColumn columnY1994300;
+
+ private global::System.Data.DataColumn columnY1994400;
+
+ private global::System.Data.DataColumn columnY1994500;
+
+ private global::System.Data.DataColumn columnY1994600;
+
+ private global::System.Data.DataColumn columnY1994700;
+
+ private global::System.Data.DataColumn columnY1994800;
+
+ private global::System.Data.DataColumn columnY1994900;
+
+ private global::System.Data.DataColumn columnY2148600;
+
+ private global::System.Data.DataColumn columnY2267100;
+
+ private global::System.Data.DataColumn columnY2300400;
+
+ private global::System.Data.DataColumn columnY2300401;
+
+ private global::System.Data.DataColumn columnY2300402;
+
+ private global::System.Data.DataColumn columnY2311700;
+
+ private global::System.Data.DataColumn columnY2311800;
+
+ private global::System.Data.DataColumn columnY2311900;
+
+ private global::System.Data.DataColumn columnY2312000;
+
+ private global::System.Data.DataColumn columnY2312100;
+
+ private global::System.Data.DataColumn columnY2312200;
+
+ private global::System.Data.DataColumn columnY2312300;
+
+ private global::System.Data.DataColumn columnY2312400;
+
+ private global::System.Data.DataColumn columnY2312500;
+
+ private global::System.Data.DataColumn columnY2312600;
+
+ private global::System.Data.DataColumn columnY2312700;
+
+ private global::System.Data.DataColumn columnY2312800;
+
+ private global::System.Data.DataColumn columnY2312900;
+
+ private global::System.Data.DataColumn columnY2313000;
+
+ private global::System.Data.DataColumn columnY2313100;
+
+ private global::System.Data.DataColumn columnY2313200;
+
+ private global::System.Data.DataColumn columnY2313300;
+
+ private global::System.Data.DataColumn columnY2313400;
+
+ private global::System.Data.DataColumn columnY2313500;
+
+ private global::System.Data.DataColumn columnY2313600;
+
+ private global::System.Data.DataColumn columnY2313700;
+
+ private global::System.Data.DataColumn columnY2567000;
+
+ private global::System.Data.DataColumn columnY2567100;
+
+ private global::System.Data.DataColumn columnY2567200;
+
+ private global::System.Data.DataColumn columnY2616000;
+
+ private global::System.Data.DataColumn columnY2633100;
+
+ private global::System.Data.DataColumn columnY2633101;
+
+ private global::System.Data.DataColumn columnY2633102;
+
+ private global::System.Data.DataColumn columnY2644500;
+
+ private global::System.Data.DataColumn columnY2644600;
+
+ private global::System.Data.DataColumn columnY2644700;
+
+ private global::System.Data.DataColumn columnY2644800;
+
+ private global::System.Data.DataColumn columnY2644900;
+
+ private global::System.Data.DataColumn columnY2645000;
+
+ private global::System.Data.DataColumn columnY2645100;
+
+ private global::System.Data.DataColumn columnY2645200;
+
+ private global::System.Data.DataColumn columnY2645300;
+
+ private global::System.Data.DataColumn columnY2645400;
+
+ private global::System.Data.DataColumn columnY2645500;
+
+ private global::System.Data.DataColumn columnY2645600;
+
+ private global::System.Data.DataColumn columnY2645700;
+
+ private global::System.Data.DataColumn columnY2645800;
+
+ private global::System.Data.DataColumn columnY2645900;
+
+ private global::System.Data.DataColumn columnY2646000;
+
+ private global::System.Data.DataColumn columnY2646100;
+
+ private global::System.Data.DataColumn columnY2646200;
+
+ private global::System.Data.DataColumn columnY2646300;
+
+ private global::System.Data.DataColumn columnY2646400;
+
+ private global::System.Data.DataColumn columnY2966400;
+
+ private global::System.Data.DataColumn columnY2990500;
+
+ private global::System.Data.DataColumn columnY2990501;
+
+ private global::System.Data.DataColumn columnY2990502;
+
+ private global::System.Data.DataColumn columnY3002700;
+
+ private global::System.Data.DataColumn columnY3002800;
+
+ private global::System.Data.DataColumn columnY3002900;
+
+ private global::System.Data.DataColumn columnY3003000;
+
+ private global::System.Data.DataColumn columnY3003100;
+
+ private global::System.Data.DataColumn columnY3003200;
+
+ private global::System.Data.DataColumn columnY3003300;
+
+ private global::System.Data.DataColumn columnY3003400;
+
+ private global::System.Data.DataColumn columnY3003500;
+
+ private global::System.Data.DataColumn columnY3003600;
+
+ private global::System.Data.DataColumn columnY3331900;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1GeocodeSanitizedRow FindBySubjectTag_S1SubjectTag_S2(int SubjectTag_S1, int SubjectTag_S2) {
- return ((tblGen1GeocodeSanitizedRow)(this.Rows.Find(new object[] {
- SubjectTag_S1,
- SubjectTag_S2})));
+ public tblGen2LinksDataTable() {
+ this.TableName = "tblGen2Links";
+ this.BeginInit();
+ this.InitClass();
+ this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public override global::System.Data.DataTable Clone() {
- tblGen1GeocodeSanitizedDataTable cln = ((tblGen1GeocodeSanitizedDataTable)(base.Clone()));
- cln.InitVars();
- return cln;
+ internal tblGen2LinksDataTable(global::System.Data.DataTable table) {
+ this.TableName = table.TableName;
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
+ this.CaseSensitive = table.CaseSensitive;
+ }
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
+ this.Locale = table.Locale;
+ }
+ if ((table.Namespace != table.DataSet.Namespace)) {
+ this.Namespace = table.Namespace;
+ }
+ this.Prefix = table.Prefix;
+ this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override global::System.Data.DataTable CreateInstance() {
- return new tblGen1GeocodeSanitizedDataTable();
+ protected tblGen2LinksDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ base(info, context) {
+ this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal void InitVars() {
- this.columnSubjectTag_S1 = base.Columns["SubjectTag_S1"];
- this.columnSubjectTag_S2 = base.Columns["SubjectTag_S2"];
- this.columnDobDifferenceInDays1979V1979 = base.Columns["DobDifferenceInDays1979V1979"];
- this.columnDobDifferenceInDays1979V1981 = base.Columns["DobDifferenceInDays1979V1981"];
- this.columnDobDifferenceInDays1981V1979 = base.Columns["DobDifferenceInDays1981V1979"];
- this.columnDobDifferenceInDays1981V1981 = base.Columns["DobDifferenceInDays1981V1981"];
- this.columnDobDayIsMissing1979_1 = base.Columns["DobDayIsMissing1979_1"];
- this.columnDobDayIsMissing1979_2 = base.Columns["DobDayIsMissing1979_2"];
- this.columnBirthSubjectCountyMissing_1 = base.Columns["BirthSubjectCountyMissing_1"];
- this.columnBirthSubjectCountyMissing_2 = base.Columns["BirthSubjectCountyMissing_2"];
- this.columnBirthSubjectCountyEqual = base.Columns["BirthSubjectCountyEqual"];
- this.columnBirthSubjectStateMissing_1 = base.Columns["BirthSubjectStateMissing_1"];
- this.columnBirthSubjectStateMissing_2 = base.Columns["BirthSubjectStateMissing_2"];
- this.columnBirthSubjectStateEqual = base.Columns["BirthSubjectStateEqual"];
- this.columnBirthSubjectCountryMissing_1 = base.Columns["BirthSubjectCountryMissing_1"];
- this.columnBirthSubjectCountryMissing_2 = base.Columns["BirthSubjectCountryMissing_2"];
- this.columnBirthSubjectCountryEqual = base.Columns["BirthSubjectCountryEqual"];
- this.columnBirthMotherStateMissing_1 = base.Columns["BirthMotherStateMissing_1"];
- this.columnBirthMotherStateMissing_2 = base.Columns["BirthMotherStateMissing_2"];
- this.columnBirthMotherStateEqual = base.Columns["BirthMotherStateEqual"];
- this.columnBirthMotherCountryMissing_1 = base.Columns["BirthMotherCountryMissing_1"];
- this.columnBirthMotherCountryMissing_2 = base.Columns["BirthMotherCountryMissing_2"];
- this.columnBirthMotherCountryEqual = base.Columns["BirthMotherCountryEqual"];
- this.columnBirthFatherStateMissing_1 = base.Columns["BirthFatherStateMissing_1"];
- this.columnBirthFatherStateMissing_2 = base.Columns["BirthFatherStateMissing_2"];
- this.columnBirthFatherStateEqual = base.Columns["BirthFatherStateEqual"];
- this.columnBirthFatherCountryMissing_1 = base.Columns["BirthFatherCountryMissing_1"];
- this.columnBirthFatherCountryMissing_2 = base.Columns["BirthFatherCountryMissing_2"];
- this.columnBirthFatherCountryEqual = base.Columns["BirthFatherCountryEqual"];
+ public global::System.Data.DataColumn C0000100Column {
+ get {
+ return this.columnC0000100;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- private void InitClass() {
- this.columnSubjectTag_S1 = new global::System.Data.DataColumn("SubjectTag_S1", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnSubjectTag_S1);
- this.columnSubjectTag_S2 = new global::System.Data.DataColumn("SubjectTag_S2", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnSubjectTag_S2);
- this.columnDobDifferenceInDays1979V1979 = new global::System.Data.DataColumn("DobDifferenceInDays1979V1979", typeof(short), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnDobDifferenceInDays1979V1979);
- this.columnDobDifferenceInDays1979V1981 = new global::System.Data.DataColumn("DobDifferenceInDays1979V1981", typeof(short), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnDobDifferenceInDays1979V1981);
- this.columnDobDifferenceInDays1981V1979 = new global::System.Data.DataColumn("DobDifferenceInDays1981V1979", typeof(short), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnDobDifferenceInDays1981V1979);
- this.columnDobDifferenceInDays1981V1981 = new global::System.Data.DataColumn("DobDifferenceInDays1981V1981", typeof(short), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnDobDifferenceInDays1981V1981);
- this.columnDobDayIsMissing1979_1 = new global::System.Data.DataColumn("DobDayIsMissing1979_1", typeof(bool), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnDobDayIsMissing1979_1);
- this.columnDobDayIsMissing1979_2 = new global::System.Data.DataColumn("DobDayIsMissing1979_2", typeof(bool), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnDobDayIsMissing1979_2);
- this.columnBirthSubjectCountyMissing_1 = new global::System.Data.DataColumn("BirthSubjectCountyMissing_1", typeof(bool), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnBirthSubjectCountyMissing_1);
- this.columnBirthSubjectCountyMissing_2 = new global::System.Data.DataColumn("BirthSubjectCountyMissing_2", typeof(bool), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnBirthSubjectCountyMissing_2);
- this.columnBirthSubjectCountyEqual = new global::System.Data.DataColumn("BirthSubjectCountyEqual", typeof(bool), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnBirthSubjectCountyEqual);
- this.columnBirthSubjectStateMissing_1 = new global::System.Data.DataColumn("BirthSubjectStateMissing_1", typeof(bool), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnBirthSubjectStateMissing_1);
- this.columnBirthSubjectStateMissing_2 = new global::System.Data.DataColumn("BirthSubjectStateMissing_2", typeof(bool), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnBirthSubjectStateMissing_2);
- this.columnBirthSubjectStateEqual = new global::System.Data.DataColumn("BirthSubjectStateEqual", typeof(bool), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnBirthSubjectStateEqual);
- this.columnBirthSubjectCountryMissing_1 = new global::System.Data.DataColumn("BirthSubjectCountryMissing_1", typeof(bool), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnBirthSubjectCountryMissing_1);
- this.columnBirthSubjectCountryMissing_2 = new global::System.Data.DataColumn("BirthSubjectCountryMissing_2", typeof(bool), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnBirthSubjectCountryMissing_2);
- this.columnBirthSubjectCountryEqual = new global::System.Data.DataColumn("BirthSubjectCountryEqual", typeof(bool), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnBirthSubjectCountryEqual);
- this.columnBirthMotherStateMissing_1 = new global::System.Data.DataColumn("BirthMotherStateMissing_1", typeof(bool), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnBirthMotherStateMissing_1);
- this.columnBirthMotherStateMissing_2 = new global::System.Data.DataColumn("BirthMotherStateMissing_2", typeof(bool), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnBirthMotherStateMissing_2);
- this.columnBirthMotherStateEqual = new global::System.Data.DataColumn("BirthMotherStateEqual", typeof(bool), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnBirthMotherStateEqual);
- this.columnBirthMotherCountryMissing_1 = new global::System.Data.DataColumn("BirthMotherCountryMissing_1", typeof(bool), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnBirthMotherCountryMissing_1);
- this.columnBirthMotherCountryMissing_2 = new global::System.Data.DataColumn("BirthMotherCountryMissing_2", typeof(bool), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnBirthMotherCountryMissing_2);
- this.columnBirthMotherCountryEqual = new global::System.Data.DataColumn("BirthMotherCountryEqual", typeof(bool), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnBirthMotherCountryEqual);
- this.columnBirthFatherStateMissing_1 = new global::System.Data.DataColumn("BirthFatherStateMissing_1", typeof(bool), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnBirthFatherStateMissing_1);
- this.columnBirthFatherStateMissing_2 = new global::System.Data.DataColumn("BirthFatherStateMissing_2", typeof(bool), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnBirthFatherStateMissing_2);
- this.columnBirthFatherStateEqual = new global::System.Data.DataColumn("BirthFatherStateEqual", typeof(bool), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnBirthFatherStateEqual);
- this.columnBirthFatherCountryMissing_1 = new global::System.Data.DataColumn("BirthFatherCountryMissing_1", typeof(bool), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnBirthFatherCountryMissing_1);
- this.columnBirthFatherCountryMissing_2 = new global::System.Data.DataColumn("BirthFatherCountryMissing_2", typeof(bool), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnBirthFatherCountryMissing_2);
- this.columnBirthFatherCountryEqual = new global::System.Data.DataColumn("BirthFatherCountryEqual", typeof(bool), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnBirthFatherCountryEqual);
- this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
- this.columnSubjectTag_S1,
- this.columnSubjectTag_S2}, true));
- this.columnSubjectTag_S1.AllowDBNull = false;
- this.columnSubjectTag_S2.AllowDBNull = false;
- this.columnDobDayIsMissing1979_1.AllowDBNull = false;
- this.columnDobDayIsMissing1979_2.AllowDBNull = false;
- this.columnBirthSubjectCountyMissing_1.AllowDBNull = false;
- this.columnBirthSubjectCountyMissing_2.AllowDBNull = false;
- this.columnBirthSubjectCountyEqual.AllowDBNull = false;
- this.columnBirthSubjectStateMissing_1.AllowDBNull = false;
- this.columnBirthSubjectStateMissing_2.AllowDBNull = false;
- this.columnBirthSubjectStateEqual.AllowDBNull = false;
- this.columnBirthSubjectCountryMissing_1.AllowDBNull = false;
- this.columnBirthSubjectCountryMissing_2.AllowDBNull = false;
- this.columnBirthSubjectCountryEqual.AllowDBNull = false;
- this.columnBirthMotherStateMissing_1.AllowDBNull = false;
- this.columnBirthMotherStateMissing_2.AllowDBNull = false;
- this.columnBirthMotherStateEqual.AllowDBNull = false;
- this.columnBirthMotherCountryMissing_1.AllowDBNull = false;
- this.columnBirthMotherCountryMissing_2.AllowDBNull = false;
- this.columnBirthMotherCountryEqual.AllowDBNull = false;
- this.columnBirthFatherStateMissing_1.AllowDBNull = false;
- this.columnBirthFatherStateMissing_2.AllowDBNull = false;
- this.columnBirthFatherStateEqual.AllowDBNull = false;
- this.columnBirthFatherCountryMissing_1.AllowDBNull = false;
- this.columnBirthFatherCountryMissing_2.AllowDBNull = false;
- this.columnBirthFatherCountryEqual.AllowDBNull = false;
+ public global::System.Data.DataColumn C0000200Column {
+ get {
+ return this.columnC0000200;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1GeocodeSanitizedRow NewtblGen1GeocodeSanitizedRow() {
- return ((tblGen1GeocodeSanitizedRow)(this.NewRow()));
+ public global::System.Data.DataColumn C0005300Column {
+ get {
+ return this.columnC0005300;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
- return new tblGen1GeocodeSanitizedRow(builder);
+ public global::System.Data.DataColumn C0005400Column {
+ get {
+ return this.columnC0005400;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override global::System.Type GetRowType() {
- return typeof(tblGen1GeocodeSanitizedRow);
+ public global::System.Data.DataColumn C0005500Column {
+ get {
+ return this.columnC0005500;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
- base.OnRowChanged(e);
- if ((this.tblGen1GeocodeSanitizedRowChanged != null)) {
- this.tblGen1GeocodeSanitizedRowChanged(this, new tblGen1GeocodeSanitizedRowChangeEvent(((tblGen1GeocodeSanitizedRow)(e.Row)), e.Action));
+ public global::System.Data.DataColumn C0005700Column {
+ get {
+ return this.columnC0005700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
- base.OnRowChanging(e);
- if ((this.tblGen1GeocodeSanitizedRowChanging != null)) {
- this.tblGen1GeocodeSanitizedRowChanging(this, new tblGen1GeocodeSanitizedRowChangeEvent(((tblGen1GeocodeSanitizedRow)(e.Row)), e.Action));
+ public global::System.Data.DataColumn C0005800Column {
+ get {
+ return this.columnC0005800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
- base.OnRowDeleted(e);
- if ((this.tblGen1GeocodeSanitizedRowDeleted != null)) {
- this.tblGen1GeocodeSanitizedRowDeleted(this, new tblGen1GeocodeSanitizedRowChangeEvent(((tblGen1GeocodeSanitizedRow)(e.Row)), e.Action));
+ public global::System.Data.DataColumn C0006500Column {
+ get {
+ return this.columnC0006500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
- base.OnRowDeleting(e);
- if ((this.tblGen1GeocodeSanitizedRowDeleting != null)) {
- this.tblGen1GeocodeSanitizedRowDeleting(this, new tblGen1GeocodeSanitizedRowChangeEvent(((tblGen1GeocodeSanitizedRow)(e.Row)), e.Action));
+ public global::System.Data.DataColumn C0006800Column {
+ get {
+ return this.columnC0006800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void RemovetblGen1GeocodeSanitizedRow(tblGen1GeocodeSanitizedRow row) {
- this.Rows.Remove(row);
+ public global::System.Data.DataColumn C0007010Column {
+ get {
+ return this.columnC0007010;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
- global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
- global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
- ImportDataSet ds = new ImportDataSet();
- global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
- any1.Namespace = "http://www.w3.org/2001/XMLSchema";
- any1.MinOccurs = new decimal(0);
- any1.MaxOccurs = decimal.MaxValue;
- any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
- sequence.Items.Add(any1);
- global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
- any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
- any2.MinOccurs = new decimal(1);
- any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
- sequence.Items.Add(any2);
- global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
- attribute1.Name = "namespace";
- attribute1.FixedValue = ds.Namespace;
- type.Attributes.Add(attribute1);
- global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
- attribute2.Name = "tableTypeName";
- attribute2.FixedValue = "tblGen1GeocodeSanitizedDataTable";
- type.Attributes.Add(attribute2);
- type.Particle = sequence;
- global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
- if (xs.Contains(dsSchema.TargetNamespace)) {
- global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
- global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
- try {
- global::System.Xml.Schema.XmlSchema schema = null;
- dsSchema.Write(s1);
- for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
- schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
- s2.SetLength(0);
- schema.Write(s2);
- if ((s1.Length == s2.Length)) {
- s1.Position = 0;
- s2.Position = 0;
- for (; ((s1.Position != s1.Length)
- && (s1.ReadByte() == s2.ReadByte())); ) {
- ;
- }
- if ((s1.Position == s1.Length)) {
- return type;
- }
- }
- }
- }
- finally {
- if ((s1 != null)) {
- s1.Close();
- }
- if ((s2 != null)) {
- s2.Close();
- }
- }
+ public global::System.Data.DataColumn C0007030Column {
+ get {
+ return this.columnC0007030;
}
- xs.Add(dsSchema);
- return type;
}
- }
-
- ///
- ///Represents the strongly named DataTable class.
- ///
- [global::System.Serializable()]
- [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
- public partial class tblRosterGen1AssignmentDataTable : global::System.Data.TypedTableBase {
-
- private global::System.Data.DataColumn columnID;
- private global::System.Data.DataColumn columnResponseLower;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn C0007041Column {
+ get {
+ return this.columnC0007041;
+ }
+ }
- private global::System.Data.DataColumn columnResponseUpper;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn C0007043Column {
+ get {
+ return this.columnC0007043;
+ }
+ }
- private global::System.Data.DataColumn columnFreq;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn C0007045Column {
+ get {
+ return this.columnC0007045;
+ }
+ }
- private global::System.Data.DataColumn columnResolved;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn C0007047Column {
+ get {
+ return this.columnC0007047;
+ }
+ }
- private global::System.Data.DataColumn columnR;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn C0007049Column {
+ get {
+ return this.columnC0007049;
+ }
+ }
- private global::System.Data.DataColumn columnRBoundLower;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn C0007052Column {
+ get {
+ return this.columnC0007052;
+ }
+ }
- private global::System.Data.DataColumn columnRBoundUpper;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn C0007055Column {
+ get {
+ return this.columnC0007055;
+ }
+ }
- private global::System.Data.DataColumn columnSameGeneration;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn C0402400Column {
+ get {
+ return this.columnC0402400;
+ }
+ }
- private global::System.Data.DataColumn columnShareBiodad;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn C0402500Column {
+ get {
+ return this.columnC0402500;
+ }
+ }
- private global::System.Data.DataColumn columnShareBiomom;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn C0402600Column {
+ get {
+ return this.columnC0402600;
+ }
+ }
- private global::System.Data.DataColumn columnShareBiograndparent;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn C0404100Column {
+ get {
+ return this.columnC0404100;
+ }
+ }
- private global::System.Data.DataColumn columnInconsistent;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn C0404200Column {
+ get {
+ return this.columnC0404200;
+ }
+ }
- private global::System.Data.DataColumn columnNotes;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn C0737000Column {
+ get {
+ return this.columnC0737000;
+ }
+ }
- private global::System.Data.DataColumn columnResponseLowerLabel;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn C0737100Column {
+ get {
+ return this.columnC0737100;
+ }
+ }
- private global::System.Data.DataColumn columnResponseUpperLabel;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn C0737200Column {
+ get {
+ return this.columnC0737200;
+ }
+ }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblRosterGen1AssignmentDataTable() {
- this.TableName = "tblRosterGen1Assignment";
- this.BeginInit();
- this.InitClass();
- this.EndInit();
+ public global::System.Data.DataColumn C0948700Column {
+ get {
+ return this.columnC0948700;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblRosterGen1AssignmentDataTable(global::System.Data.DataTable table) {
- this.TableName = table.TableName;
- if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
- this.CaseSensitive = table.CaseSensitive;
+ public global::System.Data.DataColumn C0948800Column {
+ get {
+ return this.columnC0948800;
}
- if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
- this.Locale = table.Locale;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn C0948900Column {
+ get {
+ return this.columnC0948900;
}
- if ((table.Namespace != table.DataSet.Namespace)) {
- this.Namespace = table.Namespace;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn C1146600Column {
+ get {
+ return this.columnC1146600;
}
- this.Prefix = table.Prefix;
- this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected tblRosterGen1AssignmentDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
- base(info, context) {
- this.InitVars();
+ public global::System.Data.DataColumn C1146700Column {
+ get {
+ return this.columnC1146700;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn IDColumn {
+ public global::System.Data.DataColumn C1146800Column {
get {
- return this.columnID;
+ return this.columnC1146800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn ResponseLowerColumn {
+ public global::System.Data.DataColumn C1230100Column {
get {
- return this.columnResponseLower;
+ return this.columnC1230100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn ResponseUpperColumn {
+ public global::System.Data.DataColumn C1230200Column {
get {
- return this.columnResponseUpper;
+ return this.columnC1230200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn FreqColumn {
+ public global::System.Data.DataColumn C1230300Column {
get {
- return this.columnFreq;
+ return this.columnC1230300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn ResolvedColumn {
+ public global::System.Data.DataColumn C1548100Column {
get {
- return this.columnResolved;
+ return this.columnC1548100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn RColumn {
+ public global::System.Data.DataColumn C1548101Column {
get {
- return this.columnR;
+ return this.columnC1548101;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn RBoundLowerColumn {
+ public global::System.Data.DataColumn C1548102Column {
get {
- return this.columnRBoundLower;
+ return this.columnC1548102;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn RBoundUpperColumn {
+ public global::System.Data.DataColumn C1989400Column {
get {
- return this.columnRBoundUpper;
+ return this.columnC1989400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn SameGenerationColumn {
+ public global::System.Data.DataColumn C1989401Column {
get {
- return this.columnSameGeneration;
+ return this.columnC1989401;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn ShareBiodadColumn {
+ public global::System.Data.DataColumn C1989402Column {
get {
- return this.columnShareBiodad;
+ return this.columnC1989402;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn ShareBiomomColumn {
+ public global::System.Data.DataColumn C2305100Column {
get {
- return this.columnShareBiomom;
+ return this.columnC2305100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn ShareBiograndparentColumn {
+ public global::System.Data.DataColumn C2305101Column {
get {
- return this.columnShareBiograndparent;
+ return this.columnC2305101;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn InconsistentColumn {
+ public global::System.Data.DataColumn C2305102Column {
get {
- return this.columnInconsistent;
+ return this.columnC2305102;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn NotesColumn {
+ public global::System.Data.DataColumn C2544700Column {
get {
- return this.columnNotes;
+ return this.columnC2544700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn ResponseLowerLabelColumn {
+ public global::System.Data.DataColumn C2544701Column {
get {
- return this.columnResponseLowerLabel;
+ return this.columnC2544701;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn ResponseUpperLabelColumn {
+ public global::System.Data.DataColumn C2544702Column {
get {
- return this.columnResponseUpperLabel;
+ return this.columnC2544702;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- [global::System.ComponentModel.Browsable(false)]
- public int Count {
+ public global::System.Data.DataColumn C2814500Column {
get {
- return this.Rows.Count;
+ return this.columnC2814500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblRosterGen1AssignmentRow this[int index] {
+ public global::System.Data.DataColumn C2814501Column {
get {
- return ((tblRosterGen1AssignmentRow)(this.Rows[index]));
+ return this.columnC2814501;
}
}
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblRosterGen1AssignmentRowChangeEventHandler tblRosterGen1AssignmentRowChanging;
+ public global::System.Data.DataColumn C2814502Column {
+ get {
+ return this.columnC2814502;
+ }
+ }
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblRosterGen1AssignmentRowChangeEventHandler tblRosterGen1AssignmentRowChanged;
+ public global::System.Data.DataColumn C3123500Column {
+ get {
+ return this.columnC3123500;
+ }
+ }
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblRosterGen1AssignmentRowChangeEventHandler tblRosterGen1AssignmentRowDeleting;
+ public global::System.Data.DataColumn C3123501Column {
+ get {
+ return this.columnC3123501;
+ }
+ }
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblRosterGen1AssignmentRowChangeEventHandler tblRosterGen1AssignmentRowDeleted;
+ public global::System.Data.DataColumn C3123502Column {
+ get {
+ return this.columnC3123502;
+ }
+ }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void AddtblRosterGen1AssignmentRow(tblRosterGen1AssignmentRow row) {
- this.Rows.Add(row);
+ public global::System.Data.DataColumn C3601100Column {
+ get {
+ return this.columnC3601100;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblRosterGen1AssignmentRow AddtblRosterGen1AssignmentRow(
- byte ID,
- short ResponseLower,
- short ResponseUpper,
- short Freq,
- bool Resolved,
- double R,
- double RBoundLower,
- double RBoundUpper,
- byte SameGeneration,
- byte ShareBiodad,
- byte ShareBiomom,
- byte ShareBiograndparent,
- bool Inconsistent,
- string Notes,
- string ResponseLowerLabel,
- string ResponseUpperLabel) {
- tblRosterGen1AssignmentRow rowtblRosterGen1AssignmentRow = ((tblRosterGen1AssignmentRow)(this.NewRow()));
- object[] columnValuesArray = new object[] {
- ID,
- ResponseLower,
- ResponseUpper,
- Freq,
- Resolved,
- R,
- RBoundLower,
- RBoundUpper,
- SameGeneration,
- ShareBiodad,
- ShareBiomom,
- ShareBiograndparent,
- Inconsistent,
- Notes,
- ResponseLowerLabel,
- ResponseUpperLabel};
- rowtblRosterGen1AssignmentRow.ItemArray = columnValuesArray;
- this.Rows.Add(rowtblRosterGen1AssignmentRow);
- return rowtblRosterGen1AssignmentRow;
+ public global::System.Data.DataColumn C3627700Column {
+ get {
+ return this.columnC3627700;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblRosterGen1AssignmentRow FindByID(byte ID) {
- return ((tblRosterGen1AssignmentRow)(this.Rows.Find(new object[] {
- ID})));
+ public global::System.Data.DataColumn C3627701Column {
+ get {
+ return this.columnC3627701;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public override global::System.Data.DataTable Clone() {
- tblRosterGen1AssignmentDataTable cln = ((tblRosterGen1AssignmentDataTable)(base.Clone()));
- cln.InitVars();
- return cln;
+ public global::System.Data.DataColumn C3627702Column {
+ get {
+ return this.columnC3627702;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override global::System.Data.DataTable CreateInstance() {
- return new tblRosterGen1AssignmentDataTable();
+ public global::System.Data.DataColumn C3981100Column {
+ get {
+ return this.columnC3981100;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal void InitVars() {
- this.columnID = base.Columns["ID"];
- this.columnResponseLower = base.Columns["ResponseLower"];
- this.columnResponseUpper = base.Columns["ResponseUpper"];
- this.columnFreq = base.Columns["Freq"];
- this.columnResolved = base.Columns["Resolved"];
- this.columnR = base.Columns["R"];
- this.columnRBoundLower = base.Columns["RBoundLower"];
- this.columnRBoundUpper = base.Columns["RBoundUpper"];
- this.columnSameGeneration = base.Columns["SameGeneration"];
- this.columnShareBiodad = base.Columns["ShareBiodad"];
- this.columnShareBiomom = base.Columns["ShareBiomom"];
- this.columnShareBiograndparent = base.Columns["ShareBiograndparent"];
- this.columnInconsistent = base.Columns["Inconsistent"];
- this.columnNotes = base.Columns["Notes"];
- this.columnResponseLowerLabel = base.Columns["ResponseLowerLabel"];
- this.columnResponseUpperLabel = base.Columns["ResponseUpperLabel"];
+ public global::System.Data.DataColumn C4006300Column {
+ get {
+ return this.columnC4006300;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- private void InitClass() {
- this.columnID = new global::System.Data.DataColumn("ID", typeof(byte), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnID);
- this.columnResponseLower = new global::System.Data.DataColumn("ResponseLower", typeof(short), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnResponseLower);
- this.columnResponseUpper = new global::System.Data.DataColumn("ResponseUpper", typeof(short), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnResponseUpper);
- this.columnFreq = new global::System.Data.DataColumn("Freq", typeof(short), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnFreq);
- this.columnResolved = new global::System.Data.DataColumn("Resolved", typeof(bool), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnResolved);
- this.columnR = new global::System.Data.DataColumn("R", typeof(double), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR);
- this.columnRBoundLower = new global::System.Data.DataColumn("RBoundLower", typeof(double), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnRBoundLower);
- this.columnRBoundUpper = new global::System.Data.DataColumn("RBoundUpper", typeof(double), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnRBoundUpper);
- this.columnSameGeneration = new global::System.Data.DataColumn("SameGeneration", typeof(byte), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnSameGeneration);
- this.columnShareBiodad = new global::System.Data.DataColumn("ShareBiodad", typeof(byte), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnShareBiodad);
- this.columnShareBiomom = new global::System.Data.DataColumn("ShareBiomom", typeof(byte), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnShareBiomom);
- this.columnShareBiograndparent = new global::System.Data.DataColumn("ShareBiograndparent", typeof(byte), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnShareBiograndparent);
- this.columnInconsistent = new global::System.Data.DataColumn("Inconsistent", typeof(bool), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnInconsistent);
- this.columnNotes = new global::System.Data.DataColumn("Notes", typeof(string), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnNotes);
- this.columnResponseLowerLabel = new global::System.Data.DataColumn("ResponseLowerLabel", typeof(string), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnResponseLowerLabel);
- this.columnResponseUpperLabel = new global::System.Data.DataColumn("ResponseUpperLabel", typeof(string), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnResponseUpperLabel);
- this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
- this.columnID}, true));
- this.columnID.AllowDBNull = false;
- this.columnID.Unique = true;
- this.columnResponseLower.AllowDBNull = false;
- this.columnResponseUpper.AllowDBNull = false;
- this.columnFreq.AllowDBNull = false;
- this.columnResolved.AllowDBNull = false;
- this.columnRBoundLower.AllowDBNull = false;
- this.columnRBoundUpper.AllowDBNull = false;
- this.columnSameGeneration.AllowDBNull = false;
- this.columnShareBiodad.AllowDBNull = false;
- this.columnShareBiomom.AllowDBNull = false;
- this.columnShareBiograndparent.AllowDBNull = false;
- this.columnInconsistent.AllowDBNull = false;
- this.columnNotes.MaxLength = 255;
- this.columnResponseLowerLabel.MaxLength = 50;
- this.columnResponseUpperLabel.MaxLength = 50;
+ public global::System.Data.DataColumn C4006301Column {
+ get {
+ return this.columnC4006301;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblRosterGen1AssignmentRow NewtblRosterGen1AssignmentRow() {
- return ((tblRosterGen1AssignmentRow)(this.NewRow()));
+ public global::System.Data.DataColumn C4006302Column {
+ get {
+ return this.columnC4006302;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
- return new tblRosterGen1AssignmentRow(builder);
+ public global::System.Data.DataColumn C5524800Column {
+ get {
+ return this.columnC5524800;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override global::System.Type GetRowType() {
- return typeof(tblRosterGen1AssignmentRow);
+ public global::System.Data.DataColumn C5550100Column {
+ get {
+ return this.columnC5550100;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
- base.OnRowChanged(e);
- if ((this.tblRosterGen1AssignmentRowChanged != null)) {
- this.tblRosterGen1AssignmentRowChanged(this, new tblRosterGen1AssignmentRowChangeEvent(((tblRosterGen1AssignmentRow)(e.Row)), e.Action));
+ public global::System.Data.DataColumn C5550101Column {
+ get {
+ return this.columnC5550101;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
- base.OnRowChanging(e);
- if ((this.tblRosterGen1AssignmentRowChanging != null)) {
- this.tblRosterGen1AssignmentRowChanging(this, new tblRosterGen1AssignmentRowChangeEvent(((tblRosterGen1AssignmentRow)(e.Row)), e.Action));
+ public global::System.Data.DataColumn C5550102Column {
+ get {
+ return this.columnC5550102;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
- base.OnRowDeleted(e);
- if ((this.tblRosterGen1AssignmentRowDeleted != null)) {
- this.tblRosterGen1AssignmentRowDeleted(this, new tblRosterGen1AssignmentRowChangeEvent(((tblRosterGen1AssignmentRow)(e.Row)), e.Action));
+ public global::System.Data.DataColumn C5801100Column {
+ get {
+ return this.columnC5801100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
- base.OnRowDeleting(e);
- if ((this.tblRosterGen1AssignmentRowDeleting != null)) {
- this.tblRosterGen1AssignmentRowDeleting(this, new tblRosterGen1AssignmentRowChangeEvent(((tblRosterGen1AssignmentRow)(e.Row)), e.Action));
+ public global::System.Data.DataColumn Y0000200Column {
+ get {
+ return this.columnY0000200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void RemovetblRosterGen1AssignmentRow(tblRosterGen1AssignmentRow row) {
- this.Rows.Remove(row);
+ public global::System.Data.DataColumn Y0000201Column {
+ get {
+ return this.columnY0000201;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
- global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
- global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
- ImportDataSet ds = new ImportDataSet();
- global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
- any1.Namespace = "http://www.w3.org/2001/XMLSchema";
- any1.MinOccurs = new decimal(0);
- any1.MaxOccurs = decimal.MaxValue;
- any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
- sequence.Items.Add(any1);
- global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
- any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
- any2.MinOccurs = new decimal(1);
- any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
- sequence.Items.Add(any2);
- global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
- attribute1.Name = "namespace";
- attribute1.FixedValue = ds.Namespace;
- type.Attributes.Add(attribute1);
- global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
- attribute2.Name = "tableTypeName";
- attribute2.FixedValue = "tblRosterGen1AssignmentDataTable";
- type.Attributes.Add(attribute2);
- type.Particle = sequence;
- global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
- if (xs.Contains(dsSchema.TargetNamespace)) {
- global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
- global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
- try {
- global::System.Xml.Schema.XmlSchema schema = null;
- dsSchema.Write(s1);
- for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
- schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
- s2.SetLength(0);
- schema.Write(s2);
- if ((s1.Length == s2.Length)) {
- s1.Position = 0;
- s2.Position = 0;
- for (; ((s1.Position != s1.Length)
- && (s1.ReadByte() == s2.ReadByte())); ) {
- ;
- }
- if ((s1.Position == s1.Length)) {
- return type;
- }
- }
- }
- }
- finally {
- if ((s1 != null)) {
- s1.Close();
- }
- if ((s2 != null)) {
- s2.Close();
- }
- }
+ public global::System.Data.DataColumn Y0000202Column {
+ get {
+ return this.columnY0000202;
}
- xs.Add(dsSchema);
- return type;
}
- }
-
- ///
- ///Represents the strongly named DataTable class.
- ///
- [global::System.Serializable()]
- [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
- public partial class tblGen2LinksFromGen1DataTable : global::System.Data.TypedTableBase {
-
- private global::System.Data.DataColumn columnR0000100;
-
- private global::System.Data.DataColumn columnR0173600;
-
- private global::System.Data.DataColumn columnR0214700;
-
- private global::System.Data.DataColumn columnR0214800;
-
- private global::System.Data.DataColumn columnR4825700;
-
- private global::System.Data.DataColumn columnR4826000;
-
- private global::System.Data.DataColumn columnR4826100;
-
- private global::System.Data.DataColumn columnR4826300;
-
- private global::System.Data.DataColumn columnR4826500;
-
- private global::System.Data.DataColumn columnR4826800;
-
- private global::System.Data.DataColumn columnR5495900;
-
- private global::System.Data.DataColumn columnR5496200;
-
- private global::System.Data.DataColumn columnR5496300;
-
- private global::System.Data.DataColumn columnR5496500;
-
- private global::System.Data.DataColumn columnR5496700;
-
- private global::System.Data.DataColumn columnR5497000;
-
- private global::System.Data.DataColumn columnR5497200;
-
- private global::System.Data.DataColumn columnR6210700;
-
- private global::System.Data.DataColumn columnR6210800;
-
- private global::System.Data.DataColumn columnR6210900;
-
- private global::System.Data.DataColumn columnR6211500;
-
- private global::System.Data.DataColumn columnR6211600;
-
- private global::System.Data.DataColumn columnR6211700;
-
- private global::System.Data.DataColumn columnR6211800;
-
- private global::System.Data.DataColumn columnR6211900;
-
- private global::System.Data.DataColumn columnR6212200;
-
- private global::System.Data.DataColumn columnR6212300;
-
- private global::System.Data.DataColumn columnR6764000;
-
- private global::System.Data.DataColumn columnR6764100;
-
- private global::System.Data.DataColumn columnR6764200;
-
- private global::System.Data.DataColumn columnR6764900;
-
- private global::System.Data.DataColumn columnR6765000;
-
- private global::System.Data.DataColumn columnR6765100;
-
- private global::System.Data.DataColumn columnR6765200;
-
- private global::System.Data.DataColumn columnR6765600;
-
- private global::System.Data.DataColumn columnR6765700;
-
- private global::System.Data.DataColumn columnR6765800;
-
- private global::System.Data.DataColumn columnR6839600;
-
- private global::System.Data.DataColumn columnR7408300;
-
- private global::System.Data.DataColumn columnR7408400;
-
- private global::System.Data.DataColumn columnR7408500;
-
- private global::System.Data.DataColumn columnR7409200;
-
- private global::System.Data.DataColumn columnR7409300;
-
- private global::System.Data.DataColumn columnR7409400;
-
- private global::System.Data.DataColumn columnR7409500;
-
- private global::System.Data.DataColumn columnR7409900;
-
- private global::System.Data.DataColumn columnR7410000;
-
- private global::System.Data.DataColumn columnR7410100;
-
- private global::System.Data.DataColumn columnR7548600;
-
- private global::System.Data.DataColumn columnR8106400;
-
- private global::System.Data.DataColumn columnR8106500;
-
- private global::System.Data.DataColumn columnR8106600;
-
- private global::System.Data.DataColumn columnR8106700;
-
- private global::System.Data.DataColumn columnR8106800;
-
- private global::System.Data.DataColumn columnR8106900;
-
- private global::System.Data.DataColumn columnR8107000;
-
- private global::System.Data.DataColumn columnR8107100;
-
- private global::System.Data.DataColumn columnR8107200;
-
- private global::System.Data.DataColumn columnR8255400;
-
- private global::System.Data.DataColumn columnR9900400;
-
- private global::System.Data.DataColumn columnR9900600;
-
- private global::System.Data.DataColumn columnR9900601;
-
- private global::System.Data.DataColumn columnR9901200;
-
- private global::System.Data.DataColumn columnR9901400;
-
- private global::System.Data.DataColumn columnR9901401;
-
- private global::System.Data.DataColumn columnR9902000;
-
- private global::System.Data.DataColumn columnR9902200;
-
- private global::System.Data.DataColumn columnR9902201;
-
- private global::System.Data.DataColumn columnR9902800;
-
- private global::System.Data.DataColumn columnR9903000;
-
- private global::System.Data.DataColumn columnR9903001;
-
- private global::System.Data.DataColumn columnR9903600;
-
- private global::System.Data.DataColumn columnR9903800;
-
- private global::System.Data.DataColumn columnR9903801;
-
- private global::System.Data.DataColumn columnR9904400;
-
- private global::System.Data.DataColumn columnR9904600;
-
- private global::System.Data.DataColumn columnR9904601;
-
- private global::System.Data.DataColumn columnR9905200;
-
- private global::System.Data.DataColumn columnR9905400;
-
- private global::System.Data.DataColumn columnR9905401;
-
- private global::System.Data.DataColumn columnR9906000;
-
- private global::System.Data.DataColumn columnR9906600;
-
- private global::System.Data.DataColumn columnR9907200;
-
- private global::System.Data.DataColumn columnR9907800;
-
- private global::System.Data.DataColumn columnR9908000;
-
- private global::System.Data.DataColumn columnR9911200;
-
- private global::System.Data.DataColumn columnR9911201;
-
- private global::System.Data.DataColumn columnT0337300;
-
- private global::System.Data.DataColumn columnT0337400;
-
- private global::System.Data.DataColumn columnT0337500;
-
- private global::System.Data.DataColumn columnT0337600;
-
- private global::System.Data.DataColumn columnT0337700;
-
- private global::System.Data.DataColumn columnT0337800;
-
- private global::System.Data.DataColumn columnT0337900;
-
- private global::System.Data.DataColumn columnT0338000;
-
- private global::System.Data.DataColumn columnT0338100;
-
- private global::System.Data.DataColumn columnT0338200;
-
- private global::System.Data.DataColumn columnT0338300;
-
- private global::System.Data.DataColumn columnT0338400;
-
- private global::System.Data.DataColumn columnT0338500;
-
- private global::System.Data.DataColumn columnT0338600;
-
- private global::System.Data.DataColumn columnT1486900;
-
- private global::System.Data.DataColumn columnT1487000;
-
- private global::System.Data.DataColumn columnT1487100;
-
- private global::System.Data.DataColumn columnT1487200;
-
- private global::System.Data.DataColumn columnT1487300;
-
- private global::System.Data.DataColumn columnT1487400;
-
- private global::System.Data.DataColumn columnT1487500;
-
- private global::System.Data.DataColumn columnT1487600;
-
- private global::System.Data.DataColumn columnT1487700;
-
- private global::System.Data.DataColumn columnT1487800;
-
- private global::System.Data.DataColumn columnT2217700;
-
- private global::System.Data.DataColumn columnT2533500;
- private global::System.Data.DataColumn columnT2533600;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn Y0002100Column {
+ get {
+ return this.columnY0002100;
+ }
+ }
- private global::System.Data.DataColumn columnT2533700;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn Y0390100Column {
+ get {
+ return this.columnY0390100;
+ }
+ }
- private global::System.Data.DataColumn columnT2533800;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn Y0390101Column {
+ get {
+ return this.columnY0390101;
+ }
+ }
- private global::System.Data.DataColumn columnT2533900;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn Y0390102Column {
+ get {
+ return this.columnY0390102;
+ }
+ }
- private global::System.Data.DataColumn columnT2534000;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn Y0677600Column {
+ get {
+ return this.columnY0677600;
+ }
+ }
- private global::System.Data.DataColumn columnT2534100;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn Y0933700Column {
+ get {
+ return this.columnY0933700;
+ }
+ }
- private global::System.Data.DataColumn columnT2534200;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn Y0933701Column {
+ get {
+ return this.columnY0933701;
+ }
+ }
- private global::System.Data.DataColumn columnT2534300;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn Y0933702Column {
+ get {
+ return this.columnY0933702;
+ }
+ }
- private global::System.Data.DataColumn columnT2534400;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn Y0974800Column {
+ get {
+ return this.columnY0974800;
+ }
+ }
- private global::System.Data.DataColumn columnT2534500;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn Y1180500Column {
+ get {
+ return this.columnY1180500;
+ }
+ }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2LinksFromGen1DataTable() {
- this.TableName = "tblGen2LinksFromGen1";
- this.BeginInit();
- this.InitClass();
- this.EndInit();
+ public global::System.Data.DataColumn Y1180501Column {
+ get {
+ return this.columnY1180501;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblGen2LinksFromGen1DataTable(global::System.Data.DataTable table) {
- this.TableName = table.TableName;
- if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
- this.CaseSensitive = table.CaseSensitive;
+ public global::System.Data.DataColumn Y1180502Column {
+ get {
+ return this.columnY1180502;
}
- if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
- this.Locale = table.Locale;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn Y1192400Column {
+ get {
+ return this.columnY1192400;
}
- if ((table.Namespace != table.DataSet.Namespace)) {
- this.Namespace = table.Namespace;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn Y1421100Column {
+ get {
+ return this.columnY1421100;
}
- this.Prefix = table.Prefix;
- this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected tblGen2LinksFromGen1DataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
- base(info, context) {
- this.InitVars();
+ public global::System.Data.DataColumn Y1421101Column {
+ get {
+ return this.columnY1421101;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0000100Column {
+ public global::System.Data.DataColumn Y1421102Column {
get {
- return this.columnR0000100;
+ return this.columnY1421102;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0173600Column {
+ public global::System.Data.DataColumn Y1434300Column {
get {
- return this.columnR0173600;
+ return this.columnY1434300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0214700Column {
+ public global::System.Data.DataColumn Y1450200Column {
get {
- return this.columnR0214700;
+ return this.columnY1450200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0214800Column {
+ public global::System.Data.DataColumn Y1450201Column {
get {
- return this.columnR0214800;
+ return this.columnY1450201;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4825700Column {
+ public global::System.Data.DataColumn Y1450202Column {
get {
- return this.columnR4825700;
+ return this.columnY1450202;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4826000Column {
+ public global::System.Data.DataColumn Y1672700Column {
get {
- return this.columnR4826000;
+ return this.columnY1672700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4826100Column {
+ public global::System.Data.DataColumn Y1695600Column {
get {
- return this.columnR4826100;
+ return this.columnY1695600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4826300Column {
+ public global::System.Data.DataColumn Y1695601Column {
get {
- return this.columnR4826300;
+ return this.columnY1695601;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4826500Column {
+ public global::System.Data.DataColumn Y1695602Column {
get {
- return this.columnR4826500;
+ return this.columnY1695602;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4826800Column {
+ public global::System.Data.DataColumn Y1707300Column {
get {
- return this.columnR4826800;
+ return this.columnY1707300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5495900Column {
+ public global::System.Data.DataColumn Y1707400Column {
get {
- return this.columnR5495900;
+ return this.columnY1707400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5496200Column {
+ public global::System.Data.DataColumn Y1707500Column {
get {
- return this.columnR5496200;
+ return this.columnY1707500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5496300Column {
+ public global::System.Data.DataColumn Y1707600Column {
get {
- return this.columnR5496300;
+ return this.columnY1707600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5496500Column {
+ public global::System.Data.DataColumn Y1707700Column {
get {
- return this.columnR5496500;
+ return this.columnY1707700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5496700Column {
+ public global::System.Data.DataColumn Y1707800Column {
get {
- return this.columnR5496700;
+ return this.columnY1707800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5497000Column {
+ public global::System.Data.DataColumn Y1707900Column {
get {
- return this.columnR5497000;
+ return this.columnY1707900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5497200Column {
+ public global::System.Data.DataColumn Y1708000Column {
get {
- return this.columnR5497200;
+ return this.columnY1708000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6210700Column {
+ public global::System.Data.DataColumn Y1708100Column {
get {
- return this.columnR6210700;
+ return this.columnY1708100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6210800Column {
+ public global::System.Data.DataColumn Y1708200Column {
get {
- return this.columnR6210800;
+ return this.columnY1708200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6210900Column {
+ public global::System.Data.DataColumn Y1708300Column {
get {
- return this.columnR6210900;
+ return this.columnY1708300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6211500Column {
+ public global::System.Data.DataColumn Y1708400Column {
get {
- return this.columnR6211500;
+ return this.columnY1708400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6211600Column {
+ public global::System.Data.DataColumn Y1708500Column {
get {
- return this.columnR6211600;
+ return this.columnY1708500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6211700Column {
+ public global::System.Data.DataColumn Y1708600Column {
get {
- return this.columnR6211700;
+ return this.columnY1708600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6211800Column {
+ public global::System.Data.DataColumn Y1708700Column {
get {
- return this.columnR6211800;
+ return this.columnY1708700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6211900Column {
+ public global::System.Data.DataColumn Y1708800Column {
get {
- return this.columnR6211900;
+ return this.columnY1708800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6212200Column {
+ public global::System.Data.DataColumn Y1708900Column {
get {
- return this.columnR6212200;
+ return this.columnY1708900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6212300Column {
+ public global::System.Data.DataColumn Y1709000Column {
get {
- return this.columnR6212300;
+ return this.columnY1709000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6764000Column {
+ public global::System.Data.DataColumn Y1709100Column {
get {
- return this.columnR6764000;
+ return this.columnY1709100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6764100Column {
+ public global::System.Data.DataColumn Y1709200Column {
get {
- return this.columnR6764100;
+ return this.columnY1709200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6764200Column {
+ public global::System.Data.DataColumn Y1709300Column {
get {
- return this.columnR6764200;
+ return this.columnY1709300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6764900Column {
+ public global::System.Data.DataColumn Y1948500Column {
get {
- return this.columnR6764900;
+ return this.columnY1948500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6765000Column {
+ public global::System.Data.DataColumn Y1981600Column {
get {
- return this.columnR6765000;
+ return this.columnY1981600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6765100Column {
+ public global::System.Data.DataColumn Y1981601Column {
get {
- return this.columnR6765100;
+ return this.columnY1981601;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6765200Column {
+ public global::System.Data.DataColumn Y1981602Column {
get {
- return this.columnR6765200;
+ return this.columnY1981602;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6765600Column {
+ public global::System.Data.DataColumn Y1992900Column {
get {
- return this.columnR6765600;
+ return this.columnY1992900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6765700Column {
+ public global::System.Data.DataColumn Y1993000Column {
get {
- return this.columnR6765700;
+ return this.columnY1993000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6765800Column {
+ public global::System.Data.DataColumn Y1993100Column {
get {
- return this.columnR6765800;
+ return this.columnY1993100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6839600Column {
+ public global::System.Data.DataColumn Y1993200Column {
get {
- return this.columnR6839600;
+ return this.columnY1993200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7408300Column {
+ public global::System.Data.DataColumn Y1993300Column {
get {
- return this.columnR7408300;
+ return this.columnY1993300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7408400Column {
+ public global::System.Data.DataColumn Y1993400Column {
get {
- return this.columnR7408400;
+ return this.columnY1993400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7408500Column {
+ public global::System.Data.DataColumn Y1993500Column {
get {
- return this.columnR7408500;
+ return this.columnY1993500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7409200Column {
+ public global::System.Data.DataColumn Y1993600Column {
get {
- return this.columnR7409200;
+ return this.columnY1993600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7409300Column {
+ public global::System.Data.DataColumn Y1993700Column {
get {
- return this.columnR7409300;
+ return this.columnY1993700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7409400Column {
+ public global::System.Data.DataColumn Y1993800Column {
get {
- return this.columnR7409400;
+ return this.columnY1993800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7409500Column {
+ public global::System.Data.DataColumn Y1993900Column {
get {
- return this.columnR7409500;
+ return this.columnY1993900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7409900Column {
+ public global::System.Data.DataColumn Y1994000Column {
get {
- return this.columnR7409900;
+ return this.columnY1994000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7410000Column {
+ public global::System.Data.DataColumn Y1994100Column {
get {
- return this.columnR7410000;
+ return this.columnY1994100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7410100Column {
+ public global::System.Data.DataColumn Y1994200Column {
get {
- return this.columnR7410100;
+ return this.columnY1994200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7548600Column {
+ public global::System.Data.DataColumn Y1994300Column {
get {
- return this.columnR7548600;
+ return this.columnY1994300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8106400Column {
+ public global::System.Data.DataColumn Y1994400Column {
get {
- return this.columnR8106400;
+ return this.columnY1994400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8106500Column {
+ public global::System.Data.DataColumn Y1994500Column {
get {
- return this.columnR8106500;
+ return this.columnY1994500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8106600Column {
+ public global::System.Data.DataColumn Y1994600Column {
get {
- return this.columnR8106600;
+ return this.columnY1994600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8106700Column {
+ public global::System.Data.DataColumn Y1994700Column {
get {
- return this.columnR8106700;
+ return this.columnY1994700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8106800Column {
+ public global::System.Data.DataColumn Y1994800Column {
get {
- return this.columnR8106800;
+ return this.columnY1994800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8106900Column {
+ public global::System.Data.DataColumn Y1994900Column {
get {
- return this.columnR8106900;
+ return this.columnY1994900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8107000Column {
+ public global::System.Data.DataColumn Y2148600Column {
get {
- return this.columnR8107000;
+ return this.columnY2148600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8107100Column {
+ public global::System.Data.DataColumn Y2267100Column {
get {
- return this.columnR8107100;
+ return this.columnY2267100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8107200Column {
+ public global::System.Data.DataColumn Y2300400Column {
get {
- return this.columnR8107200;
+ return this.columnY2300400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8255400Column {
+ public global::System.Data.DataColumn Y2300401Column {
get {
- return this.columnR8255400;
+ return this.columnY2300401;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9900400Column {
+ public global::System.Data.DataColumn Y2300402Column {
get {
- return this.columnR9900400;
+ return this.columnY2300402;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9900600Column {
+ public global::System.Data.DataColumn Y2311700Column {
get {
- return this.columnR9900600;
+ return this.columnY2311700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9900601Column {
+ public global::System.Data.DataColumn Y2311800Column {
get {
- return this.columnR9900601;
+ return this.columnY2311800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9901200Column {
+ public global::System.Data.DataColumn Y2311900Column {
get {
- return this.columnR9901200;
+ return this.columnY2311900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9901400Column {
+ public global::System.Data.DataColumn Y2312000Column {
get {
- return this.columnR9901400;
+ return this.columnY2312000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9901401Column {
+ public global::System.Data.DataColumn Y2312100Column {
get {
- return this.columnR9901401;
+ return this.columnY2312100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9902000Column {
+ public global::System.Data.DataColumn Y2312200Column {
get {
- return this.columnR9902000;
+ return this.columnY2312200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9902200Column {
+ public global::System.Data.DataColumn Y2312300Column {
get {
- return this.columnR9902200;
+ return this.columnY2312300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9902201Column {
+ public global::System.Data.DataColumn Y2312400Column {
get {
- return this.columnR9902201;
+ return this.columnY2312400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9902800Column {
+ public global::System.Data.DataColumn Y2312500Column {
get {
- return this.columnR9902800;
+ return this.columnY2312500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9903000Column {
+ public global::System.Data.DataColumn Y2312600Column {
get {
- return this.columnR9903000;
+ return this.columnY2312600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9903001Column {
+ public global::System.Data.DataColumn Y2312700Column {
get {
- return this.columnR9903001;
+ return this.columnY2312700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9903600Column {
+ public global::System.Data.DataColumn Y2312800Column {
get {
- return this.columnR9903600;
+ return this.columnY2312800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9903800Column {
+ public global::System.Data.DataColumn Y2312900Column {
get {
- return this.columnR9903800;
+ return this.columnY2312900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9903801Column {
+ public global::System.Data.DataColumn Y2313000Column {
get {
- return this.columnR9903801;
+ return this.columnY2313000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9904400Column {
+ public global::System.Data.DataColumn Y2313100Column {
get {
- return this.columnR9904400;
+ return this.columnY2313100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9904600Column {
+ public global::System.Data.DataColumn Y2313200Column {
get {
- return this.columnR9904600;
+ return this.columnY2313200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9904601Column {
+ public global::System.Data.DataColumn Y2313300Column {
get {
- return this.columnR9904601;
+ return this.columnY2313300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9905200Column {
+ public global::System.Data.DataColumn Y2313400Column {
get {
- return this.columnR9905200;
+ return this.columnY2313400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9905400Column {
+ public global::System.Data.DataColumn Y2313500Column {
get {
- return this.columnR9905400;
+ return this.columnY2313500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9905401Column {
+ public global::System.Data.DataColumn Y2313600Column {
get {
- return this.columnR9905401;
+ return this.columnY2313600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9906000Column {
+ public global::System.Data.DataColumn Y2313700Column {
get {
- return this.columnR9906000;
+ return this.columnY2313700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9906600Column {
+ public global::System.Data.DataColumn Y2567000Column {
get {
- return this.columnR9906600;
+ return this.columnY2567000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9907200Column {
+ public global::System.Data.DataColumn Y2567100Column {
get {
- return this.columnR9907200;
+ return this.columnY2567100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9907800Column {
+ public global::System.Data.DataColumn Y2567200Column {
get {
- return this.columnR9907800;
+ return this.columnY2567200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9908000Column {
+ public global::System.Data.DataColumn Y2616000Column {
get {
- return this.columnR9908000;
+ return this.columnY2616000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9911200Column {
+ public global::System.Data.DataColumn Y2633100Column {
get {
- return this.columnR9911200;
+ return this.columnY2633100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9911201Column {
+ public global::System.Data.DataColumn Y2633101Column {
get {
- return this.columnR9911201;
+ return this.columnY2633101;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0337300Column {
+ public global::System.Data.DataColumn Y2633102Column {
get {
- return this.columnT0337300;
+ return this.columnY2633102;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0337400Column {
+ public global::System.Data.DataColumn Y2644500Column {
get {
- return this.columnT0337400;
+ return this.columnY2644500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0337500Column {
+ public global::System.Data.DataColumn Y2644600Column {
get {
- return this.columnT0337500;
+ return this.columnY2644600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0337600Column {
+ public global::System.Data.DataColumn Y2644700Column {
get {
- return this.columnT0337600;
+ return this.columnY2644700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0337700Column {
+ public global::System.Data.DataColumn Y2644800Column {
get {
- return this.columnT0337700;
+ return this.columnY2644800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0337800Column {
+ public global::System.Data.DataColumn Y2644900Column {
get {
- return this.columnT0337800;
+ return this.columnY2644900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0337900Column {
+ public global::System.Data.DataColumn Y2645000Column {
get {
- return this.columnT0337900;
+ return this.columnY2645000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0338000Column {
+ public global::System.Data.DataColumn Y2645100Column {
get {
- return this.columnT0338000;
+ return this.columnY2645100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0338100Column {
+ public global::System.Data.DataColumn Y2645200Column {
get {
- return this.columnT0338100;
+ return this.columnY2645200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0338200Column {
+ public global::System.Data.DataColumn Y2645300Column {
get {
- return this.columnT0338200;
+ return this.columnY2645300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0338300Column {
+ public global::System.Data.DataColumn Y2645400Column {
get {
- return this.columnT0338300;
+ return this.columnY2645400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0338400Column {
+ public global::System.Data.DataColumn Y2645500Column {
get {
- return this.columnT0338400;
+ return this.columnY2645500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0338500Column {
+ public global::System.Data.DataColumn Y2645600Column {
get {
- return this.columnT0338500;
+ return this.columnY2645600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0338600Column {
+ public global::System.Data.DataColumn Y2645700Column {
get {
- return this.columnT0338600;
+ return this.columnY2645700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1486900Column {
+ public global::System.Data.DataColumn Y2645800Column {
get {
- return this.columnT1486900;
+ return this.columnY2645800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1487000Column {
+ public global::System.Data.DataColumn Y2645900Column {
get {
- return this.columnT1487000;
+ return this.columnY2645900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1487100Column {
+ public global::System.Data.DataColumn Y2646000Column {
get {
- return this.columnT1487100;
+ return this.columnY2646000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1487200Column {
+ public global::System.Data.DataColumn Y2646100Column {
get {
- return this.columnT1487200;
+ return this.columnY2646100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1487300Column {
+ public global::System.Data.DataColumn Y2646200Column {
get {
- return this.columnT1487300;
+ return this.columnY2646200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1487400Column {
+ public global::System.Data.DataColumn Y2646300Column {
get {
- return this.columnT1487400;
+ return this.columnY2646300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1487500Column {
+ public global::System.Data.DataColumn Y2646400Column {
get {
- return this.columnT1487500;
+ return this.columnY2646400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1487600Column {
+ public global::System.Data.DataColumn Y2966400Column {
get {
- return this.columnT1487600;
+ return this.columnY2966400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1487700Column {
+ public global::System.Data.DataColumn Y2990500Column {
get {
- return this.columnT1487700;
+ return this.columnY2990500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1487800Column {
+ public global::System.Data.DataColumn Y2990501Column {
get {
- return this.columnT1487800;
+ return this.columnY2990501;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2217700Column {
+ public global::System.Data.DataColumn Y2990502Column {
get {
- return this.columnT2217700;
+ return this.columnY2990502;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2533500Column {
+ public global::System.Data.DataColumn Y3002700Column {
get {
- return this.columnT2533500;
+ return this.columnY3002700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2533600Column {
+ public global::System.Data.DataColumn Y3002800Column {
get {
- return this.columnT2533600;
+ return this.columnY3002800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2533700Column {
+ public global::System.Data.DataColumn Y3002900Column {
get {
- return this.columnT2533700;
+ return this.columnY3002900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2533800Column {
+ public global::System.Data.DataColumn Y3003000Column {
get {
- return this.columnT2533800;
+ return this.columnY3003000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2533900Column {
+ public global::System.Data.DataColumn Y3003100Column {
get {
- return this.columnT2533900;
+ return this.columnY3003100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2534000Column {
+ public global::System.Data.DataColumn Y3003200Column {
get {
- return this.columnT2534000;
+ return this.columnY3003200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2534100Column {
+ public global::System.Data.DataColumn Y3003300Column {
get {
- return this.columnT2534100;
+ return this.columnY3003300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2534200Column {
+ public global::System.Data.DataColumn Y3003400Column {
get {
- return this.columnT2534200;
+ return this.columnY3003400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2534300Column {
+ public global::System.Data.DataColumn Y3003500Column {
get {
- return this.columnT2534300;
+ return this.columnY3003500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2534400Column {
+ public global::System.Data.DataColumn Y3003600Column {
get {
- return this.columnT2534400;
+ return this.columnY3003600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2534500Column {
+ public global::System.Data.DataColumn Y3331900Column {
get {
- return this.columnT2534500;
+ return this.columnY3331900;
}
}
@@ -12097,297 +11063,458 @@ public int Count {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2LinksFromGen1Row this[int index] {
+ public tblGen2LinksRow this[int index] {
get {
- return ((tblGen2LinksFromGen1Row)(this.Rows[index]));
+ return ((tblGen2LinksRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen2LinksFromGen1RowChangeEventHandler tblGen2LinksFromGen1RowChanging;
+ public event tblGen2LinksRowChangeEventHandler tblGen2LinksRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen2LinksFromGen1RowChangeEventHandler tblGen2LinksFromGen1RowChanged;
+ public event tblGen2LinksRowChangeEventHandler tblGen2LinksRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen2LinksFromGen1RowChangeEventHandler tblGen2LinksFromGen1RowDeleting;
+ public event tblGen2LinksRowChangeEventHandler tblGen2LinksRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen2LinksFromGen1RowChangeEventHandler tblGen2LinksFromGen1RowDeleted;
+ public event tblGen2LinksRowChangeEventHandler tblGen2LinksRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void AddtblGen2LinksFromGen1Row(tblGen2LinksFromGen1Row row) {
+ public void AddtblGen2LinksRow(tblGen2LinksRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2LinksFromGen1Row AddtblGen2LinksFromGen1Row(
- int R0000100,
- int R0173600,
- int R0214700,
- int R0214800,
- int R4825700,
- int R4826000,
- int R4826100,
- int R4826300,
- int R4826500,
- int R4826800,
- int R5495900,
- int R5496200,
- int R5496300,
- int R5496500,
- int R5496700,
- int R5497000,
- int R5497200,
- int R6210700,
- int R6210800,
- int R6210900,
- int R6211500,
- int R6211600,
- int R6211700,
- int R6211800,
- int R6211900,
- int R6212200,
- int R6212300,
- int R6764000,
- int R6764100,
- int R6764200,
- int R6764900,
- int R6765000,
- int R6765100,
- int R6765200,
- int R6765600,
- int R6765700,
- int R6765800,
- int R6839600,
- int R7408300,
- int R7408400,
- int R7408500,
- int R7409200,
- int R7409300,
- int R7409400,
- int R7409500,
- int R7409900,
- int R7410000,
- int R7410100,
- int R7548600,
- int R8106400,
- int R8106500,
- int R8106600,
- int R8106700,
- int R8106800,
- int R8106900,
- int R8107000,
- int R8107100,
- int R8107200,
- int R8255400,
- int R9900400,
- int R9900600,
- int R9900601,
- int R9901200,
- int R9901400,
- int R9901401,
- int R9902000,
- int R9902200,
- int R9902201,
- int R9902800,
- int R9903000,
- int R9903001,
- int R9903600,
- int R9903800,
- int R9903801,
- int R9904400,
- int R9904600,
- int R9904601,
- int R9905200,
- int R9905400,
- int R9905401,
- int R9906000,
- int R9906600,
- int R9907200,
- int R9907800,
- int R9908000,
- int R9911200,
- int R9911201,
- int T0337300,
- int T0337400,
- int T0337500,
- int T0337600,
- int T0337700,
- int T0337800,
- int T0337900,
- int T0338000,
- int T0338100,
- int T0338200,
- int T0338300,
- int T0338400,
- int T0338500,
- int T0338600,
- int T1486900,
- int T1487000,
- int T1487100,
- int T1487200,
- int T1487300,
- int T1487400,
- int T1487500,
- int T1487600,
- int T1487700,
- int T1487800,
- int T2217700,
- int T2533500,
- int T2533600,
- int T2533700,
- int T2533800,
- int T2533900,
- int T2534000,
- int T2534100,
- int T2534200,
- int T2534300,
- int T2534400,
- int T2534500) {
- tblGen2LinksFromGen1Row rowtblGen2LinksFromGen1Row = ((tblGen2LinksFromGen1Row)(this.NewRow()));
+ public tblGen2LinksRow AddtblGen2LinksRow(
+ int C0000100,
+ int C0000200,
+ int C0005300,
+ int C0005400,
+ int C0005500,
+ int C0005700,
+ int C0005800,
+ int C0006500,
+ int C0006800,
+ int C0007010,
+ int C0007030,
+ int C0007041,
+ int C0007043,
+ int C0007045,
+ int C0007047,
+ int C0007049,
+ int C0007052,
+ int C0007055,
+ int C0402400,
+ int C0402500,
+ int C0402600,
+ int C0404100,
+ int C0404200,
+ int C0737000,
+ int C0737100,
+ int C0737200,
+ int C0948700,
+ int C0948800,
+ int C0948900,
+ int C1146600,
+ int C1146700,
+ int C1146800,
+ int C1230100,
+ int C1230200,
+ int C1230300,
+ int C1548100,
+ int C1548101,
+ int C1548102,
+ int C1989400,
+ int C1989401,
+ int C1989402,
+ int C2305100,
+ int C2305101,
+ int C2305102,
+ int C2544700,
+ int C2544701,
+ int C2544702,
+ int C2814500,
+ int C2814501,
+ int C2814502,
+ int C3123500,
+ int C3123501,
+ int C3123502,
+ int C3601100,
+ int C3627700,
+ int C3627701,
+ int C3627702,
+ int C3981100,
+ int C4006300,
+ int C4006301,
+ int C4006302,
+ int C5524800,
+ int C5550100,
+ int C5550101,
+ int C5550102,
+ int C5801100,
+ int Y0000200,
+ int Y0000201,
+ int Y0000202,
+ int Y0002100,
+ int Y0390100,
+ int Y0390101,
+ int Y0390102,
+ int Y0677600,
+ int Y0933700,
+ int Y0933701,
+ int Y0933702,
+ int Y0974800,
+ int Y1180500,
+ int Y1180501,
+ int Y1180502,
+ int Y1192400,
+ int Y1421100,
+ int Y1421101,
+ int Y1421102,
+ int Y1434300,
+ int Y1450200,
+ int Y1450201,
+ int Y1450202,
+ int Y1672700,
+ int Y1695600,
+ int Y1695601,
+ int Y1695602,
+ int Y1707300,
+ int Y1707400,
+ int Y1707500,
+ int Y1707600,
+ int Y1707700,
+ int Y1707800,
+ int Y1707900,
+ int Y1708000,
+ int Y1708100,
+ int Y1708200,
+ int Y1708300,
+ int Y1708400,
+ int Y1708500,
+ int Y1708600,
+ int Y1708700,
+ int Y1708800,
+ int Y1708900,
+ int Y1709000,
+ int Y1709100,
+ int Y1709200,
+ int Y1709300,
+ int Y1948500,
+ int Y1981600,
+ int Y1981601,
+ int Y1981602,
+ int Y1992900,
+ int Y1993000,
+ int Y1993100,
+ int Y1993200,
+ int Y1993300,
+ int Y1993400,
+ int Y1993500,
+ int Y1993600,
+ int Y1993700,
+ int Y1993800,
+ int Y1993900,
+ int Y1994000,
+ int Y1994100,
+ int Y1994200,
+ int Y1994300,
+ int Y1994400,
+ int Y1994500,
+ int Y1994600,
+ int Y1994700,
+ int Y1994800,
+ int Y1994900,
+ int Y2148600,
+ int Y2267100,
+ int Y2300400,
+ int Y2300401,
+ int Y2300402,
+ int Y2311700,
+ int Y2311800,
+ int Y2311900,
+ int Y2312000,
+ int Y2312100,
+ int Y2312200,
+ int Y2312300,
+ int Y2312400,
+ int Y2312500,
+ int Y2312600,
+ int Y2312700,
+ int Y2312800,
+ int Y2312900,
+ int Y2313000,
+ int Y2313100,
+ int Y2313200,
+ int Y2313300,
+ int Y2313400,
+ int Y2313500,
+ int Y2313600,
+ int Y2313700,
+ int Y2567000,
+ int Y2567100,
+ int Y2567200,
+ int Y2616000,
+ int Y2633100,
+ int Y2633101,
+ int Y2633102,
+ int Y2644500,
+ int Y2644600,
+ int Y2644700,
+ int Y2644800,
+ int Y2644900,
+ int Y2645000,
+ int Y2645100,
+ int Y2645200,
+ int Y2645300,
+ int Y2645400,
+ int Y2645500,
+ int Y2645600,
+ int Y2645700,
+ int Y2645800,
+ int Y2645900,
+ int Y2646000,
+ int Y2646100,
+ int Y2646200,
+ int Y2646300,
+ int Y2646400,
+ int Y2966400,
+ int Y2990500,
+ int Y2990501,
+ int Y2990502,
+ int Y3002700,
+ int Y3002800,
+ int Y3002900,
+ int Y3003000,
+ int Y3003100,
+ int Y3003200,
+ int Y3003300,
+ int Y3003400,
+ int Y3003500,
+ int Y3003600,
+ int Y3331900) {
+ tblGen2LinksRow rowtblGen2LinksRow = ((tblGen2LinksRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
- R0000100,
- R0173600,
- R0214700,
- R0214800,
- R4825700,
- R4826000,
- R4826100,
- R4826300,
- R4826500,
- R4826800,
- R5495900,
- R5496200,
- R5496300,
- R5496500,
- R5496700,
- R5497000,
- R5497200,
- R6210700,
- R6210800,
- R6210900,
- R6211500,
- R6211600,
- R6211700,
- R6211800,
- R6211900,
- R6212200,
- R6212300,
- R6764000,
- R6764100,
- R6764200,
- R6764900,
- R6765000,
- R6765100,
- R6765200,
- R6765600,
- R6765700,
- R6765800,
- R6839600,
- R7408300,
- R7408400,
- R7408500,
- R7409200,
- R7409300,
- R7409400,
- R7409500,
- R7409900,
- R7410000,
- R7410100,
- R7548600,
- R8106400,
- R8106500,
- R8106600,
- R8106700,
- R8106800,
- R8106900,
- R8107000,
- R8107100,
- R8107200,
- R8255400,
- R9900400,
- R9900600,
- R9900601,
- R9901200,
- R9901400,
- R9901401,
- R9902000,
- R9902200,
- R9902201,
- R9902800,
- R9903000,
- R9903001,
- R9903600,
- R9903800,
- R9903801,
- R9904400,
- R9904600,
- R9904601,
- R9905200,
- R9905400,
- R9905401,
- R9906000,
- R9906600,
- R9907200,
- R9907800,
- R9908000,
- R9911200,
- R9911201,
- T0337300,
- T0337400,
- T0337500,
- T0337600,
- T0337700,
- T0337800,
- T0337900,
- T0338000,
- T0338100,
- T0338200,
- T0338300,
- T0338400,
- T0338500,
- T0338600,
- T1486900,
- T1487000,
- T1487100,
- T1487200,
- T1487300,
- T1487400,
- T1487500,
- T1487600,
- T1487700,
- T1487800,
- T2217700,
- T2533500,
- T2533600,
- T2533700,
- T2533800,
- T2533900,
- T2534000,
- T2534100,
- T2534200,
- T2534300,
- T2534400,
- T2534500};
- rowtblGen2LinksFromGen1Row.ItemArray = columnValuesArray;
- this.Rows.Add(rowtblGen2LinksFromGen1Row);
- return rowtblGen2LinksFromGen1Row;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2LinksFromGen1Row FindByR0000100(int R0000100) {
- return ((tblGen2LinksFromGen1Row)(this.Rows.Find(new object[] {
- R0000100})));
+ C0000100,
+ C0000200,
+ C0005300,
+ C0005400,
+ C0005500,
+ C0005700,
+ C0005800,
+ C0006500,
+ C0006800,
+ C0007010,
+ C0007030,
+ C0007041,
+ C0007043,
+ C0007045,
+ C0007047,
+ C0007049,
+ C0007052,
+ C0007055,
+ C0402400,
+ C0402500,
+ C0402600,
+ C0404100,
+ C0404200,
+ C0737000,
+ C0737100,
+ C0737200,
+ C0948700,
+ C0948800,
+ C0948900,
+ C1146600,
+ C1146700,
+ C1146800,
+ C1230100,
+ C1230200,
+ C1230300,
+ C1548100,
+ C1548101,
+ C1548102,
+ C1989400,
+ C1989401,
+ C1989402,
+ C2305100,
+ C2305101,
+ C2305102,
+ C2544700,
+ C2544701,
+ C2544702,
+ C2814500,
+ C2814501,
+ C2814502,
+ C3123500,
+ C3123501,
+ C3123502,
+ C3601100,
+ C3627700,
+ C3627701,
+ C3627702,
+ C3981100,
+ C4006300,
+ C4006301,
+ C4006302,
+ C5524800,
+ C5550100,
+ C5550101,
+ C5550102,
+ C5801100,
+ Y0000200,
+ Y0000201,
+ Y0000202,
+ Y0002100,
+ Y0390100,
+ Y0390101,
+ Y0390102,
+ Y0677600,
+ Y0933700,
+ Y0933701,
+ Y0933702,
+ Y0974800,
+ Y1180500,
+ Y1180501,
+ Y1180502,
+ Y1192400,
+ Y1421100,
+ Y1421101,
+ Y1421102,
+ Y1434300,
+ Y1450200,
+ Y1450201,
+ Y1450202,
+ Y1672700,
+ Y1695600,
+ Y1695601,
+ Y1695602,
+ Y1707300,
+ Y1707400,
+ Y1707500,
+ Y1707600,
+ Y1707700,
+ Y1707800,
+ Y1707900,
+ Y1708000,
+ Y1708100,
+ Y1708200,
+ Y1708300,
+ Y1708400,
+ Y1708500,
+ Y1708600,
+ Y1708700,
+ Y1708800,
+ Y1708900,
+ Y1709000,
+ Y1709100,
+ Y1709200,
+ Y1709300,
+ Y1948500,
+ Y1981600,
+ Y1981601,
+ Y1981602,
+ Y1992900,
+ Y1993000,
+ Y1993100,
+ Y1993200,
+ Y1993300,
+ Y1993400,
+ Y1993500,
+ Y1993600,
+ Y1993700,
+ Y1993800,
+ Y1993900,
+ Y1994000,
+ Y1994100,
+ Y1994200,
+ Y1994300,
+ Y1994400,
+ Y1994500,
+ Y1994600,
+ Y1994700,
+ Y1994800,
+ Y1994900,
+ Y2148600,
+ Y2267100,
+ Y2300400,
+ Y2300401,
+ Y2300402,
+ Y2311700,
+ Y2311800,
+ Y2311900,
+ Y2312000,
+ Y2312100,
+ Y2312200,
+ Y2312300,
+ Y2312400,
+ Y2312500,
+ Y2312600,
+ Y2312700,
+ Y2312800,
+ Y2312900,
+ Y2313000,
+ Y2313100,
+ Y2313200,
+ Y2313300,
+ Y2313400,
+ Y2313500,
+ Y2313600,
+ Y2313700,
+ Y2567000,
+ Y2567100,
+ Y2567200,
+ Y2616000,
+ Y2633100,
+ Y2633101,
+ Y2633102,
+ Y2644500,
+ Y2644600,
+ Y2644700,
+ Y2644800,
+ Y2644900,
+ Y2645000,
+ Y2645100,
+ Y2645200,
+ Y2645300,
+ Y2645400,
+ Y2645500,
+ Y2645600,
+ Y2645700,
+ Y2645800,
+ Y2645900,
+ Y2646000,
+ Y2646100,
+ Y2646200,
+ Y2646300,
+ Y2646400,
+ Y2966400,
+ Y2990500,
+ Y2990501,
+ Y2990502,
+ Y3002700,
+ Y3002800,
+ Y3002900,
+ Y3003000,
+ Y3003100,
+ Y3003200,
+ Y3003300,
+ Y3003400,
+ Y3003500,
+ Y3003600,
+ Y3331900};
+ rowtblGen2LinksRow.ItemArray = columnValuesArray;
+ this.Rows.Add(rowtblGen2LinksRow);
+ return rowtblGen2LinksRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
- tblGen2LinksFromGen1DataTable cln = ((tblGen2LinksFromGen1DataTable)(base.Clone()));
+ tblGen2LinksDataTable cln = ((tblGen2LinksDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
@@ -12395,416 +11522,665 @@ public tblGen2LinksFromGen1Row FindByR0000100(int R0000100) {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
- return new tblGen2LinksFromGen1DataTable();
+ return new tblGen2LinksDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
- this.columnR0000100 = base.Columns["R0000100"];
- this.columnR0173600 = base.Columns["R0173600"];
- this.columnR0214700 = base.Columns["R0214700"];
- this.columnR0214800 = base.Columns["R0214800"];
- this.columnR4825700 = base.Columns["R4825700"];
- this.columnR4826000 = base.Columns["R4826000"];
- this.columnR4826100 = base.Columns["R4826100"];
- this.columnR4826300 = base.Columns["R4826300"];
- this.columnR4826500 = base.Columns["R4826500"];
- this.columnR4826800 = base.Columns["R4826800"];
- this.columnR5495900 = base.Columns["R5495900"];
- this.columnR5496200 = base.Columns["R5496200"];
- this.columnR5496300 = base.Columns["R5496300"];
- this.columnR5496500 = base.Columns["R5496500"];
- this.columnR5496700 = base.Columns["R5496700"];
- this.columnR5497000 = base.Columns["R5497000"];
- this.columnR5497200 = base.Columns["R5497200"];
- this.columnR6210700 = base.Columns["R6210700"];
- this.columnR6210800 = base.Columns["R6210800"];
- this.columnR6210900 = base.Columns["R6210900"];
- this.columnR6211500 = base.Columns["R6211500"];
- this.columnR6211600 = base.Columns["R6211600"];
- this.columnR6211700 = base.Columns["R6211700"];
- this.columnR6211800 = base.Columns["R6211800"];
- this.columnR6211900 = base.Columns["R6211900"];
- this.columnR6212200 = base.Columns["R6212200"];
- this.columnR6212300 = base.Columns["R6212300"];
- this.columnR6764000 = base.Columns["R6764000"];
- this.columnR6764100 = base.Columns["R6764100"];
- this.columnR6764200 = base.Columns["R6764200"];
- this.columnR6764900 = base.Columns["R6764900"];
- this.columnR6765000 = base.Columns["R6765000"];
- this.columnR6765100 = base.Columns["R6765100"];
- this.columnR6765200 = base.Columns["R6765200"];
- this.columnR6765600 = base.Columns["R6765600"];
- this.columnR6765700 = base.Columns["R6765700"];
- this.columnR6765800 = base.Columns["R6765800"];
- this.columnR6839600 = base.Columns["R6839600"];
- this.columnR7408300 = base.Columns["R7408300"];
- this.columnR7408400 = base.Columns["R7408400"];
- this.columnR7408500 = base.Columns["R7408500"];
- this.columnR7409200 = base.Columns["R7409200"];
- this.columnR7409300 = base.Columns["R7409300"];
- this.columnR7409400 = base.Columns["R7409400"];
- this.columnR7409500 = base.Columns["R7409500"];
- this.columnR7409900 = base.Columns["R7409900"];
- this.columnR7410000 = base.Columns["R7410000"];
- this.columnR7410100 = base.Columns["R7410100"];
- this.columnR7548600 = base.Columns["R7548600"];
- this.columnR8106400 = base.Columns["R8106400"];
- this.columnR8106500 = base.Columns["R8106500"];
- this.columnR8106600 = base.Columns["R8106600"];
- this.columnR8106700 = base.Columns["R8106700"];
- this.columnR8106800 = base.Columns["R8106800"];
- this.columnR8106900 = base.Columns["R8106900"];
- this.columnR8107000 = base.Columns["R8107000"];
- this.columnR8107100 = base.Columns["R8107100"];
- this.columnR8107200 = base.Columns["R8107200"];
- this.columnR8255400 = base.Columns["R8255400"];
- this.columnR9900400 = base.Columns["R9900400"];
- this.columnR9900600 = base.Columns["R9900600"];
- this.columnR9900601 = base.Columns["R9900601"];
- this.columnR9901200 = base.Columns["R9901200"];
- this.columnR9901400 = base.Columns["R9901400"];
- this.columnR9901401 = base.Columns["R9901401"];
- this.columnR9902000 = base.Columns["R9902000"];
- this.columnR9902200 = base.Columns["R9902200"];
- this.columnR9902201 = base.Columns["R9902201"];
- this.columnR9902800 = base.Columns["R9902800"];
- this.columnR9903000 = base.Columns["R9903000"];
- this.columnR9903001 = base.Columns["R9903001"];
- this.columnR9903600 = base.Columns["R9903600"];
- this.columnR9903800 = base.Columns["R9903800"];
- this.columnR9903801 = base.Columns["R9903801"];
- this.columnR9904400 = base.Columns["R9904400"];
- this.columnR9904600 = base.Columns["R9904600"];
- this.columnR9904601 = base.Columns["R9904601"];
- this.columnR9905200 = base.Columns["R9905200"];
- this.columnR9905400 = base.Columns["R9905400"];
- this.columnR9905401 = base.Columns["R9905401"];
- this.columnR9906000 = base.Columns["R9906000"];
- this.columnR9906600 = base.Columns["R9906600"];
- this.columnR9907200 = base.Columns["R9907200"];
- this.columnR9907800 = base.Columns["R9907800"];
- this.columnR9908000 = base.Columns["R9908000"];
- this.columnR9911200 = base.Columns["R9911200"];
- this.columnR9911201 = base.Columns["R9911201"];
- this.columnT0337300 = base.Columns["T0337300"];
- this.columnT0337400 = base.Columns["T0337400"];
- this.columnT0337500 = base.Columns["T0337500"];
- this.columnT0337600 = base.Columns["T0337600"];
- this.columnT0337700 = base.Columns["T0337700"];
- this.columnT0337800 = base.Columns["T0337800"];
- this.columnT0337900 = base.Columns["T0337900"];
- this.columnT0338000 = base.Columns["T0338000"];
- this.columnT0338100 = base.Columns["T0338100"];
- this.columnT0338200 = base.Columns["T0338200"];
- this.columnT0338300 = base.Columns["T0338300"];
- this.columnT0338400 = base.Columns["T0338400"];
- this.columnT0338500 = base.Columns["T0338500"];
- this.columnT0338600 = base.Columns["T0338600"];
- this.columnT1486900 = base.Columns["T1486900"];
- this.columnT1487000 = base.Columns["T1487000"];
- this.columnT1487100 = base.Columns["T1487100"];
- this.columnT1487200 = base.Columns["T1487200"];
- this.columnT1487300 = base.Columns["T1487300"];
- this.columnT1487400 = base.Columns["T1487400"];
- this.columnT1487500 = base.Columns["T1487500"];
- this.columnT1487600 = base.Columns["T1487600"];
- this.columnT1487700 = base.Columns["T1487700"];
- this.columnT1487800 = base.Columns["T1487800"];
- this.columnT2217700 = base.Columns["T2217700"];
- this.columnT2533500 = base.Columns["T2533500"];
- this.columnT2533600 = base.Columns["T2533600"];
- this.columnT2533700 = base.Columns["T2533700"];
- this.columnT2533800 = base.Columns["T2533800"];
- this.columnT2533900 = base.Columns["T2533900"];
- this.columnT2534000 = base.Columns["T2534000"];
- this.columnT2534100 = base.Columns["T2534100"];
- this.columnT2534200 = base.Columns["T2534200"];
- this.columnT2534300 = base.Columns["T2534300"];
- this.columnT2534400 = base.Columns["T2534400"];
- this.columnT2534500 = base.Columns["T2534500"];
+ this.columnC0000100 = base.Columns["C0000100"];
+ this.columnC0000200 = base.Columns["C0000200"];
+ this.columnC0005300 = base.Columns["C0005300"];
+ this.columnC0005400 = base.Columns["C0005400"];
+ this.columnC0005500 = base.Columns["C0005500"];
+ this.columnC0005700 = base.Columns["C0005700"];
+ this.columnC0005800 = base.Columns["C0005800"];
+ this.columnC0006500 = base.Columns["C0006500"];
+ this.columnC0006800 = base.Columns["C0006800"];
+ this.columnC0007010 = base.Columns["C0007010"];
+ this.columnC0007030 = base.Columns["C0007030"];
+ this.columnC0007041 = base.Columns["C0007041"];
+ this.columnC0007043 = base.Columns["C0007043"];
+ this.columnC0007045 = base.Columns["C0007045"];
+ this.columnC0007047 = base.Columns["C0007047"];
+ this.columnC0007049 = base.Columns["C0007049"];
+ this.columnC0007052 = base.Columns["C0007052"];
+ this.columnC0007055 = base.Columns["C0007055"];
+ this.columnC0402400 = base.Columns["C0402400"];
+ this.columnC0402500 = base.Columns["C0402500"];
+ this.columnC0402600 = base.Columns["C0402600"];
+ this.columnC0404100 = base.Columns["C0404100"];
+ this.columnC0404200 = base.Columns["C0404200"];
+ this.columnC0737000 = base.Columns["C0737000"];
+ this.columnC0737100 = base.Columns["C0737100"];
+ this.columnC0737200 = base.Columns["C0737200"];
+ this.columnC0948700 = base.Columns["C0948700"];
+ this.columnC0948800 = base.Columns["C0948800"];
+ this.columnC0948900 = base.Columns["C0948900"];
+ this.columnC1146600 = base.Columns["C1146600"];
+ this.columnC1146700 = base.Columns["C1146700"];
+ this.columnC1146800 = base.Columns["C1146800"];
+ this.columnC1230100 = base.Columns["C1230100"];
+ this.columnC1230200 = base.Columns["C1230200"];
+ this.columnC1230300 = base.Columns["C1230300"];
+ this.columnC1548100 = base.Columns["C1548100"];
+ this.columnC1548101 = base.Columns["C1548101"];
+ this.columnC1548102 = base.Columns["C1548102"];
+ this.columnC1989400 = base.Columns["C1989400"];
+ this.columnC1989401 = base.Columns["C1989401"];
+ this.columnC1989402 = base.Columns["C1989402"];
+ this.columnC2305100 = base.Columns["C2305100"];
+ this.columnC2305101 = base.Columns["C2305101"];
+ this.columnC2305102 = base.Columns["C2305102"];
+ this.columnC2544700 = base.Columns["C2544700"];
+ this.columnC2544701 = base.Columns["C2544701"];
+ this.columnC2544702 = base.Columns["C2544702"];
+ this.columnC2814500 = base.Columns["C2814500"];
+ this.columnC2814501 = base.Columns["C2814501"];
+ this.columnC2814502 = base.Columns["C2814502"];
+ this.columnC3123500 = base.Columns["C3123500"];
+ this.columnC3123501 = base.Columns["C3123501"];
+ this.columnC3123502 = base.Columns["C3123502"];
+ this.columnC3601100 = base.Columns["C3601100"];
+ this.columnC3627700 = base.Columns["C3627700"];
+ this.columnC3627701 = base.Columns["C3627701"];
+ this.columnC3627702 = base.Columns["C3627702"];
+ this.columnC3981100 = base.Columns["C3981100"];
+ this.columnC4006300 = base.Columns["C4006300"];
+ this.columnC4006301 = base.Columns["C4006301"];
+ this.columnC4006302 = base.Columns["C4006302"];
+ this.columnC5524800 = base.Columns["C5524800"];
+ this.columnC5550100 = base.Columns["C5550100"];
+ this.columnC5550101 = base.Columns["C5550101"];
+ this.columnC5550102 = base.Columns["C5550102"];
+ this.columnC5801100 = base.Columns["C5801100"];
+ this.columnY0000200 = base.Columns["Y0000200"];
+ this.columnY0000201 = base.Columns["Y0000201"];
+ this.columnY0000202 = base.Columns["Y0000202"];
+ this.columnY0002100 = base.Columns["Y0002100"];
+ this.columnY0390100 = base.Columns["Y0390100"];
+ this.columnY0390101 = base.Columns["Y0390101"];
+ this.columnY0390102 = base.Columns["Y0390102"];
+ this.columnY0677600 = base.Columns["Y0677600"];
+ this.columnY0933700 = base.Columns["Y0933700"];
+ this.columnY0933701 = base.Columns["Y0933701"];
+ this.columnY0933702 = base.Columns["Y0933702"];
+ this.columnY0974800 = base.Columns["Y0974800"];
+ this.columnY1180500 = base.Columns["Y1180500"];
+ this.columnY1180501 = base.Columns["Y1180501"];
+ this.columnY1180502 = base.Columns["Y1180502"];
+ this.columnY1192400 = base.Columns["Y1192400"];
+ this.columnY1421100 = base.Columns["Y1421100"];
+ this.columnY1421101 = base.Columns["Y1421101"];
+ this.columnY1421102 = base.Columns["Y1421102"];
+ this.columnY1434300 = base.Columns["Y1434300"];
+ this.columnY1450200 = base.Columns["Y1450200"];
+ this.columnY1450201 = base.Columns["Y1450201"];
+ this.columnY1450202 = base.Columns["Y1450202"];
+ this.columnY1672700 = base.Columns["Y1672700"];
+ this.columnY1695600 = base.Columns["Y1695600"];
+ this.columnY1695601 = base.Columns["Y1695601"];
+ this.columnY1695602 = base.Columns["Y1695602"];
+ this.columnY1707300 = base.Columns["Y1707300"];
+ this.columnY1707400 = base.Columns["Y1707400"];
+ this.columnY1707500 = base.Columns["Y1707500"];
+ this.columnY1707600 = base.Columns["Y1707600"];
+ this.columnY1707700 = base.Columns["Y1707700"];
+ this.columnY1707800 = base.Columns["Y1707800"];
+ this.columnY1707900 = base.Columns["Y1707900"];
+ this.columnY1708000 = base.Columns["Y1708000"];
+ this.columnY1708100 = base.Columns["Y1708100"];
+ this.columnY1708200 = base.Columns["Y1708200"];
+ this.columnY1708300 = base.Columns["Y1708300"];
+ this.columnY1708400 = base.Columns["Y1708400"];
+ this.columnY1708500 = base.Columns["Y1708500"];
+ this.columnY1708600 = base.Columns["Y1708600"];
+ this.columnY1708700 = base.Columns["Y1708700"];
+ this.columnY1708800 = base.Columns["Y1708800"];
+ this.columnY1708900 = base.Columns["Y1708900"];
+ this.columnY1709000 = base.Columns["Y1709000"];
+ this.columnY1709100 = base.Columns["Y1709100"];
+ this.columnY1709200 = base.Columns["Y1709200"];
+ this.columnY1709300 = base.Columns["Y1709300"];
+ this.columnY1948500 = base.Columns["Y1948500"];
+ this.columnY1981600 = base.Columns["Y1981600"];
+ this.columnY1981601 = base.Columns["Y1981601"];
+ this.columnY1981602 = base.Columns["Y1981602"];
+ this.columnY1992900 = base.Columns["Y1992900"];
+ this.columnY1993000 = base.Columns["Y1993000"];
+ this.columnY1993100 = base.Columns["Y1993100"];
+ this.columnY1993200 = base.Columns["Y1993200"];
+ this.columnY1993300 = base.Columns["Y1993300"];
+ this.columnY1993400 = base.Columns["Y1993400"];
+ this.columnY1993500 = base.Columns["Y1993500"];
+ this.columnY1993600 = base.Columns["Y1993600"];
+ this.columnY1993700 = base.Columns["Y1993700"];
+ this.columnY1993800 = base.Columns["Y1993800"];
+ this.columnY1993900 = base.Columns["Y1993900"];
+ this.columnY1994000 = base.Columns["Y1994000"];
+ this.columnY1994100 = base.Columns["Y1994100"];
+ this.columnY1994200 = base.Columns["Y1994200"];
+ this.columnY1994300 = base.Columns["Y1994300"];
+ this.columnY1994400 = base.Columns["Y1994400"];
+ this.columnY1994500 = base.Columns["Y1994500"];
+ this.columnY1994600 = base.Columns["Y1994600"];
+ this.columnY1994700 = base.Columns["Y1994700"];
+ this.columnY1994800 = base.Columns["Y1994800"];
+ this.columnY1994900 = base.Columns["Y1994900"];
+ this.columnY2148600 = base.Columns["Y2148600"];
+ this.columnY2267100 = base.Columns["Y2267100"];
+ this.columnY2300400 = base.Columns["Y2300400"];
+ this.columnY2300401 = base.Columns["Y2300401"];
+ this.columnY2300402 = base.Columns["Y2300402"];
+ this.columnY2311700 = base.Columns["Y2311700"];
+ this.columnY2311800 = base.Columns["Y2311800"];
+ this.columnY2311900 = base.Columns["Y2311900"];
+ this.columnY2312000 = base.Columns["Y2312000"];
+ this.columnY2312100 = base.Columns["Y2312100"];
+ this.columnY2312200 = base.Columns["Y2312200"];
+ this.columnY2312300 = base.Columns["Y2312300"];
+ this.columnY2312400 = base.Columns["Y2312400"];
+ this.columnY2312500 = base.Columns["Y2312500"];
+ this.columnY2312600 = base.Columns["Y2312600"];
+ this.columnY2312700 = base.Columns["Y2312700"];
+ this.columnY2312800 = base.Columns["Y2312800"];
+ this.columnY2312900 = base.Columns["Y2312900"];
+ this.columnY2313000 = base.Columns["Y2313000"];
+ this.columnY2313100 = base.Columns["Y2313100"];
+ this.columnY2313200 = base.Columns["Y2313200"];
+ this.columnY2313300 = base.Columns["Y2313300"];
+ this.columnY2313400 = base.Columns["Y2313400"];
+ this.columnY2313500 = base.Columns["Y2313500"];
+ this.columnY2313600 = base.Columns["Y2313600"];
+ this.columnY2313700 = base.Columns["Y2313700"];
+ this.columnY2567000 = base.Columns["Y2567000"];
+ this.columnY2567100 = base.Columns["Y2567100"];
+ this.columnY2567200 = base.Columns["Y2567200"];
+ this.columnY2616000 = base.Columns["Y2616000"];
+ this.columnY2633100 = base.Columns["Y2633100"];
+ this.columnY2633101 = base.Columns["Y2633101"];
+ this.columnY2633102 = base.Columns["Y2633102"];
+ this.columnY2644500 = base.Columns["Y2644500"];
+ this.columnY2644600 = base.Columns["Y2644600"];
+ this.columnY2644700 = base.Columns["Y2644700"];
+ this.columnY2644800 = base.Columns["Y2644800"];
+ this.columnY2644900 = base.Columns["Y2644900"];
+ this.columnY2645000 = base.Columns["Y2645000"];
+ this.columnY2645100 = base.Columns["Y2645100"];
+ this.columnY2645200 = base.Columns["Y2645200"];
+ this.columnY2645300 = base.Columns["Y2645300"];
+ this.columnY2645400 = base.Columns["Y2645400"];
+ this.columnY2645500 = base.Columns["Y2645500"];
+ this.columnY2645600 = base.Columns["Y2645600"];
+ this.columnY2645700 = base.Columns["Y2645700"];
+ this.columnY2645800 = base.Columns["Y2645800"];
+ this.columnY2645900 = base.Columns["Y2645900"];
+ this.columnY2646000 = base.Columns["Y2646000"];
+ this.columnY2646100 = base.Columns["Y2646100"];
+ this.columnY2646200 = base.Columns["Y2646200"];
+ this.columnY2646300 = base.Columns["Y2646300"];
+ this.columnY2646400 = base.Columns["Y2646400"];
+ this.columnY2966400 = base.Columns["Y2966400"];
+ this.columnY2990500 = base.Columns["Y2990500"];
+ this.columnY2990501 = base.Columns["Y2990501"];
+ this.columnY2990502 = base.Columns["Y2990502"];
+ this.columnY3002700 = base.Columns["Y3002700"];
+ this.columnY3002800 = base.Columns["Y3002800"];
+ this.columnY3002900 = base.Columns["Y3002900"];
+ this.columnY3003000 = base.Columns["Y3003000"];
+ this.columnY3003100 = base.Columns["Y3003100"];
+ this.columnY3003200 = base.Columns["Y3003200"];
+ this.columnY3003300 = base.Columns["Y3003300"];
+ this.columnY3003400 = base.Columns["Y3003400"];
+ this.columnY3003500 = base.Columns["Y3003500"];
+ this.columnY3003600 = base.Columns["Y3003600"];
+ this.columnY3331900 = base.Columns["Y3331900"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
- this.columnR0000100 = new global::System.Data.DataColumn("R0000100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0000100);
- this.columnR0173600 = new global::System.Data.DataColumn("R0173600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0173600);
- this.columnR0214700 = new global::System.Data.DataColumn("R0214700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0214700);
- this.columnR0214800 = new global::System.Data.DataColumn("R0214800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0214800);
- this.columnR4825700 = new global::System.Data.DataColumn("R4825700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4825700);
- this.columnR4826000 = new global::System.Data.DataColumn("R4826000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4826000);
- this.columnR4826100 = new global::System.Data.DataColumn("R4826100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4826100);
- this.columnR4826300 = new global::System.Data.DataColumn("R4826300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4826300);
- this.columnR4826500 = new global::System.Data.DataColumn("R4826500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4826500);
- this.columnR4826800 = new global::System.Data.DataColumn("R4826800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4826800);
- this.columnR5495900 = new global::System.Data.DataColumn("R5495900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5495900);
- this.columnR5496200 = new global::System.Data.DataColumn("R5496200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5496200);
- this.columnR5496300 = new global::System.Data.DataColumn("R5496300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5496300);
- this.columnR5496500 = new global::System.Data.DataColumn("R5496500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5496500);
- this.columnR5496700 = new global::System.Data.DataColumn("R5496700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5496700);
- this.columnR5497000 = new global::System.Data.DataColumn("R5497000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5497000);
- this.columnR5497200 = new global::System.Data.DataColumn("R5497200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5497200);
- this.columnR6210700 = new global::System.Data.DataColumn("R6210700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6210700);
- this.columnR6210800 = new global::System.Data.DataColumn("R6210800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6210800);
- this.columnR6210900 = new global::System.Data.DataColumn("R6210900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6210900);
- this.columnR6211500 = new global::System.Data.DataColumn("R6211500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6211500);
- this.columnR6211600 = new global::System.Data.DataColumn("R6211600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6211600);
- this.columnR6211700 = new global::System.Data.DataColumn("R6211700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6211700);
- this.columnR6211800 = new global::System.Data.DataColumn("R6211800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6211800);
- this.columnR6211900 = new global::System.Data.DataColumn("R6211900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6211900);
- this.columnR6212200 = new global::System.Data.DataColumn("R6212200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6212200);
- this.columnR6212300 = new global::System.Data.DataColumn("R6212300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6212300);
- this.columnR6764000 = new global::System.Data.DataColumn("R6764000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6764000);
- this.columnR6764100 = new global::System.Data.DataColumn("R6764100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6764100);
- this.columnR6764200 = new global::System.Data.DataColumn("R6764200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6764200);
- this.columnR6764900 = new global::System.Data.DataColumn("R6764900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6764900);
- this.columnR6765000 = new global::System.Data.DataColumn("R6765000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6765000);
- this.columnR6765100 = new global::System.Data.DataColumn("R6765100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6765100);
- this.columnR6765200 = new global::System.Data.DataColumn("R6765200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6765200);
- this.columnR6765600 = new global::System.Data.DataColumn("R6765600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6765600);
- this.columnR6765700 = new global::System.Data.DataColumn("R6765700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6765700);
- this.columnR6765800 = new global::System.Data.DataColumn("R6765800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6765800);
- this.columnR6839600 = new global::System.Data.DataColumn("R6839600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6839600);
- this.columnR7408300 = new global::System.Data.DataColumn("R7408300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7408300);
- this.columnR7408400 = new global::System.Data.DataColumn("R7408400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7408400);
- this.columnR7408500 = new global::System.Data.DataColumn("R7408500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7408500);
- this.columnR7409200 = new global::System.Data.DataColumn("R7409200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7409200);
- this.columnR7409300 = new global::System.Data.DataColumn("R7409300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7409300);
- this.columnR7409400 = new global::System.Data.DataColumn("R7409400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7409400);
- this.columnR7409500 = new global::System.Data.DataColumn("R7409500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7409500);
- this.columnR7409900 = new global::System.Data.DataColumn("R7409900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7409900);
- this.columnR7410000 = new global::System.Data.DataColumn("R7410000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7410000);
- this.columnR7410100 = new global::System.Data.DataColumn("R7410100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7410100);
- this.columnR7548600 = new global::System.Data.DataColumn("R7548600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7548600);
- this.columnR8106400 = new global::System.Data.DataColumn("R8106400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8106400);
- this.columnR8106500 = new global::System.Data.DataColumn("R8106500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8106500);
- this.columnR8106600 = new global::System.Data.DataColumn("R8106600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8106600);
- this.columnR8106700 = new global::System.Data.DataColumn("R8106700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8106700);
- this.columnR8106800 = new global::System.Data.DataColumn("R8106800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8106800);
- this.columnR8106900 = new global::System.Data.DataColumn("R8106900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8106900);
- this.columnR8107000 = new global::System.Data.DataColumn("R8107000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8107000);
- this.columnR8107100 = new global::System.Data.DataColumn("R8107100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8107100);
- this.columnR8107200 = new global::System.Data.DataColumn("R8107200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8107200);
- this.columnR8255400 = new global::System.Data.DataColumn("R8255400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8255400);
- this.columnR9900400 = new global::System.Data.DataColumn("R9900400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9900400);
- this.columnR9900600 = new global::System.Data.DataColumn("R9900600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9900600);
- this.columnR9900601 = new global::System.Data.DataColumn("R9900601", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9900601);
- this.columnR9901200 = new global::System.Data.DataColumn("R9901200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9901200);
- this.columnR9901400 = new global::System.Data.DataColumn("R9901400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9901400);
- this.columnR9901401 = new global::System.Data.DataColumn("R9901401", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9901401);
- this.columnR9902000 = new global::System.Data.DataColumn("R9902000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9902000);
- this.columnR9902200 = new global::System.Data.DataColumn("R9902200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9902200);
- this.columnR9902201 = new global::System.Data.DataColumn("R9902201", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9902201);
- this.columnR9902800 = new global::System.Data.DataColumn("R9902800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9902800);
- this.columnR9903000 = new global::System.Data.DataColumn("R9903000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9903000);
- this.columnR9903001 = new global::System.Data.DataColumn("R9903001", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9903001);
- this.columnR9903600 = new global::System.Data.DataColumn("R9903600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9903600);
- this.columnR9903800 = new global::System.Data.DataColumn("R9903800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9903800);
- this.columnR9903801 = new global::System.Data.DataColumn("R9903801", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9903801);
- this.columnR9904400 = new global::System.Data.DataColumn("R9904400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9904400);
- this.columnR9904600 = new global::System.Data.DataColumn("R9904600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9904600);
- this.columnR9904601 = new global::System.Data.DataColumn("R9904601", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9904601);
- this.columnR9905200 = new global::System.Data.DataColumn("R9905200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9905200);
- this.columnR9905400 = new global::System.Data.DataColumn("R9905400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9905400);
- this.columnR9905401 = new global::System.Data.DataColumn("R9905401", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9905401);
- this.columnR9906000 = new global::System.Data.DataColumn("R9906000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9906000);
- this.columnR9906600 = new global::System.Data.DataColumn("R9906600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9906600);
- this.columnR9907200 = new global::System.Data.DataColumn("R9907200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9907200);
- this.columnR9907800 = new global::System.Data.DataColumn("R9907800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9907800);
- this.columnR9908000 = new global::System.Data.DataColumn("R9908000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9908000);
- this.columnR9911200 = new global::System.Data.DataColumn("R9911200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9911200);
- this.columnR9911201 = new global::System.Data.DataColumn("R9911201", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9911201);
- this.columnT0337300 = new global::System.Data.DataColumn("T0337300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0337300);
- this.columnT0337400 = new global::System.Data.DataColumn("T0337400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0337400);
- this.columnT0337500 = new global::System.Data.DataColumn("T0337500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0337500);
- this.columnT0337600 = new global::System.Data.DataColumn("T0337600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0337600);
- this.columnT0337700 = new global::System.Data.DataColumn("T0337700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0337700);
- this.columnT0337800 = new global::System.Data.DataColumn("T0337800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0337800);
- this.columnT0337900 = new global::System.Data.DataColumn("T0337900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0337900);
- this.columnT0338000 = new global::System.Data.DataColumn("T0338000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0338000);
- this.columnT0338100 = new global::System.Data.DataColumn("T0338100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0338100);
- this.columnT0338200 = new global::System.Data.DataColumn("T0338200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0338200);
- this.columnT0338300 = new global::System.Data.DataColumn("T0338300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0338300);
- this.columnT0338400 = new global::System.Data.DataColumn("T0338400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0338400);
- this.columnT0338500 = new global::System.Data.DataColumn("T0338500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0338500);
- this.columnT0338600 = new global::System.Data.DataColumn("T0338600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0338600);
- this.columnT1486900 = new global::System.Data.DataColumn("T1486900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1486900);
- this.columnT1487000 = new global::System.Data.DataColumn("T1487000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1487000);
- this.columnT1487100 = new global::System.Data.DataColumn("T1487100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1487100);
- this.columnT1487200 = new global::System.Data.DataColumn("T1487200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1487200);
- this.columnT1487300 = new global::System.Data.DataColumn("T1487300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1487300);
- this.columnT1487400 = new global::System.Data.DataColumn("T1487400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1487400);
- this.columnT1487500 = new global::System.Data.DataColumn("T1487500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1487500);
- this.columnT1487600 = new global::System.Data.DataColumn("T1487600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1487600);
- this.columnT1487700 = new global::System.Data.DataColumn("T1487700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1487700);
- this.columnT1487800 = new global::System.Data.DataColumn("T1487800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1487800);
- this.columnT2217700 = new global::System.Data.DataColumn("T2217700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2217700);
- this.columnT2533500 = new global::System.Data.DataColumn("T2533500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2533500);
- this.columnT2533600 = new global::System.Data.DataColumn("T2533600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2533600);
- this.columnT2533700 = new global::System.Data.DataColumn("T2533700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2533700);
- this.columnT2533800 = new global::System.Data.DataColumn("T2533800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2533800);
- this.columnT2533900 = new global::System.Data.DataColumn("T2533900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2533900);
- this.columnT2534000 = new global::System.Data.DataColumn("T2534000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2534000);
- this.columnT2534100 = new global::System.Data.DataColumn("T2534100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2534100);
- this.columnT2534200 = new global::System.Data.DataColumn("T2534200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2534200);
- this.columnT2534300 = new global::System.Data.DataColumn("T2534300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2534300);
- this.columnT2534400 = new global::System.Data.DataColumn("T2534400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2534400);
- this.columnT2534500 = new global::System.Data.DataColumn("T2534500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2534500);
- this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
- this.columnR0000100}, true));
- this.columnR0000100.AllowDBNull = false;
- this.columnR0000100.Unique = true;
+ this.columnC0000100 = new global::System.Data.DataColumn("C0000100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0000100);
+ this.columnC0000200 = new global::System.Data.DataColumn("C0000200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0000200);
+ this.columnC0005300 = new global::System.Data.DataColumn("C0005300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0005300);
+ this.columnC0005400 = new global::System.Data.DataColumn("C0005400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0005400);
+ this.columnC0005500 = new global::System.Data.DataColumn("C0005500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0005500);
+ this.columnC0005700 = new global::System.Data.DataColumn("C0005700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0005700);
+ this.columnC0005800 = new global::System.Data.DataColumn("C0005800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0005800);
+ this.columnC0006500 = new global::System.Data.DataColumn("C0006500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0006500);
+ this.columnC0006800 = new global::System.Data.DataColumn("C0006800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0006800);
+ this.columnC0007010 = new global::System.Data.DataColumn("C0007010", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0007010);
+ this.columnC0007030 = new global::System.Data.DataColumn("C0007030", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0007030);
+ this.columnC0007041 = new global::System.Data.DataColumn("C0007041", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0007041);
+ this.columnC0007043 = new global::System.Data.DataColumn("C0007043", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0007043);
+ this.columnC0007045 = new global::System.Data.DataColumn("C0007045", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0007045);
+ this.columnC0007047 = new global::System.Data.DataColumn("C0007047", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0007047);
+ this.columnC0007049 = new global::System.Data.DataColumn("C0007049", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0007049);
+ this.columnC0007052 = new global::System.Data.DataColumn("C0007052", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0007052);
+ this.columnC0007055 = new global::System.Data.DataColumn("C0007055", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0007055);
+ this.columnC0402400 = new global::System.Data.DataColumn("C0402400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0402400);
+ this.columnC0402500 = new global::System.Data.DataColumn("C0402500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0402500);
+ this.columnC0402600 = new global::System.Data.DataColumn("C0402600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0402600);
+ this.columnC0404100 = new global::System.Data.DataColumn("C0404100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0404100);
+ this.columnC0404200 = new global::System.Data.DataColumn("C0404200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0404200);
+ this.columnC0737000 = new global::System.Data.DataColumn("C0737000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0737000);
+ this.columnC0737100 = new global::System.Data.DataColumn("C0737100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0737100);
+ this.columnC0737200 = new global::System.Data.DataColumn("C0737200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0737200);
+ this.columnC0948700 = new global::System.Data.DataColumn("C0948700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0948700);
+ this.columnC0948800 = new global::System.Data.DataColumn("C0948800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0948800);
+ this.columnC0948900 = new global::System.Data.DataColumn("C0948900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0948900);
+ this.columnC1146600 = new global::System.Data.DataColumn("C1146600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1146600);
+ this.columnC1146700 = new global::System.Data.DataColumn("C1146700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1146700);
+ this.columnC1146800 = new global::System.Data.DataColumn("C1146800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1146800);
+ this.columnC1230100 = new global::System.Data.DataColumn("C1230100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1230100);
+ this.columnC1230200 = new global::System.Data.DataColumn("C1230200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1230200);
+ this.columnC1230300 = new global::System.Data.DataColumn("C1230300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1230300);
+ this.columnC1548100 = new global::System.Data.DataColumn("C1548100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1548100);
+ this.columnC1548101 = new global::System.Data.DataColumn("C1548101", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1548101);
+ this.columnC1548102 = new global::System.Data.DataColumn("C1548102", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1548102);
+ this.columnC1989400 = new global::System.Data.DataColumn("C1989400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1989400);
+ this.columnC1989401 = new global::System.Data.DataColumn("C1989401", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1989401);
+ this.columnC1989402 = new global::System.Data.DataColumn("C1989402", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC1989402);
+ this.columnC2305100 = new global::System.Data.DataColumn("C2305100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC2305100);
+ this.columnC2305101 = new global::System.Data.DataColumn("C2305101", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC2305101);
+ this.columnC2305102 = new global::System.Data.DataColumn("C2305102", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC2305102);
+ this.columnC2544700 = new global::System.Data.DataColumn("C2544700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC2544700);
+ this.columnC2544701 = new global::System.Data.DataColumn("C2544701", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC2544701);
+ this.columnC2544702 = new global::System.Data.DataColumn("C2544702", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC2544702);
+ this.columnC2814500 = new global::System.Data.DataColumn("C2814500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC2814500);
+ this.columnC2814501 = new global::System.Data.DataColumn("C2814501", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC2814501);
+ this.columnC2814502 = new global::System.Data.DataColumn("C2814502", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC2814502);
+ this.columnC3123500 = new global::System.Data.DataColumn("C3123500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3123500);
+ this.columnC3123501 = new global::System.Data.DataColumn("C3123501", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3123501);
+ this.columnC3123502 = new global::System.Data.DataColumn("C3123502", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3123502);
+ this.columnC3601100 = new global::System.Data.DataColumn("C3601100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3601100);
+ this.columnC3627700 = new global::System.Data.DataColumn("C3627700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3627700);
+ this.columnC3627701 = new global::System.Data.DataColumn("C3627701", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3627701);
+ this.columnC3627702 = new global::System.Data.DataColumn("C3627702", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3627702);
+ this.columnC3981100 = new global::System.Data.DataColumn("C3981100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3981100);
+ this.columnC4006300 = new global::System.Data.DataColumn("C4006300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC4006300);
+ this.columnC4006301 = new global::System.Data.DataColumn("C4006301", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC4006301);
+ this.columnC4006302 = new global::System.Data.DataColumn("C4006302", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC4006302);
+ this.columnC5524800 = new global::System.Data.DataColumn("C5524800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC5524800);
+ this.columnC5550100 = new global::System.Data.DataColumn("C5550100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC5550100);
+ this.columnC5550101 = new global::System.Data.DataColumn("C5550101", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC5550101);
+ this.columnC5550102 = new global::System.Data.DataColumn("C5550102", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC5550102);
+ this.columnC5801100 = new global::System.Data.DataColumn("C5801100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC5801100);
+ this.columnY0000200 = new global::System.Data.DataColumn("Y0000200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0000200);
+ this.columnY0000201 = new global::System.Data.DataColumn("Y0000201", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0000201);
+ this.columnY0000202 = new global::System.Data.DataColumn("Y0000202", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0000202);
+ this.columnY0002100 = new global::System.Data.DataColumn("Y0002100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0002100);
+ this.columnY0390100 = new global::System.Data.DataColumn("Y0390100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0390100);
+ this.columnY0390101 = new global::System.Data.DataColumn("Y0390101", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0390101);
+ this.columnY0390102 = new global::System.Data.DataColumn("Y0390102", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0390102);
+ this.columnY0677600 = new global::System.Data.DataColumn("Y0677600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0677600);
+ this.columnY0933700 = new global::System.Data.DataColumn("Y0933700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0933700);
+ this.columnY0933701 = new global::System.Data.DataColumn("Y0933701", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0933701);
+ this.columnY0933702 = new global::System.Data.DataColumn("Y0933702", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0933702);
+ this.columnY0974800 = new global::System.Data.DataColumn("Y0974800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0974800);
+ this.columnY1180500 = new global::System.Data.DataColumn("Y1180500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1180500);
+ this.columnY1180501 = new global::System.Data.DataColumn("Y1180501", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1180501);
+ this.columnY1180502 = new global::System.Data.DataColumn("Y1180502", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1180502);
+ this.columnY1192400 = new global::System.Data.DataColumn("Y1192400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1192400);
+ this.columnY1421100 = new global::System.Data.DataColumn("Y1421100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1421100);
+ this.columnY1421101 = new global::System.Data.DataColumn("Y1421101", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1421101);
+ this.columnY1421102 = new global::System.Data.DataColumn("Y1421102", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1421102);
+ this.columnY1434300 = new global::System.Data.DataColumn("Y1434300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1434300);
+ this.columnY1450200 = new global::System.Data.DataColumn("Y1450200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1450200);
+ this.columnY1450201 = new global::System.Data.DataColumn("Y1450201", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1450201);
+ this.columnY1450202 = new global::System.Data.DataColumn("Y1450202", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1450202);
+ this.columnY1672700 = new global::System.Data.DataColumn("Y1672700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1672700);
+ this.columnY1695600 = new global::System.Data.DataColumn("Y1695600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1695600);
+ this.columnY1695601 = new global::System.Data.DataColumn("Y1695601", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1695601);
+ this.columnY1695602 = new global::System.Data.DataColumn("Y1695602", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1695602);
+ this.columnY1707300 = new global::System.Data.DataColumn("Y1707300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1707300);
+ this.columnY1707400 = new global::System.Data.DataColumn("Y1707400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1707400);
+ this.columnY1707500 = new global::System.Data.DataColumn("Y1707500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1707500);
+ this.columnY1707600 = new global::System.Data.DataColumn("Y1707600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1707600);
+ this.columnY1707700 = new global::System.Data.DataColumn("Y1707700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1707700);
+ this.columnY1707800 = new global::System.Data.DataColumn("Y1707800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1707800);
+ this.columnY1707900 = new global::System.Data.DataColumn("Y1707900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1707900);
+ this.columnY1708000 = new global::System.Data.DataColumn("Y1708000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1708000);
+ this.columnY1708100 = new global::System.Data.DataColumn("Y1708100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1708100);
+ this.columnY1708200 = new global::System.Data.DataColumn("Y1708200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1708200);
+ this.columnY1708300 = new global::System.Data.DataColumn("Y1708300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1708300);
+ this.columnY1708400 = new global::System.Data.DataColumn("Y1708400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1708400);
+ this.columnY1708500 = new global::System.Data.DataColumn("Y1708500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1708500);
+ this.columnY1708600 = new global::System.Data.DataColumn("Y1708600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1708600);
+ this.columnY1708700 = new global::System.Data.DataColumn("Y1708700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1708700);
+ this.columnY1708800 = new global::System.Data.DataColumn("Y1708800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1708800);
+ this.columnY1708900 = new global::System.Data.DataColumn("Y1708900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1708900);
+ this.columnY1709000 = new global::System.Data.DataColumn("Y1709000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1709000);
+ this.columnY1709100 = new global::System.Data.DataColumn("Y1709100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1709100);
+ this.columnY1709200 = new global::System.Data.DataColumn("Y1709200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1709200);
+ this.columnY1709300 = new global::System.Data.DataColumn("Y1709300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1709300);
+ this.columnY1948500 = new global::System.Data.DataColumn("Y1948500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1948500);
+ this.columnY1981600 = new global::System.Data.DataColumn("Y1981600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1981600);
+ this.columnY1981601 = new global::System.Data.DataColumn("Y1981601", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1981601);
+ this.columnY1981602 = new global::System.Data.DataColumn("Y1981602", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1981602);
+ this.columnY1992900 = new global::System.Data.DataColumn("Y1992900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1992900);
+ this.columnY1993000 = new global::System.Data.DataColumn("Y1993000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1993000);
+ this.columnY1993100 = new global::System.Data.DataColumn("Y1993100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1993100);
+ this.columnY1993200 = new global::System.Data.DataColumn("Y1993200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1993200);
+ this.columnY1993300 = new global::System.Data.DataColumn("Y1993300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1993300);
+ this.columnY1993400 = new global::System.Data.DataColumn("Y1993400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1993400);
+ this.columnY1993500 = new global::System.Data.DataColumn("Y1993500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1993500);
+ this.columnY1993600 = new global::System.Data.DataColumn("Y1993600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1993600);
+ this.columnY1993700 = new global::System.Data.DataColumn("Y1993700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1993700);
+ this.columnY1993800 = new global::System.Data.DataColumn("Y1993800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1993800);
+ this.columnY1993900 = new global::System.Data.DataColumn("Y1993900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1993900);
+ this.columnY1994000 = new global::System.Data.DataColumn("Y1994000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1994000);
+ this.columnY1994100 = new global::System.Data.DataColumn("Y1994100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1994100);
+ this.columnY1994200 = new global::System.Data.DataColumn("Y1994200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1994200);
+ this.columnY1994300 = new global::System.Data.DataColumn("Y1994300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1994300);
+ this.columnY1994400 = new global::System.Data.DataColumn("Y1994400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1994400);
+ this.columnY1994500 = new global::System.Data.DataColumn("Y1994500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1994500);
+ this.columnY1994600 = new global::System.Data.DataColumn("Y1994600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1994600);
+ this.columnY1994700 = new global::System.Data.DataColumn("Y1994700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1994700);
+ this.columnY1994800 = new global::System.Data.DataColumn("Y1994800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1994800);
+ this.columnY1994900 = new global::System.Data.DataColumn("Y1994900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1994900);
+ this.columnY2148600 = new global::System.Data.DataColumn("Y2148600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2148600);
+ this.columnY2267100 = new global::System.Data.DataColumn("Y2267100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2267100);
+ this.columnY2300400 = new global::System.Data.DataColumn("Y2300400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2300400);
+ this.columnY2300401 = new global::System.Data.DataColumn("Y2300401", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2300401);
+ this.columnY2300402 = new global::System.Data.DataColumn("Y2300402", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2300402);
+ this.columnY2311700 = new global::System.Data.DataColumn("Y2311700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2311700);
+ this.columnY2311800 = new global::System.Data.DataColumn("Y2311800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2311800);
+ this.columnY2311900 = new global::System.Data.DataColumn("Y2311900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2311900);
+ this.columnY2312000 = new global::System.Data.DataColumn("Y2312000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2312000);
+ this.columnY2312100 = new global::System.Data.DataColumn("Y2312100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2312100);
+ this.columnY2312200 = new global::System.Data.DataColumn("Y2312200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2312200);
+ this.columnY2312300 = new global::System.Data.DataColumn("Y2312300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2312300);
+ this.columnY2312400 = new global::System.Data.DataColumn("Y2312400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2312400);
+ this.columnY2312500 = new global::System.Data.DataColumn("Y2312500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2312500);
+ this.columnY2312600 = new global::System.Data.DataColumn("Y2312600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2312600);
+ this.columnY2312700 = new global::System.Data.DataColumn("Y2312700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2312700);
+ this.columnY2312800 = new global::System.Data.DataColumn("Y2312800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2312800);
+ this.columnY2312900 = new global::System.Data.DataColumn("Y2312900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2312900);
+ this.columnY2313000 = new global::System.Data.DataColumn("Y2313000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2313000);
+ this.columnY2313100 = new global::System.Data.DataColumn("Y2313100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2313100);
+ this.columnY2313200 = new global::System.Data.DataColumn("Y2313200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2313200);
+ this.columnY2313300 = new global::System.Data.DataColumn("Y2313300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2313300);
+ this.columnY2313400 = new global::System.Data.DataColumn("Y2313400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2313400);
+ this.columnY2313500 = new global::System.Data.DataColumn("Y2313500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2313500);
+ this.columnY2313600 = new global::System.Data.DataColumn("Y2313600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2313600);
+ this.columnY2313700 = new global::System.Data.DataColumn("Y2313700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2313700);
+ this.columnY2567000 = new global::System.Data.DataColumn("Y2567000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2567000);
+ this.columnY2567100 = new global::System.Data.DataColumn("Y2567100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2567100);
+ this.columnY2567200 = new global::System.Data.DataColumn("Y2567200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2567200);
+ this.columnY2616000 = new global::System.Data.DataColumn("Y2616000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2616000);
+ this.columnY2633100 = new global::System.Data.DataColumn("Y2633100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2633100);
+ this.columnY2633101 = new global::System.Data.DataColumn("Y2633101", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2633101);
+ this.columnY2633102 = new global::System.Data.DataColumn("Y2633102", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2633102);
+ this.columnY2644500 = new global::System.Data.DataColumn("Y2644500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2644500);
+ this.columnY2644600 = new global::System.Data.DataColumn("Y2644600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2644600);
+ this.columnY2644700 = new global::System.Data.DataColumn("Y2644700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2644700);
+ this.columnY2644800 = new global::System.Data.DataColumn("Y2644800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2644800);
+ this.columnY2644900 = new global::System.Data.DataColumn("Y2644900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2644900);
+ this.columnY2645000 = new global::System.Data.DataColumn("Y2645000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2645000);
+ this.columnY2645100 = new global::System.Data.DataColumn("Y2645100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2645100);
+ this.columnY2645200 = new global::System.Data.DataColumn("Y2645200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2645200);
+ this.columnY2645300 = new global::System.Data.DataColumn("Y2645300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2645300);
+ this.columnY2645400 = new global::System.Data.DataColumn("Y2645400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2645400);
+ this.columnY2645500 = new global::System.Data.DataColumn("Y2645500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2645500);
+ this.columnY2645600 = new global::System.Data.DataColumn("Y2645600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2645600);
+ this.columnY2645700 = new global::System.Data.DataColumn("Y2645700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2645700);
+ this.columnY2645800 = new global::System.Data.DataColumn("Y2645800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2645800);
+ this.columnY2645900 = new global::System.Data.DataColumn("Y2645900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2645900);
+ this.columnY2646000 = new global::System.Data.DataColumn("Y2646000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2646000);
+ this.columnY2646100 = new global::System.Data.DataColumn("Y2646100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2646100);
+ this.columnY2646200 = new global::System.Data.DataColumn("Y2646200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2646200);
+ this.columnY2646300 = new global::System.Data.DataColumn("Y2646300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2646300);
+ this.columnY2646400 = new global::System.Data.DataColumn("Y2646400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2646400);
+ this.columnY2966400 = new global::System.Data.DataColumn("Y2966400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2966400);
+ this.columnY2990500 = new global::System.Data.DataColumn("Y2990500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2990500);
+ this.columnY2990501 = new global::System.Data.DataColumn("Y2990501", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2990501);
+ this.columnY2990502 = new global::System.Data.DataColumn("Y2990502", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2990502);
+ this.columnY3002700 = new global::System.Data.DataColumn("Y3002700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY3002700);
+ this.columnY3002800 = new global::System.Data.DataColumn("Y3002800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY3002800);
+ this.columnY3002900 = new global::System.Data.DataColumn("Y3002900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY3002900);
+ this.columnY3003000 = new global::System.Data.DataColumn("Y3003000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY3003000);
+ this.columnY3003100 = new global::System.Data.DataColumn("Y3003100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY3003100);
+ this.columnY3003200 = new global::System.Data.DataColumn("Y3003200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY3003200);
+ this.columnY3003300 = new global::System.Data.DataColumn("Y3003300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY3003300);
+ this.columnY3003400 = new global::System.Data.DataColumn("Y3003400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY3003400);
+ this.columnY3003500 = new global::System.Data.DataColumn("Y3003500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY3003500);
+ this.columnY3003600 = new global::System.Data.DataColumn("Y3003600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY3003600);
+ this.columnY3331900 = new global::System.Data.DataColumn("Y3331900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY3331900);
+ this.columnC0000100.AllowDBNull = false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2LinksFromGen1Row NewtblGen2LinksFromGen1Row() {
- return ((tblGen2LinksFromGen1Row)(this.NewRow()));
+ public tblGen2LinksRow NewtblGen2LinksRow() {
+ return ((tblGen2LinksRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
- return new tblGen2LinksFromGen1Row(builder);
+ return new tblGen2LinksRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
- return typeof(tblGen2LinksFromGen1Row);
+ return typeof(tblGen2LinksRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
- if ((this.tblGen2LinksFromGen1RowChanged != null)) {
- this.tblGen2LinksFromGen1RowChanged(this, new tblGen2LinksFromGen1RowChangeEvent(((tblGen2LinksFromGen1Row)(e.Row)), e.Action));
+ if ((this.tblGen2LinksRowChanged != null)) {
+ this.tblGen2LinksRowChanged(this, new tblGen2LinksRowChangeEvent(((tblGen2LinksRow)(e.Row)), e.Action));
}
}
@@ -12812,8 +12188,8 @@ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
- if ((this.tblGen2LinksFromGen1RowChanging != null)) {
- this.tblGen2LinksFromGen1RowChanging(this, new tblGen2LinksFromGen1RowChangeEvent(((tblGen2LinksFromGen1Row)(e.Row)), e.Action));
+ if ((this.tblGen2LinksRowChanging != null)) {
+ this.tblGen2LinksRowChanging(this, new tblGen2LinksRowChangeEvent(((tblGen2LinksRow)(e.Row)), e.Action));
}
}
@@ -12821,8 +12197,8 @@ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
- if ((this.tblGen2LinksFromGen1RowDeleted != null)) {
- this.tblGen2LinksFromGen1RowDeleted(this, new tblGen2LinksFromGen1RowChangeEvent(((tblGen2LinksFromGen1Row)(e.Row)), e.Action));
+ if ((this.tblGen2LinksRowDeleted != null)) {
+ this.tblGen2LinksRowDeleted(this, new tblGen2LinksRowChangeEvent(((tblGen2LinksRow)(e.Row)), e.Action));
}
}
@@ -12830,14 +12206,14 @@ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
- if ((this.tblGen2LinksFromGen1RowDeleting != null)) {
- this.tblGen2LinksFromGen1RowDeleting(this, new tblGen2LinksFromGen1RowChangeEvent(((tblGen2LinksFromGen1Row)(e.Row)), e.Action));
+ if ((this.tblGen2LinksRowDeleting != null)) {
+ this.tblGen2LinksRowDeleting(this, new tblGen2LinksRowChangeEvent(((tblGen2LinksRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void RemovetblGen2LinksFromGen1Row(tblGen2LinksFromGen1Row row) {
+ public void RemovetblGen2LinksRow(tblGen2LinksRow row) {
this.Rows.Remove(row);
}
@@ -12864,7 +12240,7 @@ public void RemovetblGen2LinksFromGen1Row(tblGen2LinksFromGen1Row row) {
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
- attribute2.FixedValue = "tblGen2LinksFromGen1DataTable";
+ attribute2.FixedValue = "tblGen2LinksDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
@@ -12910,426 +12286,246 @@ public void RemovetblGen2LinksFromGen1Row(tblGen2LinksFromGen1Row row) {
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
- public partial class tblGen2LinksDataTable : global::System.Data.TypedTableBase {
-
- private global::System.Data.DataColumn columnC0000100;
-
- private global::System.Data.DataColumn columnC0000200;
-
- private global::System.Data.DataColumn columnC0005300;
-
- private global::System.Data.DataColumn columnC0005400;
-
- private global::System.Data.DataColumn columnC0005500;
-
- private global::System.Data.DataColumn columnC0005700;
-
- private global::System.Data.DataColumn columnC0005800;
-
- private global::System.Data.DataColumn columnC0006500;
-
- private global::System.Data.DataColumn columnC0006800;
-
- private global::System.Data.DataColumn columnC0007010;
-
- private global::System.Data.DataColumn columnC0007030;
-
- private global::System.Data.DataColumn columnC0007041;
-
- private global::System.Data.DataColumn columnC0007043;
-
- private global::System.Data.DataColumn columnC0007045;
-
- private global::System.Data.DataColumn columnC0007047;
-
- private global::System.Data.DataColumn columnC0007049;
-
- private global::System.Data.DataColumn columnC0007052;
-
- private global::System.Data.DataColumn columnC0007055;
-
- private global::System.Data.DataColumn columnC0402400;
-
- private global::System.Data.DataColumn columnC0402500;
-
- private global::System.Data.DataColumn columnC0402600;
-
- private global::System.Data.DataColumn columnC0404100;
-
- private global::System.Data.DataColumn columnC0404200;
-
- private global::System.Data.DataColumn columnC0737000;
-
- private global::System.Data.DataColumn columnC0737100;
-
- private global::System.Data.DataColumn columnC0737200;
-
- private global::System.Data.DataColumn columnC0948700;
-
- private global::System.Data.DataColumn columnC0948800;
-
- private global::System.Data.DataColumn columnC0948900;
-
- private global::System.Data.DataColumn columnC1146600;
-
- private global::System.Data.DataColumn columnC1146700;
-
- private global::System.Data.DataColumn columnC1146800;
-
- private global::System.Data.DataColumn columnC1230100;
-
- private global::System.Data.DataColumn columnC1230200;
-
- private global::System.Data.DataColumn columnC1230300;
-
- private global::System.Data.DataColumn columnC1548100;
-
- private global::System.Data.DataColumn columnC1548101;
-
- private global::System.Data.DataColumn columnC1548102;
-
- private global::System.Data.DataColumn columnC1989400;
-
- private global::System.Data.DataColumn columnC1989401;
-
- private global::System.Data.DataColumn columnC1989402;
-
- private global::System.Data.DataColumn columnC2305100;
-
- private global::System.Data.DataColumn columnC2305101;
-
- private global::System.Data.DataColumn columnC2305102;
-
- private global::System.Data.DataColumn columnC2544700;
-
- private global::System.Data.DataColumn columnC2544701;
-
- private global::System.Data.DataColumn columnC2544702;
-
- private global::System.Data.DataColumn columnC2814500;
-
- private global::System.Data.DataColumn columnC2814501;
-
- private global::System.Data.DataColumn columnC2814502;
-
- private global::System.Data.DataColumn columnC3123500;
-
- private global::System.Data.DataColumn columnC3123501;
-
- private global::System.Data.DataColumn columnC3123502;
-
- private global::System.Data.DataColumn columnC3601100;
-
- private global::System.Data.DataColumn columnC3627700;
-
- private global::System.Data.DataColumn columnC3627701;
-
- private global::System.Data.DataColumn columnC3627702;
-
- private global::System.Data.DataColumn columnC3981100;
-
- private global::System.Data.DataColumn columnC4006300;
-
- private global::System.Data.DataColumn columnC4006301;
-
- private global::System.Data.DataColumn columnC4006302;
-
- private global::System.Data.DataColumn columnC5524800;
-
- private global::System.Data.DataColumn columnC5550100;
-
- private global::System.Data.DataColumn columnC5550101;
-
- private global::System.Data.DataColumn columnC5550102;
-
- private global::System.Data.DataColumn columnC5801100;
-
- private global::System.Data.DataColumn columnY0000200;
-
- private global::System.Data.DataColumn columnY0000201;
-
- private global::System.Data.DataColumn columnY0000202;
-
- private global::System.Data.DataColumn columnY0002100;
-
- private global::System.Data.DataColumn columnY0390100;
-
- private global::System.Data.DataColumn columnY0390101;
-
- private global::System.Data.DataColumn columnY0390102;
-
- private global::System.Data.DataColumn columnY0677600;
-
- private global::System.Data.DataColumn columnY0933700;
-
- private global::System.Data.DataColumn columnY0933701;
-
- private global::System.Data.DataColumn columnY0933702;
-
- private global::System.Data.DataColumn columnY0974800;
-
- private global::System.Data.DataColumn columnY1180500;
-
- private global::System.Data.DataColumn columnY1180501;
-
- private global::System.Data.DataColumn columnY1180502;
-
- private global::System.Data.DataColumn columnY1192400;
-
- private global::System.Data.DataColumn columnY1421100;
-
- private global::System.Data.DataColumn columnY1421101;
-
- private global::System.Data.DataColumn columnY1421102;
-
- private global::System.Data.DataColumn columnY1434300;
-
- private global::System.Data.DataColumn columnY1450200;
-
- private global::System.Data.DataColumn columnY1450201;
-
- private global::System.Data.DataColumn columnY1450202;
-
- private global::System.Data.DataColumn columnY1672700;
+ public partial class tblGen1LinksDataTable : global::System.Data.TypedTableBase {
- private global::System.Data.DataColumn columnY1695600;
+ private global::System.Data.DataColumn columnR0000100;
- private global::System.Data.DataColumn columnY1695601;
+ private global::System.Data.DataColumn columnR0000149;
- private global::System.Data.DataColumn columnY1695602;
+ private global::System.Data.DataColumn columnR0000300;
- private global::System.Data.DataColumn columnY1707300;
+ private global::System.Data.DataColumn columnR0000500;
- private global::System.Data.DataColumn columnY1707400;
+ private global::System.Data.DataColumn columnR0009100;
- private global::System.Data.DataColumn columnY1707500;
+ private global::System.Data.DataColumn columnR0009300;
- private global::System.Data.DataColumn columnY1707600;
+ private global::System.Data.DataColumn columnR0172500;
- private global::System.Data.DataColumn columnY1707700;
+ private global::System.Data.DataColumn columnR0172600;
- private global::System.Data.DataColumn columnY1707800;
+ private global::System.Data.DataColumn columnR0173600;
- private global::System.Data.DataColumn columnY1707900;
+ private global::System.Data.DataColumn columnR0214700;
- private global::System.Data.DataColumn columnY1708000;
+ private global::System.Data.DataColumn columnR0214800;
- private global::System.Data.DataColumn columnY1708100;
+ private global::System.Data.DataColumn columnR0216500;
- private global::System.Data.DataColumn columnY1708200;
+ private global::System.Data.DataColumn columnR0329200;
- private global::System.Data.DataColumn columnY1708300;
+ private global::System.Data.DataColumn columnR0329210;
- private global::System.Data.DataColumn columnY1708400;
+ private global::System.Data.DataColumn columnR0406510;
- private global::System.Data.DataColumn columnY1708500;
+ private global::System.Data.DataColumn columnR0410100;
- private global::System.Data.DataColumn columnY1708600;
+ private global::System.Data.DataColumn columnR0410300;
- private global::System.Data.DataColumn columnY1708700;
+ private global::System.Data.DataColumn columnR0530700;
- private global::System.Data.DataColumn columnY1708800;
+ private global::System.Data.DataColumn columnR0530800;
- private global::System.Data.DataColumn columnY1708900;
+ private global::System.Data.DataColumn columnR0619010;
- private global::System.Data.DataColumn columnY1709000;
+ private global::System.Data.DataColumn columnR0809900;
- private global::System.Data.DataColumn columnY1709100;
+ private global::System.Data.DataColumn columnR0810000;
- private global::System.Data.DataColumn columnY1709200;
+ private global::System.Data.DataColumn columnR0898310;
- private global::System.Data.DataColumn columnY1709300;
+ private global::System.Data.DataColumn columnR1045700;
- private global::System.Data.DataColumn columnY1948500;
+ private global::System.Data.DataColumn columnR1045800;
- private global::System.Data.DataColumn columnY1981600;
+ private global::System.Data.DataColumn columnR1145110;
- private global::System.Data.DataColumn columnY1981601;
+ private global::System.Data.DataColumn columnR1427500;
- private global::System.Data.DataColumn columnY1981602;
+ private global::System.Data.DataColumn columnR1427600;
- private global::System.Data.DataColumn columnY1992900;
+ private global::System.Data.DataColumn columnR1520310;
- private global::System.Data.DataColumn columnY1993000;
+ private global::System.Data.DataColumn columnR1774100;
- private global::System.Data.DataColumn columnY1993100;
+ private global::System.Data.DataColumn columnR1774200;
- private global::System.Data.DataColumn columnY1993200;
+ private global::System.Data.DataColumn columnR1794600;
- private global::System.Data.DataColumn columnY1993300;
+ private global::System.Data.DataColumn columnR1794700;
- private global::System.Data.DataColumn columnY1993400;
+ private global::System.Data.DataColumn columnR1891010;
- private global::System.Data.DataColumn columnY1993500;
+ private global::System.Data.DataColumn columnR2156200;
- private global::System.Data.DataColumn columnY1993600;
+ private global::System.Data.DataColumn columnR2156300;
- private global::System.Data.DataColumn columnY1993700;
+ private global::System.Data.DataColumn columnR2258110;
- private global::System.Data.DataColumn columnY1993800;
+ private global::System.Data.DataColumn columnR2365700;
- private global::System.Data.DataColumn columnY1993900;
+ private global::System.Data.DataColumn columnR2365800;
- private global::System.Data.DataColumn columnY1994000;
+ private global::System.Data.DataColumn columnR2445510;
- private global::System.Data.DataColumn columnY1994100;
+ private global::System.Data.DataColumn columnR2742500;
- private global::System.Data.DataColumn columnY1994200;
+ private global::System.Data.DataColumn columnR2742600;
- private global::System.Data.DataColumn columnY1994300;
+ private global::System.Data.DataColumn columnR2871300;
- private global::System.Data.DataColumn columnY1994400;
+ private global::System.Data.DataColumn columnR2986100;
- private global::System.Data.DataColumn columnY1994500;
+ private global::System.Data.DataColumn columnR2986200;
- private global::System.Data.DataColumn columnY1994600;
+ private global::System.Data.DataColumn columnR3075000;
- private global::System.Data.DataColumn columnY1994700;
+ private global::System.Data.DataColumn columnR3302500;
- private global::System.Data.DataColumn columnY1994800;
+ private global::System.Data.DataColumn columnR3302600;
- private global::System.Data.DataColumn columnY1994900;
+ private global::System.Data.DataColumn columnR3401700;
- private global::System.Data.DataColumn columnY2148600;
+ private global::System.Data.DataColumn columnR3573400;
- private global::System.Data.DataColumn columnY2267100;
+ private global::System.Data.DataColumn columnR3573500;
- private global::System.Data.DataColumn columnY2300400;
+ private global::System.Data.DataColumn columnR3657100;
- private global::System.Data.DataColumn columnY2300401;
+ private global::System.Data.DataColumn columnR3917600;
- private global::System.Data.DataColumn columnY2300402;
+ private global::System.Data.DataColumn columnR3917700;
- private global::System.Data.DataColumn columnY2311700;
+ private global::System.Data.DataColumn columnR4007600;
- private global::System.Data.DataColumn columnY2311800;
+ private global::System.Data.DataColumn columnR4100200;
- private global::System.Data.DataColumn columnY2311900;
+ private global::System.Data.DataColumn columnR4100201;
- private global::System.Data.DataColumn columnY2312000;
+ private global::System.Data.DataColumn columnR4100202;
- private global::System.Data.DataColumn columnY2312100;
+ private global::System.Data.DataColumn columnR4418700;
- private global::System.Data.DataColumn columnY2312200;
+ private global::System.Data.DataColumn columnR4500200;
- private global::System.Data.DataColumn columnY2312300;
+ private global::System.Data.DataColumn columnR4500201;
- private global::System.Data.DataColumn columnY2312400;
+ private global::System.Data.DataColumn columnR4500202;
- private global::System.Data.DataColumn columnY2312500;
+ private global::System.Data.DataColumn columnR5081700;
- private global::System.Data.DataColumn columnY2312600;
+ private global::System.Data.DataColumn columnR5167000;
- private global::System.Data.DataColumn columnY2312700;
+ private global::System.Data.DataColumn columnR5200200;
- private global::System.Data.DataColumn columnY2312800;
+ private global::System.Data.DataColumn columnR5200201;
- private global::System.Data.DataColumn columnY2312900;
+ private global::System.Data.DataColumn columnR5200202;
- private global::System.Data.DataColumn columnY2313000;
+ private global::System.Data.DataColumn columnR6435300;
- private global::System.Data.DataColumn columnY2313100;
+ private global::System.Data.DataColumn columnR6435301;
- private global::System.Data.DataColumn columnY2313200;
+ private global::System.Data.DataColumn columnR6435302;
- private global::System.Data.DataColumn columnY2313300;
+ private global::System.Data.DataColumn columnR6479800;
- private global::System.Data.DataColumn columnY2313400;
+ private global::System.Data.DataColumn columnR6963300;
- private global::System.Data.DataColumn columnY2313500;
+ private global::System.Data.DataColumn columnR6963301;
- private global::System.Data.DataColumn columnY2313600;
+ private global::System.Data.DataColumn columnR6963302;
- private global::System.Data.DataColumn columnY2313700;
+ private global::System.Data.DataColumn columnR7007500;
- private global::System.Data.DataColumn columnY2567000;
+ private global::System.Data.DataColumn columnR7656300;
- private global::System.Data.DataColumn columnY2567100;
+ private global::System.Data.DataColumn columnR7656301;
- private global::System.Data.DataColumn columnY2567200;
+ private global::System.Data.DataColumn columnR7656302;
- private global::System.Data.DataColumn columnY2616000;
+ private global::System.Data.DataColumn columnR7704800;
- private global::System.Data.DataColumn columnY2633100;
+ private global::System.Data.DataColumn columnR7800500;
- private global::System.Data.DataColumn columnY2633101;
+ private global::System.Data.DataColumn columnR7800501;
- private global::System.Data.DataColumn columnY2633102;
+ private global::System.Data.DataColumn columnR7800502;
- private global::System.Data.DataColumn columnY2644500;
+ private global::System.Data.DataColumn columnR8497200;
- private global::System.Data.DataColumn columnY2644600;
+ private global::System.Data.DataColumn columnR9908000;
- private global::System.Data.DataColumn columnY2644700;
+ private global::System.Data.DataColumn columnT0000900;
- private global::System.Data.DataColumn columnY2644800;
+ private global::System.Data.DataColumn columnT0000901;
- private global::System.Data.DataColumn columnY2644900;
+ private global::System.Data.DataColumn columnT0000902;
- private global::System.Data.DataColumn columnY2645000;
+ private global::System.Data.DataColumn columnT0989000;
- private global::System.Data.DataColumn columnY2645100;
+ private global::System.Data.DataColumn columnT1200700;
- private global::System.Data.DataColumn columnY2645200;
+ private global::System.Data.DataColumn columnT1200701;
- private global::System.Data.DataColumn columnY2645300;
+ private global::System.Data.DataColumn columnT1200702;
- private global::System.Data.DataColumn columnY2645400;
+ private global::System.Data.DataColumn columnT2210800;
- private global::System.Data.DataColumn columnY2645500;
+ private global::System.Data.DataColumn columnT2260600;
- private global::System.Data.DataColumn columnY2645600;
+ private global::System.Data.DataColumn columnT2260601;
- private global::System.Data.DataColumn columnY2645700;
+ private global::System.Data.DataColumn columnT2260602;
- private global::System.Data.DataColumn columnY2645800;
+ private global::System.Data.DataColumn columnT2763400;
- private global::System.Data.DataColumn columnY2645900;
+ private global::System.Data.DataColumn columnT2763500;
- private global::System.Data.DataColumn columnY2646000;
+ private global::System.Data.DataColumn columnT2763600;
- private global::System.Data.DataColumn columnY2646100;
+ private global::System.Data.DataColumn columnT2763700;
- private global::System.Data.DataColumn columnY2646200;
+ private global::System.Data.DataColumn columnT2763800;
- private global::System.Data.DataColumn columnY2646300;
+ private global::System.Data.DataColumn columnT2763900;
- private global::System.Data.DataColumn columnY2646400;
+ private global::System.Data.DataColumn columnT2764000;
- private global::System.Data.DataColumn columnY2966400;
+ private global::System.Data.DataColumn columnT3108700;
- private global::System.Data.DataColumn columnY2990500;
+ private global::System.Data.DataColumn columnT3195600;
- private global::System.Data.DataColumn columnY2990501;
+ private global::System.Data.DataColumn columnT3195601;
- private global::System.Data.DataColumn columnY2990502;
+ private global::System.Data.DataColumn columnT3195602;
- private global::System.Data.DataColumn columnY3002700;
+ private global::System.Data.DataColumn columnT3729600;
- private global::System.Data.DataColumn columnY3002800;
+ private global::System.Data.DataColumn columnT3729700;
- private global::System.Data.DataColumn columnY3002900;
+ private global::System.Data.DataColumn columnT3729800;
- private global::System.Data.DataColumn columnY3003000;
+ private global::System.Data.DataColumn columnT3729900;
- private global::System.Data.DataColumn columnY3003100;
+ private global::System.Data.DataColumn columnT3730000;
- private global::System.Data.DataColumn columnY3003200;
+ private global::System.Data.DataColumn columnT3730100;
- private global::System.Data.DataColumn columnY3003300;
+ private global::System.Data.DataColumn columnT4113200;
- private global::System.Data.DataColumn columnY3003400;
+ private global::System.Data.DataColumn columnT4181100;
- private global::System.Data.DataColumn columnY3003500;
+ private global::System.Data.DataColumn columnT4181101;
- private global::System.Data.DataColumn columnY3003600;
+ private global::System.Data.DataColumn columnT4181102;
- private global::System.Data.DataColumn columnY3331900;
+ private global::System.Data.DataColumn columnT5023600;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2LinksDataTable() {
- this.TableName = "tblGen2Links";
+ public tblGen1LinksDataTable() {
+ this.TableName = "tblGen1Links";
this.BeginInit();
this.InitClass();
this.EndInit();
@@ -13337,7 +12533,7 @@ public tblGen2LinksDataTable() {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblGen2LinksDataTable(global::System.Data.DataTable table) {
+ internal tblGen1LinksDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
@@ -13354,5030 +12550,4132 @@ internal tblGen2LinksDataTable(global::System.Data.DataTable table) {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected tblGen2LinksDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ protected tblGen1LinksDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0000100Column {
+ public global::System.Data.DataColumn R0000100Column {
get {
- return this.columnC0000100;
+ return this.columnR0000100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0000200Column {
+ public global::System.Data.DataColumn R0000149Column {
get {
- return this.columnC0000200;
+ return this.columnR0000149;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0005300Column {
+ public global::System.Data.DataColumn R0000300Column {
get {
- return this.columnC0005300;
+ return this.columnR0000300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0005400Column {
+ public global::System.Data.DataColumn R0000500Column {
get {
- return this.columnC0005400;
+ return this.columnR0000500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0005500Column {
+ public global::System.Data.DataColumn R0009100Column {
get {
- return this.columnC0005500;
+ return this.columnR0009100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0005700Column {
+ public global::System.Data.DataColumn R0009300Column {
get {
- return this.columnC0005700;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0005800Column {
- get {
- return this.columnC0005800;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0006500Column {
- get {
- return this.columnC0006500;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0006800Column {
- get {
- return this.columnC0006800;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0007010Column {
- get {
- return this.columnC0007010;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0007030Column {
- get {
- return this.columnC0007030;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0007041Column {
- get {
- return this.columnC0007041;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0007043Column {
- get {
- return this.columnC0007043;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0007045Column {
- get {
- return this.columnC0007045;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0007047Column {
- get {
- return this.columnC0007047;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0007049Column {
- get {
- return this.columnC0007049;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0007052Column {
- get {
- return this.columnC0007052;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0007055Column {
- get {
- return this.columnC0007055;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0402400Column {
- get {
- return this.columnC0402400;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0402500Column {
- get {
- return this.columnC0402500;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0402600Column {
- get {
- return this.columnC0402600;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0404100Column {
- get {
- return this.columnC0404100;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0404200Column {
- get {
- return this.columnC0404200;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0737000Column {
- get {
- return this.columnC0737000;
+ return this.columnR0009300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0737100Column {
+ public global::System.Data.DataColumn R0172500Column {
get {
- return this.columnC0737100;
+ return this.columnR0172500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0737200Column {
+ public global::System.Data.DataColumn R0172600Column {
get {
- return this.columnC0737200;
+ return this.columnR0172600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0948700Column {
+ public global::System.Data.DataColumn R0173600Column {
get {
- return this.columnC0948700;
+ return this.columnR0173600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0948800Column {
+ public global::System.Data.DataColumn R0214700Column {
get {
- return this.columnC0948800;
+ return this.columnR0214700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C0948900Column {
+ public global::System.Data.DataColumn R0214800Column {
get {
- return this.columnC0948900;
+ return this.columnR0214800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1146600Column {
+ public global::System.Data.DataColumn R0216500Column {
get {
- return this.columnC1146600;
+ return this.columnR0216500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1146700Column {
+ public global::System.Data.DataColumn R0329200Column {
get {
- return this.columnC1146700;
+ return this.columnR0329200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1146800Column {
+ public global::System.Data.DataColumn R0329210Column {
get {
- return this.columnC1146800;
+ return this.columnR0329210;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1230100Column {
+ public global::System.Data.DataColumn R0406510Column {
get {
- return this.columnC1230100;
+ return this.columnR0406510;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1230200Column {
+ public global::System.Data.DataColumn R0410100Column {
get {
- return this.columnC1230200;
+ return this.columnR0410100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1230300Column {
+ public global::System.Data.DataColumn R0410300Column {
get {
- return this.columnC1230300;
+ return this.columnR0410300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1548100Column {
+ public global::System.Data.DataColumn R0530700Column {
get {
- return this.columnC1548100;
+ return this.columnR0530700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1548101Column {
+ public global::System.Data.DataColumn R0530800Column {
get {
- return this.columnC1548101;
+ return this.columnR0530800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1548102Column {
+ public global::System.Data.DataColumn R0619010Column {
get {
- return this.columnC1548102;
+ return this.columnR0619010;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1989400Column {
+ public global::System.Data.DataColumn R0809900Column {
get {
- return this.columnC1989400;
+ return this.columnR0809900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1989401Column {
+ public global::System.Data.DataColumn R0810000Column {
get {
- return this.columnC1989401;
+ return this.columnR0810000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C1989402Column {
+ public global::System.Data.DataColumn R0898310Column {
get {
- return this.columnC1989402;
+ return this.columnR0898310;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C2305100Column {
+ public global::System.Data.DataColumn R1045700Column {
get {
- return this.columnC2305100;
+ return this.columnR1045700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C2305101Column {
+ public global::System.Data.DataColumn R1045800Column {
get {
- return this.columnC2305101;
+ return this.columnR1045800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C2305102Column {
+ public global::System.Data.DataColumn R1145110Column {
get {
- return this.columnC2305102;
+ return this.columnR1145110;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C2544700Column {
+ public global::System.Data.DataColumn R1427500Column {
get {
- return this.columnC2544700;
+ return this.columnR1427500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C2544701Column {
+ public global::System.Data.DataColumn R1427600Column {
get {
- return this.columnC2544701;
+ return this.columnR1427600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C2544702Column {
+ public global::System.Data.DataColumn R1520310Column {
get {
- return this.columnC2544702;
+ return this.columnR1520310;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C2814500Column {
+ public global::System.Data.DataColumn R1774100Column {
get {
- return this.columnC2814500;
+ return this.columnR1774100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C2814501Column {
+ public global::System.Data.DataColumn R1774200Column {
get {
- return this.columnC2814501;
+ return this.columnR1774200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C2814502Column {
+ public global::System.Data.DataColumn R1794600Column {
get {
- return this.columnC2814502;
+ return this.columnR1794600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3123500Column {
+ public global::System.Data.DataColumn R1794700Column {
get {
- return this.columnC3123500;
+ return this.columnR1794700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3123501Column {
+ public global::System.Data.DataColumn R1891010Column {
get {
- return this.columnC3123501;
+ return this.columnR1891010;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3123502Column {
+ public global::System.Data.DataColumn R2156200Column {
get {
- return this.columnC3123502;
+ return this.columnR2156200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3601100Column {
+ public global::System.Data.DataColumn R2156300Column {
get {
- return this.columnC3601100;
+ return this.columnR2156300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3627700Column {
+ public global::System.Data.DataColumn R2258110Column {
get {
- return this.columnC3627700;
+ return this.columnR2258110;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3627701Column {
+ public global::System.Data.DataColumn R2365700Column {
get {
- return this.columnC3627701;
+ return this.columnR2365700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3627702Column {
+ public global::System.Data.DataColumn R2365800Column {
get {
- return this.columnC3627702;
+ return this.columnR2365800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C3981100Column {
+ public global::System.Data.DataColumn R2445510Column {
get {
- return this.columnC3981100;
+ return this.columnR2445510;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C4006300Column {
+ public global::System.Data.DataColumn R2742500Column {
get {
- return this.columnC4006300;
+ return this.columnR2742500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C4006301Column {
+ public global::System.Data.DataColumn R2742600Column {
get {
- return this.columnC4006301;
+ return this.columnR2742600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C4006302Column {
+ public global::System.Data.DataColumn R2871300Column {
get {
- return this.columnC4006302;
+ return this.columnR2871300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C5524800Column {
+ public global::System.Data.DataColumn R2986100Column {
get {
- return this.columnC5524800;
+ return this.columnR2986100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C5550100Column {
+ public global::System.Data.DataColumn R2986200Column {
get {
- return this.columnC5550100;
+ return this.columnR2986200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C5550101Column {
+ public global::System.Data.DataColumn R3075000Column {
get {
- return this.columnC5550101;
+ return this.columnR3075000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C5550102Column {
+ public global::System.Data.DataColumn R3302500Column {
get {
- return this.columnC5550102;
+ return this.columnR3302500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn C5801100Column {
+ public global::System.Data.DataColumn R3302600Column {
get {
- return this.columnC5801100;
+ return this.columnR3302600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0000200Column {
+ public global::System.Data.DataColumn R3401700Column {
get {
- return this.columnY0000200;
+ return this.columnR3401700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0000201Column {
+ public global::System.Data.DataColumn R3573400Column {
get {
- return this.columnY0000201;
+ return this.columnR3573400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0000202Column {
+ public global::System.Data.DataColumn R3573500Column {
get {
- return this.columnY0000202;
+ return this.columnR3573500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0002100Column {
+ public global::System.Data.DataColumn R3657100Column {
get {
- return this.columnY0002100;
+ return this.columnR3657100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0390100Column {
+ public global::System.Data.DataColumn R3917600Column {
get {
- return this.columnY0390100;
+ return this.columnR3917600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0390101Column {
+ public global::System.Data.DataColumn R3917700Column {
get {
- return this.columnY0390101;
+ return this.columnR3917700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0390102Column {
+ public global::System.Data.DataColumn R4007600Column {
get {
- return this.columnY0390102;
+ return this.columnR4007600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0677600Column {
+ public global::System.Data.DataColumn R4100200Column {
get {
- return this.columnY0677600;
+ return this.columnR4100200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0933700Column {
+ public global::System.Data.DataColumn R4100201Column {
get {
- return this.columnY0933700;
+ return this.columnR4100201;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0933701Column {
+ public global::System.Data.DataColumn R4100202Column {
get {
- return this.columnY0933701;
+ return this.columnR4100202;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0933702Column {
+ public global::System.Data.DataColumn R4418700Column {
get {
- return this.columnY0933702;
+ return this.columnR4418700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y0974800Column {
+ public global::System.Data.DataColumn R4500200Column {
get {
- return this.columnY0974800;
+ return this.columnR4500200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1180500Column {
+ public global::System.Data.DataColumn R4500201Column {
get {
- return this.columnY1180500;
+ return this.columnR4500201;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1180501Column {
+ public global::System.Data.DataColumn R4500202Column {
get {
- return this.columnY1180501;
+ return this.columnR4500202;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1180502Column {
+ public global::System.Data.DataColumn R5081700Column {
get {
- return this.columnY1180502;
+ return this.columnR5081700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1192400Column {
+ public global::System.Data.DataColumn R5167000Column {
get {
- return this.columnY1192400;
+ return this.columnR5167000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1421100Column {
+ public global::System.Data.DataColumn R5200200Column {
get {
- return this.columnY1421100;
+ return this.columnR5200200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1421101Column {
+ public global::System.Data.DataColumn R5200201Column {
get {
- return this.columnY1421101;
+ return this.columnR5200201;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1421102Column {
+ public global::System.Data.DataColumn R5200202Column {
get {
- return this.columnY1421102;
+ return this.columnR5200202;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1434300Column {
+ public global::System.Data.DataColumn R6435300Column {
get {
- return this.columnY1434300;
+ return this.columnR6435300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1450200Column {
+ public global::System.Data.DataColumn R6435301Column {
get {
- return this.columnY1450200;
+ return this.columnR6435301;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1450201Column {
+ public global::System.Data.DataColumn R6435302Column {
get {
- return this.columnY1450201;
+ return this.columnR6435302;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1450202Column {
+ public global::System.Data.DataColumn R6479800Column {
get {
- return this.columnY1450202;
+ return this.columnR6479800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1672700Column {
+ public global::System.Data.DataColumn R6963300Column {
get {
- return this.columnY1672700;
+ return this.columnR6963300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1695600Column {
+ public global::System.Data.DataColumn R6963301Column {
get {
- return this.columnY1695600;
+ return this.columnR6963301;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1695601Column {
+ public global::System.Data.DataColumn R6963302Column {
get {
- return this.columnY1695601;
+ return this.columnR6963302;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1695602Column {
+ public global::System.Data.DataColumn R7007500Column {
get {
- return this.columnY1695602;
+ return this.columnR7007500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1707300Column {
+ public global::System.Data.DataColumn R7656300Column {
get {
- return this.columnY1707300;
+ return this.columnR7656300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1707400Column {
+ public global::System.Data.DataColumn R7656301Column {
get {
- return this.columnY1707400;
+ return this.columnR7656301;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1707500Column {
+ public global::System.Data.DataColumn R7656302Column {
get {
- return this.columnY1707500;
+ return this.columnR7656302;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1707600Column {
+ public global::System.Data.DataColumn R7704800Column {
get {
- return this.columnY1707600;
+ return this.columnR7704800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1707700Column {
+ public global::System.Data.DataColumn R7800500Column {
get {
- return this.columnY1707700;
+ return this.columnR7800500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1707800Column {
+ public global::System.Data.DataColumn R7800501Column {
get {
- return this.columnY1707800;
+ return this.columnR7800501;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1707900Column {
+ public global::System.Data.DataColumn R7800502Column {
get {
- return this.columnY1707900;
+ return this.columnR7800502;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1708000Column {
+ public global::System.Data.DataColumn R8497200Column {
get {
- return this.columnY1708000;
+ return this.columnR8497200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1708100Column {
+ public global::System.Data.DataColumn R9908000Column {
get {
- return this.columnY1708100;
+ return this.columnR9908000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1708200Column {
+ public global::System.Data.DataColumn T0000900Column {
get {
- return this.columnY1708200;
+ return this.columnT0000900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1708300Column {
+ public global::System.Data.DataColumn T0000901Column {
get {
- return this.columnY1708300;
+ return this.columnT0000901;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1708400Column {
+ public global::System.Data.DataColumn T0000902Column {
get {
- return this.columnY1708400;
+ return this.columnT0000902;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1708500Column {
+ public global::System.Data.DataColumn T0989000Column {
get {
- return this.columnY1708500;
+ return this.columnT0989000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1708600Column {
+ public global::System.Data.DataColumn T1200700Column {
get {
- return this.columnY1708600;
+ return this.columnT1200700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1708700Column {
+ public global::System.Data.DataColumn T1200701Column {
get {
- return this.columnY1708700;
+ return this.columnT1200701;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1708800Column {
+ public global::System.Data.DataColumn T1200702Column {
get {
- return this.columnY1708800;
+ return this.columnT1200702;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1708900Column {
+ public global::System.Data.DataColumn T2210800Column {
get {
- return this.columnY1708900;
+ return this.columnT2210800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1709000Column {
+ public global::System.Data.DataColumn T2260600Column {
get {
- return this.columnY1709000;
+ return this.columnT2260600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1709100Column {
+ public global::System.Data.DataColumn T2260601Column {
get {
- return this.columnY1709100;
+ return this.columnT2260601;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1709200Column {
+ public global::System.Data.DataColumn T2260602Column {
get {
- return this.columnY1709200;
+ return this.columnT2260602;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1709300Column {
+ public global::System.Data.DataColumn T2763400Column {
get {
- return this.columnY1709300;
+ return this.columnT2763400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1948500Column {
+ public global::System.Data.DataColumn T2763500Column {
get {
- return this.columnY1948500;
+ return this.columnT2763500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1981600Column {
+ public global::System.Data.DataColumn T2763600Column {
get {
- return this.columnY1981600;
+ return this.columnT2763600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1981601Column {
+ public global::System.Data.DataColumn T2763700Column {
get {
- return this.columnY1981601;
+ return this.columnT2763700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1981602Column {
+ public global::System.Data.DataColumn T2763800Column {
get {
- return this.columnY1981602;
+ return this.columnT2763800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1992900Column {
+ public global::System.Data.DataColumn T2763900Column {
get {
- return this.columnY1992900;
+ return this.columnT2763900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1993000Column {
+ public global::System.Data.DataColumn T2764000Column {
get {
- return this.columnY1993000;
+ return this.columnT2764000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1993100Column {
+ public global::System.Data.DataColumn T3108700Column {
get {
- return this.columnY1993100;
+ return this.columnT3108700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1993200Column {
+ public global::System.Data.DataColumn T3195600Column {
get {
- return this.columnY1993200;
+ return this.columnT3195600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1993300Column {
+ public global::System.Data.DataColumn T3195601Column {
get {
- return this.columnY1993300;
+ return this.columnT3195601;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1993400Column {
+ public global::System.Data.DataColumn T3195602Column {
get {
- return this.columnY1993400;
+ return this.columnT3195602;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1993500Column {
+ public global::System.Data.DataColumn T3729600Column {
get {
- return this.columnY1993500;
+ return this.columnT3729600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1993600Column {
+ public global::System.Data.DataColumn T3729700Column {
get {
- return this.columnY1993600;
+ return this.columnT3729700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1993700Column {
+ public global::System.Data.DataColumn T3729800Column {
get {
- return this.columnY1993700;
+ return this.columnT3729800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1993800Column {
+ public global::System.Data.DataColumn T3729900Column {
get {
- return this.columnY1993800;
+ return this.columnT3729900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1993900Column {
+ public global::System.Data.DataColumn T3730000Column {
get {
- return this.columnY1993900;
+ return this.columnT3730000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1994000Column {
+ public global::System.Data.DataColumn T3730100Column {
get {
- return this.columnY1994000;
+ return this.columnT3730100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1994100Column {
+ public global::System.Data.DataColumn T4113200Column {
get {
- return this.columnY1994100;
+ return this.columnT4113200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1994200Column {
+ public global::System.Data.DataColumn T4181100Column {
get {
- return this.columnY1994200;
+ return this.columnT4181100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1994300Column {
+ public global::System.Data.DataColumn T4181101Column {
get {
- return this.columnY1994300;
+ return this.columnT4181101;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1994400Column {
+ public global::System.Data.DataColumn T4181102Column {
get {
- return this.columnY1994400;
+ return this.columnT4181102;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1994500Column {
+ public global::System.Data.DataColumn T5023600Column {
get {
- return this.columnY1994500;
+ return this.columnT5023600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1994600Column {
+ [global::System.ComponentModel.Browsable(false)]
+ public int Count {
get {
- return this.columnY1994600;
+ return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1994700Column {
+ public tblGen1LinksRow this[int index] {
get {
- return this.columnY1994700;
+ return ((tblGen1LinksRow)(this.Rows[index]));
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1994800Column {
- get {
- return this.columnY1994800;
- }
- }
+ public event tblGen1LinksRowChangeEventHandler tblGen1LinksRowChanging;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y1994900Column {
- get {
- return this.columnY1994900;
- }
- }
+ public event tblGen1LinksRowChangeEventHandler tblGen1LinksRowChanged;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2148600Column {
- get {
- return this.columnY2148600;
- }
- }
+ public event tblGen1LinksRowChangeEventHandler tblGen1LinksRowDeleting;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2267100Column {
- get {
- return this.columnY2267100;
- }
- }
+ public event tblGen1LinksRowChangeEventHandler tblGen1LinksRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2300400Column {
- get {
- return this.columnY2300400;
- }
+ public void AddtblGen1LinksRow(tblGen1LinksRow row) {
+ this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2300401Column {
- get {
- return this.columnY2300401;
- }
+ public tblGen1LinksRow AddtblGen1LinksRow(
+ int R0000100,
+ int R0000149,
+ int R0000300,
+ int R0000500,
+ int R0009100,
+ int R0009300,
+ int R0172500,
+ int R0172600,
+ int R0173600,
+ int R0214700,
+ int R0214800,
+ int R0216500,
+ int R0329200,
+ int R0329210,
+ int R0406510,
+ int R0410100,
+ int R0410300,
+ int R0530700,
+ int R0530800,
+ int R0619010,
+ int R0809900,
+ int R0810000,
+ int R0898310,
+ int R1045700,
+ int R1045800,
+ int R1145110,
+ int R1427500,
+ int R1427600,
+ int R1520310,
+ int R1774100,
+ int R1774200,
+ int R1794600,
+ int R1794700,
+ int R1891010,
+ int R2156200,
+ int R2156300,
+ int R2258110,
+ int R2365700,
+ int R2365800,
+ int R2445510,
+ int R2742500,
+ int R2742600,
+ int R2871300,
+ int R2986100,
+ int R2986200,
+ int R3075000,
+ int R3302500,
+ int R3302600,
+ int R3401700,
+ int R3573400,
+ int R3573500,
+ int R3657100,
+ int R3917600,
+ int R3917700,
+ int R4007600,
+ int R4100200,
+ int R4100201,
+ int R4100202,
+ int R4418700,
+ int R4500200,
+ int R4500201,
+ int R4500202,
+ int R5081700,
+ int R5167000,
+ int R5200200,
+ int R5200201,
+ int R5200202,
+ int R6435300,
+ int R6435301,
+ int R6435302,
+ int R6479800,
+ int R6963300,
+ int R6963301,
+ int R6963302,
+ int R7007500,
+ int R7656300,
+ int R7656301,
+ int R7656302,
+ int R7704800,
+ int R7800500,
+ int R7800501,
+ int R7800502,
+ int R8497200,
+ int R9908000,
+ int T0000900,
+ int T0000901,
+ int T0000902,
+ int T0989000,
+ int T1200700,
+ int T1200701,
+ int T1200702,
+ int T2210800,
+ int T2260600,
+ int T2260601,
+ int T2260602,
+ int T2763400,
+ int T2763500,
+ int T2763600,
+ int T2763700,
+ int T2763800,
+ int T2763900,
+ int T2764000,
+ int T3108700,
+ int T3195600,
+ int T3195601,
+ int T3195602,
+ int T3729600,
+ int T3729700,
+ int T3729800,
+ int T3729900,
+ int T3730000,
+ int T3730100,
+ int T4113200,
+ int T4181100,
+ int T4181101,
+ int T4181102,
+ int T5023600) {
+ tblGen1LinksRow rowtblGen1LinksRow = ((tblGen1LinksRow)(this.NewRow()));
+ object[] columnValuesArray = new object[] {
+ R0000100,
+ R0000149,
+ R0000300,
+ R0000500,
+ R0009100,
+ R0009300,
+ R0172500,
+ R0172600,
+ R0173600,
+ R0214700,
+ R0214800,
+ R0216500,
+ R0329200,
+ R0329210,
+ R0406510,
+ R0410100,
+ R0410300,
+ R0530700,
+ R0530800,
+ R0619010,
+ R0809900,
+ R0810000,
+ R0898310,
+ R1045700,
+ R1045800,
+ R1145110,
+ R1427500,
+ R1427600,
+ R1520310,
+ R1774100,
+ R1774200,
+ R1794600,
+ R1794700,
+ R1891010,
+ R2156200,
+ R2156300,
+ R2258110,
+ R2365700,
+ R2365800,
+ R2445510,
+ R2742500,
+ R2742600,
+ R2871300,
+ R2986100,
+ R2986200,
+ R3075000,
+ R3302500,
+ R3302600,
+ R3401700,
+ R3573400,
+ R3573500,
+ R3657100,
+ R3917600,
+ R3917700,
+ R4007600,
+ R4100200,
+ R4100201,
+ R4100202,
+ R4418700,
+ R4500200,
+ R4500201,
+ R4500202,
+ R5081700,
+ R5167000,
+ R5200200,
+ R5200201,
+ R5200202,
+ R6435300,
+ R6435301,
+ R6435302,
+ R6479800,
+ R6963300,
+ R6963301,
+ R6963302,
+ R7007500,
+ R7656300,
+ R7656301,
+ R7656302,
+ R7704800,
+ R7800500,
+ R7800501,
+ R7800502,
+ R8497200,
+ R9908000,
+ T0000900,
+ T0000901,
+ T0000902,
+ T0989000,
+ T1200700,
+ T1200701,
+ T1200702,
+ T2210800,
+ T2260600,
+ T2260601,
+ T2260602,
+ T2763400,
+ T2763500,
+ T2763600,
+ T2763700,
+ T2763800,
+ T2763900,
+ T2764000,
+ T3108700,
+ T3195600,
+ T3195601,
+ T3195602,
+ T3729600,
+ T3729700,
+ T3729800,
+ T3729900,
+ T3730000,
+ T3730100,
+ T4113200,
+ T4181100,
+ T4181101,
+ T4181102,
+ T5023600};
+ rowtblGen1LinksRow.ItemArray = columnValuesArray;
+ this.Rows.Add(rowtblGen1LinksRow);
+ return rowtblGen1LinksRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2300402Column {
- get {
- return this.columnY2300402;
- }
+ public tblGen1LinksRow FindByR0000100(int R0000100) {
+ return ((tblGen1LinksRow)(this.Rows.Find(new object[] {
+ R0000100})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2311700Column {
- get {
- return this.columnY2311700;
- }
+ public override global::System.Data.DataTable Clone() {
+ tblGen1LinksDataTable cln = ((tblGen1LinksDataTable)(base.Clone()));
+ cln.InitVars();
+ return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2311800Column {
- get {
- return this.columnY2311800;
- }
+ protected override global::System.Data.DataTable CreateInstance() {
+ return new tblGen1LinksDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2311900Column {
- get {
- return this.columnY2311900;
- }
+ internal void InitVars() {
+ this.columnR0000100 = base.Columns["R0000100"];
+ this.columnR0000149 = base.Columns["R0000149"];
+ this.columnR0000300 = base.Columns["R0000300"];
+ this.columnR0000500 = base.Columns["R0000500"];
+ this.columnR0009100 = base.Columns["R0009100"];
+ this.columnR0009300 = base.Columns["R0009300"];
+ this.columnR0172500 = base.Columns["R0172500"];
+ this.columnR0172600 = base.Columns["R0172600"];
+ this.columnR0173600 = base.Columns["R0173600"];
+ this.columnR0214700 = base.Columns["R0214700"];
+ this.columnR0214800 = base.Columns["R0214800"];
+ this.columnR0216500 = base.Columns["R0216500"];
+ this.columnR0329200 = base.Columns["R0329200"];
+ this.columnR0329210 = base.Columns["R0329210"];
+ this.columnR0406510 = base.Columns["R0406510"];
+ this.columnR0410100 = base.Columns["R0410100"];
+ this.columnR0410300 = base.Columns["R0410300"];
+ this.columnR0530700 = base.Columns["R0530700"];
+ this.columnR0530800 = base.Columns["R0530800"];
+ this.columnR0619010 = base.Columns["R0619010"];
+ this.columnR0809900 = base.Columns["R0809900"];
+ this.columnR0810000 = base.Columns["R0810000"];
+ this.columnR0898310 = base.Columns["R0898310"];
+ this.columnR1045700 = base.Columns["R1045700"];
+ this.columnR1045800 = base.Columns["R1045800"];
+ this.columnR1145110 = base.Columns["R1145110"];
+ this.columnR1427500 = base.Columns["R1427500"];
+ this.columnR1427600 = base.Columns["R1427600"];
+ this.columnR1520310 = base.Columns["R1520310"];
+ this.columnR1774100 = base.Columns["R1774100"];
+ this.columnR1774200 = base.Columns["R1774200"];
+ this.columnR1794600 = base.Columns["R1794600"];
+ this.columnR1794700 = base.Columns["R1794700"];
+ this.columnR1891010 = base.Columns["R1891010"];
+ this.columnR2156200 = base.Columns["R2156200"];
+ this.columnR2156300 = base.Columns["R2156300"];
+ this.columnR2258110 = base.Columns["R2258110"];
+ this.columnR2365700 = base.Columns["R2365700"];
+ this.columnR2365800 = base.Columns["R2365800"];
+ this.columnR2445510 = base.Columns["R2445510"];
+ this.columnR2742500 = base.Columns["R2742500"];
+ this.columnR2742600 = base.Columns["R2742600"];
+ this.columnR2871300 = base.Columns["R2871300"];
+ this.columnR2986100 = base.Columns["R2986100"];
+ this.columnR2986200 = base.Columns["R2986200"];
+ this.columnR3075000 = base.Columns["R3075000"];
+ this.columnR3302500 = base.Columns["R3302500"];
+ this.columnR3302600 = base.Columns["R3302600"];
+ this.columnR3401700 = base.Columns["R3401700"];
+ this.columnR3573400 = base.Columns["R3573400"];
+ this.columnR3573500 = base.Columns["R3573500"];
+ this.columnR3657100 = base.Columns["R3657100"];
+ this.columnR3917600 = base.Columns["R3917600"];
+ this.columnR3917700 = base.Columns["R3917700"];
+ this.columnR4007600 = base.Columns["R4007600"];
+ this.columnR4100200 = base.Columns["R4100200"];
+ this.columnR4100201 = base.Columns["R4100201"];
+ this.columnR4100202 = base.Columns["R4100202"];
+ this.columnR4418700 = base.Columns["R4418700"];
+ this.columnR4500200 = base.Columns["R4500200"];
+ this.columnR4500201 = base.Columns["R4500201"];
+ this.columnR4500202 = base.Columns["R4500202"];
+ this.columnR5081700 = base.Columns["R5081700"];
+ this.columnR5167000 = base.Columns["R5167000"];
+ this.columnR5200200 = base.Columns["R5200200"];
+ this.columnR5200201 = base.Columns["R5200201"];
+ this.columnR5200202 = base.Columns["R5200202"];
+ this.columnR6435300 = base.Columns["R6435300"];
+ this.columnR6435301 = base.Columns["R6435301"];
+ this.columnR6435302 = base.Columns["R6435302"];
+ this.columnR6479800 = base.Columns["R6479800"];
+ this.columnR6963300 = base.Columns["R6963300"];
+ this.columnR6963301 = base.Columns["R6963301"];
+ this.columnR6963302 = base.Columns["R6963302"];
+ this.columnR7007500 = base.Columns["R7007500"];
+ this.columnR7656300 = base.Columns["R7656300"];
+ this.columnR7656301 = base.Columns["R7656301"];
+ this.columnR7656302 = base.Columns["R7656302"];
+ this.columnR7704800 = base.Columns["R7704800"];
+ this.columnR7800500 = base.Columns["R7800500"];
+ this.columnR7800501 = base.Columns["R7800501"];
+ this.columnR7800502 = base.Columns["R7800502"];
+ this.columnR8497200 = base.Columns["R8497200"];
+ this.columnR9908000 = base.Columns["R9908000"];
+ this.columnT0000900 = base.Columns["T0000900"];
+ this.columnT0000901 = base.Columns["T0000901"];
+ this.columnT0000902 = base.Columns["T0000902"];
+ this.columnT0989000 = base.Columns["T0989000"];
+ this.columnT1200700 = base.Columns["T1200700"];
+ this.columnT1200701 = base.Columns["T1200701"];
+ this.columnT1200702 = base.Columns["T1200702"];
+ this.columnT2210800 = base.Columns["T2210800"];
+ this.columnT2260600 = base.Columns["T2260600"];
+ this.columnT2260601 = base.Columns["T2260601"];
+ this.columnT2260602 = base.Columns["T2260602"];
+ this.columnT2763400 = base.Columns["T2763400"];
+ this.columnT2763500 = base.Columns["T2763500"];
+ this.columnT2763600 = base.Columns["T2763600"];
+ this.columnT2763700 = base.Columns["T2763700"];
+ this.columnT2763800 = base.Columns["T2763800"];
+ this.columnT2763900 = base.Columns["T2763900"];
+ this.columnT2764000 = base.Columns["T2764000"];
+ this.columnT3108700 = base.Columns["T3108700"];
+ this.columnT3195600 = base.Columns["T3195600"];
+ this.columnT3195601 = base.Columns["T3195601"];
+ this.columnT3195602 = base.Columns["T3195602"];
+ this.columnT3729600 = base.Columns["T3729600"];
+ this.columnT3729700 = base.Columns["T3729700"];
+ this.columnT3729800 = base.Columns["T3729800"];
+ this.columnT3729900 = base.Columns["T3729900"];
+ this.columnT3730000 = base.Columns["T3730000"];
+ this.columnT3730100 = base.Columns["T3730100"];
+ this.columnT4113200 = base.Columns["T4113200"];
+ this.columnT4181100 = base.Columns["T4181100"];
+ this.columnT4181101 = base.Columns["T4181101"];
+ this.columnT4181102 = base.Columns["T4181102"];
+ this.columnT5023600 = base.Columns["T5023600"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2312000Column {
- get {
- return this.columnY2312000;
- }
+ private void InitClass() {
+ this.columnR0000100 = new global::System.Data.DataColumn("R0000100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0000100);
+ this.columnR0000149 = new global::System.Data.DataColumn("R0000149", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0000149);
+ this.columnR0000300 = new global::System.Data.DataColumn("R0000300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0000300);
+ this.columnR0000500 = new global::System.Data.DataColumn("R0000500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0000500);
+ this.columnR0009100 = new global::System.Data.DataColumn("R0009100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0009100);
+ this.columnR0009300 = new global::System.Data.DataColumn("R0009300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0009300);
+ this.columnR0172500 = new global::System.Data.DataColumn("R0172500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0172500);
+ this.columnR0172600 = new global::System.Data.DataColumn("R0172600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0172600);
+ this.columnR0173600 = new global::System.Data.DataColumn("R0173600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0173600);
+ this.columnR0214700 = new global::System.Data.DataColumn("R0214700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0214700);
+ this.columnR0214800 = new global::System.Data.DataColumn("R0214800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0214800);
+ this.columnR0216500 = new global::System.Data.DataColumn("R0216500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0216500);
+ this.columnR0329200 = new global::System.Data.DataColumn("R0329200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0329200);
+ this.columnR0329210 = new global::System.Data.DataColumn("R0329210", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0329210);
+ this.columnR0406510 = new global::System.Data.DataColumn("R0406510", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0406510);
+ this.columnR0410100 = new global::System.Data.DataColumn("R0410100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0410100);
+ this.columnR0410300 = new global::System.Data.DataColumn("R0410300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0410300);
+ this.columnR0530700 = new global::System.Data.DataColumn("R0530700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0530700);
+ this.columnR0530800 = new global::System.Data.DataColumn("R0530800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0530800);
+ this.columnR0619010 = new global::System.Data.DataColumn("R0619010", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0619010);
+ this.columnR0809900 = new global::System.Data.DataColumn("R0809900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0809900);
+ this.columnR0810000 = new global::System.Data.DataColumn("R0810000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0810000);
+ this.columnR0898310 = new global::System.Data.DataColumn("R0898310", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0898310);
+ this.columnR1045700 = new global::System.Data.DataColumn("R1045700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1045700);
+ this.columnR1045800 = new global::System.Data.DataColumn("R1045800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1045800);
+ this.columnR1145110 = new global::System.Data.DataColumn("R1145110", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1145110);
+ this.columnR1427500 = new global::System.Data.DataColumn("R1427500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1427500);
+ this.columnR1427600 = new global::System.Data.DataColumn("R1427600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1427600);
+ this.columnR1520310 = new global::System.Data.DataColumn("R1520310", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1520310);
+ this.columnR1774100 = new global::System.Data.DataColumn("R1774100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1774100);
+ this.columnR1774200 = new global::System.Data.DataColumn("R1774200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1774200);
+ this.columnR1794600 = new global::System.Data.DataColumn("R1794600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1794600);
+ this.columnR1794700 = new global::System.Data.DataColumn("R1794700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1794700);
+ this.columnR1891010 = new global::System.Data.DataColumn("R1891010", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1891010);
+ this.columnR2156200 = new global::System.Data.DataColumn("R2156200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2156200);
+ this.columnR2156300 = new global::System.Data.DataColumn("R2156300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2156300);
+ this.columnR2258110 = new global::System.Data.DataColumn("R2258110", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2258110);
+ this.columnR2365700 = new global::System.Data.DataColumn("R2365700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2365700);
+ this.columnR2365800 = new global::System.Data.DataColumn("R2365800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2365800);
+ this.columnR2445510 = new global::System.Data.DataColumn("R2445510", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2445510);
+ this.columnR2742500 = new global::System.Data.DataColumn("R2742500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2742500);
+ this.columnR2742600 = new global::System.Data.DataColumn("R2742600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2742600);
+ this.columnR2871300 = new global::System.Data.DataColumn("R2871300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2871300);
+ this.columnR2986100 = new global::System.Data.DataColumn("R2986100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2986100);
+ this.columnR2986200 = new global::System.Data.DataColumn("R2986200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2986200);
+ this.columnR3075000 = new global::System.Data.DataColumn("R3075000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3075000);
+ this.columnR3302500 = new global::System.Data.DataColumn("R3302500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3302500);
+ this.columnR3302600 = new global::System.Data.DataColumn("R3302600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3302600);
+ this.columnR3401700 = new global::System.Data.DataColumn("R3401700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3401700);
+ this.columnR3573400 = new global::System.Data.DataColumn("R3573400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3573400);
+ this.columnR3573500 = new global::System.Data.DataColumn("R3573500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3573500);
+ this.columnR3657100 = new global::System.Data.DataColumn("R3657100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3657100);
+ this.columnR3917600 = new global::System.Data.DataColumn("R3917600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3917600);
+ this.columnR3917700 = new global::System.Data.DataColumn("R3917700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3917700);
+ this.columnR4007600 = new global::System.Data.DataColumn("R4007600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4007600);
+ this.columnR4100200 = new global::System.Data.DataColumn("R4100200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4100200);
+ this.columnR4100201 = new global::System.Data.DataColumn("R4100201", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4100201);
+ this.columnR4100202 = new global::System.Data.DataColumn("R4100202", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4100202);
+ this.columnR4418700 = new global::System.Data.DataColumn("R4418700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4418700);
+ this.columnR4500200 = new global::System.Data.DataColumn("R4500200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4500200);
+ this.columnR4500201 = new global::System.Data.DataColumn("R4500201", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4500201);
+ this.columnR4500202 = new global::System.Data.DataColumn("R4500202", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4500202);
+ this.columnR5081700 = new global::System.Data.DataColumn("R5081700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5081700);
+ this.columnR5167000 = new global::System.Data.DataColumn("R5167000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5167000);
+ this.columnR5200200 = new global::System.Data.DataColumn("R5200200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5200200);
+ this.columnR5200201 = new global::System.Data.DataColumn("R5200201", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5200201);
+ this.columnR5200202 = new global::System.Data.DataColumn("R5200202", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5200202);
+ this.columnR6435300 = new global::System.Data.DataColumn("R6435300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6435300);
+ this.columnR6435301 = new global::System.Data.DataColumn("R6435301", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6435301);
+ this.columnR6435302 = new global::System.Data.DataColumn("R6435302", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6435302);
+ this.columnR6479800 = new global::System.Data.DataColumn("R6479800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6479800);
+ this.columnR6963300 = new global::System.Data.DataColumn("R6963300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6963300);
+ this.columnR6963301 = new global::System.Data.DataColumn("R6963301", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6963301);
+ this.columnR6963302 = new global::System.Data.DataColumn("R6963302", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6963302);
+ this.columnR7007500 = new global::System.Data.DataColumn("R7007500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7007500);
+ this.columnR7656300 = new global::System.Data.DataColumn("R7656300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7656300);
+ this.columnR7656301 = new global::System.Data.DataColumn("R7656301", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7656301);
+ this.columnR7656302 = new global::System.Data.DataColumn("R7656302", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7656302);
+ this.columnR7704800 = new global::System.Data.DataColumn("R7704800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7704800);
+ this.columnR7800500 = new global::System.Data.DataColumn("R7800500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7800500);
+ this.columnR7800501 = new global::System.Data.DataColumn("R7800501", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7800501);
+ this.columnR7800502 = new global::System.Data.DataColumn("R7800502", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7800502);
+ this.columnR8497200 = new global::System.Data.DataColumn("R8497200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8497200);
+ this.columnR9908000 = new global::System.Data.DataColumn("R9908000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9908000);
+ this.columnT0000900 = new global::System.Data.DataColumn("T0000900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0000900);
+ this.columnT0000901 = new global::System.Data.DataColumn("T0000901", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0000901);
+ this.columnT0000902 = new global::System.Data.DataColumn("T0000902", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0000902);
+ this.columnT0989000 = new global::System.Data.DataColumn("T0989000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0989000);
+ this.columnT1200700 = new global::System.Data.DataColumn("T1200700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1200700);
+ this.columnT1200701 = new global::System.Data.DataColumn("T1200701", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1200701);
+ this.columnT1200702 = new global::System.Data.DataColumn("T1200702", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1200702);
+ this.columnT2210800 = new global::System.Data.DataColumn("T2210800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2210800);
+ this.columnT2260600 = new global::System.Data.DataColumn("T2260600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2260600);
+ this.columnT2260601 = new global::System.Data.DataColumn("T2260601", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2260601);
+ this.columnT2260602 = new global::System.Data.DataColumn("T2260602", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2260602);
+ this.columnT2763400 = new global::System.Data.DataColumn("T2763400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2763400);
+ this.columnT2763500 = new global::System.Data.DataColumn("T2763500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2763500);
+ this.columnT2763600 = new global::System.Data.DataColumn("T2763600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2763600);
+ this.columnT2763700 = new global::System.Data.DataColumn("T2763700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2763700);
+ this.columnT2763800 = new global::System.Data.DataColumn("T2763800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2763800);
+ this.columnT2763900 = new global::System.Data.DataColumn("T2763900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2763900);
+ this.columnT2764000 = new global::System.Data.DataColumn("T2764000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2764000);
+ this.columnT3108700 = new global::System.Data.DataColumn("T3108700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3108700);
+ this.columnT3195600 = new global::System.Data.DataColumn("T3195600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3195600);
+ this.columnT3195601 = new global::System.Data.DataColumn("T3195601", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3195601);
+ this.columnT3195602 = new global::System.Data.DataColumn("T3195602", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3195602);
+ this.columnT3729600 = new global::System.Data.DataColumn("T3729600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3729600);
+ this.columnT3729700 = new global::System.Data.DataColumn("T3729700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3729700);
+ this.columnT3729800 = new global::System.Data.DataColumn("T3729800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3729800);
+ this.columnT3729900 = new global::System.Data.DataColumn("T3729900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3729900);
+ this.columnT3730000 = new global::System.Data.DataColumn("T3730000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3730000);
+ this.columnT3730100 = new global::System.Data.DataColumn("T3730100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3730100);
+ this.columnT4113200 = new global::System.Data.DataColumn("T4113200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4113200);
+ this.columnT4181100 = new global::System.Data.DataColumn("T4181100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4181100);
+ this.columnT4181101 = new global::System.Data.DataColumn("T4181101", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4181101);
+ this.columnT4181102 = new global::System.Data.DataColumn("T4181102", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4181102);
+ this.columnT5023600 = new global::System.Data.DataColumn("T5023600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT5023600);
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
+ this.columnR0000100}, true));
+ this.columnR0000100.AllowDBNull = false;
+ this.columnR0000100.Unique = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2312100Column {
+ public tblGen1LinksRow NewtblGen1LinksRow() {
+ return ((tblGen1LinksRow)(this.NewRow()));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
+ return new tblGen1LinksRow(builder);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override global::System.Type GetRowType() {
+ return typeof(tblGen1LinksRow);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanged(e);
+ if ((this.tblGen1LinksRowChanged != null)) {
+ this.tblGen1LinksRowChanged(this, new tblGen1LinksRowChangeEvent(((tblGen1LinksRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanging(e);
+ if ((this.tblGen1LinksRowChanging != null)) {
+ this.tblGen1LinksRowChanging(this, new tblGen1LinksRowChangeEvent(((tblGen1LinksRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleted(e);
+ if ((this.tblGen1LinksRowDeleted != null)) {
+ this.tblGen1LinksRowDeleted(this, new tblGen1LinksRowChangeEvent(((tblGen1LinksRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleting(e);
+ if ((this.tblGen1LinksRowDeleting != null)) {
+ this.tblGen1LinksRowDeleting(this, new tblGen1LinksRowChangeEvent(((tblGen1LinksRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void RemovetblGen1LinksRow(tblGen1LinksRow row) {
+ this.Rows.Remove(row);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
+ ImportDataSet ds = new ImportDataSet();
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
+ any1.MinOccurs = new decimal(0);
+ any1.MaxOccurs = decimal.MaxValue;
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any1);
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
+ any2.MinOccurs = new decimal(1);
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any2);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute1.Name = "namespace";
+ attribute1.FixedValue = ds.Namespace;
+ type.Attributes.Add(attribute1);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute2.Name = "tableTypeName";
+ attribute2.FixedValue = "tblGen1LinksDataTable";
+ type.Attributes.Add(attribute2);
+ type.Particle = sequence;
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
+ if (xs.Contains(dsSchema.TargetNamespace)) {
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
+ try {
+ global::System.Xml.Schema.XmlSchema schema = null;
+ dsSchema.Write(s1);
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
+ s2.SetLength(0);
+ schema.Write(s2);
+ if ((s1.Length == s2.Length)) {
+ s1.Position = 0;
+ s2.Position = 0;
+ for (; ((s1.Position != s1.Length)
+ && (s1.ReadByte() == s2.ReadByte())); ) {
+ ;
+ }
+ if ((s1.Position == s1.Length)) {
+ return type;
+ }
+ }
+ }
+ }
+ finally {
+ if ((s1 != null)) {
+ s1.Close();
+ }
+ if ((s2 != null)) {
+ s2.Close();
+ }
+ }
+ }
+ xs.Add(dsSchema);
+ return type;
+ }
+ }
+
+ ///
+ ///Represents the strongly named DataTable class.
+ ///
+ [global::System.Serializable()]
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
+ public partial class tblGen2LinksFromGen1DataTable : global::System.Data.TypedTableBase {
+
+ private global::System.Data.DataColumn columnR0000100;
+
+ private global::System.Data.DataColumn columnR0214700;
+
+ private global::System.Data.DataColumn columnR0214800;
+
+ private global::System.Data.DataColumn columnR4825700;
+
+ private global::System.Data.DataColumn columnR4826000;
+
+ private global::System.Data.DataColumn columnR4826100;
+
+ private global::System.Data.DataColumn columnR4826300;
+
+ private global::System.Data.DataColumn columnR4826500;
+
+ private global::System.Data.DataColumn columnR4826800;
+
+ private global::System.Data.DataColumn columnR5495900;
+
+ private global::System.Data.DataColumn columnR5496200;
+
+ private global::System.Data.DataColumn columnR5496300;
+
+ private global::System.Data.DataColumn columnR5496500;
+
+ private global::System.Data.DataColumn columnR5496700;
+
+ private global::System.Data.DataColumn columnR5497000;
+
+ private global::System.Data.DataColumn columnR5497200;
+
+ private global::System.Data.DataColumn columnR6210700;
+
+ private global::System.Data.DataColumn columnR6210800;
+
+ private global::System.Data.DataColumn columnR6210900;
+
+ private global::System.Data.DataColumn columnR6211500;
+
+ private global::System.Data.DataColumn columnR6211600;
+
+ private global::System.Data.DataColumn columnR6211700;
+
+ private global::System.Data.DataColumn columnR6211800;
+
+ private global::System.Data.DataColumn columnR6211900;
+
+ private global::System.Data.DataColumn columnR6212200;
+
+ private global::System.Data.DataColumn columnR6212300;
+
+ private global::System.Data.DataColumn columnR6764000;
+
+ private global::System.Data.DataColumn columnR6764100;
+
+ private global::System.Data.DataColumn columnR6764200;
+
+ private global::System.Data.DataColumn columnR6764900;
+
+ private global::System.Data.DataColumn columnR6765000;
+
+ private global::System.Data.DataColumn columnR6765100;
+
+ private global::System.Data.DataColumn columnR6765200;
+
+ private global::System.Data.DataColumn columnR6765600;
+
+ private global::System.Data.DataColumn columnR6765700;
+
+ private global::System.Data.DataColumn columnR6765800;
+
+ private global::System.Data.DataColumn columnR6839600;
+
+ private global::System.Data.DataColumn columnR7408300;
+
+ private global::System.Data.DataColumn columnR7408400;
+
+ private global::System.Data.DataColumn columnR7408500;
+
+ private global::System.Data.DataColumn columnR7409200;
+
+ private global::System.Data.DataColumn columnR7409300;
+
+ private global::System.Data.DataColumn columnR7409400;
+
+ private global::System.Data.DataColumn columnR7409500;
+
+ private global::System.Data.DataColumn columnR7409900;
+
+ private global::System.Data.DataColumn columnR7410000;
+
+ private global::System.Data.DataColumn columnR7410100;
+
+ private global::System.Data.DataColumn columnR7548600;
+
+ private global::System.Data.DataColumn columnR8106400;
+
+ private global::System.Data.DataColumn columnR8106500;
+
+ private global::System.Data.DataColumn columnR8106600;
+
+ private global::System.Data.DataColumn columnR8106700;
+
+ private global::System.Data.DataColumn columnR8106800;
+
+ private global::System.Data.DataColumn columnR8106900;
+
+ private global::System.Data.DataColumn columnR8107000;
+
+ private global::System.Data.DataColumn columnR8107100;
+
+ private global::System.Data.DataColumn columnR8107200;
+
+ private global::System.Data.DataColumn columnR8255400;
+
+ private global::System.Data.DataColumn columnR9900400;
+
+ private global::System.Data.DataColumn columnR9900600;
+
+ private global::System.Data.DataColumn columnR9900601;
+
+ private global::System.Data.DataColumn columnR9901200;
+
+ private global::System.Data.DataColumn columnR9901400;
+
+ private global::System.Data.DataColumn columnR9901401;
+
+ private global::System.Data.DataColumn columnR9902000;
+
+ private global::System.Data.DataColumn columnR9902200;
+
+ private global::System.Data.DataColumn columnR9902201;
+
+ private global::System.Data.DataColumn columnR9902800;
+
+ private global::System.Data.DataColumn columnR9903000;
+
+ private global::System.Data.DataColumn columnR9903001;
+
+ private global::System.Data.DataColumn columnR9903600;
+
+ private global::System.Data.DataColumn columnR9903800;
+
+ private global::System.Data.DataColumn columnR9903801;
+
+ private global::System.Data.DataColumn columnR9904400;
+
+ private global::System.Data.DataColumn columnR9904600;
+
+ private global::System.Data.DataColumn columnR9904601;
+
+ private global::System.Data.DataColumn columnR9905200;
+
+ private global::System.Data.DataColumn columnR9905400;
+
+ private global::System.Data.DataColumn columnR9905401;
+
+ private global::System.Data.DataColumn columnR9906000;
+
+ private global::System.Data.DataColumn columnR9906600;
+
+ private global::System.Data.DataColumn columnR9907200;
+
+ private global::System.Data.DataColumn columnR9907800;
+
+ private global::System.Data.DataColumn columnR9908000;
+
+ private global::System.Data.DataColumn columnR9911200;
+
+ private global::System.Data.DataColumn columnR9911201;
+
+ private global::System.Data.DataColumn columnT0337300;
+
+ private global::System.Data.DataColumn columnT0337400;
+
+ private global::System.Data.DataColumn columnT0337500;
+
+ private global::System.Data.DataColumn columnT0337600;
+
+ private global::System.Data.DataColumn columnT0337700;
+
+ private global::System.Data.DataColumn columnT0337800;
+
+ private global::System.Data.DataColumn columnT0337900;
+
+ private global::System.Data.DataColumn columnT0338000;
+
+ private global::System.Data.DataColumn columnT0338100;
+
+ private global::System.Data.DataColumn columnT0338200;
+
+ private global::System.Data.DataColumn columnT0338300;
+
+ private global::System.Data.DataColumn columnT0338400;
+
+ private global::System.Data.DataColumn columnT0338500;
+
+ private global::System.Data.DataColumn columnT0338600;
+
+ private global::System.Data.DataColumn columnT1486900;
+
+ private global::System.Data.DataColumn columnT1487000;
+
+ private global::System.Data.DataColumn columnT1487100;
+
+ private global::System.Data.DataColumn columnT1487200;
+
+ private global::System.Data.DataColumn columnT1487300;
+
+ private global::System.Data.DataColumn columnT1487400;
+
+ private global::System.Data.DataColumn columnT1487500;
+
+ private global::System.Data.DataColumn columnT1487600;
+
+ private global::System.Data.DataColumn columnT1487700;
+
+ private global::System.Data.DataColumn columnT1487800;
+
+ private global::System.Data.DataColumn columnT2217700;
+
+ private global::System.Data.DataColumn columnT2533500;
+
+ private global::System.Data.DataColumn columnT2533600;
+
+ private global::System.Data.DataColumn columnT2533700;
+
+ private global::System.Data.DataColumn columnT2533800;
+
+ private global::System.Data.DataColumn columnT2533900;
+
+ private global::System.Data.DataColumn columnT2534000;
+
+ private global::System.Data.DataColumn columnT2534100;
+
+ private global::System.Data.DataColumn columnT2534200;
+
+ private global::System.Data.DataColumn columnT2534300;
+
+ private global::System.Data.DataColumn columnT2534400;
+
+ private global::System.Data.DataColumn columnT2534500;
+
+ private global::System.Data.DataColumn columnT3519800;
+
+ private global::System.Data.DataColumn columnT3519900;
+
+ private global::System.Data.DataColumn columnT3520000;
+
+ private global::System.Data.DataColumn columnT3520100;
+
+ private global::System.Data.DataColumn columnT3520200;
+
+ private global::System.Data.DataColumn columnT3520300;
+
+ private global::System.Data.DataColumn columnT3520400;
+
+ private global::System.Data.DataColumn columnT3520500;
+
+ private global::System.Data.DataColumn columnT3520600;
+
+ private global::System.Data.DataColumn columnT4483300;
+
+ private global::System.Data.DataColumn columnT4483400;
+
+ private global::System.Data.DataColumn columnT4483500;
+
+ private global::System.Data.DataColumn columnT4483600;
+
+ private global::System.Data.DataColumn columnT4483700;
+
+ private global::System.Data.DataColumn columnT4483800;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public tblGen2LinksFromGen1DataTable() {
+ this.TableName = "tblGen2LinksFromGen1";
+ this.BeginInit();
+ this.InitClass();
+ this.EndInit();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal tblGen2LinksFromGen1DataTable(global::System.Data.DataTable table) {
+ this.TableName = table.TableName;
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
+ this.CaseSensitive = table.CaseSensitive;
+ }
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
+ this.Locale = table.Locale;
+ }
+ if ((table.Namespace != table.DataSet.Namespace)) {
+ this.Namespace = table.Namespace;
+ }
+ this.Prefix = table.Prefix;
+ this.MinimumCapacity = table.MinimumCapacity;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ protected tblGen2LinksFromGen1DataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ base(info, context) {
+ this.InitVars();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn R0000100Column {
get {
- return this.columnY2312100;
+ return this.columnR0000100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2312200Column {
+ public global::System.Data.DataColumn R0214700Column {
get {
- return this.columnY2312200;
+ return this.columnR0214700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2312300Column {
+ public global::System.Data.DataColumn R0214800Column {
get {
- return this.columnY2312300;
+ return this.columnR0214800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2312400Column {
+ public global::System.Data.DataColumn R4825700Column {
get {
- return this.columnY2312400;
+ return this.columnR4825700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2312500Column {
+ public global::System.Data.DataColumn R4826000Column {
get {
- return this.columnY2312500;
+ return this.columnR4826000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2312600Column {
+ public global::System.Data.DataColumn R4826100Column {
get {
- return this.columnY2312600;
+ return this.columnR4826100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2312700Column {
+ public global::System.Data.DataColumn R4826300Column {
get {
- return this.columnY2312700;
+ return this.columnR4826300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2312800Column {
+ public global::System.Data.DataColumn R4826500Column {
get {
- return this.columnY2312800;
+ return this.columnR4826500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2312900Column {
+ public global::System.Data.DataColumn R4826800Column {
get {
- return this.columnY2312900;
+ return this.columnR4826800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2313000Column {
+ public global::System.Data.DataColumn R5495900Column {
get {
- return this.columnY2313000;
+ return this.columnR5495900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2313100Column {
+ public global::System.Data.DataColumn R5496200Column {
get {
- return this.columnY2313100;
+ return this.columnR5496200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2313200Column {
+ public global::System.Data.DataColumn R5496300Column {
get {
- return this.columnY2313200;
+ return this.columnR5496300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2313300Column {
+ public global::System.Data.DataColumn R5496500Column {
get {
- return this.columnY2313300;
+ return this.columnR5496500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2313400Column {
+ public global::System.Data.DataColumn R5496700Column {
get {
- return this.columnY2313400;
+ return this.columnR5496700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2313500Column {
+ public global::System.Data.DataColumn R5497000Column {
get {
- return this.columnY2313500;
+ return this.columnR5497000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2313600Column {
+ public global::System.Data.DataColumn R5497200Column {
get {
- return this.columnY2313600;
+ return this.columnR5497200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2313700Column {
+ public global::System.Data.DataColumn R6210700Column {
get {
- return this.columnY2313700;
+ return this.columnR6210700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2567000Column {
+ public global::System.Data.DataColumn R6210800Column {
get {
- return this.columnY2567000;
+ return this.columnR6210800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2567100Column {
+ public global::System.Data.DataColumn R6210900Column {
get {
- return this.columnY2567100;
+ return this.columnR6210900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2567200Column {
+ public global::System.Data.DataColumn R6211500Column {
get {
- return this.columnY2567200;
+ return this.columnR6211500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2616000Column {
+ public global::System.Data.DataColumn R6211600Column {
get {
- return this.columnY2616000;
+ return this.columnR6211600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2633100Column {
+ public global::System.Data.DataColumn R6211700Column {
get {
- return this.columnY2633100;
+ return this.columnR6211700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2633101Column {
+ public global::System.Data.DataColumn R6211800Column {
get {
- return this.columnY2633101;
+ return this.columnR6211800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2633102Column {
+ public global::System.Data.DataColumn R6211900Column {
get {
- return this.columnY2633102;
+ return this.columnR6211900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2644500Column {
+ public global::System.Data.DataColumn R6212200Column {
get {
- return this.columnY2644500;
+ return this.columnR6212200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2644600Column {
+ public global::System.Data.DataColumn R6212300Column {
get {
- return this.columnY2644600;
+ return this.columnR6212300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2644700Column {
+ public global::System.Data.DataColumn R6764000Column {
get {
- return this.columnY2644700;
+ return this.columnR6764000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2644800Column {
+ public global::System.Data.DataColumn R6764100Column {
get {
- return this.columnY2644800;
+ return this.columnR6764100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2644900Column {
+ public global::System.Data.DataColumn R6764200Column {
get {
- return this.columnY2644900;
+ return this.columnR6764200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2645000Column {
+ public global::System.Data.DataColumn R6764900Column {
get {
- return this.columnY2645000;
+ return this.columnR6764900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2645100Column {
+ public global::System.Data.DataColumn R6765000Column {
get {
- return this.columnY2645100;
+ return this.columnR6765000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2645200Column {
+ public global::System.Data.DataColumn R6765100Column {
get {
- return this.columnY2645200;
+ return this.columnR6765100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2645300Column {
+ public global::System.Data.DataColumn R6765200Column {
get {
- return this.columnY2645300;
+ return this.columnR6765200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2645400Column {
+ public global::System.Data.DataColumn R6765600Column {
get {
- return this.columnY2645400;
+ return this.columnR6765600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2645500Column {
+ public global::System.Data.DataColumn R6765700Column {
get {
- return this.columnY2645500;
+ return this.columnR6765700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2645600Column {
+ public global::System.Data.DataColumn R6765800Column {
get {
- return this.columnY2645600;
+ return this.columnR6765800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2645700Column {
+ public global::System.Data.DataColumn R6839600Column {
get {
- return this.columnY2645700;
+ return this.columnR6839600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2645800Column {
+ public global::System.Data.DataColumn R7408300Column {
get {
- return this.columnY2645800;
+ return this.columnR7408300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2645900Column {
+ public global::System.Data.DataColumn R7408400Column {
get {
- return this.columnY2645900;
+ return this.columnR7408400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2646000Column {
+ public global::System.Data.DataColumn R7408500Column {
get {
- return this.columnY2646000;
+ return this.columnR7408500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2646100Column {
+ public global::System.Data.DataColumn R7409200Column {
get {
- return this.columnY2646100;
+ return this.columnR7409200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2646200Column {
+ public global::System.Data.DataColumn R7409300Column {
get {
- return this.columnY2646200;
+ return this.columnR7409300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2646300Column {
+ public global::System.Data.DataColumn R7409400Column {
get {
- return this.columnY2646300;
+ return this.columnR7409400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2646400Column {
+ public global::System.Data.DataColumn R7409500Column {
get {
- return this.columnY2646400;
+ return this.columnR7409500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2966400Column {
+ public global::System.Data.DataColumn R7409900Column {
get {
- return this.columnY2966400;
+ return this.columnR7409900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2990500Column {
+ public global::System.Data.DataColumn R7410000Column {
get {
- return this.columnY2990500;
+ return this.columnR7410000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2990501Column {
+ public global::System.Data.DataColumn R7410100Column {
get {
- return this.columnY2990501;
+ return this.columnR7410100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y2990502Column {
+ public global::System.Data.DataColumn R7548600Column {
get {
- return this.columnY2990502;
+ return this.columnR7548600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y3002700Column {
+ public global::System.Data.DataColumn R8106400Column {
get {
- return this.columnY3002700;
+ return this.columnR8106400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y3002800Column {
+ public global::System.Data.DataColumn R8106500Column {
get {
- return this.columnY3002800;
+ return this.columnR8106500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y3002900Column {
+ public global::System.Data.DataColumn R8106600Column {
get {
- return this.columnY3002900;
+ return this.columnR8106600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y3003000Column {
+ public global::System.Data.DataColumn R8106700Column {
get {
- return this.columnY3003000;
+ return this.columnR8106700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y3003100Column {
+ public global::System.Data.DataColumn R8106800Column {
get {
- return this.columnY3003100;
+ return this.columnR8106800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y3003200Column {
+ public global::System.Data.DataColumn R8106900Column {
get {
- return this.columnY3003200;
+ return this.columnR8106900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y3003300Column {
+ public global::System.Data.DataColumn R8107000Column {
get {
- return this.columnY3003300;
+ return this.columnR8107000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y3003400Column {
+ public global::System.Data.DataColumn R8107100Column {
get {
- return this.columnY3003400;
+ return this.columnR8107100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y3003500Column {
+ public global::System.Data.DataColumn R8107200Column {
get {
- return this.columnY3003500;
+ return this.columnR8107200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y3003600Column {
+ public global::System.Data.DataColumn R8255400Column {
get {
- return this.columnY3003600;
+ return this.columnR8255400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn Y3331900Column {
+ public global::System.Data.DataColumn R9900400Column {
get {
- return this.columnY3331900;
+ return this.columnR9900400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- [global::System.ComponentModel.Browsable(false)]
- public int Count {
+ public global::System.Data.DataColumn R9900600Column {
get {
- return this.Rows.Count;
+ return this.columnR9900600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2LinksRow this[int index] {
+ public global::System.Data.DataColumn R9900601Column {
get {
- return ((tblGen2LinksRow)(this.Rows[index]));
+ return this.columnR9900601;
}
}
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen2LinksRowChangeEventHandler tblGen2LinksRowChanging;
+ public global::System.Data.DataColumn R9901200Column {
+ get {
+ return this.columnR9901200;
+ }
+ }
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen2LinksRowChangeEventHandler tblGen2LinksRowChanged;
+ public global::System.Data.DataColumn R9901400Column {
+ get {
+ return this.columnR9901400;
+ }
+ }
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen2LinksRowChangeEventHandler tblGen2LinksRowDeleting;
+ public global::System.Data.DataColumn R9901401Column {
+ get {
+ return this.columnR9901401;
+ }
+ }
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen2LinksRowChangeEventHandler tblGen2LinksRowDeleted;
+ public global::System.Data.DataColumn R9902000Column {
+ get {
+ return this.columnR9902000;
+ }
+ }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void AddtblGen2LinksRow(tblGen2LinksRow row) {
- this.Rows.Add(row);
+ public global::System.Data.DataColumn R9902200Column {
+ get {
+ return this.columnR9902200;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2LinksRow AddtblGen2LinksRow(
- int C0000100,
- int C0000200,
- int C0005300,
- int C0005400,
- int C0005500,
- int C0005700,
- int C0005800,
- int C0006500,
- int C0006800,
- int C0007010,
- int C0007030,
- int C0007041,
- int C0007043,
- int C0007045,
- int C0007047,
- int C0007049,
- int C0007052,
- int C0007055,
- int C0402400,
- int C0402500,
- int C0402600,
- int C0404100,
- int C0404200,
- int C0737000,
- int C0737100,
- int C0737200,
- int C0948700,
- int C0948800,
- int C0948900,
- int C1146600,
- int C1146700,
- int C1146800,
- int C1230100,
- int C1230200,
- int C1230300,
- int C1548100,
- int C1548101,
- int C1548102,
- int C1989400,
- int C1989401,
- int C1989402,
- int C2305100,
- int C2305101,
- int C2305102,
- int C2544700,
- int C2544701,
- int C2544702,
- int C2814500,
- int C2814501,
- int C2814502,
- int C3123500,
- int C3123501,
- int C3123502,
- int C3601100,
- int C3627700,
- int C3627701,
- int C3627702,
- int C3981100,
- int C4006300,
- int C4006301,
- int C4006302,
- int C5524800,
- int C5550100,
- int C5550101,
- int C5550102,
- int C5801100,
- int Y0000200,
- int Y0000201,
- int Y0000202,
- int Y0002100,
- int Y0390100,
- int Y0390101,
- int Y0390102,
- int Y0677600,
- int Y0933700,
- int Y0933701,
- int Y0933702,
- int Y0974800,
- int Y1180500,
- int Y1180501,
- int Y1180502,
- int Y1192400,
- int Y1421100,
- int Y1421101,
- int Y1421102,
- int Y1434300,
- int Y1450200,
- int Y1450201,
- int Y1450202,
- int Y1672700,
- int Y1695600,
- int Y1695601,
- int Y1695602,
- int Y1707300,
- int Y1707400,
- int Y1707500,
- int Y1707600,
- int Y1707700,
- int Y1707800,
- int Y1707900,
- int Y1708000,
- int Y1708100,
- int Y1708200,
- int Y1708300,
- int Y1708400,
- int Y1708500,
- int Y1708600,
- int Y1708700,
- int Y1708800,
- int Y1708900,
- int Y1709000,
- int Y1709100,
- int Y1709200,
- int Y1709300,
- int Y1948500,
- int Y1981600,
- int Y1981601,
- int Y1981602,
- int Y1992900,
- int Y1993000,
- int Y1993100,
- int Y1993200,
- int Y1993300,
- int Y1993400,
- int Y1993500,
- int Y1993600,
- int Y1993700,
- int Y1993800,
- int Y1993900,
- int Y1994000,
- int Y1994100,
- int Y1994200,
- int Y1994300,
- int Y1994400,
- int Y1994500,
- int Y1994600,
- int Y1994700,
- int Y1994800,
- int Y1994900,
- int Y2148600,
- int Y2267100,
- int Y2300400,
- int Y2300401,
- int Y2300402,
- int Y2311700,
- int Y2311800,
- int Y2311900,
- int Y2312000,
- int Y2312100,
- int Y2312200,
- int Y2312300,
- int Y2312400,
- int Y2312500,
- int Y2312600,
- int Y2312700,
- int Y2312800,
- int Y2312900,
- int Y2313000,
- int Y2313100,
- int Y2313200,
- int Y2313300,
- int Y2313400,
- int Y2313500,
- int Y2313600,
- int Y2313700,
- int Y2567000,
- int Y2567100,
- int Y2567200,
- int Y2616000,
- int Y2633100,
- int Y2633101,
- int Y2633102,
- int Y2644500,
- int Y2644600,
- int Y2644700,
- int Y2644800,
- int Y2644900,
- int Y2645000,
- int Y2645100,
- int Y2645200,
- int Y2645300,
- int Y2645400,
- int Y2645500,
- int Y2645600,
- int Y2645700,
- int Y2645800,
- int Y2645900,
- int Y2646000,
- int Y2646100,
- int Y2646200,
- int Y2646300,
- int Y2646400,
- int Y2966400,
- int Y2990500,
- int Y2990501,
- int Y2990502,
- int Y3002700,
- int Y3002800,
- int Y3002900,
- int Y3003000,
- int Y3003100,
- int Y3003200,
- int Y3003300,
- int Y3003400,
- int Y3003500,
- int Y3003600,
- int Y3331900) {
- tblGen2LinksRow rowtblGen2LinksRow = ((tblGen2LinksRow)(this.NewRow()));
- object[] columnValuesArray = new object[] {
- C0000100,
- C0000200,
- C0005300,
- C0005400,
- C0005500,
- C0005700,
- C0005800,
- C0006500,
- C0006800,
- C0007010,
- C0007030,
- C0007041,
- C0007043,
- C0007045,
- C0007047,
- C0007049,
- C0007052,
- C0007055,
- C0402400,
- C0402500,
- C0402600,
- C0404100,
- C0404200,
- C0737000,
- C0737100,
- C0737200,
- C0948700,
- C0948800,
- C0948900,
- C1146600,
- C1146700,
- C1146800,
- C1230100,
- C1230200,
- C1230300,
- C1548100,
- C1548101,
- C1548102,
- C1989400,
- C1989401,
- C1989402,
- C2305100,
- C2305101,
- C2305102,
- C2544700,
- C2544701,
- C2544702,
- C2814500,
- C2814501,
- C2814502,
- C3123500,
- C3123501,
- C3123502,
- C3601100,
- C3627700,
- C3627701,
- C3627702,
- C3981100,
- C4006300,
- C4006301,
- C4006302,
- C5524800,
- C5550100,
- C5550101,
- C5550102,
- C5801100,
- Y0000200,
- Y0000201,
- Y0000202,
- Y0002100,
- Y0390100,
- Y0390101,
- Y0390102,
- Y0677600,
- Y0933700,
- Y0933701,
- Y0933702,
- Y0974800,
- Y1180500,
- Y1180501,
- Y1180502,
- Y1192400,
- Y1421100,
- Y1421101,
- Y1421102,
- Y1434300,
- Y1450200,
- Y1450201,
- Y1450202,
- Y1672700,
- Y1695600,
- Y1695601,
- Y1695602,
- Y1707300,
- Y1707400,
- Y1707500,
- Y1707600,
- Y1707700,
- Y1707800,
- Y1707900,
- Y1708000,
- Y1708100,
- Y1708200,
- Y1708300,
- Y1708400,
- Y1708500,
- Y1708600,
- Y1708700,
- Y1708800,
- Y1708900,
- Y1709000,
- Y1709100,
- Y1709200,
- Y1709300,
- Y1948500,
- Y1981600,
- Y1981601,
- Y1981602,
- Y1992900,
- Y1993000,
- Y1993100,
- Y1993200,
- Y1993300,
- Y1993400,
- Y1993500,
- Y1993600,
- Y1993700,
- Y1993800,
- Y1993900,
- Y1994000,
- Y1994100,
- Y1994200,
- Y1994300,
- Y1994400,
- Y1994500,
- Y1994600,
- Y1994700,
- Y1994800,
- Y1994900,
- Y2148600,
- Y2267100,
- Y2300400,
- Y2300401,
- Y2300402,
- Y2311700,
- Y2311800,
- Y2311900,
- Y2312000,
- Y2312100,
- Y2312200,
- Y2312300,
- Y2312400,
- Y2312500,
- Y2312600,
- Y2312700,
- Y2312800,
- Y2312900,
- Y2313000,
- Y2313100,
- Y2313200,
- Y2313300,
- Y2313400,
- Y2313500,
- Y2313600,
- Y2313700,
- Y2567000,
- Y2567100,
- Y2567200,
- Y2616000,
- Y2633100,
- Y2633101,
- Y2633102,
- Y2644500,
- Y2644600,
- Y2644700,
- Y2644800,
- Y2644900,
- Y2645000,
- Y2645100,
- Y2645200,
- Y2645300,
- Y2645400,
- Y2645500,
- Y2645600,
- Y2645700,
- Y2645800,
- Y2645900,
- Y2646000,
- Y2646100,
- Y2646200,
- Y2646300,
- Y2646400,
- Y2966400,
- Y2990500,
- Y2990501,
- Y2990502,
- Y3002700,
- Y3002800,
- Y3002900,
- Y3003000,
- Y3003100,
- Y3003200,
- Y3003300,
- Y3003400,
- Y3003500,
- Y3003600,
- Y3331900};
- rowtblGen2LinksRow.ItemArray = columnValuesArray;
- this.Rows.Add(rowtblGen2LinksRow);
- return rowtblGen2LinksRow;
+ public global::System.Data.DataColumn R9902201Column {
+ get {
+ return this.columnR9902201;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public override global::System.Data.DataTable Clone() {
- tblGen2LinksDataTable cln = ((tblGen2LinksDataTable)(base.Clone()));
- cln.InitVars();
- return cln;
+ public global::System.Data.DataColumn R9902800Column {
+ get {
+ return this.columnR9902800;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override global::System.Data.DataTable CreateInstance() {
- return new tblGen2LinksDataTable();
+ public global::System.Data.DataColumn R9903000Column {
+ get {
+ return this.columnR9903000;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal void InitVars() {
- this.columnC0000100 = base.Columns["C0000100"];
- this.columnC0000200 = base.Columns["C0000200"];
- this.columnC0005300 = base.Columns["C0005300"];
- this.columnC0005400 = base.Columns["C0005400"];
- this.columnC0005500 = base.Columns["C0005500"];
- this.columnC0005700 = base.Columns["C0005700"];
- this.columnC0005800 = base.Columns["C0005800"];
- this.columnC0006500 = base.Columns["C0006500"];
- this.columnC0006800 = base.Columns["C0006800"];
- this.columnC0007010 = base.Columns["C0007010"];
- this.columnC0007030 = base.Columns["C0007030"];
- this.columnC0007041 = base.Columns["C0007041"];
- this.columnC0007043 = base.Columns["C0007043"];
- this.columnC0007045 = base.Columns["C0007045"];
- this.columnC0007047 = base.Columns["C0007047"];
- this.columnC0007049 = base.Columns["C0007049"];
- this.columnC0007052 = base.Columns["C0007052"];
- this.columnC0007055 = base.Columns["C0007055"];
- this.columnC0402400 = base.Columns["C0402400"];
- this.columnC0402500 = base.Columns["C0402500"];
- this.columnC0402600 = base.Columns["C0402600"];
- this.columnC0404100 = base.Columns["C0404100"];
- this.columnC0404200 = base.Columns["C0404200"];
- this.columnC0737000 = base.Columns["C0737000"];
- this.columnC0737100 = base.Columns["C0737100"];
- this.columnC0737200 = base.Columns["C0737200"];
- this.columnC0948700 = base.Columns["C0948700"];
- this.columnC0948800 = base.Columns["C0948800"];
- this.columnC0948900 = base.Columns["C0948900"];
- this.columnC1146600 = base.Columns["C1146600"];
- this.columnC1146700 = base.Columns["C1146700"];
- this.columnC1146800 = base.Columns["C1146800"];
- this.columnC1230100 = base.Columns["C1230100"];
- this.columnC1230200 = base.Columns["C1230200"];
- this.columnC1230300 = base.Columns["C1230300"];
- this.columnC1548100 = base.Columns["C1548100"];
- this.columnC1548101 = base.Columns["C1548101"];
- this.columnC1548102 = base.Columns["C1548102"];
- this.columnC1989400 = base.Columns["C1989400"];
- this.columnC1989401 = base.Columns["C1989401"];
- this.columnC1989402 = base.Columns["C1989402"];
- this.columnC2305100 = base.Columns["C2305100"];
- this.columnC2305101 = base.Columns["C2305101"];
- this.columnC2305102 = base.Columns["C2305102"];
- this.columnC2544700 = base.Columns["C2544700"];
- this.columnC2544701 = base.Columns["C2544701"];
- this.columnC2544702 = base.Columns["C2544702"];
- this.columnC2814500 = base.Columns["C2814500"];
- this.columnC2814501 = base.Columns["C2814501"];
- this.columnC2814502 = base.Columns["C2814502"];
- this.columnC3123500 = base.Columns["C3123500"];
- this.columnC3123501 = base.Columns["C3123501"];
- this.columnC3123502 = base.Columns["C3123502"];
- this.columnC3601100 = base.Columns["C3601100"];
- this.columnC3627700 = base.Columns["C3627700"];
- this.columnC3627701 = base.Columns["C3627701"];
- this.columnC3627702 = base.Columns["C3627702"];
- this.columnC3981100 = base.Columns["C3981100"];
- this.columnC4006300 = base.Columns["C4006300"];
- this.columnC4006301 = base.Columns["C4006301"];
- this.columnC4006302 = base.Columns["C4006302"];
- this.columnC5524800 = base.Columns["C5524800"];
- this.columnC5550100 = base.Columns["C5550100"];
- this.columnC5550101 = base.Columns["C5550101"];
- this.columnC5550102 = base.Columns["C5550102"];
- this.columnC5801100 = base.Columns["C5801100"];
- this.columnY0000200 = base.Columns["Y0000200"];
- this.columnY0000201 = base.Columns["Y0000201"];
- this.columnY0000202 = base.Columns["Y0000202"];
- this.columnY0002100 = base.Columns["Y0002100"];
- this.columnY0390100 = base.Columns["Y0390100"];
- this.columnY0390101 = base.Columns["Y0390101"];
- this.columnY0390102 = base.Columns["Y0390102"];
- this.columnY0677600 = base.Columns["Y0677600"];
- this.columnY0933700 = base.Columns["Y0933700"];
- this.columnY0933701 = base.Columns["Y0933701"];
- this.columnY0933702 = base.Columns["Y0933702"];
- this.columnY0974800 = base.Columns["Y0974800"];
- this.columnY1180500 = base.Columns["Y1180500"];
- this.columnY1180501 = base.Columns["Y1180501"];
- this.columnY1180502 = base.Columns["Y1180502"];
- this.columnY1192400 = base.Columns["Y1192400"];
- this.columnY1421100 = base.Columns["Y1421100"];
- this.columnY1421101 = base.Columns["Y1421101"];
- this.columnY1421102 = base.Columns["Y1421102"];
- this.columnY1434300 = base.Columns["Y1434300"];
- this.columnY1450200 = base.Columns["Y1450200"];
- this.columnY1450201 = base.Columns["Y1450201"];
- this.columnY1450202 = base.Columns["Y1450202"];
- this.columnY1672700 = base.Columns["Y1672700"];
- this.columnY1695600 = base.Columns["Y1695600"];
- this.columnY1695601 = base.Columns["Y1695601"];
- this.columnY1695602 = base.Columns["Y1695602"];
- this.columnY1707300 = base.Columns["Y1707300"];
- this.columnY1707400 = base.Columns["Y1707400"];
- this.columnY1707500 = base.Columns["Y1707500"];
- this.columnY1707600 = base.Columns["Y1707600"];
- this.columnY1707700 = base.Columns["Y1707700"];
- this.columnY1707800 = base.Columns["Y1707800"];
- this.columnY1707900 = base.Columns["Y1707900"];
- this.columnY1708000 = base.Columns["Y1708000"];
- this.columnY1708100 = base.Columns["Y1708100"];
- this.columnY1708200 = base.Columns["Y1708200"];
- this.columnY1708300 = base.Columns["Y1708300"];
- this.columnY1708400 = base.Columns["Y1708400"];
- this.columnY1708500 = base.Columns["Y1708500"];
- this.columnY1708600 = base.Columns["Y1708600"];
- this.columnY1708700 = base.Columns["Y1708700"];
- this.columnY1708800 = base.Columns["Y1708800"];
- this.columnY1708900 = base.Columns["Y1708900"];
- this.columnY1709000 = base.Columns["Y1709000"];
- this.columnY1709100 = base.Columns["Y1709100"];
- this.columnY1709200 = base.Columns["Y1709200"];
- this.columnY1709300 = base.Columns["Y1709300"];
- this.columnY1948500 = base.Columns["Y1948500"];
- this.columnY1981600 = base.Columns["Y1981600"];
- this.columnY1981601 = base.Columns["Y1981601"];
- this.columnY1981602 = base.Columns["Y1981602"];
- this.columnY1992900 = base.Columns["Y1992900"];
- this.columnY1993000 = base.Columns["Y1993000"];
- this.columnY1993100 = base.Columns["Y1993100"];
- this.columnY1993200 = base.Columns["Y1993200"];
- this.columnY1993300 = base.Columns["Y1993300"];
- this.columnY1993400 = base.Columns["Y1993400"];
- this.columnY1993500 = base.Columns["Y1993500"];
- this.columnY1993600 = base.Columns["Y1993600"];
- this.columnY1993700 = base.Columns["Y1993700"];
- this.columnY1993800 = base.Columns["Y1993800"];
- this.columnY1993900 = base.Columns["Y1993900"];
- this.columnY1994000 = base.Columns["Y1994000"];
- this.columnY1994100 = base.Columns["Y1994100"];
- this.columnY1994200 = base.Columns["Y1994200"];
- this.columnY1994300 = base.Columns["Y1994300"];
- this.columnY1994400 = base.Columns["Y1994400"];
- this.columnY1994500 = base.Columns["Y1994500"];
- this.columnY1994600 = base.Columns["Y1994600"];
- this.columnY1994700 = base.Columns["Y1994700"];
- this.columnY1994800 = base.Columns["Y1994800"];
- this.columnY1994900 = base.Columns["Y1994900"];
- this.columnY2148600 = base.Columns["Y2148600"];
- this.columnY2267100 = base.Columns["Y2267100"];
- this.columnY2300400 = base.Columns["Y2300400"];
- this.columnY2300401 = base.Columns["Y2300401"];
- this.columnY2300402 = base.Columns["Y2300402"];
- this.columnY2311700 = base.Columns["Y2311700"];
- this.columnY2311800 = base.Columns["Y2311800"];
- this.columnY2311900 = base.Columns["Y2311900"];
- this.columnY2312000 = base.Columns["Y2312000"];
- this.columnY2312100 = base.Columns["Y2312100"];
- this.columnY2312200 = base.Columns["Y2312200"];
- this.columnY2312300 = base.Columns["Y2312300"];
- this.columnY2312400 = base.Columns["Y2312400"];
- this.columnY2312500 = base.Columns["Y2312500"];
- this.columnY2312600 = base.Columns["Y2312600"];
- this.columnY2312700 = base.Columns["Y2312700"];
- this.columnY2312800 = base.Columns["Y2312800"];
- this.columnY2312900 = base.Columns["Y2312900"];
- this.columnY2313000 = base.Columns["Y2313000"];
- this.columnY2313100 = base.Columns["Y2313100"];
- this.columnY2313200 = base.Columns["Y2313200"];
- this.columnY2313300 = base.Columns["Y2313300"];
- this.columnY2313400 = base.Columns["Y2313400"];
- this.columnY2313500 = base.Columns["Y2313500"];
- this.columnY2313600 = base.Columns["Y2313600"];
- this.columnY2313700 = base.Columns["Y2313700"];
- this.columnY2567000 = base.Columns["Y2567000"];
- this.columnY2567100 = base.Columns["Y2567100"];
- this.columnY2567200 = base.Columns["Y2567200"];
- this.columnY2616000 = base.Columns["Y2616000"];
- this.columnY2633100 = base.Columns["Y2633100"];
- this.columnY2633101 = base.Columns["Y2633101"];
- this.columnY2633102 = base.Columns["Y2633102"];
- this.columnY2644500 = base.Columns["Y2644500"];
- this.columnY2644600 = base.Columns["Y2644600"];
- this.columnY2644700 = base.Columns["Y2644700"];
- this.columnY2644800 = base.Columns["Y2644800"];
- this.columnY2644900 = base.Columns["Y2644900"];
- this.columnY2645000 = base.Columns["Y2645000"];
- this.columnY2645100 = base.Columns["Y2645100"];
- this.columnY2645200 = base.Columns["Y2645200"];
- this.columnY2645300 = base.Columns["Y2645300"];
- this.columnY2645400 = base.Columns["Y2645400"];
- this.columnY2645500 = base.Columns["Y2645500"];
- this.columnY2645600 = base.Columns["Y2645600"];
- this.columnY2645700 = base.Columns["Y2645700"];
- this.columnY2645800 = base.Columns["Y2645800"];
- this.columnY2645900 = base.Columns["Y2645900"];
- this.columnY2646000 = base.Columns["Y2646000"];
- this.columnY2646100 = base.Columns["Y2646100"];
- this.columnY2646200 = base.Columns["Y2646200"];
- this.columnY2646300 = base.Columns["Y2646300"];
- this.columnY2646400 = base.Columns["Y2646400"];
- this.columnY2966400 = base.Columns["Y2966400"];
- this.columnY2990500 = base.Columns["Y2990500"];
- this.columnY2990501 = base.Columns["Y2990501"];
- this.columnY2990502 = base.Columns["Y2990502"];
- this.columnY3002700 = base.Columns["Y3002700"];
- this.columnY3002800 = base.Columns["Y3002800"];
- this.columnY3002900 = base.Columns["Y3002900"];
- this.columnY3003000 = base.Columns["Y3003000"];
- this.columnY3003100 = base.Columns["Y3003100"];
- this.columnY3003200 = base.Columns["Y3003200"];
- this.columnY3003300 = base.Columns["Y3003300"];
- this.columnY3003400 = base.Columns["Y3003400"];
- this.columnY3003500 = base.Columns["Y3003500"];
- this.columnY3003600 = base.Columns["Y3003600"];
- this.columnY3331900 = base.Columns["Y3331900"];
+ public global::System.Data.DataColumn R9903001Column {
+ get {
+ return this.columnR9903001;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- private void InitClass() {
- this.columnC0000100 = new global::System.Data.DataColumn("C0000100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0000100);
- this.columnC0000200 = new global::System.Data.DataColumn("C0000200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0000200);
- this.columnC0005300 = new global::System.Data.DataColumn("C0005300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0005300);
- this.columnC0005400 = new global::System.Data.DataColumn("C0005400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0005400);
- this.columnC0005500 = new global::System.Data.DataColumn("C0005500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0005500);
- this.columnC0005700 = new global::System.Data.DataColumn("C0005700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0005700);
- this.columnC0005800 = new global::System.Data.DataColumn("C0005800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0005800);
- this.columnC0006500 = new global::System.Data.DataColumn("C0006500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0006500);
- this.columnC0006800 = new global::System.Data.DataColumn("C0006800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0006800);
- this.columnC0007010 = new global::System.Data.DataColumn("C0007010", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0007010);
- this.columnC0007030 = new global::System.Data.DataColumn("C0007030", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0007030);
- this.columnC0007041 = new global::System.Data.DataColumn("C0007041", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0007041);
- this.columnC0007043 = new global::System.Data.DataColumn("C0007043", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0007043);
- this.columnC0007045 = new global::System.Data.DataColumn("C0007045", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0007045);
- this.columnC0007047 = new global::System.Data.DataColumn("C0007047", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0007047);
- this.columnC0007049 = new global::System.Data.DataColumn("C0007049", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0007049);
- this.columnC0007052 = new global::System.Data.DataColumn("C0007052", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0007052);
- this.columnC0007055 = new global::System.Data.DataColumn("C0007055", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0007055);
- this.columnC0402400 = new global::System.Data.DataColumn("C0402400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0402400);
- this.columnC0402500 = new global::System.Data.DataColumn("C0402500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0402500);
- this.columnC0402600 = new global::System.Data.DataColumn("C0402600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0402600);
- this.columnC0404100 = new global::System.Data.DataColumn("C0404100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0404100);
- this.columnC0404200 = new global::System.Data.DataColumn("C0404200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0404200);
- this.columnC0737000 = new global::System.Data.DataColumn("C0737000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0737000);
- this.columnC0737100 = new global::System.Data.DataColumn("C0737100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0737100);
- this.columnC0737200 = new global::System.Data.DataColumn("C0737200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0737200);
- this.columnC0948700 = new global::System.Data.DataColumn("C0948700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0948700);
- this.columnC0948800 = new global::System.Data.DataColumn("C0948800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0948800);
- this.columnC0948900 = new global::System.Data.DataColumn("C0948900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC0948900);
- this.columnC1146600 = new global::System.Data.DataColumn("C1146600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1146600);
- this.columnC1146700 = new global::System.Data.DataColumn("C1146700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1146700);
- this.columnC1146800 = new global::System.Data.DataColumn("C1146800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1146800);
- this.columnC1230100 = new global::System.Data.DataColumn("C1230100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1230100);
- this.columnC1230200 = new global::System.Data.DataColumn("C1230200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1230200);
- this.columnC1230300 = new global::System.Data.DataColumn("C1230300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1230300);
- this.columnC1548100 = new global::System.Data.DataColumn("C1548100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1548100);
- this.columnC1548101 = new global::System.Data.DataColumn("C1548101", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1548101);
- this.columnC1548102 = new global::System.Data.DataColumn("C1548102", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1548102);
- this.columnC1989400 = new global::System.Data.DataColumn("C1989400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1989400);
- this.columnC1989401 = new global::System.Data.DataColumn("C1989401", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1989401);
- this.columnC1989402 = new global::System.Data.DataColumn("C1989402", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC1989402);
- this.columnC2305100 = new global::System.Data.DataColumn("C2305100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC2305100);
- this.columnC2305101 = new global::System.Data.DataColumn("C2305101", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC2305101);
- this.columnC2305102 = new global::System.Data.DataColumn("C2305102", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC2305102);
- this.columnC2544700 = new global::System.Data.DataColumn("C2544700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC2544700);
- this.columnC2544701 = new global::System.Data.DataColumn("C2544701", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC2544701);
- this.columnC2544702 = new global::System.Data.DataColumn("C2544702", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC2544702);
- this.columnC2814500 = new global::System.Data.DataColumn("C2814500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC2814500);
- this.columnC2814501 = new global::System.Data.DataColumn("C2814501", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC2814501);
- this.columnC2814502 = new global::System.Data.DataColumn("C2814502", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC2814502);
- this.columnC3123500 = new global::System.Data.DataColumn("C3123500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3123500);
- this.columnC3123501 = new global::System.Data.DataColumn("C3123501", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3123501);
- this.columnC3123502 = new global::System.Data.DataColumn("C3123502", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3123502);
- this.columnC3601100 = new global::System.Data.DataColumn("C3601100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3601100);
- this.columnC3627700 = new global::System.Data.DataColumn("C3627700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3627700);
- this.columnC3627701 = new global::System.Data.DataColumn("C3627701", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3627701);
- this.columnC3627702 = new global::System.Data.DataColumn("C3627702", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3627702);
- this.columnC3981100 = new global::System.Data.DataColumn("C3981100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC3981100);
- this.columnC4006300 = new global::System.Data.DataColumn("C4006300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC4006300);
- this.columnC4006301 = new global::System.Data.DataColumn("C4006301", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC4006301);
- this.columnC4006302 = new global::System.Data.DataColumn("C4006302", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC4006302);
- this.columnC5524800 = new global::System.Data.DataColumn("C5524800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC5524800);
- this.columnC5550100 = new global::System.Data.DataColumn("C5550100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC5550100);
- this.columnC5550101 = new global::System.Data.DataColumn("C5550101", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC5550101);
- this.columnC5550102 = new global::System.Data.DataColumn("C5550102", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC5550102);
- this.columnC5801100 = new global::System.Data.DataColumn("C5801100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnC5801100);
- this.columnY0000200 = new global::System.Data.DataColumn("Y0000200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0000200);
- this.columnY0000201 = new global::System.Data.DataColumn("Y0000201", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0000201);
- this.columnY0000202 = new global::System.Data.DataColumn("Y0000202", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0000202);
- this.columnY0002100 = new global::System.Data.DataColumn("Y0002100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0002100);
- this.columnY0390100 = new global::System.Data.DataColumn("Y0390100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0390100);
- this.columnY0390101 = new global::System.Data.DataColumn("Y0390101", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0390101);
- this.columnY0390102 = new global::System.Data.DataColumn("Y0390102", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0390102);
- this.columnY0677600 = new global::System.Data.DataColumn("Y0677600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0677600);
- this.columnY0933700 = new global::System.Data.DataColumn("Y0933700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0933700);
- this.columnY0933701 = new global::System.Data.DataColumn("Y0933701", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0933701);
- this.columnY0933702 = new global::System.Data.DataColumn("Y0933702", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0933702);
- this.columnY0974800 = new global::System.Data.DataColumn("Y0974800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY0974800);
- this.columnY1180500 = new global::System.Data.DataColumn("Y1180500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1180500);
- this.columnY1180501 = new global::System.Data.DataColumn("Y1180501", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1180501);
- this.columnY1180502 = new global::System.Data.DataColumn("Y1180502", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1180502);
- this.columnY1192400 = new global::System.Data.DataColumn("Y1192400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1192400);
- this.columnY1421100 = new global::System.Data.DataColumn("Y1421100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1421100);
- this.columnY1421101 = new global::System.Data.DataColumn("Y1421101", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1421101);
- this.columnY1421102 = new global::System.Data.DataColumn("Y1421102", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1421102);
- this.columnY1434300 = new global::System.Data.DataColumn("Y1434300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1434300);
- this.columnY1450200 = new global::System.Data.DataColumn("Y1450200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1450200);
- this.columnY1450201 = new global::System.Data.DataColumn("Y1450201", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1450201);
- this.columnY1450202 = new global::System.Data.DataColumn("Y1450202", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1450202);
- this.columnY1672700 = new global::System.Data.DataColumn("Y1672700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1672700);
- this.columnY1695600 = new global::System.Data.DataColumn("Y1695600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1695600);
- this.columnY1695601 = new global::System.Data.DataColumn("Y1695601", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1695601);
- this.columnY1695602 = new global::System.Data.DataColumn("Y1695602", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1695602);
- this.columnY1707300 = new global::System.Data.DataColumn("Y1707300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1707300);
- this.columnY1707400 = new global::System.Data.DataColumn("Y1707400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1707400);
- this.columnY1707500 = new global::System.Data.DataColumn("Y1707500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1707500);
- this.columnY1707600 = new global::System.Data.DataColumn("Y1707600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1707600);
- this.columnY1707700 = new global::System.Data.DataColumn("Y1707700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1707700);
- this.columnY1707800 = new global::System.Data.DataColumn("Y1707800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1707800);
- this.columnY1707900 = new global::System.Data.DataColumn("Y1707900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1707900);
- this.columnY1708000 = new global::System.Data.DataColumn("Y1708000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1708000);
- this.columnY1708100 = new global::System.Data.DataColumn("Y1708100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1708100);
- this.columnY1708200 = new global::System.Data.DataColumn("Y1708200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1708200);
- this.columnY1708300 = new global::System.Data.DataColumn("Y1708300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1708300);
- this.columnY1708400 = new global::System.Data.DataColumn("Y1708400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1708400);
- this.columnY1708500 = new global::System.Data.DataColumn("Y1708500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1708500);
- this.columnY1708600 = new global::System.Data.DataColumn("Y1708600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1708600);
- this.columnY1708700 = new global::System.Data.DataColumn("Y1708700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1708700);
- this.columnY1708800 = new global::System.Data.DataColumn("Y1708800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1708800);
- this.columnY1708900 = new global::System.Data.DataColumn("Y1708900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1708900);
- this.columnY1709000 = new global::System.Data.DataColumn("Y1709000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1709000);
- this.columnY1709100 = new global::System.Data.DataColumn("Y1709100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1709100);
- this.columnY1709200 = new global::System.Data.DataColumn("Y1709200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1709200);
- this.columnY1709300 = new global::System.Data.DataColumn("Y1709300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1709300);
- this.columnY1948500 = new global::System.Data.DataColumn("Y1948500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1948500);
- this.columnY1981600 = new global::System.Data.DataColumn("Y1981600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1981600);
- this.columnY1981601 = new global::System.Data.DataColumn("Y1981601", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1981601);
- this.columnY1981602 = new global::System.Data.DataColumn("Y1981602", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1981602);
- this.columnY1992900 = new global::System.Data.DataColumn("Y1992900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1992900);
- this.columnY1993000 = new global::System.Data.DataColumn("Y1993000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1993000);
- this.columnY1993100 = new global::System.Data.DataColumn("Y1993100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1993100);
- this.columnY1993200 = new global::System.Data.DataColumn("Y1993200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1993200);
- this.columnY1993300 = new global::System.Data.DataColumn("Y1993300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1993300);
- this.columnY1993400 = new global::System.Data.DataColumn("Y1993400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1993400);
- this.columnY1993500 = new global::System.Data.DataColumn("Y1993500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1993500);
- this.columnY1993600 = new global::System.Data.DataColumn("Y1993600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1993600);
- this.columnY1993700 = new global::System.Data.DataColumn("Y1993700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1993700);
- this.columnY1993800 = new global::System.Data.DataColumn("Y1993800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1993800);
- this.columnY1993900 = new global::System.Data.DataColumn("Y1993900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1993900);
- this.columnY1994000 = new global::System.Data.DataColumn("Y1994000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1994000);
- this.columnY1994100 = new global::System.Data.DataColumn("Y1994100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1994100);
- this.columnY1994200 = new global::System.Data.DataColumn("Y1994200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1994200);
- this.columnY1994300 = new global::System.Data.DataColumn("Y1994300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1994300);
- this.columnY1994400 = new global::System.Data.DataColumn("Y1994400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1994400);
- this.columnY1994500 = new global::System.Data.DataColumn("Y1994500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1994500);
- this.columnY1994600 = new global::System.Data.DataColumn("Y1994600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1994600);
- this.columnY1994700 = new global::System.Data.DataColumn("Y1994700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1994700);
- this.columnY1994800 = new global::System.Data.DataColumn("Y1994800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1994800);
- this.columnY1994900 = new global::System.Data.DataColumn("Y1994900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY1994900);
- this.columnY2148600 = new global::System.Data.DataColumn("Y2148600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2148600);
- this.columnY2267100 = new global::System.Data.DataColumn("Y2267100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2267100);
- this.columnY2300400 = new global::System.Data.DataColumn("Y2300400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2300400);
- this.columnY2300401 = new global::System.Data.DataColumn("Y2300401", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2300401);
- this.columnY2300402 = new global::System.Data.DataColumn("Y2300402", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2300402);
- this.columnY2311700 = new global::System.Data.DataColumn("Y2311700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2311700);
- this.columnY2311800 = new global::System.Data.DataColumn("Y2311800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2311800);
- this.columnY2311900 = new global::System.Data.DataColumn("Y2311900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2311900);
- this.columnY2312000 = new global::System.Data.DataColumn("Y2312000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2312000);
- this.columnY2312100 = new global::System.Data.DataColumn("Y2312100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2312100);
- this.columnY2312200 = new global::System.Data.DataColumn("Y2312200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2312200);
- this.columnY2312300 = new global::System.Data.DataColumn("Y2312300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2312300);
- this.columnY2312400 = new global::System.Data.DataColumn("Y2312400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2312400);
- this.columnY2312500 = new global::System.Data.DataColumn("Y2312500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2312500);
- this.columnY2312600 = new global::System.Data.DataColumn("Y2312600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2312600);
- this.columnY2312700 = new global::System.Data.DataColumn("Y2312700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2312700);
- this.columnY2312800 = new global::System.Data.DataColumn("Y2312800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2312800);
- this.columnY2312900 = new global::System.Data.DataColumn("Y2312900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2312900);
- this.columnY2313000 = new global::System.Data.DataColumn("Y2313000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2313000);
- this.columnY2313100 = new global::System.Data.DataColumn("Y2313100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2313100);
- this.columnY2313200 = new global::System.Data.DataColumn("Y2313200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2313200);
- this.columnY2313300 = new global::System.Data.DataColumn("Y2313300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2313300);
- this.columnY2313400 = new global::System.Data.DataColumn("Y2313400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2313400);
- this.columnY2313500 = new global::System.Data.DataColumn("Y2313500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2313500);
- this.columnY2313600 = new global::System.Data.DataColumn("Y2313600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2313600);
- this.columnY2313700 = new global::System.Data.DataColumn("Y2313700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2313700);
- this.columnY2567000 = new global::System.Data.DataColumn("Y2567000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2567000);
- this.columnY2567100 = new global::System.Data.DataColumn("Y2567100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2567100);
- this.columnY2567200 = new global::System.Data.DataColumn("Y2567200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2567200);
- this.columnY2616000 = new global::System.Data.DataColumn("Y2616000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2616000);
- this.columnY2633100 = new global::System.Data.DataColumn("Y2633100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2633100);
- this.columnY2633101 = new global::System.Data.DataColumn("Y2633101", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2633101);
- this.columnY2633102 = new global::System.Data.DataColumn("Y2633102", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2633102);
- this.columnY2644500 = new global::System.Data.DataColumn("Y2644500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2644500);
- this.columnY2644600 = new global::System.Data.DataColumn("Y2644600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2644600);
- this.columnY2644700 = new global::System.Data.DataColumn("Y2644700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2644700);
- this.columnY2644800 = new global::System.Data.DataColumn("Y2644800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2644800);
- this.columnY2644900 = new global::System.Data.DataColumn("Y2644900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2644900);
- this.columnY2645000 = new global::System.Data.DataColumn("Y2645000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2645000);
- this.columnY2645100 = new global::System.Data.DataColumn("Y2645100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2645100);
- this.columnY2645200 = new global::System.Data.DataColumn("Y2645200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2645200);
- this.columnY2645300 = new global::System.Data.DataColumn("Y2645300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2645300);
- this.columnY2645400 = new global::System.Data.DataColumn("Y2645400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2645400);
- this.columnY2645500 = new global::System.Data.DataColumn("Y2645500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2645500);
- this.columnY2645600 = new global::System.Data.DataColumn("Y2645600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2645600);
- this.columnY2645700 = new global::System.Data.DataColumn("Y2645700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2645700);
- this.columnY2645800 = new global::System.Data.DataColumn("Y2645800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2645800);
- this.columnY2645900 = new global::System.Data.DataColumn("Y2645900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2645900);
- this.columnY2646000 = new global::System.Data.DataColumn("Y2646000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2646000);
- this.columnY2646100 = new global::System.Data.DataColumn("Y2646100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2646100);
- this.columnY2646200 = new global::System.Data.DataColumn("Y2646200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2646200);
- this.columnY2646300 = new global::System.Data.DataColumn("Y2646300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2646300);
- this.columnY2646400 = new global::System.Data.DataColumn("Y2646400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2646400);
- this.columnY2966400 = new global::System.Data.DataColumn("Y2966400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2966400);
- this.columnY2990500 = new global::System.Data.DataColumn("Y2990500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2990500);
- this.columnY2990501 = new global::System.Data.DataColumn("Y2990501", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2990501);
- this.columnY2990502 = new global::System.Data.DataColumn("Y2990502", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY2990502);
- this.columnY3002700 = new global::System.Data.DataColumn("Y3002700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY3002700);
- this.columnY3002800 = new global::System.Data.DataColumn("Y3002800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY3002800);
- this.columnY3002900 = new global::System.Data.DataColumn("Y3002900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY3002900);
- this.columnY3003000 = new global::System.Data.DataColumn("Y3003000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY3003000);
- this.columnY3003100 = new global::System.Data.DataColumn("Y3003100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY3003100);
- this.columnY3003200 = new global::System.Data.DataColumn("Y3003200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY3003200);
- this.columnY3003300 = new global::System.Data.DataColumn("Y3003300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY3003300);
- this.columnY3003400 = new global::System.Data.DataColumn("Y3003400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY3003400);
- this.columnY3003500 = new global::System.Data.DataColumn("Y3003500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY3003500);
- this.columnY3003600 = new global::System.Data.DataColumn("Y3003600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY3003600);
- this.columnY3331900 = new global::System.Data.DataColumn("Y3331900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnY3331900);
- this.columnC0000100.AllowDBNull = false;
+ public global::System.Data.DataColumn R9903600Column {
+ get {
+ return this.columnR9903600;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2LinksRow NewtblGen2LinksRow() {
- return ((tblGen2LinksRow)(this.NewRow()));
+ public global::System.Data.DataColumn R9903800Column {
+ get {
+ return this.columnR9903800;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
- return new tblGen2LinksRow(builder);
+ public global::System.Data.DataColumn R9903801Column {
+ get {
+ return this.columnR9903801;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override global::System.Type GetRowType() {
- return typeof(tblGen2LinksRow);
+ public global::System.Data.DataColumn R9904400Column {
+ get {
+ return this.columnR9904400;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
- base.OnRowChanged(e);
- if ((this.tblGen2LinksRowChanged != null)) {
- this.tblGen2LinksRowChanged(this, new tblGen2LinksRowChangeEvent(((tblGen2LinksRow)(e.Row)), e.Action));
+ public global::System.Data.DataColumn R9904600Column {
+ get {
+ return this.columnR9904600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
- base.OnRowChanging(e);
- if ((this.tblGen2LinksRowChanging != null)) {
- this.tblGen2LinksRowChanging(this, new tblGen2LinksRowChangeEvent(((tblGen2LinksRow)(e.Row)), e.Action));
+ public global::System.Data.DataColumn R9904601Column {
+ get {
+ return this.columnR9904601;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
- base.OnRowDeleted(e);
- if ((this.tblGen2LinksRowDeleted != null)) {
- this.tblGen2LinksRowDeleted(this, new tblGen2LinksRowChangeEvent(((tblGen2LinksRow)(e.Row)), e.Action));
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
- base.OnRowDeleting(e);
- if ((this.tblGen2LinksRowDeleting != null)) {
- this.tblGen2LinksRowDeleting(this, new tblGen2LinksRowChangeEvent(((tblGen2LinksRow)(e.Row)), e.Action));
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void RemovetblGen2LinksRow(tblGen2LinksRow row) {
- this.Rows.Remove(row);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
- global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
- global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
- ImportDataSet ds = new ImportDataSet();
- global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
- any1.Namespace = "http://www.w3.org/2001/XMLSchema";
- any1.MinOccurs = new decimal(0);
- any1.MaxOccurs = decimal.MaxValue;
- any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
- sequence.Items.Add(any1);
- global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
- any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
- any2.MinOccurs = new decimal(1);
- any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
- sequence.Items.Add(any2);
- global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
- attribute1.Name = "namespace";
- attribute1.FixedValue = ds.Namespace;
- type.Attributes.Add(attribute1);
- global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
- attribute2.Name = "tableTypeName";
- attribute2.FixedValue = "tblGen2LinksDataTable";
- type.Attributes.Add(attribute2);
- type.Particle = sequence;
- global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
- if (xs.Contains(dsSchema.TargetNamespace)) {
- global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
- global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
- try {
- global::System.Xml.Schema.XmlSchema schema = null;
- dsSchema.Write(s1);
- for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
- schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
- s2.SetLength(0);
- schema.Write(s2);
- if ((s1.Length == s2.Length)) {
- s1.Position = 0;
- s2.Position = 0;
- for (; ((s1.Position != s1.Length)
- && (s1.ReadByte() == s2.ReadByte())); ) {
- ;
- }
- if ((s1.Position == s1.Length)) {
- return type;
- }
- }
- }
- }
- finally {
- if ((s1 != null)) {
- s1.Close();
- }
- if ((s2 != null)) {
- s2.Close();
- }
- }
- }
- xs.Add(dsSchema);
- return type;
- }
- }
-
- ///
- ///Represents the strongly named DataTable class.
- ///
- [global::System.Serializable()]
- [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
- public partial class tblGen1LinksDataTable : global::System.Data.TypedTableBase {
-
- private global::System.Data.DataColumn columnR0000100;
-
- private global::System.Data.DataColumn columnR0000149;
-
- private global::System.Data.DataColumn columnR0000300;
-
- private global::System.Data.DataColumn columnR0000500;
-
- private global::System.Data.DataColumn columnR0009100;
-
- private global::System.Data.DataColumn columnR0009300;
-
- private global::System.Data.DataColumn columnR0172500;
-
- private global::System.Data.DataColumn columnR0172600;
-
- private global::System.Data.DataColumn columnR0173600;
-
- private global::System.Data.DataColumn columnR0214700;
-
- private global::System.Data.DataColumn columnR0214800;
-
- private global::System.Data.DataColumn columnR0216500;
-
- private global::System.Data.DataColumn columnR0329200;
-
- private global::System.Data.DataColumn columnR0329210;
-
- private global::System.Data.DataColumn columnR0406510;
-
- private global::System.Data.DataColumn columnR0410100;
-
- private global::System.Data.DataColumn columnR0410300;
-
- private global::System.Data.DataColumn columnR0530700;
-
- private global::System.Data.DataColumn columnR0530800;
-
- private global::System.Data.DataColumn columnR0619010;
-
- private global::System.Data.DataColumn columnR0809900;
-
- private global::System.Data.DataColumn columnR0810000;
-
- private global::System.Data.DataColumn columnR0898310;
-
- private global::System.Data.DataColumn columnR1045700;
-
- private global::System.Data.DataColumn columnR1045800;
-
- private global::System.Data.DataColumn columnR1145110;
-
- private global::System.Data.DataColumn columnR1427500;
-
- private global::System.Data.DataColumn columnR1427600;
-
- private global::System.Data.DataColumn columnR1520310;
-
- private global::System.Data.DataColumn columnR1774100;
-
- private global::System.Data.DataColumn columnR1774200;
-
- private global::System.Data.DataColumn columnR1794600;
-
- private global::System.Data.DataColumn columnR1794700;
-
- private global::System.Data.DataColumn columnR1891010;
-
- private global::System.Data.DataColumn columnR2156200;
-
- private global::System.Data.DataColumn columnR2156300;
-
- private global::System.Data.DataColumn columnR2258110;
-
- private global::System.Data.DataColumn columnR2365700;
-
- private global::System.Data.DataColumn columnR2365800;
-
- private global::System.Data.DataColumn columnR2445510;
-
- private global::System.Data.DataColumn columnR2742500;
-
- private global::System.Data.DataColumn columnR2742600;
-
- private global::System.Data.DataColumn columnR2871300;
-
- private global::System.Data.DataColumn columnR2986100;
-
- private global::System.Data.DataColumn columnR2986200;
-
- private global::System.Data.DataColumn columnR3075000;
-
- private global::System.Data.DataColumn columnR3302500;
-
- private global::System.Data.DataColumn columnR3302600;
-
- private global::System.Data.DataColumn columnR3401700;
-
- private global::System.Data.DataColumn columnR3573400;
-
- private global::System.Data.DataColumn columnR3573500;
-
- private global::System.Data.DataColumn columnR3657100;
-
- private global::System.Data.DataColumn columnR3917600;
-
- private global::System.Data.DataColumn columnR3917700;
-
- private global::System.Data.DataColumn columnR4007600;
-
- private global::System.Data.DataColumn columnR4100200;
-
- private global::System.Data.DataColumn columnR4100201;
-
- private global::System.Data.DataColumn columnR4100202;
-
- private global::System.Data.DataColumn columnR4418700;
-
- private global::System.Data.DataColumn columnR4500200;
-
- private global::System.Data.DataColumn columnR4500201;
-
- private global::System.Data.DataColumn columnR4500202;
-
- private global::System.Data.DataColumn columnR5081700;
-
- private global::System.Data.DataColumn columnR5167000;
-
- private global::System.Data.DataColumn columnR5200200;
-
- private global::System.Data.DataColumn columnR5200201;
-
- private global::System.Data.DataColumn columnR5200202;
-
- private global::System.Data.DataColumn columnR6435300;
-
- private global::System.Data.DataColumn columnR6435301;
-
- private global::System.Data.DataColumn columnR6435302;
-
- private global::System.Data.DataColumn columnR6479800;
-
- private global::System.Data.DataColumn columnR6963300;
-
- private global::System.Data.DataColumn columnR6963301;
-
- private global::System.Data.DataColumn columnR6963302;
-
- private global::System.Data.DataColumn columnR7007500;
-
- private global::System.Data.DataColumn columnR7656300;
-
- private global::System.Data.DataColumn columnR7656301;
-
- private global::System.Data.DataColumn columnR7656302;
-
- private global::System.Data.DataColumn columnR7704800;
-
- private global::System.Data.DataColumn columnR7800500;
-
- private global::System.Data.DataColumn columnR7800501;
-
- private global::System.Data.DataColumn columnR7800502;
-
- private global::System.Data.DataColumn columnR8497200;
-
- private global::System.Data.DataColumn columnR9908000;
-
- private global::System.Data.DataColumn columnT0000900;
-
- private global::System.Data.DataColumn columnT0000901;
-
- private global::System.Data.DataColumn columnT0000902;
-
- private global::System.Data.DataColumn columnT0989000;
-
- private global::System.Data.DataColumn columnT1200700;
-
- private global::System.Data.DataColumn columnT1200701;
-
- private global::System.Data.DataColumn columnT1200702;
-
- private global::System.Data.DataColumn columnT2210800;
-
- private global::System.Data.DataColumn columnT2260600;
-
- private global::System.Data.DataColumn columnT2260601;
-
- private global::System.Data.DataColumn columnT2260602;
-
- private global::System.Data.DataColumn columnT2763400;
-
- private global::System.Data.DataColumn columnT2763500;
-
- private global::System.Data.DataColumn columnT2763600;
-
- private global::System.Data.DataColumn columnT2763700;
-
- private global::System.Data.DataColumn columnT2763800;
-
- private global::System.Data.DataColumn columnT2763900;
-
- private global::System.Data.DataColumn columnT2764000;
-
- private global::System.Data.DataColumn columnT3108700;
-
- private global::System.Data.DataColumn columnT3195600;
-
- private global::System.Data.DataColumn columnT3195601;
-
- private global::System.Data.DataColumn columnT3195602;
-
- private global::System.Data.DataColumn columnT3729600;
-
- private global::System.Data.DataColumn columnT3729700;
-
- private global::System.Data.DataColumn columnT3729800;
-
- private global::System.Data.DataColumn columnT3729900;
-
- private global::System.Data.DataColumn columnT3730000;
-
- private global::System.Data.DataColumn columnT3730100;
-
- private global::System.Data.DataColumn columnT4113200;
-
- private global::System.Data.DataColumn columnT4181100;
-
- private global::System.Data.DataColumn columnT4181101;
-
- private global::System.Data.DataColumn columnT4181102;
-
- private global::System.Data.DataColumn columnT5023600;
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1LinksDataTable() {
- this.TableName = "tblGen1Links";
- this.BeginInit();
- this.InitClass();
- this.EndInit();
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblGen1LinksDataTable(global::System.Data.DataTable table) {
- this.TableName = table.TableName;
- if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
- this.CaseSensitive = table.CaseSensitive;
- }
- if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
- this.Locale = table.Locale;
- }
- if ((table.Namespace != table.DataSet.Namespace)) {
- this.Namespace = table.Namespace;
- }
- this.Prefix = table.Prefix;
- this.MinimumCapacity = table.MinimumCapacity;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected tblGen1LinksDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
- base(info, context) {
- this.InitVars();
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0000100Column {
- get {
- return this.columnR0000100;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0000149Column {
+ public global::System.Data.DataColumn R9905200Column {
get {
- return this.columnR0000149;
+ return this.columnR9905200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0000300Column {
+ public global::System.Data.DataColumn R9905400Column {
get {
- return this.columnR0000300;
+ return this.columnR9905400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0000500Column {
+ public global::System.Data.DataColumn R9905401Column {
get {
- return this.columnR0000500;
+ return this.columnR9905401;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0009100Column {
+ public global::System.Data.DataColumn R9906000Column {
get {
- return this.columnR0009100;
+ return this.columnR9906000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0009300Column {
+ public global::System.Data.DataColumn R9906600Column {
get {
- return this.columnR0009300;
+ return this.columnR9906600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0172500Column {
+ public global::System.Data.DataColumn R9907200Column {
get {
- return this.columnR0172500;
+ return this.columnR9907200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0172600Column {
+ public global::System.Data.DataColumn R9907800Column {
get {
- return this.columnR0172600;
+ return this.columnR9907800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0173600Column {
+ public global::System.Data.DataColumn R9908000Column {
get {
- return this.columnR0173600;
+ return this.columnR9908000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0214700Column {
+ public global::System.Data.DataColumn R9911200Column {
get {
- return this.columnR0214700;
+ return this.columnR9911200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0214800Column {
+ public global::System.Data.DataColumn R9911201Column {
get {
- return this.columnR0214800;
+ return this.columnR9911201;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0216500Column {
+ public global::System.Data.DataColumn T0337300Column {
get {
- return this.columnR0216500;
+ return this.columnT0337300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0329200Column {
+ public global::System.Data.DataColumn T0337400Column {
get {
- return this.columnR0329200;
+ return this.columnT0337400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0329210Column {
+ public global::System.Data.DataColumn T0337500Column {
get {
- return this.columnR0329210;
+ return this.columnT0337500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0406510Column {
+ public global::System.Data.DataColumn T0337600Column {
get {
- return this.columnR0406510;
+ return this.columnT0337600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0410100Column {
+ public global::System.Data.DataColumn T0337700Column {
get {
- return this.columnR0410100;
+ return this.columnT0337700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0410300Column {
+ public global::System.Data.DataColumn T0337800Column {
get {
- return this.columnR0410300;
+ return this.columnT0337800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0530700Column {
+ public global::System.Data.DataColumn T0337900Column {
get {
- return this.columnR0530700;
+ return this.columnT0337900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0530800Column {
+ public global::System.Data.DataColumn T0338000Column {
get {
- return this.columnR0530800;
+ return this.columnT0338000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0619010Column {
+ public global::System.Data.DataColumn T0338100Column {
get {
- return this.columnR0619010;
+ return this.columnT0338100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0809900Column {
+ public global::System.Data.DataColumn T0338200Column {
get {
- return this.columnR0809900;
+ return this.columnT0338200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0810000Column {
+ public global::System.Data.DataColumn T0338300Column {
get {
- return this.columnR0810000;
+ return this.columnT0338300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0898310Column {
+ public global::System.Data.DataColumn T0338400Column {
get {
- return this.columnR0898310;
+ return this.columnT0338400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1045700Column {
+ public global::System.Data.DataColumn T0338500Column {
get {
- return this.columnR1045700;
+ return this.columnT0338500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1045800Column {
+ public global::System.Data.DataColumn T0338600Column {
get {
- return this.columnR1045800;
+ return this.columnT0338600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1145110Column {
+ public global::System.Data.DataColumn T1486900Column {
get {
- return this.columnR1145110;
+ return this.columnT1486900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1427500Column {
+ public global::System.Data.DataColumn T1487000Column {
get {
- return this.columnR1427500;
+ return this.columnT1487000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1427600Column {
+ public global::System.Data.DataColumn T1487100Column {
get {
- return this.columnR1427600;
+ return this.columnT1487100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1520310Column {
+ public global::System.Data.DataColumn T1487200Column {
get {
- return this.columnR1520310;
+ return this.columnT1487200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1774100Column {
+ public global::System.Data.DataColumn T1487300Column {
get {
- return this.columnR1774100;
+ return this.columnT1487300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1774200Column {
+ public global::System.Data.DataColumn T1487400Column {
get {
- return this.columnR1774200;
+ return this.columnT1487400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1794600Column {
+ public global::System.Data.DataColumn T1487500Column {
get {
- return this.columnR1794600;
+ return this.columnT1487500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1794700Column {
+ public global::System.Data.DataColumn T1487600Column {
get {
- return this.columnR1794700;
+ return this.columnT1487600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1891010Column {
+ public global::System.Data.DataColumn T1487700Column {
get {
- return this.columnR1891010;
+ return this.columnT1487700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2156200Column {
+ public global::System.Data.DataColumn T1487800Column {
get {
- return this.columnR2156200;
+ return this.columnT1487800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2156300Column {
+ public global::System.Data.DataColumn T2217700Column {
get {
- return this.columnR2156300;
+ return this.columnT2217700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2258110Column {
+ public global::System.Data.DataColumn T2533500Column {
get {
- return this.columnR2258110;
+ return this.columnT2533500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2365700Column {
+ public global::System.Data.DataColumn T2533600Column {
get {
- return this.columnR2365700;
+ return this.columnT2533600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2365800Column {
+ public global::System.Data.DataColumn T2533700Column {
get {
- return this.columnR2365800;
+ return this.columnT2533700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2445510Column {
+ public global::System.Data.DataColumn T2533800Column {
get {
- return this.columnR2445510;
+ return this.columnT2533800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2742500Column {
+ public global::System.Data.DataColumn T2533900Column {
get {
- return this.columnR2742500;
+ return this.columnT2533900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2742600Column {
+ public global::System.Data.DataColumn T2534000Column {
get {
- return this.columnR2742600;
+ return this.columnT2534000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2871300Column {
+ public global::System.Data.DataColumn T2534100Column {
get {
- return this.columnR2871300;
+ return this.columnT2534100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2986100Column {
+ public global::System.Data.DataColumn T2534200Column {
get {
- return this.columnR2986100;
+ return this.columnT2534200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2986200Column {
+ public global::System.Data.DataColumn T2534300Column {
get {
- return this.columnR2986200;
+ return this.columnT2534300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3075000Column {
+ public global::System.Data.DataColumn T2534400Column {
get {
- return this.columnR3075000;
+ return this.columnT2534400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3302500Column {
+ public global::System.Data.DataColumn T2534500Column {
get {
- return this.columnR3302500;
+ return this.columnT2534500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3302600Column {
+ public global::System.Data.DataColumn T3519800Column {
get {
- return this.columnR3302600;
+ return this.columnT3519800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3401700Column {
+ public global::System.Data.DataColumn T3519900Column {
get {
- return this.columnR3401700;
+ return this.columnT3519900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3573400Column {
+ public global::System.Data.DataColumn T3520000Column {
get {
- return this.columnR3573400;
+ return this.columnT3520000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3573500Column {
+ public global::System.Data.DataColumn T3520100Column {
get {
- return this.columnR3573500;
+ return this.columnT3520100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3657100Column {
+ public global::System.Data.DataColumn T3520200Column {
get {
- return this.columnR3657100;
+ return this.columnT3520200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3917600Column {
+ public global::System.Data.DataColumn T3520300Column {
get {
- return this.columnR3917600;
+ return this.columnT3520300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3917700Column {
+ public global::System.Data.DataColumn T3520400Column {
get {
- return this.columnR3917700;
+ return this.columnT3520400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4007600Column {
+ public global::System.Data.DataColumn T3520500Column {
get {
- return this.columnR4007600;
+ return this.columnT3520500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4100200Column {
+ public global::System.Data.DataColumn T3520600Column {
get {
- return this.columnR4100200;
+ return this.columnT3520600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4100201Column {
+ public global::System.Data.DataColumn T4483300Column {
get {
- return this.columnR4100201;
+ return this.columnT4483300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4100202Column {
+ public global::System.Data.DataColumn T4483400Column {
get {
- return this.columnR4100202;
+ return this.columnT4483400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4418700Column {
+ public global::System.Data.DataColumn T4483500Column {
get {
- return this.columnR4418700;
+ return this.columnT4483500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4500200Column {
+ public global::System.Data.DataColumn T4483600Column {
get {
- return this.columnR4500200;
+ return this.columnT4483600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4500201Column {
+ public global::System.Data.DataColumn T4483700Column {
get {
- return this.columnR4500201;
+ return this.columnT4483700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4500202Column {
+ public global::System.Data.DataColumn T4483800Column {
get {
- return this.columnR4500202;
+ return this.columnT4483800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5081700Column {
+ [global::System.ComponentModel.Browsable(false)]
+ public int Count {
get {
- return this.columnR5081700;
+ return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5167000Column {
+ public tblGen2LinksFromGen1Row this[int index] {
get {
- return this.columnR5167000;
+ return ((tblGen2LinksFromGen1Row)(this.Rows[index]));
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5200200Column {
- get {
- return this.columnR5200200;
- }
- }
+ public event tblGen2LinksFromGen1RowChangeEventHandler tblGen2LinksFromGen1RowChanging;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5200201Column {
- get {
- return this.columnR5200201;
- }
- }
+ public event tblGen2LinksFromGen1RowChangeEventHandler tblGen2LinksFromGen1RowChanged;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5200202Column {
- get {
- return this.columnR5200202;
- }
- }
+ public event tblGen2LinksFromGen1RowChangeEventHandler tblGen2LinksFromGen1RowDeleting;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6435300Column {
- get {
- return this.columnR6435300;
- }
- }
+ public event tblGen2LinksFromGen1RowChangeEventHandler tblGen2LinksFromGen1RowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6435301Column {
- get {
- return this.columnR6435301;
- }
+ public void AddtblGen2LinksFromGen1Row(tblGen2LinksFromGen1Row row) {
+ this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6435302Column {
- get {
- return this.columnR6435302;
- }
+ public tblGen2LinksFromGen1Row AddtblGen2LinksFromGen1Row(
+ int R0000100,
+ int R0214700,
+ int R0214800,
+ int R4825700,
+ int R4826000,
+ int R4826100,
+ int R4826300,
+ int R4826500,
+ int R4826800,
+ int R5495900,
+ int R5496200,
+ int R5496300,
+ int R5496500,
+ int R5496700,
+ int R5497000,
+ int R5497200,
+ int R6210700,
+ int R6210800,
+ int R6210900,
+ int R6211500,
+ int R6211600,
+ int R6211700,
+ int R6211800,
+ int R6211900,
+ int R6212200,
+ int R6212300,
+ int R6764000,
+ int R6764100,
+ int R6764200,
+ int R6764900,
+ int R6765000,
+ int R6765100,
+ int R6765200,
+ int R6765600,
+ int R6765700,
+ int R6765800,
+ int R6839600,
+ int R7408300,
+ int R7408400,
+ int R7408500,
+ int R7409200,
+ int R7409300,
+ int R7409400,
+ int R7409500,
+ int R7409900,
+ int R7410000,
+ int R7410100,
+ int R7548600,
+ int R8106400,
+ int R8106500,
+ int R8106600,
+ int R8106700,
+ int R8106800,
+ int R8106900,
+ int R8107000,
+ int R8107100,
+ int R8107200,
+ int R8255400,
+ int R9900400,
+ int R9900600,
+ int R9900601,
+ int R9901200,
+ int R9901400,
+ int R9901401,
+ int R9902000,
+ int R9902200,
+ int R9902201,
+ int R9902800,
+ int R9903000,
+ int R9903001,
+ int R9903600,
+ int R9903800,
+ int R9903801,
+ int R9904400,
+ int R9904600,
+ int R9904601,
+ int R9905200,
+ int R9905400,
+ int R9905401,
+ int R9906000,
+ int R9906600,
+ int R9907200,
+ int R9907800,
+ int R9908000,
+ int R9911200,
+ int R9911201,
+ int T0337300,
+ int T0337400,
+ int T0337500,
+ int T0337600,
+ int T0337700,
+ int T0337800,
+ int T0337900,
+ int T0338000,
+ int T0338100,
+ int T0338200,
+ int T0338300,
+ int T0338400,
+ int T0338500,
+ int T0338600,
+ int T1486900,
+ int T1487000,
+ int T1487100,
+ int T1487200,
+ int T1487300,
+ int T1487400,
+ int T1487500,
+ int T1487600,
+ int T1487700,
+ int T1487800,
+ int T2217700,
+ int T2533500,
+ int T2533600,
+ int T2533700,
+ int T2533800,
+ int T2533900,
+ int T2534000,
+ int T2534100,
+ int T2534200,
+ int T2534300,
+ int T2534400,
+ int T2534500,
+ int T3519800,
+ int T3519900,
+ int T3520000,
+ int T3520100,
+ int T3520200,
+ int T3520300,
+ int T3520400,
+ int T3520500,
+ int T3520600,
+ int T4483300,
+ int T4483400,
+ int T4483500,
+ int T4483600,
+ int T4483700,
+ int T4483800) {
+ tblGen2LinksFromGen1Row rowtblGen2LinksFromGen1Row = ((tblGen2LinksFromGen1Row)(this.NewRow()));
+ object[] columnValuesArray = new object[] {
+ R0000100,
+ R0214700,
+ R0214800,
+ R4825700,
+ R4826000,
+ R4826100,
+ R4826300,
+ R4826500,
+ R4826800,
+ R5495900,
+ R5496200,
+ R5496300,
+ R5496500,
+ R5496700,
+ R5497000,
+ R5497200,
+ R6210700,
+ R6210800,
+ R6210900,
+ R6211500,
+ R6211600,
+ R6211700,
+ R6211800,
+ R6211900,
+ R6212200,
+ R6212300,
+ R6764000,
+ R6764100,
+ R6764200,
+ R6764900,
+ R6765000,
+ R6765100,
+ R6765200,
+ R6765600,
+ R6765700,
+ R6765800,
+ R6839600,
+ R7408300,
+ R7408400,
+ R7408500,
+ R7409200,
+ R7409300,
+ R7409400,
+ R7409500,
+ R7409900,
+ R7410000,
+ R7410100,
+ R7548600,
+ R8106400,
+ R8106500,
+ R8106600,
+ R8106700,
+ R8106800,
+ R8106900,
+ R8107000,
+ R8107100,
+ R8107200,
+ R8255400,
+ R9900400,
+ R9900600,
+ R9900601,
+ R9901200,
+ R9901400,
+ R9901401,
+ R9902000,
+ R9902200,
+ R9902201,
+ R9902800,
+ R9903000,
+ R9903001,
+ R9903600,
+ R9903800,
+ R9903801,
+ R9904400,
+ R9904600,
+ R9904601,
+ R9905200,
+ R9905400,
+ R9905401,
+ R9906000,
+ R9906600,
+ R9907200,
+ R9907800,
+ R9908000,
+ R9911200,
+ R9911201,
+ T0337300,
+ T0337400,
+ T0337500,
+ T0337600,
+ T0337700,
+ T0337800,
+ T0337900,
+ T0338000,
+ T0338100,
+ T0338200,
+ T0338300,
+ T0338400,
+ T0338500,
+ T0338600,
+ T1486900,
+ T1487000,
+ T1487100,
+ T1487200,
+ T1487300,
+ T1487400,
+ T1487500,
+ T1487600,
+ T1487700,
+ T1487800,
+ T2217700,
+ T2533500,
+ T2533600,
+ T2533700,
+ T2533800,
+ T2533900,
+ T2534000,
+ T2534100,
+ T2534200,
+ T2534300,
+ T2534400,
+ T2534500,
+ T3519800,
+ T3519900,
+ T3520000,
+ T3520100,
+ T3520200,
+ T3520300,
+ T3520400,
+ T3520500,
+ T3520600,
+ T4483300,
+ T4483400,
+ T4483500,
+ T4483600,
+ T4483700,
+ T4483800};
+ rowtblGen2LinksFromGen1Row.ItemArray = columnValuesArray;
+ this.Rows.Add(rowtblGen2LinksFromGen1Row);
+ return rowtblGen2LinksFromGen1Row;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6479800Column {
- get {
- return this.columnR6479800;
- }
+ public tblGen2LinksFromGen1Row FindByR0000100(int R0000100) {
+ return ((tblGen2LinksFromGen1Row)(this.Rows.Find(new object[] {
+ R0000100})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6963300Column {
- get {
- return this.columnR6963300;
- }
+ public override global::System.Data.DataTable Clone() {
+ tblGen2LinksFromGen1DataTable cln = ((tblGen2LinksFromGen1DataTable)(base.Clone()));
+ cln.InitVars();
+ return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6963301Column {
- get {
- return this.columnR6963301;
- }
+ protected override global::System.Data.DataTable CreateInstance() {
+ return new tblGen2LinksFromGen1DataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6963302Column {
- get {
- return this.columnR6963302;
- }
+ internal void InitVars() {
+ this.columnR0000100 = base.Columns["R0000100"];
+ this.columnR0214700 = base.Columns["R0214700"];
+ this.columnR0214800 = base.Columns["R0214800"];
+ this.columnR4825700 = base.Columns["R4825700"];
+ this.columnR4826000 = base.Columns["R4826000"];
+ this.columnR4826100 = base.Columns["R4826100"];
+ this.columnR4826300 = base.Columns["R4826300"];
+ this.columnR4826500 = base.Columns["R4826500"];
+ this.columnR4826800 = base.Columns["R4826800"];
+ this.columnR5495900 = base.Columns["R5495900"];
+ this.columnR5496200 = base.Columns["R5496200"];
+ this.columnR5496300 = base.Columns["R5496300"];
+ this.columnR5496500 = base.Columns["R5496500"];
+ this.columnR5496700 = base.Columns["R5496700"];
+ this.columnR5497000 = base.Columns["R5497000"];
+ this.columnR5497200 = base.Columns["R5497200"];
+ this.columnR6210700 = base.Columns["R6210700"];
+ this.columnR6210800 = base.Columns["R6210800"];
+ this.columnR6210900 = base.Columns["R6210900"];
+ this.columnR6211500 = base.Columns["R6211500"];
+ this.columnR6211600 = base.Columns["R6211600"];
+ this.columnR6211700 = base.Columns["R6211700"];
+ this.columnR6211800 = base.Columns["R6211800"];
+ this.columnR6211900 = base.Columns["R6211900"];
+ this.columnR6212200 = base.Columns["R6212200"];
+ this.columnR6212300 = base.Columns["R6212300"];
+ this.columnR6764000 = base.Columns["R6764000"];
+ this.columnR6764100 = base.Columns["R6764100"];
+ this.columnR6764200 = base.Columns["R6764200"];
+ this.columnR6764900 = base.Columns["R6764900"];
+ this.columnR6765000 = base.Columns["R6765000"];
+ this.columnR6765100 = base.Columns["R6765100"];
+ this.columnR6765200 = base.Columns["R6765200"];
+ this.columnR6765600 = base.Columns["R6765600"];
+ this.columnR6765700 = base.Columns["R6765700"];
+ this.columnR6765800 = base.Columns["R6765800"];
+ this.columnR6839600 = base.Columns["R6839600"];
+ this.columnR7408300 = base.Columns["R7408300"];
+ this.columnR7408400 = base.Columns["R7408400"];
+ this.columnR7408500 = base.Columns["R7408500"];
+ this.columnR7409200 = base.Columns["R7409200"];
+ this.columnR7409300 = base.Columns["R7409300"];
+ this.columnR7409400 = base.Columns["R7409400"];
+ this.columnR7409500 = base.Columns["R7409500"];
+ this.columnR7409900 = base.Columns["R7409900"];
+ this.columnR7410000 = base.Columns["R7410000"];
+ this.columnR7410100 = base.Columns["R7410100"];
+ this.columnR7548600 = base.Columns["R7548600"];
+ this.columnR8106400 = base.Columns["R8106400"];
+ this.columnR8106500 = base.Columns["R8106500"];
+ this.columnR8106600 = base.Columns["R8106600"];
+ this.columnR8106700 = base.Columns["R8106700"];
+ this.columnR8106800 = base.Columns["R8106800"];
+ this.columnR8106900 = base.Columns["R8106900"];
+ this.columnR8107000 = base.Columns["R8107000"];
+ this.columnR8107100 = base.Columns["R8107100"];
+ this.columnR8107200 = base.Columns["R8107200"];
+ this.columnR8255400 = base.Columns["R8255400"];
+ this.columnR9900400 = base.Columns["R9900400"];
+ this.columnR9900600 = base.Columns["R9900600"];
+ this.columnR9900601 = base.Columns["R9900601"];
+ this.columnR9901200 = base.Columns["R9901200"];
+ this.columnR9901400 = base.Columns["R9901400"];
+ this.columnR9901401 = base.Columns["R9901401"];
+ this.columnR9902000 = base.Columns["R9902000"];
+ this.columnR9902200 = base.Columns["R9902200"];
+ this.columnR9902201 = base.Columns["R9902201"];
+ this.columnR9902800 = base.Columns["R9902800"];
+ this.columnR9903000 = base.Columns["R9903000"];
+ this.columnR9903001 = base.Columns["R9903001"];
+ this.columnR9903600 = base.Columns["R9903600"];
+ this.columnR9903800 = base.Columns["R9903800"];
+ this.columnR9903801 = base.Columns["R9903801"];
+ this.columnR9904400 = base.Columns["R9904400"];
+ this.columnR9904600 = base.Columns["R9904600"];
+ this.columnR9904601 = base.Columns["R9904601"];
+ this.columnR9905200 = base.Columns["R9905200"];
+ this.columnR9905400 = base.Columns["R9905400"];
+ this.columnR9905401 = base.Columns["R9905401"];
+ this.columnR9906000 = base.Columns["R9906000"];
+ this.columnR9906600 = base.Columns["R9906600"];
+ this.columnR9907200 = base.Columns["R9907200"];
+ this.columnR9907800 = base.Columns["R9907800"];
+ this.columnR9908000 = base.Columns["R9908000"];
+ this.columnR9911200 = base.Columns["R9911200"];
+ this.columnR9911201 = base.Columns["R9911201"];
+ this.columnT0337300 = base.Columns["T0337300"];
+ this.columnT0337400 = base.Columns["T0337400"];
+ this.columnT0337500 = base.Columns["T0337500"];
+ this.columnT0337600 = base.Columns["T0337600"];
+ this.columnT0337700 = base.Columns["T0337700"];
+ this.columnT0337800 = base.Columns["T0337800"];
+ this.columnT0337900 = base.Columns["T0337900"];
+ this.columnT0338000 = base.Columns["T0338000"];
+ this.columnT0338100 = base.Columns["T0338100"];
+ this.columnT0338200 = base.Columns["T0338200"];
+ this.columnT0338300 = base.Columns["T0338300"];
+ this.columnT0338400 = base.Columns["T0338400"];
+ this.columnT0338500 = base.Columns["T0338500"];
+ this.columnT0338600 = base.Columns["T0338600"];
+ this.columnT1486900 = base.Columns["T1486900"];
+ this.columnT1487000 = base.Columns["T1487000"];
+ this.columnT1487100 = base.Columns["T1487100"];
+ this.columnT1487200 = base.Columns["T1487200"];
+ this.columnT1487300 = base.Columns["T1487300"];
+ this.columnT1487400 = base.Columns["T1487400"];
+ this.columnT1487500 = base.Columns["T1487500"];
+ this.columnT1487600 = base.Columns["T1487600"];
+ this.columnT1487700 = base.Columns["T1487700"];
+ this.columnT1487800 = base.Columns["T1487800"];
+ this.columnT2217700 = base.Columns["T2217700"];
+ this.columnT2533500 = base.Columns["T2533500"];
+ this.columnT2533600 = base.Columns["T2533600"];
+ this.columnT2533700 = base.Columns["T2533700"];
+ this.columnT2533800 = base.Columns["T2533800"];
+ this.columnT2533900 = base.Columns["T2533900"];
+ this.columnT2534000 = base.Columns["T2534000"];
+ this.columnT2534100 = base.Columns["T2534100"];
+ this.columnT2534200 = base.Columns["T2534200"];
+ this.columnT2534300 = base.Columns["T2534300"];
+ this.columnT2534400 = base.Columns["T2534400"];
+ this.columnT2534500 = base.Columns["T2534500"];
+ this.columnT3519800 = base.Columns["T3519800"];
+ this.columnT3519900 = base.Columns["T3519900"];
+ this.columnT3520000 = base.Columns["T3520000"];
+ this.columnT3520100 = base.Columns["T3520100"];
+ this.columnT3520200 = base.Columns["T3520200"];
+ this.columnT3520300 = base.Columns["T3520300"];
+ this.columnT3520400 = base.Columns["T3520400"];
+ this.columnT3520500 = base.Columns["T3520500"];
+ this.columnT3520600 = base.Columns["T3520600"];
+ this.columnT4483300 = base.Columns["T4483300"];
+ this.columnT4483400 = base.Columns["T4483400"];
+ this.columnT4483500 = base.Columns["T4483500"];
+ this.columnT4483600 = base.Columns["T4483600"];
+ this.columnT4483700 = base.Columns["T4483700"];
+ this.columnT4483800 = base.Columns["T4483800"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7007500Column {
- get {
- return this.columnR7007500;
- }
+ private void InitClass() {
+ this.columnR0000100 = new global::System.Data.DataColumn("R0000100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0000100);
+ this.columnR0214700 = new global::System.Data.DataColumn("R0214700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0214700);
+ this.columnR0214800 = new global::System.Data.DataColumn("R0214800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0214800);
+ this.columnR4825700 = new global::System.Data.DataColumn("R4825700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4825700);
+ this.columnR4826000 = new global::System.Data.DataColumn("R4826000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4826000);
+ this.columnR4826100 = new global::System.Data.DataColumn("R4826100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4826100);
+ this.columnR4826300 = new global::System.Data.DataColumn("R4826300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4826300);
+ this.columnR4826500 = new global::System.Data.DataColumn("R4826500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4826500);
+ this.columnR4826800 = new global::System.Data.DataColumn("R4826800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4826800);
+ this.columnR5495900 = new global::System.Data.DataColumn("R5495900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5495900);
+ this.columnR5496200 = new global::System.Data.DataColumn("R5496200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5496200);
+ this.columnR5496300 = new global::System.Data.DataColumn("R5496300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5496300);
+ this.columnR5496500 = new global::System.Data.DataColumn("R5496500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5496500);
+ this.columnR5496700 = new global::System.Data.DataColumn("R5496700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5496700);
+ this.columnR5497000 = new global::System.Data.DataColumn("R5497000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5497000);
+ this.columnR5497200 = new global::System.Data.DataColumn("R5497200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5497200);
+ this.columnR6210700 = new global::System.Data.DataColumn("R6210700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6210700);
+ this.columnR6210800 = new global::System.Data.DataColumn("R6210800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6210800);
+ this.columnR6210900 = new global::System.Data.DataColumn("R6210900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6210900);
+ this.columnR6211500 = new global::System.Data.DataColumn("R6211500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6211500);
+ this.columnR6211600 = new global::System.Data.DataColumn("R6211600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6211600);
+ this.columnR6211700 = new global::System.Data.DataColumn("R6211700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6211700);
+ this.columnR6211800 = new global::System.Data.DataColumn("R6211800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6211800);
+ this.columnR6211900 = new global::System.Data.DataColumn("R6211900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6211900);
+ this.columnR6212200 = new global::System.Data.DataColumn("R6212200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6212200);
+ this.columnR6212300 = new global::System.Data.DataColumn("R6212300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6212300);
+ this.columnR6764000 = new global::System.Data.DataColumn("R6764000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6764000);
+ this.columnR6764100 = new global::System.Data.DataColumn("R6764100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6764100);
+ this.columnR6764200 = new global::System.Data.DataColumn("R6764200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6764200);
+ this.columnR6764900 = new global::System.Data.DataColumn("R6764900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6764900);
+ this.columnR6765000 = new global::System.Data.DataColumn("R6765000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6765000);
+ this.columnR6765100 = new global::System.Data.DataColumn("R6765100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6765100);
+ this.columnR6765200 = new global::System.Data.DataColumn("R6765200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6765200);
+ this.columnR6765600 = new global::System.Data.DataColumn("R6765600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6765600);
+ this.columnR6765700 = new global::System.Data.DataColumn("R6765700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6765700);
+ this.columnR6765800 = new global::System.Data.DataColumn("R6765800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6765800);
+ this.columnR6839600 = new global::System.Data.DataColumn("R6839600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6839600);
+ this.columnR7408300 = new global::System.Data.DataColumn("R7408300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7408300);
+ this.columnR7408400 = new global::System.Data.DataColumn("R7408400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7408400);
+ this.columnR7408500 = new global::System.Data.DataColumn("R7408500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7408500);
+ this.columnR7409200 = new global::System.Data.DataColumn("R7409200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7409200);
+ this.columnR7409300 = new global::System.Data.DataColumn("R7409300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7409300);
+ this.columnR7409400 = new global::System.Data.DataColumn("R7409400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7409400);
+ this.columnR7409500 = new global::System.Data.DataColumn("R7409500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7409500);
+ this.columnR7409900 = new global::System.Data.DataColumn("R7409900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7409900);
+ this.columnR7410000 = new global::System.Data.DataColumn("R7410000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7410000);
+ this.columnR7410100 = new global::System.Data.DataColumn("R7410100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7410100);
+ this.columnR7548600 = new global::System.Data.DataColumn("R7548600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7548600);
+ this.columnR8106400 = new global::System.Data.DataColumn("R8106400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8106400);
+ this.columnR8106500 = new global::System.Data.DataColumn("R8106500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8106500);
+ this.columnR8106600 = new global::System.Data.DataColumn("R8106600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8106600);
+ this.columnR8106700 = new global::System.Data.DataColumn("R8106700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8106700);
+ this.columnR8106800 = new global::System.Data.DataColumn("R8106800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8106800);
+ this.columnR8106900 = new global::System.Data.DataColumn("R8106900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8106900);
+ this.columnR8107000 = new global::System.Data.DataColumn("R8107000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8107000);
+ this.columnR8107100 = new global::System.Data.DataColumn("R8107100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8107100);
+ this.columnR8107200 = new global::System.Data.DataColumn("R8107200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8107200);
+ this.columnR8255400 = new global::System.Data.DataColumn("R8255400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8255400);
+ this.columnR9900400 = new global::System.Data.DataColumn("R9900400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9900400);
+ this.columnR9900600 = new global::System.Data.DataColumn("R9900600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9900600);
+ this.columnR9900601 = new global::System.Data.DataColumn("R9900601", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9900601);
+ this.columnR9901200 = new global::System.Data.DataColumn("R9901200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9901200);
+ this.columnR9901400 = new global::System.Data.DataColumn("R9901400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9901400);
+ this.columnR9901401 = new global::System.Data.DataColumn("R9901401", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9901401);
+ this.columnR9902000 = new global::System.Data.DataColumn("R9902000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9902000);
+ this.columnR9902200 = new global::System.Data.DataColumn("R9902200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9902200);
+ this.columnR9902201 = new global::System.Data.DataColumn("R9902201", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9902201);
+ this.columnR9902800 = new global::System.Data.DataColumn("R9902800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9902800);
+ this.columnR9903000 = new global::System.Data.DataColumn("R9903000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9903000);
+ this.columnR9903001 = new global::System.Data.DataColumn("R9903001", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9903001);
+ this.columnR9903600 = new global::System.Data.DataColumn("R9903600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9903600);
+ this.columnR9903800 = new global::System.Data.DataColumn("R9903800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9903800);
+ this.columnR9903801 = new global::System.Data.DataColumn("R9903801", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9903801);
+ this.columnR9904400 = new global::System.Data.DataColumn("R9904400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9904400);
+ this.columnR9904600 = new global::System.Data.DataColumn("R9904600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9904600);
+ this.columnR9904601 = new global::System.Data.DataColumn("R9904601", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9904601);
+ this.columnR9905200 = new global::System.Data.DataColumn("R9905200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9905200);
+ this.columnR9905400 = new global::System.Data.DataColumn("R9905400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9905400);
+ this.columnR9905401 = new global::System.Data.DataColumn("R9905401", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9905401);
+ this.columnR9906000 = new global::System.Data.DataColumn("R9906000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9906000);
+ this.columnR9906600 = new global::System.Data.DataColumn("R9906600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9906600);
+ this.columnR9907200 = new global::System.Data.DataColumn("R9907200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9907200);
+ this.columnR9907800 = new global::System.Data.DataColumn("R9907800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9907800);
+ this.columnR9908000 = new global::System.Data.DataColumn("R9908000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9908000);
+ this.columnR9911200 = new global::System.Data.DataColumn("R9911200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9911200);
+ this.columnR9911201 = new global::System.Data.DataColumn("R9911201", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR9911201);
+ this.columnT0337300 = new global::System.Data.DataColumn("T0337300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0337300);
+ this.columnT0337400 = new global::System.Data.DataColumn("T0337400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0337400);
+ this.columnT0337500 = new global::System.Data.DataColumn("T0337500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0337500);
+ this.columnT0337600 = new global::System.Data.DataColumn("T0337600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0337600);
+ this.columnT0337700 = new global::System.Data.DataColumn("T0337700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0337700);
+ this.columnT0337800 = new global::System.Data.DataColumn("T0337800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0337800);
+ this.columnT0337900 = new global::System.Data.DataColumn("T0337900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0337900);
+ this.columnT0338000 = new global::System.Data.DataColumn("T0338000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0338000);
+ this.columnT0338100 = new global::System.Data.DataColumn("T0338100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0338100);
+ this.columnT0338200 = new global::System.Data.DataColumn("T0338200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0338200);
+ this.columnT0338300 = new global::System.Data.DataColumn("T0338300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0338300);
+ this.columnT0338400 = new global::System.Data.DataColumn("T0338400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0338400);
+ this.columnT0338500 = new global::System.Data.DataColumn("T0338500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0338500);
+ this.columnT0338600 = new global::System.Data.DataColumn("T0338600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0338600);
+ this.columnT1486900 = new global::System.Data.DataColumn("T1486900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1486900);
+ this.columnT1487000 = new global::System.Data.DataColumn("T1487000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1487000);
+ this.columnT1487100 = new global::System.Data.DataColumn("T1487100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1487100);
+ this.columnT1487200 = new global::System.Data.DataColumn("T1487200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1487200);
+ this.columnT1487300 = new global::System.Data.DataColumn("T1487300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1487300);
+ this.columnT1487400 = new global::System.Data.DataColumn("T1487400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1487400);
+ this.columnT1487500 = new global::System.Data.DataColumn("T1487500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1487500);
+ this.columnT1487600 = new global::System.Data.DataColumn("T1487600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1487600);
+ this.columnT1487700 = new global::System.Data.DataColumn("T1487700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1487700);
+ this.columnT1487800 = new global::System.Data.DataColumn("T1487800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1487800);
+ this.columnT2217700 = new global::System.Data.DataColumn("T2217700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2217700);
+ this.columnT2533500 = new global::System.Data.DataColumn("T2533500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2533500);
+ this.columnT2533600 = new global::System.Data.DataColumn("T2533600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2533600);
+ this.columnT2533700 = new global::System.Data.DataColumn("T2533700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2533700);
+ this.columnT2533800 = new global::System.Data.DataColumn("T2533800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2533800);
+ this.columnT2533900 = new global::System.Data.DataColumn("T2533900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2533900);
+ this.columnT2534000 = new global::System.Data.DataColumn("T2534000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2534000);
+ this.columnT2534100 = new global::System.Data.DataColumn("T2534100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2534100);
+ this.columnT2534200 = new global::System.Data.DataColumn("T2534200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2534200);
+ this.columnT2534300 = new global::System.Data.DataColumn("T2534300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2534300);
+ this.columnT2534400 = new global::System.Data.DataColumn("T2534400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2534400);
+ this.columnT2534500 = new global::System.Data.DataColumn("T2534500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2534500);
+ this.columnT3519800 = new global::System.Data.DataColumn("T3519800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3519800);
+ this.columnT3519900 = new global::System.Data.DataColumn("T3519900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3519900);
+ this.columnT3520000 = new global::System.Data.DataColumn("T3520000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3520000);
+ this.columnT3520100 = new global::System.Data.DataColumn("T3520100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3520100);
+ this.columnT3520200 = new global::System.Data.DataColumn("T3520200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3520200);
+ this.columnT3520300 = new global::System.Data.DataColumn("T3520300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3520300);
+ this.columnT3520400 = new global::System.Data.DataColumn("T3520400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3520400);
+ this.columnT3520500 = new global::System.Data.DataColumn("T3520500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3520500);
+ this.columnT3520600 = new global::System.Data.DataColumn("T3520600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3520600);
+ this.columnT4483300 = new global::System.Data.DataColumn("T4483300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4483300);
+ this.columnT4483400 = new global::System.Data.DataColumn("T4483400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4483400);
+ this.columnT4483500 = new global::System.Data.DataColumn("T4483500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4483500);
+ this.columnT4483600 = new global::System.Data.DataColumn("T4483600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4483600);
+ this.columnT4483700 = new global::System.Data.DataColumn("T4483700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4483700);
+ this.columnT4483800 = new global::System.Data.DataColumn("T4483800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4483800);
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
+ this.columnR0000100}, true));
+ this.columnR0000100.AllowDBNull = false;
+ this.columnR0000100.Unique = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7656300Column {
- get {
- return this.columnR7656300;
- }
+ public tblGen2LinksFromGen1Row NewtblGen2LinksFromGen1Row() {
+ return ((tblGen2LinksFromGen1Row)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7656301Column {
- get {
- return this.columnR7656301;
- }
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
+ return new tblGen2LinksFromGen1Row(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7656302Column {
- get {
- return this.columnR7656302;
- }
+ protected override global::System.Type GetRowType() {
+ return typeof(tblGen2LinksFromGen1Row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7704800Column {
- get {
- return this.columnR7704800;
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanged(e);
+ if ((this.tblGen2LinksFromGen1RowChanged != null)) {
+ this.tblGen2LinksFromGen1RowChanged(this, new tblGen2LinksFromGen1RowChangeEvent(((tblGen2LinksFromGen1Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7800500Column {
- get {
- return this.columnR7800500;
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanging(e);
+ if ((this.tblGen2LinksFromGen1RowChanging != null)) {
+ this.tblGen2LinksFromGen1RowChanging(this, new tblGen2LinksFromGen1RowChangeEvent(((tblGen2LinksFromGen1Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7800501Column {
- get {
- return this.columnR7800501;
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleted(e);
+ if ((this.tblGen2LinksFromGen1RowDeleted != null)) {
+ this.tblGen2LinksFromGen1RowDeleted(this, new tblGen2LinksFromGen1RowChangeEvent(((tblGen2LinksFromGen1Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7800502Column {
- get {
- return this.columnR7800502;
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleting(e);
+ if ((this.tblGen2LinksFromGen1RowDeleting != null)) {
+ this.tblGen2LinksFromGen1RowDeleting(this, new tblGen2LinksFromGen1RowChangeEvent(((tblGen2LinksFromGen1Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8497200Column {
- get {
- return this.columnR8497200;
- }
+ public void RemovetblGen2LinksFromGen1Row(tblGen2LinksFromGen1Row row) {
+ this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R9908000Column {
- get {
- return this.columnR9908000;
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
+ ImportDataSet ds = new ImportDataSet();
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
+ any1.MinOccurs = new decimal(0);
+ any1.MaxOccurs = decimal.MaxValue;
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any1);
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
+ any2.MinOccurs = new decimal(1);
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any2);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute1.Name = "namespace";
+ attribute1.FixedValue = ds.Namespace;
+ type.Attributes.Add(attribute1);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute2.Name = "tableTypeName";
+ attribute2.FixedValue = "tblGen2LinksFromGen1DataTable";
+ type.Attributes.Add(attribute2);
+ type.Particle = sequence;
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
+ if (xs.Contains(dsSchema.TargetNamespace)) {
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
+ try {
+ global::System.Xml.Schema.XmlSchema schema = null;
+ dsSchema.Write(s1);
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
+ s2.SetLength(0);
+ schema.Write(s2);
+ if ((s1.Length == s2.Length)) {
+ s1.Position = 0;
+ s2.Position = 0;
+ for (; ((s1.Position != s1.Length)
+ && (s1.ReadByte() == s2.ReadByte())); ) {
+ ;
+ }
+ if ((s1.Position == s1.Length)) {
+ return type;
+ }
+ }
+ }
+ }
+ finally {
+ if ((s1 != null)) {
+ s1.Close();
+ }
+ if ((s2 != null)) {
+ s2.Close();
+ }
+ }
}
+ xs.Add(dsSchema);
+ return type;
}
+ }
+
+ ///
+ ///Represents the strongly named DataTable class.
+ ///
+ [global::System.Serializable()]
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
+ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedTableBase {
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0000900Column {
- get {
- return this.columnT0000900;
- }
- }
+ private global::System.Data.DataColumn columnR0000100;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0000901Column {
- get {
- return this.columnT0000901;
- }
- }
+ private global::System.Data.DataColumn columnR0173600;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0000902Column {
- get {
- return this.columnT0000902;
- }
- }
+ private global::System.Data.DataColumn columnR0214700;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0989000Column {
- get {
- return this.columnT0989000;
- }
- }
+ private global::System.Data.DataColumn columnR0214800;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1200700Column {
- get {
- return this.columnT1200700;
- }
- }
+ private global::System.Data.DataColumn columnR1373300;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1200701Column {
- get {
- return this.columnT1200701;
- }
- }
+ private global::System.Data.DataColumn columnR1373500;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1200702Column {
- get {
- return this.columnT1200702;
- }
- }
+ private global::System.Data.DataColumn columnR1374000;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2210800Column {
- get {
- return this.columnT2210800;
- }
- }
+ private global::System.Data.DataColumn columnR1374200;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2260600Column {
- get {
- return this.columnT2260600;
- }
- }
+ private global::System.Data.DataColumn columnR1374700;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2260601Column {
- get {
- return this.columnT2260601;
- }
- }
+ private global::System.Data.DataColumn columnR1374900;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2260602Column {
- get {
- return this.columnT2260602;
- }
- }
+ private global::System.Data.DataColumn columnR1375400;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2763400Column {
- get {
- return this.columnT2763400;
- }
- }
+ private global::System.Data.DataColumn columnR1375600;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2763500Column {
- get {
- return this.columnT2763500;
- }
- }
+ private global::System.Data.DataColumn columnR1376100;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2763600Column {
- get {
- return this.columnT2763600;
- }
- }
+ private global::System.Data.DataColumn columnR1376300;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2763700Column {
- get {
- return this.columnT2763700;
- }
- }
+ private global::System.Data.DataColumn columnR1376800;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2763800Column {
- get {
- return this.columnT2763800;
- }
- }
+ private global::System.Data.DataColumn columnR1377000;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2763900Column {
- get {
- return this.columnT2763900;
- }
- }
+ private global::System.Data.DataColumn columnR1377500;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2764000Column {
- get {
- return this.columnT2764000;
- }
- }
+ private global::System.Data.DataColumn columnR1377700;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T3108700Column {
- get {
- return this.columnT3108700;
- }
- }
+ private global::System.Data.DataColumn columnR1753700;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T3195600Column {
- get {
- return this.columnT3195600;
- }
- }
+ private global::System.Data.DataColumn columnR1753900;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T3195601Column {
- get {
- return this.columnT3195601;
- }
- }
+ private global::System.Data.DataColumn columnR1754400;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T3195602Column {
- get {
- return this.columnT3195602;
- }
- }
+ private global::System.Data.DataColumn columnR1754600;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T3729600Column {
- get {
- return this.columnT3729600;
- }
- }
+ private global::System.Data.DataColumn columnR1755100;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T3729700Column {
- get {
- return this.columnT3729700;
- }
- }
+ private global::System.Data.DataColumn columnR1755300;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T3729800Column {
- get {
- return this.columnT3729800;
- }
- }
+ private global::System.Data.DataColumn columnR1755800;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T3729900Column {
- get {
- return this.columnT3729900;
- }
- }
+ private global::System.Data.DataColumn columnR1756000;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T3730000Column {
- get {
- return this.columnT3730000;
- }
- }
+ private global::System.Data.DataColumn columnR1756500;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T3730100Column {
- get {
- return this.columnT3730100;
- }
- }
+ private global::System.Data.DataColumn columnR1756700;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T4113200Column {
- get {
- return this.columnT4113200;
- }
- }
+ private global::System.Data.DataColumn columnR1757200;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T4181100Column {
- get {
- return this.columnT4181100;
- }
- }
+ private global::System.Data.DataColumn columnR1757400;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T4181101Column {
- get {
- return this.columnT4181101;
- }
- }
+ private global::System.Data.DataColumn columnR1757900;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T4181102Column {
- get {
- return this.columnT4181102;
- }
- }
+ private global::System.Data.DataColumn columnR1758100;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T5023600Column {
- get {
- return this.columnT5023600;
- }
- }
+ private global::System.Data.DataColumn columnR2095700;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- [global::System.ComponentModel.Browsable(false)]
- public int Count {
- get {
- return this.Rows.Count;
- }
- }
+ private global::System.Data.DataColumn columnR2095900;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1LinksRow this[int index] {
- get {
- return ((tblGen1LinksRow)(this.Rows[index]));
- }
- }
+ private global::System.Data.DataColumn columnR2096400;
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen1LinksRowChangeEventHandler tblGen1LinksRowChanging;
+ private global::System.Data.DataColumn columnR2096600;
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen1LinksRowChangeEventHandler tblGen1LinksRowChanged;
+ private global::System.Data.DataColumn columnR2097100;
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen1LinksRowChangeEventHandler tblGen1LinksRowDeleting;
+ private global::System.Data.DataColumn columnR2097300;
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public event tblGen1LinksRowChangeEventHandler tblGen1LinksRowDeleted;
+ private global::System.Data.DataColumn columnR2097800;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void AddtblGen1LinksRow(tblGen1LinksRow row) {
- this.Rows.Add(row);
- }
+ private global::System.Data.DataColumn columnR2098000;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1LinksRow AddtblGen1LinksRow(
- int R0000100,
- int R0000149,
- int R0000300,
- int R0000500,
- int R0009100,
- int R0009300,
- int R0172500,
- int R0172600,
- int R0173600,
- int R0214700,
- int R0214800,
- int R0216500,
- int R0329200,
- int R0329210,
- int R0406510,
- int R0410100,
- int R0410300,
- int R0530700,
- int R0530800,
- int R0619010,
- int R0809900,
- int R0810000,
- int R0898310,
- int R1045700,
- int R1045800,
- int R1145110,
- int R1427500,
- int R1427600,
- int R1520310,
- int R1774100,
- int R1774200,
- int R1794600,
- int R1794700,
- int R1891010,
- int R2156200,
- int R2156300,
- int R2258110,
- int R2365700,
- int R2365800,
- int R2445510,
- int R2742500,
- int R2742600,
- int R2871300,
- int R2986100,
- int R2986200,
- int R3075000,
- int R3302500,
- int R3302600,
- int R3401700,
- int R3573400,
- int R3573500,
- int R3657100,
- int R3917600,
- int R3917700,
- int R4007600,
- int R4100200,
- int R4100201,
- int R4100202,
- int R4418700,
- int R4500200,
- int R4500201,
- int R4500202,
- int R5081700,
- int R5167000,
- int R5200200,
- int R5200201,
- int R5200202,
- int R6435300,
- int R6435301,
- int R6435302,
- int R6479800,
- int R6963300,
- int R6963301,
- int R6963302,
- int R7007500,
- int R7656300,
- int R7656301,
- int R7656302,
- int R7704800,
- int R7800500,
- int R7800501,
- int R7800502,
- int R8497200,
- int R9908000,
- int T0000900,
- int T0000901,
- int T0000902,
- int T0989000,
- int T1200700,
- int T1200701,
- int T1200702,
- int T2210800,
- int T2260600,
- int T2260601,
- int T2260602,
- int T2763400,
- int T2763500,
- int T2763600,
- int T2763700,
- int T2763800,
- int T2763900,
- int T2764000,
- int T3108700,
- int T3195600,
- int T3195601,
- int T3195602,
- int T3729600,
- int T3729700,
- int T3729800,
- int T3729900,
- int T3730000,
- int T3730100,
- int T4113200,
- int T4181100,
- int T4181101,
- int T4181102,
- int T5023600) {
- tblGen1LinksRow rowtblGen1LinksRow = ((tblGen1LinksRow)(this.NewRow()));
- object[] columnValuesArray = new object[] {
- R0000100,
- R0000149,
- R0000300,
- R0000500,
- R0009100,
- R0009300,
- R0172500,
- R0172600,
- R0173600,
- R0214700,
- R0214800,
- R0216500,
- R0329200,
- R0329210,
- R0406510,
- R0410100,
- R0410300,
- R0530700,
- R0530800,
- R0619010,
- R0809900,
- R0810000,
- R0898310,
- R1045700,
- R1045800,
- R1145110,
- R1427500,
- R1427600,
- R1520310,
- R1774100,
- R1774200,
- R1794600,
- R1794700,
- R1891010,
- R2156200,
- R2156300,
- R2258110,
- R2365700,
- R2365800,
- R2445510,
- R2742500,
- R2742600,
- R2871300,
- R2986100,
- R2986200,
- R3075000,
- R3302500,
- R3302600,
- R3401700,
- R3573400,
- R3573500,
- R3657100,
- R3917600,
- R3917700,
- R4007600,
- R4100200,
- R4100201,
- R4100202,
- R4418700,
- R4500200,
- R4500201,
- R4500202,
- R5081700,
- R5167000,
- R5200200,
- R5200201,
- R5200202,
- R6435300,
- R6435301,
- R6435302,
- R6479800,
- R6963300,
- R6963301,
- R6963302,
- R7007500,
- R7656300,
- R7656301,
- R7656302,
- R7704800,
- R7800500,
- R7800501,
- R7800502,
- R8497200,
- R9908000,
- T0000900,
- T0000901,
- T0000902,
- T0989000,
- T1200700,
- T1200701,
- T1200702,
- T2210800,
- T2260600,
- T2260601,
- T2260602,
- T2763400,
- T2763500,
- T2763600,
- T2763700,
- T2763800,
- T2763900,
- T2764000,
- T3108700,
- T3195600,
- T3195601,
- T3195602,
- T3729600,
- T3729700,
- T3729800,
- T3729900,
- T3730000,
- T3730100,
- T4113200,
- T4181100,
- T4181101,
- T4181102,
- T5023600};
- rowtblGen1LinksRow.ItemArray = columnValuesArray;
- this.Rows.Add(rowtblGen1LinksRow);
- return rowtblGen1LinksRow;
- }
+ private global::System.Data.DataColumn columnR2098500;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1LinksRow FindByR0000100(int R0000100) {
- return ((tblGen1LinksRow)(this.Rows.Find(new object[] {
- R0000100})));
- }
+ private global::System.Data.DataColumn columnR2098700;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public override global::System.Data.DataTable Clone() {
- tblGen1LinksDataTable cln = ((tblGen1LinksDataTable)(base.Clone()));
- cln.InitVars();
- return cln;
- }
+ private global::System.Data.DataColumn columnR2099200;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override global::System.Data.DataTable CreateInstance() {
- return new tblGen1LinksDataTable();
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal void InitVars() {
- this.columnR0000100 = base.Columns["R0000100"];
- this.columnR0000149 = base.Columns["R0000149"];
- this.columnR0000300 = base.Columns["R0000300"];
- this.columnR0000500 = base.Columns["R0000500"];
- this.columnR0009100 = base.Columns["R0009100"];
- this.columnR0009300 = base.Columns["R0009300"];
- this.columnR0172500 = base.Columns["R0172500"];
- this.columnR0172600 = base.Columns["R0172600"];
- this.columnR0173600 = base.Columns["R0173600"];
- this.columnR0214700 = base.Columns["R0214700"];
- this.columnR0214800 = base.Columns["R0214800"];
- this.columnR0216500 = base.Columns["R0216500"];
- this.columnR0329200 = base.Columns["R0329200"];
- this.columnR0329210 = base.Columns["R0329210"];
- this.columnR0406510 = base.Columns["R0406510"];
- this.columnR0410100 = base.Columns["R0410100"];
- this.columnR0410300 = base.Columns["R0410300"];
- this.columnR0530700 = base.Columns["R0530700"];
- this.columnR0530800 = base.Columns["R0530800"];
- this.columnR0619010 = base.Columns["R0619010"];
- this.columnR0809900 = base.Columns["R0809900"];
- this.columnR0810000 = base.Columns["R0810000"];
- this.columnR0898310 = base.Columns["R0898310"];
- this.columnR1045700 = base.Columns["R1045700"];
- this.columnR1045800 = base.Columns["R1045800"];
- this.columnR1145110 = base.Columns["R1145110"];
- this.columnR1427500 = base.Columns["R1427500"];
- this.columnR1427600 = base.Columns["R1427600"];
- this.columnR1520310 = base.Columns["R1520310"];
- this.columnR1774100 = base.Columns["R1774100"];
- this.columnR1774200 = base.Columns["R1774200"];
- this.columnR1794600 = base.Columns["R1794600"];
- this.columnR1794700 = base.Columns["R1794700"];
- this.columnR1891010 = base.Columns["R1891010"];
- this.columnR2156200 = base.Columns["R2156200"];
- this.columnR2156300 = base.Columns["R2156300"];
- this.columnR2258110 = base.Columns["R2258110"];
- this.columnR2365700 = base.Columns["R2365700"];
- this.columnR2365800 = base.Columns["R2365800"];
- this.columnR2445510 = base.Columns["R2445510"];
- this.columnR2742500 = base.Columns["R2742500"];
- this.columnR2742600 = base.Columns["R2742600"];
- this.columnR2871300 = base.Columns["R2871300"];
- this.columnR2986100 = base.Columns["R2986100"];
- this.columnR2986200 = base.Columns["R2986200"];
- this.columnR3075000 = base.Columns["R3075000"];
- this.columnR3302500 = base.Columns["R3302500"];
- this.columnR3302600 = base.Columns["R3302600"];
- this.columnR3401700 = base.Columns["R3401700"];
- this.columnR3573400 = base.Columns["R3573400"];
- this.columnR3573500 = base.Columns["R3573500"];
- this.columnR3657100 = base.Columns["R3657100"];
- this.columnR3917600 = base.Columns["R3917600"];
- this.columnR3917700 = base.Columns["R3917700"];
- this.columnR4007600 = base.Columns["R4007600"];
- this.columnR4100200 = base.Columns["R4100200"];
- this.columnR4100201 = base.Columns["R4100201"];
- this.columnR4100202 = base.Columns["R4100202"];
- this.columnR4418700 = base.Columns["R4418700"];
- this.columnR4500200 = base.Columns["R4500200"];
- this.columnR4500201 = base.Columns["R4500201"];
- this.columnR4500202 = base.Columns["R4500202"];
- this.columnR5081700 = base.Columns["R5081700"];
- this.columnR5167000 = base.Columns["R5167000"];
- this.columnR5200200 = base.Columns["R5200200"];
- this.columnR5200201 = base.Columns["R5200201"];
- this.columnR5200202 = base.Columns["R5200202"];
- this.columnR6435300 = base.Columns["R6435300"];
- this.columnR6435301 = base.Columns["R6435301"];
- this.columnR6435302 = base.Columns["R6435302"];
- this.columnR6479800 = base.Columns["R6479800"];
- this.columnR6963300 = base.Columns["R6963300"];
- this.columnR6963301 = base.Columns["R6963301"];
- this.columnR6963302 = base.Columns["R6963302"];
- this.columnR7007500 = base.Columns["R7007500"];
- this.columnR7656300 = base.Columns["R7656300"];
- this.columnR7656301 = base.Columns["R7656301"];
- this.columnR7656302 = base.Columns["R7656302"];
- this.columnR7704800 = base.Columns["R7704800"];
- this.columnR7800500 = base.Columns["R7800500"];
- this.columnR7800501 = base.Columns["R7800501"];
- this.columnR7800502 = base.Columns["R7800502"];
- this.columnR8497200 = base.Columns["R8497200"];
- this.columnR9908000 = base.Columns["R9908000"];
- this.columnT0000900 = base.Columns["T0000900"];
- this.columnT0000901 = base.Columns["T0000901"];
- this.columnT0000902 = base.Columns["T0000902"];
- this.columnT0989000 = base.Columns["T0989000"];
- this.columnT1200700 = base.Columns["T1200700"];
- this.columnT1200701 = base.Columns["T1200701"];
- this.columnT1200702 = base.Columns["T1200702"];
- this.columnT2210800 = base.Columns["T2210800"];
- this.columnT2260600 = base.Columns["T2260600"];
- this.columnT2260601 = base.Columns["T2260601"];
- this.columnT2260602 = base.Columns["T2260602"];
- this.columnT2763400 = base.Columns["T2763400"];
- this.columnT2763500 = base.Columns["T2763500"];
- this.columnT2763600 = base.Columns["T2763600"];
- this.columnT2763700 = base.Columns["T2763700"];
- this.columnT2763800 = base.Columns["T2763800"];
- this.columnT2763900 = base.Columns["T2763900"];
- this.columnT2764000 = base.Columns["T2764000"];
- this.columnT3108700 = base.Columns["T3108700"];
- this.columnT3195600 = base.Columns["T3195600"];
- this.columnT3195601 = base.Columns["T3195601"];
- this.columnT3195602 = base.Columns["T3195602"];
- this.columnT3729600 = base.Columns["T3729600"];
- this.columnT3729700 = base.Columns["T3729700"];
- this.columnT3729800 = base.Columns["T3729800"];
- this.columnT3729900 = base.Columns["T3729900"];
- this.columnT3730000 = base.Columns["T3730000"];
- this.columnT3730100 = base.Columns["T3730100"];
- this.columnT4113200 = base.Columns["T4113200"];
- this.columnT4181100 = base.Columns["T4181100"];
- this.columnT4181101 = base.Columns["T4181101"];
- this.columnT4181102 = base.Columns["T4181102"];
- this.columnT5023600 = base.Columns["T5023600"];
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- private void InitClass() {
- this.columnR0000100 = new global::System.Data.DataColumn("R0000100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0000100);
- this.columnR0000149 = new global::System.Data.DataColumn("R0000149", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0000149);
- this.columnR0000300 = new global::System.Data.DataColumn("R0000300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0000300);
- this.columnR0000500 = new global::System.Data.DataColumn("R0000500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0000500);
- this.columnR0009100 = new global::System.Data.DataColumn("R0009100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0009100);
- this.columnR0009300 = new global::System.Data.DataColumn("R0009300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0009300);
- this.columnR0172500 = new global::System.Data.DataColumn("R0172500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0172500);
- this.columnR0172600 = new global::System.Data.DataColumn("R0172600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0172600);
- this.columnR0173600 = new global::System.Data.DataColumn("R0173600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0173600);
- this.columnR0214700 = new global::System.Data.DataColumn("R0214700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0214700);
- this.columnR0214800 = new global::System.Data.DataColumn("R0214800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0214800);
- this.columnR0216500 = new global::System.Data.DataColumn("R0216500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0216500);
- this.columnR0329200 = new global::System.Data.DataColumn("R0329200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0329200);
- this.columnR0329210 = new global::System.Data.DataColumn("R0329210", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0329210);
- this.columnR0406510 = new global::System.Data.DataColumn("R0406510", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0406510);
- this.columnR0410100 = new global::System.Data.DataColumn("R0410100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0410100);
- this.columnR0410300 = new global::System.Data.DataColumn("R0410300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0410300);
- this.columnR0530700 = new global::System.Data.DataColumn("R0530700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0530700);
- this.columnR0530800 = new global::System.Data.DataColumn("R0530800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0530800);
- this.columnR0619010 = new global::System.Data.DataColumn("R0619010", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0619010);
- this.columnR0809900 = new global::System.Data.DataColumn("R0809900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0809900);
- this.columnR0810000 = new global::System.Data.DataColumn("R0810000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0810000);
- this.columnR0898310 = new global::System.Data.DataColumn("R0898310", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR0898310);
- this.columnR1045700 = new global::System.Data.DataColumn("R1045700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1045700);
- this.columnR1045800 = new global::System.Data.DataColumn("R1045800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1045800);
- this.columnR1145110 = new global::System.Data.DataColumn("R1145110", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1145110);
- this.columnR1427500 = new global::System.Data.DataColumn("R1427500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1427500);
- this.columnR1427600 = new global::System.Data.DataColumn("R1427600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1427600);
- this.columnR1520310 = new global::System.Data.DataColumn("R1520310", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1520310);
- this.columnR1774100 = new global::System.Data.DataColumn("R1774100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1774100);
- this.columnR1774200 = new global::System.Data.DataColumn("R1774200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1774200);
- this.columnR1794600 = new global::System.Data.DataColumn("R1794600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1794600);
- this.columnR1794700 = new global::System.Data.DataColumn("R1794700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1794700);
- this.columnR1891010 = new global::System.Data.DataColumn("R1891010", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1891010);
- this.columnR2156200 = new global::System.Data.DataColumn("R2156200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2156200);
- this.columnR2156300 = new global::System.Data.DataColumn("R2156300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2156300);
- this.columnR2258110 = new global::System.Data.DataColumn("R2258110", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2258110);
- this.columnR2365700 = new global::System.Data.DataColumn("R2365700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2365700);
- this.columnR2365800 = new global::System.Data.DataColumn("R2365800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2365800);
- this.columnR2445510 = new global::System.Data.DataColumn("R2445510", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2445510);
- this.columnR2742500 = new global::System.Data.DataColumn("R2742500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2742500);
- this.columnR2742600 = new global::System.Data.DataColumn("R2742600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2742600);
- this.columnR2871300 = new global::System.Data.DataColumn("R2871300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2871300);
- this.columnR2986100 = new global::System.Data.DataColumn("R2986100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2986100);
- this.columnR2986200 = new global::System.Data.DataColumn("R2986200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2986200);
- this.columnR3075000 = new global::System.Data.DataColumn("R3075000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3075000);
- this.columnR3302500 = new global::System.Data.DataColumn("R3302500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3302500);
- this.columnR3302600 = new global::System.Data.DataColumn("R3302600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3302600);
- this.columnR3401700 = new global::System.Data.DataColumn("R3401700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3401700);
- this.columnR3573400 = new global::System.Data.DataColumn("R3573400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3573400);
- this.columnR3573500 = new global::System.Data.DataColumn("R3573500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3573500);
- this.columnR3657100 = new global::System.Data.DataColumn("R3657100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3657100);
- this.columnR3917600 = new global::System.Data.DataColumn("R3917600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3917600);
- this.columnR3917700 = new global::System.Data.DataColumn("R3917700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3917700);
- this.columnR4007600 = new global::System.Data.DataColumn("R4007600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4007600);
- this.columnR4100200 = new global::System.Data.DataColumn("R4100200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4100200);
- this.columnR4100201 = new global::System.Data.DataColumn("R4100201", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4100201);
- this.columnR4100202 = new global::System.Data.DataColumn("R4100202", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4100202);
- this.columnR4418700 = new global::System.Data.DataColumn("R4418700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4418700);
- this.columnR4500200 = new global::System.Data.DataColumn("R4500200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4500200);
- this.columnR4500201 = new global::System.Data.DataColumn("R4500201", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4500201);
- this.columnR4500202 = new global::System.Data.DataColumn("R4500202", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4500202);
- this.columnR5081700 = new global::System.Data.DataColumn("R5081700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5081700);
- this.columnR5167000 = new global::System.Data.DataColumn("R5167000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5167000);
- this.columnR5200200 = new global::System.Data.DataColumn("R5200200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5200200);
- this.columnR5200201 = new global::System.Data.DataColumn("R5200201", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5200201);
- this.columnR5200202 = new global::System.Data.DataColumn("R5200202", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5200202);
- this.columnR6435300 = new global::System.Data.DataColumn("R6435300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6435300);
- this.columnR6435301 = new global::System.Data.DataColumn("R6435301", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6435301);
- this.columnR6435302 = new global::System.Data.DataColumn("R6435302", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6435302);
- this.columnR6479800 = new global::System.Data.DataColumn("R6479800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6479800);
- this.columnR6963300 = new global::System.Data.DataColumn("R6963300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6963300);
- this.columnR6963301 = new global::System.Data.DataColumn("R6963301", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6963301);
- this.columnR6963302 = new global::System.Data.DataColumn("R6963302", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6963302);
- this.columnR7007500 = new global::System.Data.DataColumn("R7007500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7007500);
- this.columnR7656300 = new global::System.Data.DataColumn("R7656300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7656300);
- this.columnR7656301 = new global::System.Data.DataColumn("R7656301", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7656301);
- this.columnR7656302 = new global::System.Data.DataColumn("R7656302", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7656302);
- this.columnR7704800 = new global::System.Data.DataColumn("R7704800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7704800);
- this.columnR7800500 = new global::System.Data.DataColumn("R7800500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7800500);
- this.columnR7800501 = new global::System.Data.DataColumn("R7800501", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7800501);
- this.columnR7800502 = new global::System.Data.DataColumn("R7800502", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7800502);
- this.columnR8497200 = new global::System.Data.DataColumn("R8497200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8497200);
- this.columnR9908000 = new global::System.Data.DataColumn("R9908000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR9908000);
- this.columnT0000900 = new global::System.Data.DataColumn("T0000900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0000900);
- this.columnT0000901 = new global::System.Data.DataColumn("T0000901", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0000901);
- this.columnT0000902 = new global::System.Data.DataColumn("T0000902", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0000902);
- this.columnT0989000 = new global::System.Data.DataColumn("T0989000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0989000);
- this.columnT1200700 = new global::System.Data.DataColumn("T1200700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1200700);
- this.columnT1200701 = new global::System.Data.DataColumn("T1200701", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1200701);
- this.columnT1200702 = new global::System.Data.DataColumn("T1200702", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1200702);
- this.columnT2210800 = new global::System.Data.DataColumn("T2210800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2210800);
- this.columnT2260600 = new global::System.Data.DataColumn("T2260600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2260600);
- this.columnT2260601 = new global::System.Data.DataColumn("T2260601", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2260601);
- this.columnT2260602 = new global::System.Data.DataColumn("T2260602", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2260602);
- this.columnT2763400 = new global::System.Data.DataColumn("T2763400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2763400);
- this.columnT2763500 = new global::System.Data.DataColumn("T2763500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2763500);
- this.columnT2763600 = new global::System.Data.DataColumn("T2763600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2763600);
- this.columnT2763700 = new global::System.Data.DataColumn("T2763700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2763700);
- this.columnT2763800 = new global::System.Data.DataColumn("T2763800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2763800);
- this.columnT2763900 = new global::System.Data.DataColumn("T2763900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2763900);
- this.columnT2764000 = new global::System.Data.DataColumn("T2764000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2764000);
- this.columnT3108700 = new global::System.Data.DataColumn("T3108700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT3108700);
- this.columnT3195600 = new global::System.Data.DataColumn("T3195600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT3195600);
- this.columnT3195601 = new global::System.Data.DataColumn("T3195601", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT3195601);
- this.columnT3195602 = new global::System.Data.DataColumn("T3195602", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT3195602);
- this.columnT3729600 = new global::System.Data.DataColumn("T3729600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT3729600);
- this.columnT3729700 = new global::System.Data.DataColumn("T3729700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT3729700);
- this.columnT3729800 = new global::System.Data.DataColumn("T3729800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT3729800);
- this.columnT3729900 = new global::System.Data.DataColumn("T3729900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT3729900);
- this.columnT3730000 = new global::System.Data.DataColumn("T3730000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT3730000);
- this.columnT3730100 = new global::System.Data.DataColumn("T3730100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT3730100);
- this.columnT4113200 = new global::System.Data.DataColumn("T4113200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT4113200);
- this.columnT4181100 = new global::System.Data.DataColumn("T4181100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT4181100);
- this.columnT4181101 = new global::System.Data.DataColumn("T4181101", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT4181101);
- this.columnT4181102 = new global::System.Data.DataColumn("T4181102", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT4181102);
- this.columnT5023600 = new global::System.Data.DataColumn("T5023600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT5023600);
- this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
- this.columnR0000100}, true));
- this.columnR0000100.AllowDBNull = false;
- this.columnR0000100.Unique = true;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1LinksRow NewtblGen1LinksRow() {
- return ((tblGen1LinksRow)(this.NewRow()));
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
- return new tblGen1LinksRow(builder);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override global::System.Type GetRowType() {
- return typeof(tblGen1LinksRow);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
- base.OnRowChanged(e);
- if ((this.tblGen1LinksRowChanged != null)) {
- this.tblGen1LinksRowChanged(this, new tblGen1LinksRowChangeEvent(((tblGen1LinksRow)(e.Row)), e.Action));
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
- base.OnRowChanging(e);
- if ((this.tblGen1LinksRowChanging != null)) {
- this.tblGen1LinksRowChanging(this, new tblGen1LinksRowChangeEvent(((tblGen1LinksRow)(e.Row)), e.Action));
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
- base.OnRowDeleted(e);
- if ((this.tblGen1LinksRowDeleted != null)) {
- this.tblGen1LinksRowDeleted(this, new tblGen1LinksRowChangeEvent(((tblGen1LinksRow)(e.Row)), e.Action));
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
- base.OnRowDeleting(e);
- if ((this.tblGen1LinksRowDeleting != null)) {
- this.tblGen1LinksRowDeleting(this, new tblGen1LinksRowChangeEvent(((tblGen1LinksRow)(e.Row)), e.Action));
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void RemovetblGen1LinksRow(tblGen1LinksRow row) {
- this.Rows.Remove(row);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
- global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
- global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
- ImportDataSet ds = new ImportDataSet();
- global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
- any1.Namespace = "http://www.w3.org/2001/XMLSchema";
- any1.MinOccurs = new decimal(0);
- any1.MaxOccurs = decimal.MaxValue;
- any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
- sequence.Items.Add(any1);
- global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
- any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
- any2.MinOccurs = new decimal(1);
- any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
- sequence.Items.Add(any2);
- global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
- attribute1.Name = "namespace";
- attribute1.FixedValue = ds.Namespace;
- type.Attributes.Add(attribute1);
- global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
- attribute2.Name = "tableTypeName";
- attribute2.FixedValue = "tblGen1LinksDataTable";
- type.Attributes.Add(attribute2);
- type.Particle = sequence;
- global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
- if (xs.Contains(dsSchema.TargetNamespace)) {
- global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
- global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
- try {
- global::System.Xml.Schema.XmlSchema schema = null;
- dsSchema.Write(s1);
- for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
- schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
- s2.SetLength(0);
- schema.Write(s2);
- if ((s1.Length == s2.Length)) {
- s1.Position = 0;
- s2.Position = 0;
- for (; ((s1.Position != s1.Length)
- && (s1.ReadByte() == s2.ReadByte())); ) {
- ;
- }
- if ((s1.Position == s1.Length)) {
- return type;
- }
- }
- }
- }
- finally {
- if ((s1 != null)) {
- s1.Close();
- }
- if ((s2 != null)) {
- s2.Close();
- }
- }
- }
- xs.Add(dsSchema);
- return type;
- }
- }
-
- ///
- ///Represents the strongly named DataTable class.
- ///
- [global::System.Serializable()]
- [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
- public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedTableBase {
-
- private global::System.Data.DataColumn columnR0000100;
-
- private global::System.Data.DataColumn columnR0214800;
-
- private global::System.Data.DataColumn columnR1373300;
-
- private global::System.Data.DataColumn columnR1373400;
-
- private global::System.Data.DataColumn columnR1373500;
-
- private global::System.Data.DataColumn columnR1374000;
-
- private global::System.Data.DataColumn columnR1374100;
-
- private global::System.Data.DataColumn columnR1374200;
-
- private global::System.Data.DataColumn columnR1374700;
-
- private global::System.Data.DataColumn columnR1374800;
-
- private global::System.Data.DataColumn columnR1374900;
-
- private global::System.Data.DataColumn columnR1375400;
-
- private global::System.Data.DataColumn columnR1375500;
-
- private global::System.Data.DataColumn columnR1375600;
-
- private global::System.Data.DataColumn columnR1376100;
-
- private global::System.Data.DataColumn columnR1376200;
-
- private global::System.Data.DataColumn columnR1376300;
-
- private global::System.Data.DataColumn columnR1376800;
-
- private global::System.Data.DataColumn columnR1376900;
-
- private global::System.Data.DataColumn columnR1377000;
-
- private global::System.Data.DataColumn columnR1377500;
-
- private global::System.Data.DataColumn columnR1377600;
-
- private global::System.Data.DataColumn columnR1377700;
-
- private global::System.Data.DataColumn columnR1753700;
-
- private global::System.Data.DataColumn columnR1753800;
-
- private global::System.Data.DataColumn columnR1753900;
-
- private global::System.Data.DataColumn columnR1754400;
-
- private global::System.Data.DataColumn columnR1754500;
-
- private global::System.Data.DataColumn columnR1754600;
-
- private global::System.Data.DataColumn columnR1755100;
-
- private global::System.Data.DataColumn columnR1755200;
-
- private global::System.Data.DataColumn columnR1755300;
-
- private global::System.Data.DataColumn columnR1755800;
-
- private global::System.Data.DataColumn columnR1755900;
-
- private global::System.Data.DataColumn columnR1756000;
-
- private global::System.Data.DataColumn columnR1756500;
-
- private global::System.Data.DataColumn columnR1756600;
-
- private global::System.Data.DataColumn columnR1756700;
-
- private global::System.Data.DataColumn columnR1757200;
-
- private global::System.Data.DataColumn columnR1757300;
-
- private global::System.Data.DataColumn columnR1757400;
-
- private global::System.Data.DataColumn columnR1757900;
-
- private global::System.Data.DataColumn columnR1758000;
-
- private global::System.Data.DataColumn columnR1758100;
-
- private global::System.Data.DataColumn columnR2095700;
-
- private global::System.Data.DataColumn columnR2095800;
-
- private global::System.Data.DataColumn columnR2095900;
-
- private global::System.Data.DataColumn columnR2096400;
-
- private global::System.Data.DataColumn columnR2096500;
-
- private global::System.Data.DataColumn columnR2096600;
-
- private global::System.Data.DataColumn columnR2097100;
-
- private global::System.Data.DataColumn columnR2097200;
-
- private global::System.Data.DataColumn columnR2097300;
-
- private global::System.Data.DataColumn columnR2097800;
-
- private global::System.Data.DataColumn columnR2097900;
-
- private global::System.Data.DataColumn columnR2098000;
-
- private global::System.Data.DataColumn columnR2098500;
-
- private global::System.Data.DataColumn columnR2098600;
-
- private global::System.Data.DataColumn columnR2098700;
-
- private global::System.Data.DataColumn columnR2099200;
-
- private global::System.Data.DataColumn columnR2099300;
-
- private global::System.Data.DataColumn columnR2099400;
+ private global::System.Data.DataColumn columnR2099400;
private global::System.Data.DataColumn columnR2099900;
- private global::System.Data.DataColumn columnR2100000;
-
private global::System.Data.DataColumn columnR2100100;
private global::System.Data.DataColumn columnR2345900;
@@ -18396,44 +16694,30 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnR2648000;
- private global::System.Data.DataColumn columnR2648100;
-
private global::System.Data.DataColumn columnR2648200;
private global::System.Data.DataColumn columnR2648700;
- private global::System.Data.DataColumn columnR2648800;
-
private global::System.Data.DataColumn columnR2648900;
private global::System.Data.DataColumn columnR2649400;
- private global::System.Data.DataColumn columnR2649500;
-
private global::System.Data.DataColumn columnR2649600;
private global::System.Data.DataColumn columnR2650100;
- private global::System.Data.DataColumn columnR2650200;
-
private global::System.Data.DataColumn columnR2650300;
private global::System.Data.DataColumn columnR2650800;
- private global::System.Data.DataColumn columnR2650900;
-
private global::System.Data.DataColumn columnR2651000;
private global::System.Data.DataColumn columnR2651500;
- private global::System.Data.DataColumn columnR2651600;
-
private global::System.Data.DataColumn columnR2651700;
private global::System.Data.DataColumn columnR2652200;
- private global::System.Data.DataColumn columnR2652300;
-
private global::System.Data.DataColumn columnR2652400;
private global::System.Data.DataColumn columnR2955900;
@@ -18452,44 +16736,30 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnR3255900;
- private global::System.Data.DataColumn columnR3256000;
-
private global::System.Data.DataColumn columnR3256100;
private global::System.Data.DataColumn columnR3257700;
- private global::System.Data.DataColumn columnR3257800;
-
private global::System.Data.DataColumn columnR3257900;
private global::System.Data.DataColumn columnR3259500;
- private global::System.Data.DataColumn columnR3259600;
-
private global::System.Data.DataColumn columnR3259700;
private global::System.Data.DataColumn columnR3261300;
- private global::System.Data.DataColumn columnR3261400;
-
private global::System.Data.DataColumn columnR3261500;
private global::System.Data.DataColumn columnR3263100;
- private global::System.Data.DataColumn columnR3263200;
-
private global::System.Data.DataColumn columnR3263300;
private global::System.Data.DataColumn columnR3264900;
- private global::System.Data.DataColumn columnR3265000;
-
private global::System.Data.DataColumn columnR3265100;
private global::System.Data.DataColumn columnR3266700;
- private global::System.Data.DataColumn columnR3266800;
-
private global::System.Data.DataColumn columnR3266900;
private global::System.Data.DataColumn columnR3268500;
@@ -18502,78 +16772,46 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnR3771800;
- private global::System.Data.DataColumn columnR3771900;
-
private global::System.Data.DataColumn columnR3772000;
private global::System.Data.DataColumn columnR3772100;
- private global::System.Data.DataColumn columnR3772200;
-
- private global::System.Data.DataColumn columnR3772300;
-
private global::System.Data.DataColumn columnR3772400;
private global::System.Data.DataColumn columnR3773900;
- private global::System.Data.DataColumn columnR3774000;
-
private global::System.Data.DataColumn columnR3774100;
private global::System.Data.DataColumn columnR3774200;
- private global::System.Data.DataColumn columnR3774300;
-
- private global::System.Data.DataColumn columnR3774400;
-
private global::System.Data.DataColumn columnR3774500;
private global::System.Data.DataColumn columnR3776000;
- private global::System.Data.DataColumn columnR3776100;
-
private global::System.Data.DataColumn columnR3776200;
private global::System.Data.DataColumn columnR3776300;
- private global::System.Data.DataColumn columnR3776400;
-
- private global::System.Data.DataColumn columnR3776500;
-
private global::System.Data.DataColumn columnR3776600;
private global::System.Data.DataColumn columnR3778100;
- private global::System.Data.DataColumn columnR3778200;
-
private global::System.Data.DataColumn columnR3778300;
private global::System.Data.DataColumn columnR3778400;
- private global::System.Data.DataColumn columnR3778500;
-
- private global::System.Data.DataColumn columnR3778600;
-
private global::System.Data.DataColumn columnR3778700;
private global::System.Data.DataColumn columnR3780200;
- private global::System.Data.DataColumn columnR3780300;
-
private global::System.Data.DataColumn columnR3780400;
private global::System.Data.DataColumn columnR3780500;
- private global::System.Data.DataColumn columnR3780600;
-
- private global::System.Data.DataColumn columnR3780700;
-
private global::System.Data.DataColumn columnR3780800;
private global::System.Data.DataColumn columnR3782300;
- private global::System.Data.DataColumn columnR3782400;
-
private global::System.Data.DataColumn columnR3782500;
private global::System.Data.DataColumn columnR3782600;
@@ -18582,8 +16820,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnR3784400;
- private global::System.Data.DataColumn columnR3784500;
-
private global::System.Data.DataColumn columnR3784600;
private global::System.Data.DataColumn columnR3784700;
@@ -18596,78 +16832,46 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnR4276800;
- private global::System.Data.DataColumn columnR4276900;
-
private global::System.Data.DataColumn columnR4277000;
private global::System.Data.DataColumn columnR4277100;
private global::System.Data.DataColumn columnR4277101;
- private global::System.Data.DataColumn columnR4277200;
-
- private global::System.Data.DataColumn columnR4277201;
-
private global::System.Data.DataColumn columnR4277700;
- private global::System.Data.DataColumn columnR4277800;
-
private global::System.Data.DataColumn columnR4277900;
private global::System.Data.DataColumn columnR4278000;
private global::System.Data.DataColumn columnR4278001;
- private global::System.Data.DataColumn columnR4278100;
-
- private global::System.Data.DataColumn columnR4278101;
-
private global::System.Data.DataColumn columnR4278600;
- private global::System.Data.DataColumn columnR4278700;
-
private global::System.Data.DataColumn columnR4278800;
private global::System.Data.DataColumn columnR4278900;
private global::System.Data.DataColumn columnR4278901;
- private global::System.Data.DataColumn columnR4279000;
-
- private global::System.Data.DataColumn columnR4279001;
-
private global::System.Data.DataColumn columnR4279500;
- private global::System.Data.DataColumn columnR4279600;
-
private global::System.Data.DataColumn columnR4279700;
private global::System.Data.DataColumn columnR4279800;
private global::System.Data.DataColumn columnR4279801;
- private global::System.Data.DataColumn columnR4279900;
-
- private global::System.Data.DataColumn columnR4279901;
-
private global::System.Data.DataColumn columnR4280400;
- private global::System.Data.DataColumn columnR4280500;
-
private global::System.Data.DataColumn columnR4280600;
private global::System.Data.DataColumn columnR4280700;
private global::System.Data.DataColumn columnR4280701;
- private global::System.Data.DataColumn columnR4280800;
-
- private global::System.Data.DataColumn columnR4280801;
-
private global::System.Data.DataColumn columnR4281300;
- private global::System.Data.DataColumn columnR4281400;
-
private global::System.Data.DataColumn columnR4281500;
private global::System.Data.DataColumn columnR4281600;
@@ -18676,8 +16880,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnR4282100;
- private global::System.Data.DataColumn columnR4282200;
-
private global::System.Data.DataColumn columnR4282300;
private global::System.Data.DataColumn columnR4282400;
@@ -18694,88 +16896,56 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnR4827600;
- private global::System.Data.DataColumn columnR4827700;
-
private global::System.Data.DataColumn columnR4827800;
private global::System.Data.DataColumn columnR4827900;
private global::System.Data.DataColumn columnR4827901;
- private global::System.Data.DataColumn columnR4828000;
-
- private global::System.Data.DataColumn columnR4828001;
-
private global::System.Data.DataColumn columnR4828100;
private global::System.Data.DataColumn columnR4830600;
- private global::System.Data.DataColumn columnR4830700;
-
private global::System.Data.DataColumn columnR4830800;
private global::System.Data.DataColumn columnR4830900;
private global::System.Data.DataColumn columnR4830901;
- private global::System.Data.DataColumn columnR4831000;
-
- private global::System.Data.DataColumn columnR4831001;
-
private global::System.Data.DataColumn columnR4831100;
private global::System.Data.DataColumn columnR4833600;
- private global::System.Data.DataColumn columnR4833700;
-
private global::System.Data.DataColumn columnR4833800;
private global::System.Data.DataColumn columnR4833900;
private global::System.Data.DataColumn columnR4833901;
- private global::System.Data.DataColumn columnR4834000;
-
- private global::System.Data.DataColumn columnR4834001;
-
private global::System.Data.DataColumn columnR4834100;
private global::System.Data.DataColumn columnR4836600;
- private global::System.Data.DataColumn columnR4836700;
-
private global::System.Data.DataColumn columnR4836800;
private global::System.Data.DataColumn columnR4836900;
private global::System.Data.DataColumn columnR4836901;
- private global::System.Data.DataColumn columnR4837000;
-
- private global::System.Data.DataColumn columnR4837001;
-
private global::System.Data.DataColumn columnR4837100;
private global::System.Data.DataColumn columnR4839600;
- private global::System.Data.DataColumn columnR4839700;
-
private global::System.Data.DataColumn columnR4839800;
private global::System.Data.DataColumn columnR4839900;
private global::System.Data.DataColumn columnR4839901;
- private global::System.Data.DataColumn columnR4840000;
-
- private global::System.Data.DataColumn columnR4840001;
-
private global::System.Data.DataColumn columnR4840100;
private global::System.Data.DataColumn columnR4842500;
- private global::System.Data.DataColumn columnR4842600;
-
private global::System.Data.DataColumn columnR4842700;
private global::System.Data.DataColumn columnR4842800;
@@ -18786,8 +16956,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnR4844800;
- private global::System.Data.DataColumn columnR4844900;
-
private global::System.Data.DataColumn columnR4845000;
private global::System.Data.DataColumn columnR4845100;
@@ -18798,96 +16966,62 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnR4847100;
- private global::System.Data.DataColumn columnR4847200;
-
private global::System.Data.DataColumn columnR4847300;
private global::System.Data.DataColumn columnR4847400;
private global::System.Data.DataColumn columnR5498000;
- private global::System.Data.DataColumn columnR5498100;
-
private global::System.Data.DataColumn columnR5498200;
private global::System.Data.DataColumn columnR5498300;
private global::System.Data.DataColumn columnR5498301;
- private global::System.Data.DataColumn columnR5498400;
-
- private global::System.Data.DataColumn columnR5498401;
-
private global::System.Data.DataColumn columnR5498500;
private global::System.Data.DataColumn columnR5501000;
- private global::System.Data.DataColumn columnR5501100;
-
private global::System.Data.DataColumn columnR5501200;
private global::System.Data.DataColumn columnR5501300;
private global::System.Data.DataColumn columnR5501301;
- private global::System.Data.DataColumn columnR5501400;
-
- private global::System.Data.DataColumn columnR5501401;
-
private global::System.Data.DataColumn columnR5501500;
private global::System.Data.DataColumn columnR5504000;
- private global::System.Data.DataColumn columnR5504100;
-
private global::System.Data.DataColumn columnR5504200;
private global::System.Data.DataColumn columnR5504300;
private global::System.Data.DataColumn columnR5504301;
- private global::System.Data.DataColumn columnR5504400;
-
- private global::System.Data.DataColumn columnR5504401;
-
private global::System.Data.DataColumn columnR5504500;
private global::System.Data.DataColumn columnR5507000;
- private global::System.Data.DataColumn columnR5507100;
-
private global::System.Data.DataColumn columnR5507200;
private global::System.Data.DataColumn columnR5507300;
private global::System.Data.DataColumn columnR5507301;
- private global::System.Data.DataColumn columnR5507400;
-
- private global::System.Data.DataColumn columnR5507401;
-
private global::System.Data.DataColumn columnR5507500;
private global::System.Data.DataColumn columnR5510000;
- private global::System.Data.DataColumn columnR5510100;
-
private global::System.Data.DataColumn columnR5510200;
private global::System.Data.DataColumn columnR5510300;
private global::System.Data.DataColumn columnR5510301;
- private global::System.Data.DataColumn columnR5510400;
-
- private global::System.Data.DataColumn columnR5510401;
-
private global::System.Data.DataColumn columnR5510500;
private global::System.Data.DataColumn columnR5513000;
- private global::System.Data.DataColumn columnR5513100;
-
private global::System.Data.DataColumn columnR5513200;
private global::System.Data.DataColumn columnR5513300;
@@ -18898,8 +17032,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnR5515300;
- private global::System.Data.DataColumn columnR5515400;
-
private global::System.Data.DataColumn columnR5515500;
private global::System.Data.DataColumn columnR5515600;
@@ -18910,16 +17042,12 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnR5517600;
- private global::System.Data.DataColumn columnR5517700;
-
private global::System.Data.DataColumn columnR5517800;
private global::System.Data.DataColumn columnR5517900;
private global::System.Data.DataColumn columnR5519800;
- private global::System.Data.DataColumn columnR5519900;
-
private global::System.Data.DataColumn columnR5520000;
private global::System.Data.DataColumn columnR5520100;
@@ -18948,26 +17076,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnR6219300;
- private global::System.Data.DataColumn columnR6219500;
-
- private global::System.Data.DataColumn columnR6219600;
-
- private global::System.Data.DataColumn columnR6219700;
-
- private global::System.Data.DataColumn columnR6219800;
-
- private global::System.Data.DataColumn columnR6219900;
-
- private global::System.Data.DataColumn columnR6220000;
-
- private global::System.Data.DataColumn columnR6220100;
-
- private global::System.Data.DataColumn columnR6220200;
-
- private global::System.Data.DataColumn columnR6220300;
-
- private global::System.Data.DataColumn columnR6220400;
-
private global::System.Data.DataColumn columnR6220600;
private global::System.Data.DataColumn columnR6220700;
@@ -19028,30 +17136,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnR6222601;
- private global::System.Data.DataColumn columnR6222800;
-
- private global::System.Data.DataColumn columnR6222801;
-
- private global::System.Data.DataColumn columnR6222900;
-
- private global::System.Data.DataColumn columnR6222901;
-
- private global::System.Data.DataColumn columnR6223000;
-
- private global::System.Data.DataColumn columnR6223001;
-
- private global::System.Data.DataColumn columnR6223100;
-
- private global::System.Data.DataColumn columnR6223101;
-
- private global::System.Data.DataColumn columnR6223200;
-
- private global::System.Data.DataColumn columnR6223201;
-
- private global::System.Data.DataColumn columnR6223300;
-
- private global::System.Data.DataColumn columnR6223301;
-
private global::System.Data.DataColumn columnR6223400;
private global::System.Data.DataColumn columnR6223500;
@@ -19112,26 +17196,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnR6773400;
- private global::System.Data.DataColumn columnR6773500;
-
- private global::System.Data.DataColumn columnR6773600;
-
- private global::System.Data.DataColumn columnR6773700;
-
- private global::System.Data.DataColumn columnR6773800;
-
- private global::System.Data.DataColumn columnR6773900;
-
- private global::System.Data.DataColumn columnR6774000;
-
- private global::System.Data.DataColumn columnR6774100;
-
- private global::System.Data.DataColumn columnR6774200;
-
- private global::System.Data.DataColumn columnR6774300;
-
- private global::System.Data.DataColumn columnR6774400;
-
private global::System.Data.DataColumn columnR6774500;
private global::System.Data.DataColumn columnR6774600;
@@ -19184,30 +17248,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnR6776201;
- private global::System.Data.DataColumn columnR6776300;
-
- private global::System.Data.DataColumn columnR6776301;
-
- private global::System.Data.DataColumn columnR6776400;
-
- private global::System.Data.DataColumn columnR6776401;
-
- private global::System.Data.DataColumn columnR6776500;
-
- private global::System.Data.DataColumn columnR6776501;
-
- private global::System.Data.DataColumn columnR6776600;
-
- private global::System.Data.DataColumn columnR6776601;
-
- private global::System.Data.DataColumn columnR6776700;
-
- private global::System.Data.DataColumn columnR6776701;
-
- private global::System.Data.DataColumn columnR6776800;
-
- private global::System.Data.DataColumn columnR6776801;
-
private global::System.Data.DataColumn columnR6776900;
private global::System.Data.DataColumn columnR6777000;
@@ -19268,26 +17308,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnR7417800;
- private global::System.Data.DataColumn columnR7417900;
-
- private global::System.Data.DataColumn columnR7418000;
-
- private global::System.Data.DataColumn columnR7418100;
-
- private global::System.Data.DataColumn columnR7418200;
-
- private global::System.Data.DataColumn columnR7418300;
-
- private global::System.Data.DataColumn columnR7418400;
-
- private global::System.Data.DataColumn columnR7418500;
-
- private global::System.Data.DataColumn columnR7418600;
-
- private global::System.Data.DataColumn columnR7418700;
-
- private global::System.Data.DataColumn columnR7418800;
-
private global::System.Data.DataColumn columnR7418900;
private global::System.Data.DataColumn columnR7419000;
@@ -19340,34 +17360,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnR7420601;
- private global::System.Data.DataColumn columnR7420700;
-
- private global::System.Data.DataColumn columnR7420701;
-
- private global::System.Data.DataColumn columnR7420800;
-
- private global::System.Data.DataColumn columnR7420801;
-
- private global::System.Data.DataColumn columnR7420900;
-
- private global::System.Data.DataColumn columnR7420901;
-
- private global::System.Data.DataColumn columnR7421000;
-
- private global::System.Data.DataColumn columnR7421001;
-
- private global::System.Data.DataColumn columnR7421100;
-
- private global::System.Data.DataColumn columnR7421101;
-
- private global::System.Data.DataColumn columnR7421200;
-
- private global::System.Data.DataColumn columnR7421201;
-
- private global::System.Data.DataColumn columnR7421300;
-
- private global::System.Data.DataColumn columnR7421301;
-
private global::System.Data.DataColumn columnR7421400;
private global::System.Data.DataColumn columnR7421500;
@@ -19428,26 +17420,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnR8115900;
- private global::System.Data.DataColumn columnR8116000;
-
- private global::System.Data.DataColumn columnR8116100;
-
- private global::System.Data.DataColumn columnR8116200;
-
- private global::System.Data.DataColumn columnR8116300;
-
- private global::System.Data.DataColumn columnR8116400;
-
- private global::System.Data.DataColumn columnR8116500;
-
- private global::System.Data.DataColumn columnR8116600;
-
- private global::System.Data.DataColumn columnR8116700;
-
- private global::System.Data.DataColumn columnR8116800;
-
- private global::System.Data.DataColumn columnR8116900;
-
private global::System.Data.DataColumn columnR8117000;
private global::System.Data.DataColumn columnR8117100;
@@ -19508,30 +17480,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnR8118901;
- private global::System.Data.DataColumn columnR8119000;
-
- private global::System.Data.DataColumn columnR8119001;
-
- private global::System.Data.DataColumn columnR8119100;
-
- private global::System.Data.DataColumn columnR8119101;
-
- private global::System.Data.DataColumn columnR8119200;
-
- private global::System.Data.DataColumn columnR8119201;
-
- private global::System.Data.DataColumn columnR8119300;
-
- private global::System.Data.DataColumn columnR8119301;
-
- private global::System.Data.DataColumn columnR8119400;
-
- private global::System.Data.DataColumn columnR8119401;
-
- private global::System.Data.DataColumn columnR8119500;
-
- private global::System.Data.DataColumn columnR8119501;
-
private global::System.Data.DataColumn columnR8119600;
private global::System.Data.DataColumn columnR8119700;
@@ -19640,28 +17588,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnT0347800;
- private global::System.Data.DataColumn columnT0347900;
-
- private global::System.Data.DataColumn columnT0348000;
-
- private global::System.Data.DataColumn columnT0348100;
-
- private global::System.Data.DataColumn columnT0348200;
-
- private global::System.Data.DataColumn columnT0348300;
-
- private global::System.Data.DataColumn columnT0348400;
-
- private global::System.Data.DataColumn columnT0348500;
-
- private global::System.Data.DataColumn columnT0348600;
-
- private global::System.Data.DataColumn columnT0348700;
-
- private global::System.Data.DataColumn columnT0348800;
-
- private global::System.Data.DataColumn columnT0348900;
-
private global::System.Data.DataColumn columnT0349000;
private global::System.Data.DataColumn columnT0349100;
@@ -19724,38 +17650,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnT0351001;
- private global::System.Data.DataColumn columnT0351100;
-
- private global::System.Data.DataColumn columnT0351101;
-
- private global::System.Data.DataColumn columnT0351200;
-
- private global::System.Data.DataColumn columnT0351201;
-
- private global::System.Data.DataColumn columnT0351300;
-
- private global::System.Data.DataColumn columnT0351301;
-
- private global::System.Data.DataColumn columnT0351400;
-
- private global::System.Data.DataColumn columnT0351401;
-
- private global::System.Data.DataColumn columnT0351500;
-
- private global::System.Data.DataColumn columnT0351501;
-
- private global::System.Data.DataColumn columnT0351600;
-
- private global::System.Data.DataColumn columnT0351601;
-
- private global::System.Data.DataColumn columnT0351700;
-
- private global::System.Data.DataColumn columnT0351701;
-
- private global::System.Data.DataColumn columnT0351800;
-
- private global::System.Data.DataColumn columnT0351801;
-
private global::System.Data.DataColumn columnT0351900;
private global::System.Data.DataColumn columnT0352000;
@@ -19834,28 +17728,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnT1497200;
- private global::System.Data.DataColumn columnT1497300;
-
- private global::System.Data.DataColumn columnT1497400;
-
- private global::System.Data.DataColumn columnT1497500;
-
- private global::System.Data.DataColumn columnT1497600;
-
- private global::System.Data.DataColumn columnT1497700;
-
- private global::System.Data.DataColumn columnT1497800;
-
- private global::System.Data.DataColumn columnT1497900;
-
- private global::System.Data.DataColumn columnT1498000;
-
- private global::System.Data.DataColumn columnT1498100;
-
- private global::System.Data.DataColumn columnT1498200;
-
- private global::System.Data.DataColumn columnT1498300;
-
private global::System.Data.DataColumn columnT1498400;
private global::System.Data.DataColumn columnT1498500;
@@ -19918,30 +17790,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnT1500401;
- private global::System.Data.DataColumn columnT1500500;
-
- private global::System.Data.DataColumn columnT1500501;
-
- private global::System.Data.DataColumn columnT1500600;
-
- private global::System.Data.DataColumn columnT1500601;
-
- private global::System.Data.DataColumn columnT1500700;
-
- private global::System.Data.DataColumn columnT1500701;
-
- private global::System.Data.DataColumn columnT1500800;
-
- private global::System.Data.DataColumn columnT1500801;
-
- private global::System.Data.DataColumn columnT1500900;
-
- private global::System.Data.DataColumn columnT1500901;
-
- private global::System.Data.DataColumn columnT1501000;
-
- private global::System.Data.DataColumn columnT1501001;
-
private global::System.Data.DataColumn columnT1501100;
private global::System.Data.DataColumn columnT1501200;
@@ -20018,26 +17866,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnT2543100;
- private global::System.Data.DataColumn columnT2543200;
-
- private global::System.Data.DataColumn columnT2543300;
-
- private global::System.Data.DataColumn columnT2543400;
-
- private global::System.Data.DataColumn columnT2543500;
-
- private global::System.Data.DataColumn columnT2543600;
-
- private global::System.Data.DataColumn columnT2543700;
-
- private global::System.Data.DataColumn columnT2543800;
-
- private global::System.Data.DataColumn columnT2543900;
-
- private global::System.Data.DataColumn columnT2544000;
-
- private global::System.Data.DataColumn columnT2544100;
-
private global::System.Data.DataColumn columnT2544200;
private global::System.Data.DataColumn columnT2544300;
@@ -20094,67 +17922,139 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnT2546001;
- private global::System.Data.DataColumn columnT2546100;
+ private global::System.Data.DataColumn columnT2546800;
- private global::System.Data.DataColumn columnT2546101;
+ private global::System.Data.DataColumn columnT2546900;
- private global::System.Data.DataColumn columnT2546200;
+ private global::System.Data.DataColumn columnT2547000;
- private global::System.Data.DataColumn columnT2546201;
+ private global::System.Data.DataColumn columnT2547100;
- private global::System.Data.DataColumn columnT2546300;
+ private global::System.Data.DataColumn columnT2547200;
- private global::System.Data.DataColumn columnT2546301;
+ private global::System.Data.DataColumn columnT2547300;
- private global::System.Data.DataColumn columnT2546400;
+ private global::System.Data.DataColumn columnT2547400;
- private global::System.Data.DataColumn columnT2546401;
+ private global::System.Data.DataColumn columnT2547500;
- private global::System.Data.DataColumn columnT2546500;
+ private global::System.Data.DataColumn columnT2547600;
- private global::System.Data.DataColumn columnT2546501;
+ private global::System.Data.DataColumn columnT2547700;
- private global::System.Data.DataColumn columnT2546600;
+ private global::System.Data.DataColumn columnT2763400;
- private global::System.Data.DataColumn columnT2546601;
+ private global::System.Data.DataColumn columnT2763500;
- private global::System.Data.DataColumn columnT2546700;
+ private global::System.Data.DataColumn columnT2763600;
- private global::System.Data.DataColumn columnT2546701;
+ private global::System.Data.DataColumn columnT2763700;
- private global::System.Data.DataColumn columnT2546800;
+ private global::System.Data.DataColumn columnT2763800;
- private global::System.Data.DataColumn columnT2546900;
+ private global::System.Data.DataColumn columnT2763900;
- private global::System.Data.DataColumn columnT2547000;
+ private global::System.Data.DataColumn columnT2764000;
- private global::System.Data.DataColumn columnT2547100;
+ private global::System.Data.DataColumn columnT3527500;
- private global::System.Data.DataColumn columnT2547200;
+ private global::System.Data.DataColumn columnT3527600;
- private global::System.Data.DataColumn columnT2547300;
+ private global::System.Data.DataColumn columnT3527700;
- private global::System.Data.DataColumn columnT2547400;
+ private global::System.Data.DataColumn columnT3527800;
- private global::System.Data.DataColumn columnT2547500;
+ private global::System.Data.DataColumn columnT3527900;
- private global::System.Data.DataColumn columnT2547600;
+ private global::System.Data.DataColumn columnT3528000;
- private global::System.Data.DataColumn columnT2547700;
+ private global::System.Data.DataColumn columnT3528100;
- private global::System.Data.DataColumn columnT2763400;
+ private global::System.Data.DataColumn columnT3528200;
- private global::System.Data.DataColumn columnT2763500;
+ private global::System.Data.DataColumn columnT3528300;
- private global::System.Data.DataColumn columnT2763600;
+ private global::System.Data.DataColumn columnT3528400;
- private global::System.Data.DataColumn columnT2763700;
+ private global::System.Data.DataColumn columnT3530500;
- private global::System.Data.DataColumn columnT2763800;
+ private global::System.Data.DataColumn columnT3530600;
- private global::System.Data.DataColumn columnT2763900;
+ private global::System.Data.DataColumn columnT3530700;
- private global::System.Data.DataColumn columnT2764000;
+ private global::System.Data.DataColumn columnT3530800;
+
+ private global::System.Data.DataColumn columnT3530900;
+
+ private global::System.Data.DataColumn columnT3531000;
+
+ private global::System.Data.DataColumn columnT3531100;
+
+ private global::System.Data.DataColumn columnT3531200;
+
+ private global::System.Data.DataColumn columnT3531300;
+
+ private global::System.Data.DataColumn columnT3531400;
+
+ private global::System.Data.DataColumn columnT3531500;
+
+ private global::System.Data.DataColumn columnT3531501;
+
+ private global::System.Data.DataColumn columnT3531600;
+
+ private global::System.Data.DataColumn columnT3531601;
+
+ private global::System.Data.DataColumn columnT3531700;
+
+ private global::System.Data.DataColumn columnT3531701;
+
+ private global::System.Data.DataColumn columnT3531800;
+
+ private global::System.Data.DataColumn columnT3531801;
+
+ private global::System.Data.DataColumn columnT3531900;
+
+ private global::System.Data.DataColumn columnT3531901;
+
+ private global::System.Data.DataColumn columnT3532000;
+
+ private global::System.Data.DataColumn columnT3532001;
+
+ private global::System.Data.DataColumn columnT3532100;
+
+ private global::System.Data.DataColumn columnT3532101;
+
+ private global::System.Data.DataColumn columnT3532200;
+
+ private global::System.Data.DataColumn columnT3532201;
+
+ private global::System.Data.DataColumn columnT3532300;
+
+ private global::System.Data.DataColumn columnT3532301;
+
+ private global::System.Data.DataColumn columnT3532400;
+
+ private global::System.Data.DataColumn columnT3532401;
+
+ private global::System.Data.DataColumn columnT3533200;
+
+ private global::System.Data.DataColumn columnT3533300;
+
+ private global::System.Data.DataColumn columnT3533400;
+
+ private global::System.Data.DataColumn columnT3533500;
+
+ private global::System.Data.DataColumn columnT3533600;
+
+ private global::System.Data.DataColumn columnT3533700;
+
+ private global::System.Data.DataColumn columnT3533800;
+
+ private global::System.Data.DataColumn columnT3533900;
+
+ private global::System.Data.DataColumn columnT3534000;
+
+ private global::System.Data.DataColumn columnT3534100;
private global::System.Data.DataColumn columnT3729600;
@@ -20168,6 +18068,118 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT
private global::System.Data.DataColumn columnT3730100;
+ private global::System.Data.DataColumn columnT4496200;
+
+ private global::System.Data.DataColumn columnT4496300;
+
+ private global::System.Data.DataColumn columnT4496400;
+
+ private global::System.Data.DataColumn columnT4496500;
+
+ private global::System.Data.DataColumn columnT4496600;
+
+ private global::System.Data.DataColumn columnT4496700;
+
+ private global::System.Data.DataColumn columnT4496800;
+
+ private global::System.Data.DataColumn columnT4496900;
+
+ private global::System.Data.DataColumn columnT4497000;
+
+ private global::System.Data.DataColumn columnT4497100;
+
+ private global::System.Data.DataColumn columnT4500700;
+
+ private global::System.Data.DataColumn columnT4500800;
+
+ private global::System.Data.DataColumn columnT4500900;
+
+ private global::System.Data.DataColumn columnT4501000;
+
+ private global::System.Data.DataColumn columnT4501100;
+
+ private global::System.Data.DataColumn columnT4501200;
+
+ private global::System.Data.DataColumn columnT4501300;
+
+ private global::System.Data.DataColumn columnT4501400;
+
+ private global::System.Data.DataColumn columnT4501500;
+
+ private global::System.Data.DataColumn columnT4501600;
+
+ private global::System.Data.DataColumn columnT4501700;
+
+ private global::System.Data.DataColumn columnT4501701;
+
+ private global::System.Data.DataColumn columnT4501800;
+
+ private global::System.Data.DataColumn columnT4501801;
+
+ private global::System.Data.DataColumn columnT4501900;
+
+ private global::System.Data.DataColumn columnT4501901;
+
+ private global::System.Data.DataColumn columnT4502000;
+
+ private global::System.Data.DataColumn columnT4502001;
+
+ private global::System.Data.DataColumn columnT4502100;
+
+ private global::System.Data.DataColumn columnT4502101;
+
+ private global::System.Data.DataColumn columnT4502200;
+
+ private global::System.Data.DataColumn columnT4502201;
+
+ private global::System.Data.DataColumn columnT4502300;
+
+ private global::System.Data.DataColumn columnT4502301;
+
+ private global::System.Data.DataColumn columnT4502400;
+
+ private global::System.Data.DataColumn columnT4502401;
+
+ private global::System.Data.DataColumn columnT4502500;
+
+ private global::System.Data.DataColumn columnT4502501;
+
+ private global::System.Data.DataColumn columnT4502600;
+
+ private global::System.Data.DataColumn columnT4502601;
+
+ private global::System.Data.DataColumn columnT4504900;
+
+ private global::System.Data.DataColumn columnT4505000;
+
+ private global::System.Data.DataColumn columnT4505100;
+
+ private global::System.Data.DataColumn columnT4505200;
+
+ private global::System.Data.DataColumn columnT4505300;
+
+ private global::System.Data.DataColumn columnT4505400;
+
+ private global::System.Data.DataColumn columnT4505500;
+
+ private global::System.Data.DataColumn columnT4505600;
+
+ private global::System.Data.DataColumn columnT4505700;
+
+ private global::System.Data.DataColumn columnT4505800;
+
+ private global::System.Data.DataColumn columnT4703500;
+
+ private global::System.Data.DataColumn columnT4703600;
+
+ private global::System.Data.DataColumn columnT4703700;
+
+ private global::System.Data.DataColumn columnT4703800;
+
+ private global::System.Data.DataColumn columnT4703900;
+
+ private global::System.Data.DataColumn columnT4704000;
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public tblGen2FatherFromGen1DataTable() {
@@ -20211,49 +18223,49 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R0214800Column {
+ public global::System.Data.DataColumn R0173600Column {
get {
- return this.columnR0214800;
+ return this.columnR0173600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1373300Column {
+ public global::System.Data.DataColumn R0214700Column {
get {
- return this.columnR1373300;
+ return this.columnR0214700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1373400Column {
+ public global::System.Data.DataColumn R0214800Column {
get {
- return this.columnR1373400;
+ return this.columnR0214800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1373500Column {
+ public global::System.Data.DataColumn R1373300Column {
get {
- return this.columnR1373500;
+ return this.columnR1373300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1374000Column {
+ public global::System.Data.DataColumn R1373500Column {
get {
- return this.columnR1374000;
+ return this.columnR1373500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1374100Column {
+ public global::System.Data.DataColumn R1374000Column {
get {
- return this.columnR1374100;
+ return this.columnR1374000;
}
}
@@ -20273,14 +18285,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1374800Column {
- get {
- return this.columnR1374800;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R1374900Column {
@@ -20297,14 +18301,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1375500Column {
- get {
- return this.columnR1375500;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R1375600Column {
@@ -20321,14 +18317,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1376200Column {
- get {
- return this.columnR1376200;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R1376300Column {
@@ -20345,14 +18333,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1376900Column {
- get {
- return this.columnR1376900;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R1377000Column {
@@ -20369,14 +18349,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1377600Column {
- get {
- return this.columnR1377600;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R1377700Column {
@@ -20393,14 +18365,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1753800Column {
- get {
- return this.columnR1753800;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R1753900Column {
@@ -20417,14 +18381,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1754500Column {
- get {
- return this.columnR1754500;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R1754600Column {
@@ -20441,14 +18397,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1755200Column {
- get {
- return this.columnR1755200;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R1755300Column {
@@ -20465,14 +18413,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1755900Column {
- get {
- return this.columnR1755900;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R1756000Column {
@@ -20489,14 +18429,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1756600Column {
- get {
- return this.columnR1756600;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R1756700Column {
@@ -20513,14 +18445,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1757300Column {
- get {
- return this.columnR1757300;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R1757400Column {
@@ -20537,14 +18461,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R1758000Column {
- get {
- return this.columnR1758000;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R1758100Column {
@@ -20561,14 +18477,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2095800Column {
- get {
- return this.columnR2095800;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R2095900Column {
@@ -20585,14 +18493,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2096500Column {
- get {
- return this.columnR2096500;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R2096600Column {
@@ -20609,14 +18509,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2097200Column {
- get {
- return this.columnR2097200;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R2097300Column {
@@ -20633,14 +18525,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2097900Column {
- get {
- return this.columnR2097900;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R2098000Column {
@@ -20657,14 +18541,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2098600Column {
- get {
- return this.columnR2098600;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R2098700Column {
@@ -20681,14 +18557,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2099300Column {
- get {
- return this.columnR2099300;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R2099400Column {
@@ -20705,14 +18573,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2100000Column {
- get {
- return this.columnR2100000;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R2100100Column {
@@ -20785,14 +18645,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2648100Column {
- get {
- return this.columnR2648100;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R2648200Column {
@@ -20809,14 +18661,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2648800Column {
- get {
- return this.columnR2648800;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R2648900Column {
@@ -20833,14 +18677,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2649500Column {
- get {
- return this.columnR2649500;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R2649600Column {
@@ -20857,14 +18693,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2650200Column {
- get {
- return this.columnR2650200;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R2650300Column {
@@ -20881,14 +18709,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2650900Column {
- get {
- return this.columnR2650900;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R2651000Column {
@@ -20905,14 +18725,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2651600Column {
- get {
- return this.columnR2651600;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R2651700Column {
@@ -20929,14 +18741,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R2652300Column {
- get {
- return this.columnR2652300;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R2652400Column {
@@ -21009,14 +18813,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3256000Column {
- get {
- return this.columnR3256000;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R3256100Column {
@@ -21033,14 +18829,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3257800Column {
- get {
- return this.columnR3257800;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R3257900Column {
@@ -21057,14 +18845,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3259600Column {
- get {
- return this.columnR3259600;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R3259700Column {
@@ -21081,14 +18861,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3261400Column {
- get {
- return this.columnR3261400;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R3261500Column {
@@ -21105,14 +18877,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3263200Column {
- get {
- return this.columnR3263200;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R3263300Column {
@@ -21129,14 +18893,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3265000Column {
- get {
- return this.columnR3265000;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R3265100Column {
@@ -21153,14 +18909,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3266800Column {
- get {
- return this.columnR3266800;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R3266900Column {
@@ -21209,14 +18957,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3771900Column {
- get {
- return this.columnR3771900;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R3772000Column {
@@ -21233,22 +18973,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3772200Column {
- get {
- return this.columnR3772200;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3772300Column {
- get {
- return this.columnR3772300;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R3772400Column {
@@ -21265,14 +18989,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3774000Column {
- get {
- return this.columnR3774000;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R3774100Column {
@@ -21289,22 +19005,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3774300Column {
- get {
- return this.columnR3774300;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3774400Column {
- get {
- return this.columnR3774400;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R3774500Column {
@@ -21321,14 +19021,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3776100Column {
- get {
- return this.columnR3776100;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R3776200Column {
@@ -21345,22 +19037,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3776400Column {
- get {
- return this.columnR3776400;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3776500Column {
- get {
- return this.columnR3776500;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R3776600Column {
@@ -21377,14 +19053,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3778200Column {
- get {
- return this.columnR3778200;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R3778300Column {
@@ -21401,22 +19069,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3778500Column {
- get {
- return this.columnR3778500;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3778600Column {
- get {
- return this.columnR3778600;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R3778700Column {
@@ -21433,14 +19085,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3780300Column {
- get {
- return this.columnR3780300;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R3780400Column {
@@ -21457,22 +19101,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3780600Column {
- get {
- return this.columnR3780600;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3780700Column {
- get {
- return this.columnR3780700;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R3780800Column {
@@ -21489,14 +19117,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3782400Column {
- get {
- return this.columnR3782400;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R3782500Column {
@@ -21529,14 +19149,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R3784500Column {
- get {
- return this.columnR3784500;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R3784600Column {
@@ -21585,14 +19197,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4276900Column {
- get {
- return this.columnR4276900;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R4277000Column {
@@ -21617,22 +19221,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4277200Column {
- get {
- return this.columnR4277200;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4277201Column {
- get {
- return this.columnR4277201;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R4277700Column {
@@ -21641,14 +19229,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4277800Column {
- get {
- return this.columnR4277800;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R4277900Column {
@@ -21673,22 +19253,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4278100Column {
- get {
- return this.columnR4278100;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4278101Column {
- get {
- return this.columnR4278101;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R4278600Column {
@@ -21697,14 +19261,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4278700Column {
- get {
- return this.columnR4278700;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R4278800Column {
@@ -21729,22 +19285,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4279000Column {
- get {
- return this.columnR4279000;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4279001Column {
- get {
- return this.columnR4279001;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R4279500Column {
@@ -21753,14 +19293,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4279600Column {
- get {
- return this.columnR4279600;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R4279700Column {
@@ -21785,22 +19317,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4279900Column {
- get {
- return this.columnR4279900;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4279901Column {
- get {
- return this.columnR4279901;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R4280400Column {
@@ -21809,14 +19325,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4280500Column {
- get {
- return this.columnR4280500;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R4280600Column {
@@ -21841,22 +19349,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4280800Column {
- get {
- return this.columnR4280800;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4280801Column {
- get {
- return this.columnR4280801;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R4281300Column {
@@ -21865,14 +19357,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4281400Column {
- get {
- return this.columnR4281400;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R4281500Column {
@@ -21905,14 +19389,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4282200Column {
- get {
- return this.columnR4282200;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R4282300Column {
@@ -21977,14 +19453,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4827700Column {
- get {
- return this.columnR4827700;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R4827800Column {
@@ -22009,22 +19477,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4828000Column {
- get {
- return this.columnR4828000;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4828001Column {
- get {
- return this.columnR4828001;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R4828100Column {
@@ -22041,14 +19493,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4830700Column {
- get {
- return this.columnR4830700;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R4830800Column {
@@ -22073,22 +19517,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4831000Column {
- get {
- return this.columnR4831000;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4831001Column {
- get {
- return this.columnR4831001;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R4831100Column {
@@ -22105,14 +19533,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4833700Column {
- get {
- return this.columnR4833700;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R4833800Column {
@@ -22137,22 +19557,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4834000Column {
- get {
- return this.columnR4834000;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4834001Column {
- get {
- return this.columnR4834001;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R4834100Column {
@@ -22169,14 +19573,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4836700Column {
- get {
- return this.columnR4836700;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R4836800Column {
@@ -22201,22 +19597,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4837000Column {
- get {
- return this.columnR4837000;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4837001Column {
- get {
- return this.columnR4837001;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R4837100Column {
@@ -22233,14 +19613,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4839700Column {
- get {
- return this.columnR4839700;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R4839800Column {
@@ -22265,22 +19637,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4840000Column {
- get {
- return this.columnR4840000;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4840001Column {
- get {
- return this.columnR4840001;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R4840100Column {
@@ -22297,14 +19653,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4842600Column {
- get {
- return this.columnR4842600;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R4842700Column {
@@ -22345,14 +19693,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4844900Column {
- get {
- return this.columnR4844900;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R4845000Column {
@@ -22393,14 +19733,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R4847200Column {
- get {
- return this.columnR4847200;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R4847300Column {
@@ -22425,14 +19757,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5498100Column {
- get {
- return this.columnR5498100;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R5498200Column {
@@ -22457,22 +19781,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5498400Column {
- get {
- return this.columnR5498400;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5498401Column {
- get {
- return this.columnR5498401;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R5498500Column {
@@ -22489,14 +19797,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5501100Column {
- get {
- return this.columnR5501100;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R5501200Column {
@@ -22521,22 +19821,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5501400Column {
- get {
- return this.columnR5501400;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5501401Column {
- get {
- return this.columnR5501401;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R5501500Column {
@@ -22553,14 +19837,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5504100Column {
- get {
- return this.columnR5504100;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R5504200Column {
@@ -22585,22 +19861,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5504400Column {
- get {
- return this.columnR5504400;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5504401Column {
- get {
- return this.columnR5504401;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R5504500Column {
@@ -22617,14 +19877,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5507100Column {
- get {
- return this.columnR5507100;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R5507200Column {
@@ -22649,22 +19901,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5507400Column {
- get {
- return this.columnR5507400;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5507401Column {
- get {
- return this.columnR5507401;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R5507500Column {
@@ -22681,14 +19917,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5510100Column {
- get {
- return this.columnR5510100;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R5510200Column {
@@ -22713,22 +19941,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5510400Column {
- get {
- return this.columnR5510400;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5510401Column {
- get {
- return this.columnR5510401;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R5510500Column {
@@ -22745,14 +19957,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5513100Column {
- get {
- return this.columnR5513100;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R5513200Column {
@@ -22793,14 +19997,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5515400Column {
- get {
- return this.columnR5515400;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R5515500Column {
@@ -22841,14 +20037,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5517700Column {
- get {
- return this.columnR5517700;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R5517800Column {
@@ -22873,14 +20061,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R5519900Column {
- get {
- return this.columnR5519900;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R5520000Column {
@@ -22993,86 +20173,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6219500Column {
- get {
- return this.columnR6219500;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6219600Column {
- get {
- return this.columnR6219600;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6219700Column {
- get {
- return this.columnR6219700;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6219800Column {
- get {
- return this.columnR6219800;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6219900Column {
- get {
- return this.columnR6219900;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6220000Column {
- get {
- return this.columnR6220000;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6220100Column {
- get {
- return this.columnR6220100;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6220200Column {
- get {
- return this.columnR6220200;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6220300Column {
- get {
- return this.columnR6220300;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6220400Column {
- get {
- return this.columnR6220400;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R6220600Column {
@@ -23313,102 +20413,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6222800Column {
- get {
- return this.columnR6222800;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6222801Column {
- get {
- return this.columnR6222801;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6222900Column {
- get {
- return this.columnR6222900;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6222901Column {
- get {
- return this.columnR6222901;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6223000Column {
- get {
- return this.columnR6223000;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6223001Column {
- get {
- return this.columnR6223001;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6223100Column {
- get {
- return this.columnR6223100;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6223101Column {
- get {
- return this.columnR6223101;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6223200Column {
- get {
- return this.columnR6223200;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6223201Column {
- get {
- return this.columnR6223201;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6223300Column {
- get {
- return this.columnR6223300;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6223301Column {
- get {
- return this.columnR6223301;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R6223400Column {
@@ -23649,86 +20653,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6773500Column {
- get {
- return this.columnR6773500;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6773600Column {
- get {
- return this.columnR6773600;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6773700Column {
- get {
- return this.columnR6773700;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6773800Column {
- get {
- return this.columnR6773800;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6773900Column {
- get {
- return this.columnR6773900;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6774000Column {
- get {
- return this.columnR6774000;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6774100Column {
- get {
- return this.columnR6774100;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6774200Column {
- get {
- return this.columnR6774200;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6774300Column {
- get {
- return this.columnR6774300;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6774400Column {
- get {
- return this.columnR6774400;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R6774500Column {
@@ -23937,102 +20861,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6776300Column {
- get {
- return this.columnR6776300;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6776301Column {
- get {
- return this.columnR6776301;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6776400Column {
- get {
- return this.columnR6776400;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6776401Column {
- get {
- return this.columnR6776401;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6776500Column {
- get {
- return this.columnR6776500;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6776501Column {
- get {
- return this.columnR6776501;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6776600Column {
- get {
- return this.columnR6776600;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6776601Column {
- get {
- return this.columnR6776601;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6776700Column {
- get {
- return this.columnR6776700;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6776701Column {
- get {
- return this.columnR6776701;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6776800Column {
- get {
- return this.columnR6776800;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R6776801Column {
- get {
- return this.columnR6776801;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R6776900Column {
@@ -24273,86 +21101,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7417900Column {
- get {
- return this.columnR7417900;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7418000Column {
- get {
- return this.columnR7418000;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7418100Column {
- get {
- return this.columnR7418100;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7418200Column {
- get {
- return this.columnR7418200;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7418300Column {
- get {
- return this.columnR7418300;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7418400Column {
- get {
- return this.columnR7418400;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7418500Column {
- get {
- return this.columnR7418500;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7418600Column {
- get {
- return this.columnR7418600;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7418700Column {
- get {
- return this.columnR7418700;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7418800Column {
- get {
- return this.columnR7418800;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R7418900Column {
@@ -24561,118 +21309,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7420700Column {
- get {
- return this.columnR7420700;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7420701Column {
- get {
- return this.columnR7420701;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7420800Column {
- get {
- return this.columnR7420800;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7420801Column {
- get {
- return this.columnR7420801;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7420900Column {
- get {
- return this.columnR7420900;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7420901Column {
- get {
- return this.columnR7420901;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7421000Column {
- get {
- return this.columnR7421000;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7421001Column {
- get {
- return this.columnR7421001;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7421100Column {
- get {
- return this.columnR7421100;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7421101Column {
- get {
- return this.columnR7421101;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7421200Column {
- get {
- return this.columnR7421200;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7421201Column {
- get {
- return this.columnR7421201;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7421300Column {
- get {
- return this.columnR7421300;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R7421301Column {
- get {
- return this.columnR7421301;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R7421400Column {
@@ -24913,86 +21549,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8116000Column {
- get {
- return this.columnR8116000;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8116100Column {
- get {
- return this.columnR8116100;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8116200Column {
- get {
- return this.columnR8116200;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8116300Column {
- get {
- return this.columnR8116300;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8116400Column {
- get {
- return this.columnR8116400;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8116500Column {
- get {
- return this.columnR8116500;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8116600Column {
- get {
- return this.columnR8116600;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8116700Column {
- get {
- return this.columnR8116700;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8116800Column {
- get {
- return this.columnR8116800;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8116900Column {
- get {
- return this.columnR8116900;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R8117000Column {
@@ -25233,102 +21789,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8119000Column {
- get {
- return this.columnR8119000;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8119001Column {
- get {
- return this.columnR8119001;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8119100Column {
- get {
- return this.columnR8119100;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8119101Column {
- get {
- return this.columnR8119101;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8119200Column {
- get {
- return this.columnR8119200;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8119201Column {
- get {
- return this.columnR8119201;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8119300Column {
- get {
- return this.columnR8119300;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8119301Column {
- get {
- return this.columnR8119301;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8119400Column {
- get {
- return this.columnR8119400;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8119401Column {
- get {
- return this.columnR8119401;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8119500Column {
- get {
- return this.columnR8119500;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn R8119501Column {
- get {
- return this.columnR8119501;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn R8119600Column {
@@ -25761,94 +22221,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0347900Column {
- get {
- return this.columnT0347900;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0348000Column {
- get {
- return this.columnT0348000;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0348100Column {
- get {
- return this.columnT0348100;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0348200Column {
- get {
- return this.columnT0348200;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0348300Column {
- get {
- return this.columnT0348300;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0348400Column {
- get {
- return this.columnT0348400;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0348500Column {
- get {
- return this.columnT0348500;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0348600Column {
- get {
- return this.columnT0348600;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0348700Column {
- get {
- return this.columnT0348700;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0348800Column {
- get {
- return this.columnT0348800;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0348900Column {
- get {
- return this.columnT0348900;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn T0349000Column {
@@ -26097,134 +22469,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0351100Column {
- get {
- return this.columnT0351100;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0351101Column {
- get {
- return this.columnT0351101;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0351200Column {
- get {
- return this.columnT0351200;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0351201Column {
- get {
- return this.columnT0351201;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0351300Column {
- get {
- return this.columnT0351300;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0351301Column {
- get {
- return this.columnT0351301;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0351400Column {
- get {
- return this.columnT0351400;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0351401Column {
- get {
- return this.columnT0351401;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0351500Column {
- get {
- return this.columnT0351500;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0351501Column {
- get {
- return this.columnT0351501;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0351600Column {
- get {
- return this.columnT0351600;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0351601Column {
- get {
- return this.columnT0351601;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0351700Column {
- get {
- return this.columnT0351700;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0351701Column {
- get {
- return this.columnT0351701;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0351800Column {
- get {
- return this.columnT0351800;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T0351801Column {
- get {
- return this.columnT0351801;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn T0351900Column {
@@ -26537,94 +22781,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1497300Column {
- get {
- return this.columnT1497300;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1497400Column {
- get {
- return this.columnT1497400;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1497500Column {
- get {
- return this.columnT1497500;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1497600Column {
- get {
- return this.columnT1497600;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1497700Column {
- get {
- return this.columnT1497700;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1497800Column {
- get {
- return this.columnT1497800;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1497900Column {
- get {
- return this.columnT1497900;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1498000Column {
- get {
- return this.columnT1498000;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1498100Column {
- get {
- return this.columnT1498100;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1498200Column {
- get {
- return this.columnT1498200;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1498300Column {
- get {
- return this.columnT1498300;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn T1498400Column {
@@ -26873,102 +23029,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1500500Column {
- get {
- return this.columnT1500500;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1500501Column {
- get {
- return this.columnT1500501;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1500600Column {
- get {
- return this.columnT1500600;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1500601Column {
- get {
- return this.columnT1500601;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1500700Column {
- get {
- return this.columnT1500700;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1500701Column {
- get {
- return this.columnT1500701;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1500800Column {
- get {
- return this.columnT1500800;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1500801Column {
- get {
- return this.columnT1500801;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1500900Column {
- get {
- return this.columnT1500900;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1500901Column {
- get {
- return this.columnT1500901;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1501000Column {
- get {
- return this.columnT1501000;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T1501001Column {
- get {
- return this.columnT1501001;
- }
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn T1501100Column {
@@ -27275,553 +23335,761 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2543200Column {
+ public global::System.Data.DataColumn T2544200Column {
get {
- return this.columnT2543200;
+ return this.columnT2544200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2543300Column {
+ public global::System.Data.DataColumn T2544300Column {
get {
- return this.columnT2543300;
+ return this.columnT2544300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2543400Column {
+ public global::System.Data.DataColumn T2544400Column {
get {
- return this.columnT2543400;
+ return this.columnT2544400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2543500Column {
+ public global::System.Data.DataColumn T2544500Column {
get {
- return this.columnT2543500;
+ return this.columnT2544500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2543600Column {
+ public global::System.Data.DataColumn T2544600Column {
get {
- return this.columnT2543600;
+ return this.columnT2544600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2543700Column {
+ public global::System.Data.DataColumn T2544700Column {
get {
- return this.columnT2543700;
+ return this.columnT2544700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2543800Column {
+ public global::System.Data.DataColumn T2544800Column {
get {
- return this.columnT2543800;
+ return this.columnT2544800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2543900Column {
+ public global::System.Data.DataColumn T2544900Column {
get {
- return this.columnT2543900;
+ return this.columnT2544900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2544000Column {
+ public global::System.Data.DataColumn T2545000Column {
get {
- return this.columnT2544000;
+ return this.columnT2545000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2544100Column {
+ public global::System.Data.DataColumn T2545100Column {
get {
- return this.columnT2544100;
+ return this.columnT2545100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2544200Column {
+ public global::System.Data.DataColumn T2545200Column {
get {
- return this.columnT2544200;
+ return this.columnT2545200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2544300Column {
+ public global::System.Data.DataColumn T2545201Column {
get {
- return this.columnT2544300;
+ return this.columnT2545201;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2544400Column {
+ public global::System.Data.DataColumn T2545300Column {
get {
- return this.columnT2544400;
+ return this.columnT2545300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2544500Column {
+ public global::System.Data.DataColumn T2545301Column {
get {
- return this.columnT2544500;
+ return this.columnT2545301;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2544600Column {
+ public global::System.Data.DataColumn T2545400Column {
get {
- return this.columnT2544600;
+ return this.columnT2545400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2544700Column {
+ public global::System.Data.DataColumn T2545401Column {
get {
- return this.columnT2544700;
+ return this.columnT2545401;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2544800Column {
+ public global::System.Data.DataColumn T2545500Column {
get {
- return this.columnT2544800;
+ return this.columnT2545500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2544900Column {
+ public global::System.Data.DataColumn T2545501Column {
get {
- return this.columnT2544900;
+ return this.columnT2545501;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2545000Column {
+ public global::System.Data.DataColumn T2545600Column {
get {
- return this.columnT2545000;
+ return this.columnT2545600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2545100Column {
+ public global::System.Data.DataColumn T2545601Column {
get {
- return this.columnT2545100;
+ return this.columnT2545601;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2545200Column {
+ public global::System.Data.DataColumn T2545700Column {
get {
- return this.columnT2545200;
+ return this.columnT2545700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2545201Column {
+ public global::System.Data.DataColumn T2545701Column {
get {
- return this.columnT2545201;
+ return this.columnT2545701;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2545300Column {
+ public global::System.Data.DataColumn T2545800Column {
get {
- return this.columnT2545300;
+ return this.columnT2545800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2545301Column {
+ public global::System.Data.DataColumn T2545801Column {
get {
- return this.columnT2545301;
+ return this.columnT2545801;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2545400Column {
+ public global::System.Data.DataColumn T2545900Column {
get {
- return this.columnT2545400;
+ return this.columnT2545900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2545401Column {
+ public global::System.Data.DataColumn T2545901Column {
get {
- return this.columnT2545401;
+ return this.columnT2545901;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2545500Column {
+ public global::System.Data.DataColumn T2546000Column {
get {
- return this.columnT2545500;
+ return this.columnT2546000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2545501Column {
+ public global::System.Data.DataColumn T2546001Column {
get {
- return this.columnT2545501;
+ return this.columnT2546001;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2545600Column {
+ public global::System.Data.DataColumn T2546800Column {
get {
- return this.columnT2545600;
+ return this.columnT2546800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2545601Column {
+ public global::System.Data.DataColumn T2546900Column {
get {
- return this.columnT2545601;
+ return this.columnT2546900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2545700Column {
+ public global::System.Data.DataColumn T2547000Column {
get {
- return this.columnT2545700;
+ return this.columnT2547000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2545701Column {
+ public global::System.Data.DataColumn T2547100Column {
get {
- return this.columnT2545701;
+ return this.columnT2547100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2545800Column {
+ public global::System.Data.DataColumn T2547200Column {
get {
- return this.columnT2545800;
+ return this.columnT2547200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2545801Column {
+ public global::System.Data.DataColumn T2547300Column {
get {
- return this.columnT2545801;
+ return this.columnT2547300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2545900Column {
+ public global::System.Data.DataColumn T2547400Column {
get {
- return this.columnT2545900;
+ return this.columnT2547400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2545901Column {
+ public global::System.Data.DataColumn T2547500Column {
get {
- return this.columnT2545901;
+ return this.columnT2547500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2546000Column {
+ public global::System.Data.DataColumn T2547600Column {
get {
- return this.columnT2546000;
+ return this.columnT2547600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2546001Column {
+ public global::System.Data.DataColumn T2547700Column {
get {
- return this.columnT2546001;
+ return this.columnT2547700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2546100Column {
+ public global::System.Data.DataColumn T2763400Column {
get {
- return this.columnT2546100;
+ return this.columnT2763400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2546101Column {
+ public global::System.Data.DataColumn T2763500Column {
get {
- return this.columnT2546101;
+ return this.columnT2763500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2546200Column {
+ public global::System.Data.DataColumn T2763600Column {
get {
- return this.columnT2546200;
+ return this.columnT2763600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2546201Column {
+ public global::System.Data.DataColumn T2763700Column {
get {
- return this.columnT2546201;
+ return this.columnT2763700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2546300Column {
+ public global::System.Data.DataColumn T2763800Column {
get {
- return this.columnT2546300;
+ return this.columnT2763800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2546301Column {
+ public global::System.Data.DataColumn T2763900Column {
get {
- return this.columnT2546301;
+ return this.columnT2763900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2546400Column {
+ public global::System.Data.DataColumn T2764000Column {
get {
- return this.columnT2546400;
+ return this.columnT2764000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2546401Column {
+ public global::System.Data.DataColumn T3527500Column {
get {
- return this.columnT2546401;
+ return this.columnT3527500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2546500Column {
+ public global::System.Data.DataColumn T3527600Column {
get {
- return this.columnT2546500;
+ return this.columnT3527600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2546501Column {
+ public global::System.Data.DataColumn T3527700Column {
get {
- return this.columnT2546501;
+ return this.columnT3527700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2546600Column {
+ public global::System.Data.DataColumn T3527800Column {
get {
- return this.columnT2546600;
+ return this.columnT3527800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2546601Column {
+ public global::System.Data.DataColumn T3527900Column {
get {
- return this.columnT2546601;
+ return this.columnT3527900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2546700Column {
+ public global::System.Data.DataColumn T3528000Column {
get {
- return this.columnT2546700;
+ return this.columnT3528000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2546701Column {
+ public global::System.Data.DataColumn T3528100Column {
get {
- return this.columnT2546701;
+ return this.columnT3528100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2546800Column {
+ public global::System.Data.DataColumn T3528200Column {
get {
- return this.columnT2546800;
+ return this.columnT3528200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2546900Column {
+ public global::System.Data.DataColumn T3528300Column {
get {
- return this.columnT2546900;
+ return this.columnT3528300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2547000Column {
+ public global::System.Data.DataColumn T3528400Column {
get {
- return this.columnT2547000;
+ return this.columnT3528400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2547100Column {
+ public global::System.Data.DataColumn T3530500Column {
get {
- return this.columnT2547100;
+ return this.columnT3530500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2547200Column {
+ public global::System.Data.DataColumn T3530600Column {
get {
- return this.columnT2547200;
+ return this.columnT3530600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2547300Column {
+ public global::System.Data.DataColumn T3530700Column {
get {
- return this.columnT2547300;
+ return this.columnT3530700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2547400Column {
+ public global::System.Data.DataColumn T3530800Column {
get {
- return this.columnT2547400;
+ return this.columnT3530800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2547500Column {
+ public global::System.Data.DataColumn T3530900Column {
get {
- return this.columnT2547500;
+ return this.columnT3530900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2547600Column {
+ public global::System.Data.DataColumn T3531000Column {
get {
- return this.columnT2547600;
+ return this.columnT3531000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2547700Column {
+ public global::System.Data.DataColumn T3531100Column {
get {
- return this.columnT2547700;
+ return this.columnT3531100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2763400Column {
+ public global::System.Data.DataColumn T3531200Column {
get {
- return this.columnT2763400;
+ return this.columnT3531200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2763500Column {
+ public global::System.Data.DataColumn T3531300Column {
get {
- return this.columnT2763500;
+ return this.columnT3531300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2763600Column {
+ public global::System.Data.DataColumn T3531400Column {
get {
- return this.columnT2763600;
+ return this.columnT3531400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2763700Column {
+ public global::System.Data.DataColumn T3531500Column {
get {
- return this.columnT2763700;
+ return this.columnT3531500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2763800Column {
+ public global::System.Data.DataColumn T3531501Column {
get {
- return this.columnT2763800;
+ return this.columnT3531501;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2763900Column {
+ public global::System.Data.DataColumn T3531600Column {
get {
- return this.columnT2763900;
+ return this.columnT3531600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataColumn T2764000Column {
+ public global::System.Data.DataColumn T3531601Column {
get {
- return this.columnT2764000;
+ return this.columnT3531601;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3531700Column {
+ get {
+ return this.columnT3531700;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3531701Column {
+ get {
+ return this.columnT3531701;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3531800Column {
+ get {
+ return this.columnT3531800;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3531801Column {
+ get {
+ return this.columnT3531801;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3531900Column {
+ get {
+ return this.columnT3531900;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3531901Column {
+ get {
+ return this.columnT3531901;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3532000Column {
+ get {
+ return this.columnT3532000;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3532001Column {
+ get {
+ return this.columnT3532001;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3532100Column {
+ get {
+ return this.columnT3532100;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3532101Column {
+ get {
+ return this.columnT3532101;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3532200Column {
+ get {
+ return this.columnT3532200;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3532201Column {
+ get {
+ return this.columnT3532201;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3532300Column {
+ get {
+ return this.columnT3532300;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3532301Column {
+ get {
+ return this.columnT3532301;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3532400Column {
+ get {
+ return this.columnT3532400;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3532401Column {
+ get {
+ return this.columnT3532401;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3533200Column {
+ get {
+ return this.columnT3533200;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3533300Column {
+ get {
+ return this.columnT3533300;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3533400Column {
+ get {
+ return this.columnT3533400;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3533500Column {
+ get {
+ return this.columnT3533500;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3533600Column {
+ get {
+ return this.columnT3533600;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3533700Column {
+ get {
+ return this.columnT3533700;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3533800Column {
+ get {
+ return this.columnT3533800;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3533900Column {
+ get {
+ return this.columnT3533900;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3534000Column {
+ get {
+ return this.columnT3534000;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T3534100Column {
+ get {
+ return this.columnT3534100;
}
}
@@ -27873,6 +24141,454 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se
}
}
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4496200Column {
+ get {
+ return this.columnT4496200;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4496300Column {
+ get {
+ return this.columnT4496300;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4496400Column {
+ get {
+ return this.columnT4496400;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4496500Column {
+ get {
+ return this.columnT4496500;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4496600Column {
+ get {
+ return this.columnT4496600;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4496700Column {
+ get {
+ return this.columnT4496700;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4496800Column {
+ get {
+ return this.columnT4496800;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4496900Column {
+ get {
+ return this.columnT4496900;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4497000Column {
+ get {
+ return this.columnT4497000;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4497100Column {
+ get {
+ return this.columnT4497100;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4500700Column {
+ get {
+ return this.columnT4500700;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4500800Column {
+ get {
+ return this.columnT4500800;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4500900Column {
+ get {
+ return this.columnT4500900;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4501000Column {
+ get {
+ return this.columnT4501000;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4501100Column {
+ get {
+ return this.columnT4501100;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4501200Column {
+ get {
+ return this.columnT4501200;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4501300Column {
+ get {
+ return this.columnT4501300;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4501400Column {
+ get {
+ return this.columnT4501400;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4501500Column {
+ get {
+ return this.columnT4501500;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4501600Column {
+ get {
+ return this.columnT4501600;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4501700Column {
+ get {
+ return this.columnT4501700;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4501701Column {
+ get {
+ return this.columnT4501701;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4501800Column {
+ get {
+ return this.columnT4501800;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4501801Column {
+ get {
+ return this.columnT4501801;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4501900Column {
+ get {
+ return this.columnT4501900;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4501901Column {
+ get {
+ return this.columnT4501901;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4502000Column {
+ get {
+ return this.columnT4502000;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4502001Column {
+ get {
+ return this.columnT4502001;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4502100Column {
+ get {
+ return this.columnT4502100;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4502101Column {
+ get {
+ return this.columnT4502101;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4502200Column {
+ get {
+ return this.columnT4502200;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4502201Column {
+ get {
+ return this.columnT4502201;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4502300Column {
+ get {
+ return this.columnT4502300;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4502301Column {
+ get {
+ return this.columnT4502301;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4502400Column {
+ get {
+ return this.columnT4502400;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4502401Column {
+ get {
+ return this.columnT4502401;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4502500Column {
+ get {
+ return this.columnT4502500;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4502501Column {
+ get {
+ return this.columnT4502501;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4502600Column {
+ get {
+ return this.columnT4502600;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4502601Column {
+ get {
+ return this.columnT4502601;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4504900Column {
+ get {
+ return this.columnT4504900;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4505000Column {
+ get {
+ return this.columnT4505000;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4505100Column {
+ get {
+ return this.columnT4505100;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4505200Column {
+ get {
+ return this.columnT4505200;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4505300Column {
+ get {
+ return this.columnT4505300;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4505400Column {
+ get {
+ return this.columnT4505400;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4505500Column {
+ get {
+ return this.columnT4505500;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4505600Column {
+ get {
+ return this.columnT4505600;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4505700Column {
+ get {
+ return this.columnT4505700;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4505800Column {
+ get {
+ return this.columnT4505800;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4703500Column {
+ get {
+ return this.columnT4703500;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4703600Column {
+ get {
+ return this.columnT4703600;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4703700Column {
+ get {
+ return this.columnT4703700;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4703800Column {
+ get {
+ return this.columnT4703800;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4703900Column {
+ get {
+ return this.columnT4703900;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn T4704000Column {
+ get {
+ return this.columnT4704000;
+ }
+ }
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
@@ -27912,69 +24628,50 @@ public void AddtblGen2FatherFromGen1Row(tblGen2FatherFromGen1Row row) {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
int R0000100,
+ int R0173600,
+ int R0214700,
int R0214800,
int R1373300,
- int R1373400,
int R1373500,
int R1374000,
- int R1374100,
int R1374200,
int R1374700,
- int R1374800,
int R1374900,
int R1375400,
- int R1375500,
int R1375600,
int R1376100,
- int R1376200,
int R1376300,
int R1376800,
- int R1376900,
int R1377000,
int R1377500,
- int R1377600,
int R1377700,
int R1753700,
- int R1753800,
int R1753900,
int R1754400,
- int R1754500,
int R1754600,
int R1755100,
- int R1755200,
int R1755300,
int R1755800,
- int R1755900,
int R1756000,
int R1756500,
- int R1756600,
int R1756700,
int R1757200,
- int R1757300,
int R1757400,
int R1757900,
- int R1758000,
int R1758100,
int R2095700,
- int R2095800,
int R2095900,
int R2096400,
- int R2096500,
int R2096600,
int R2097100,
- int R2097200,
int R2097300,
int R2097800,
- int R2097900,
int R2098000,
int R2098500,
- int R2098600,
int R2098700,
int R2099200,
- int R2099300,
int R2099400,
int R2099900,
- int R2100000,
int R2100100,
int R2345900,
int R2346200,
@@ -27984,25 +24681,18 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
int R2347400,
int R2347700,
int R2648000,
- int R2648100,
int R2648200,
int R2648700,
- int R2648800,
int R2648900,
int R2649400,
- int R2649500,
int R2649600,
int R2650100,
- int R2650200,
int R2650300,
int R2650800,
- int R2650900,
int R2651000,
int R2651500,
- int R2651600,
int R2651700,
int R2652200,
- int R2652300,
int R2652400,
int R2955900,
int R2956200,
@@ -28012,119 +24702,78 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
int R2957400,
int R2957700,
int R3255900,
- int R3256000,
int R3256100,
int R3257700,
- int R3257800,
int R3257900,
int R3259500,
- int R3259600,
int R3259700,
int R3261300,
- int R3261400,
int R3261500,
int R3263100,
- int R3263200,
int R3263300,
int R3264900,
- int R3265000,
int R3265100,
int R3266700,
- int R3266800,
int R3266900,
int R3268500,
int R3556400,
int R3557000,
int R3557600,
int R3771800,
- int R3771900,
int R3772000,
int R3772100,
- int R3772200,
- int R3772300,
int R3772400,
int R3773900,
- int R3774000,
int R3774100,
int R3774200,
- int R3774300,
- int R3774400,
int R3774500,
int R3776000,
- int R3776100,
int R3776200,
int R3776300,
- int R3776400,
- int R3776500,
int R3776600,
int R3778100,
- int R3778200,
int R3778300,
int R3778400,
- int R3778500,
- int R3778600,
int R3778700,
int R3780200,
- int R3780300,
int R3780400,
int R3780500,
- int R3780600,
- int R3780700,
int R3780800,
int R3782300,
- int R3782400,
int R3782500,
int R3782600,
int R3782900,
int R3784400,
- int R3784500,
int R3784600,
int R3784700,
int R3785000,
int R3786500,
int R3788004,
int R4276800,
- int R4276900,
int R4277000,
int R4277100,
int R4277101,
- int R4277200,
- int R4277201,
int R4277700,
- int R4277800,
int R4277900,
int R4278000,
int R4278001,
- int R4278100,
- int R4278101,
int R4278600,
- int R4278700,
int R4278800,
int R4278900,
int R4278901,
- int R4279000,
- int R4279001,
int R4279500,
- int R4279600,
int R4279700,
int R4279800,
int R4279801,
- int R4279900,
- int R4279901,
int R4280400,
- int R4280500,
int R4280600,
int R4280700,
int R4280701,
- int R4280800,
- int R4280801,
int R4281300,
- int R4281400,
int R4281500,
int R4281600,
int R4281601,
int R4282100,
- int R4282200,
int R4282300,
int R4282400,
int R4282401,
@@ -28133,119 +24782,82 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
int R4283100,
int R4283600,
int R4827600,
- int R4827700,
int R4827800,
int R4827900,
int R4827901,
- int R4828000,
- int R4828001,
int R4828100,
int R4830600,
- int R4830700,
int R4830800,
int R4830900,
int R4830901,
- int R4831000,
- int R4831001,
int R4831100,
int R4833600,
- int R4833700,
int R4833800,
int R4833900,
int R4833901,
- int R4834000,
- int R4834001,
int R4834100,
int R4836600,
- int R4836700,
int R4836800,
int R4836900,
int R4836901,
- int R4837000,
- int R4837001,
int R4837100,
int R4839600,
- int R4839700,
int R4839800,
int R4839900,
int R4839901,
- int R4840000,
- int R4840001,
int R4840100,
int R4842500,
- int R4842600,
int R4842700,
int R4842800,
int R4842801,
int R4842900,
int R4844800,
- int R4844900,
int R4845000,
int R4845100,
int R4845101,
int R4845200,
int R4847100,
- int R4847200,
int R4847300,
int R4847400,
int R5498000,
- int R5498100,
int R5498200,
int R5498300,
int R5498301,
- int R5498400,
- int R5498401,
int R5498500,
int R5501000,
- int R5501100,
int R5501200,
int R5501300,
int R5501301,
- int R5501400,
- int R5501401,
int R5501500,
int R5504000,
- int R5504100,
int R5504200,
int R5504300,
int R5504301,
- int R5504400,
- int R5504401,
int R5504500,
int R5507000,
- int R5507100,
int R5507200,
int R5507300,
int R5507301,
- int R5507400,
- int R5507401,
int R5507500,
int R5510000,
- int R5510100,
int R5510200,
int R5510300,
int R5510301,
- int R5510400,
- int R5510401,
int R5510500,
int R5513000,
- int R5513100,
int R5513200,
int R5513300,
int R5513301,
int R5513400,
int R5515300,
- int R5515400,
int R5515500,
int R5515600,
int R5515601,
int R5515700,
int R5517600,
- int R5517700,
int R5517800,
int R5517900,
int R5519800,
- int R5519900,
int R5520000,
int R5520100,
int R5520101,
@@ -28260,16 +24872,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
int R6219100,
int R6219200,
int R6219300,
- int R6219500,
- int R6219600,
- int R6219700,
- int R6219800,
- int R6219900,
- int R6220000,
- int R6220100,
- int R6220200,
- int R6220300,
- int R6220400,
int R6220600,
int R6220700,
int R6220800,
@@ -28300,18 +24902,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
int R6222501,
int R6222600,
int R6222601,
- int R6222800,
- int R6222801,
- int R6222900,
- int R6222901,
- int R6223000,
- int R6223001,
- int R6223100,
- int R6223101,
- int R6223200,
- int R6223201,
- int R6223300,
- int R6223301,
int R6223400,
int R6223500,
int R6223600,
@@ -28342,16 +24932,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
int R6773200,
int R6773300,
int R6773400,
- int R6773500,
- int R6773600,
- int R6773700,
- int R6773800,
- int R6773900,
- int R6774000,
- int R6774100,
- int R6774200,
- int R6774300,
- int R6774400,
int R6774500,
int R6774600,
int R6774700,
@@ -28378,18 +24958,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
int R6776101,
int R6776200,
int R6776201,
- int R6776300,
- int R6776301,
- int R6776400,
- int R6776401,
- int R6776500,
- int R6776501,
- int R6776600,
- int R6776601,
- int R6776700,
- int R6776701,
- int R6776800,
- int R6776801,
int R6776900,
int R6777000,
int R6777100,
@@ -28420,16 +24988,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
int R7417600,
int R7417700,
int R7417800,
- int R7417900,
- int R7418000,
- int R7418100,
- int R7418200,
- int R7418300,
- int R7418400,
- int R7418500,
- int R7418600,
- int R7418700,
- int R7418800,
int R7418900,
int R7419000,
int R7419100,
@@ -28456,20 +25014,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
int R7420501,
int R7420600,
int R7420601,
- int R7420700,
- int R7420701,
- int R7420800,
- int R7420801,
- int R7420900,
- int R7420901,
- int R7421000,
- int R7421001,
- int R7421100,
- int R7421101,
- int R7421200,
- int R7421201,
- int R7421300,
- int R7421301,
int R7421400,
int R7421500,
int R7421600,
@@ -28500,16 +25044,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
int R8115700,
int R8115800,
int R8115900,
- int R8116000,
- int R8116100,
- int R8116200,
- int R8116300,
- int R8116400,
- int R8116500,
- int R8116600,
- int R8116700,
- int R8116800,
- int R8116900,
int R8117000,
int R8117100,
int R8117200,
@@ -28540,18 +25074,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
int R8118801,
int R8118900,
int R8118901,
- int R8119000,
- int R8119001,
- int R8119100,
- int R8119101,
- int R8119200,
- int R8119201,
- int R8119300,
- int R8119301,
- int R8119400,
- int R8119401,
- int R8119500,
- int R8119501,
int R8119600,
int R8119700,
int R8119800,
@@ -28606,17 +25128,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
int T0347600,
int T0347700,
int T0347800,
- int T0347900,
- int T0348000,
- int T0348100,
- int T0348200,
- int T0348300,
- int T0348400,
- int T0348500,
- int T0348600,
- int T0348700,
- int T0348800,
- int T0348900,
int T0349000,
int T0349100,
int T0349200,
@@ -28648,22 +25159,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
int T0350901,
int T0351000,
int T0351001,
- int T0351100,
- int T0351101,
- int T0351200,
- int T0351201,
- int T0351300,
- int T0351301,
- int T0351400,
- int T0351401,
- int T0351500,
- int T0351501,
- int T0351600,
- int T0351601,
- int T0351700,
- int T0351701,
- int T0351800,
- int T0351801,
int T0351900,
int T0352000,
int T0352100,
@@ -28703,17 +25198,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
int T1497000,
int T1497100,
int T1497200,
- int T1497300,
- int T1497400,
- int T1497500,
- int T1497600,
- int T1497700,
- int T1497800,
- int T1497900,
- int T1498000,
- int T1498100,
- int T1498200,
- int T1498300,
int T1498400,
int T1498500,
int T1498600,
@@ -28745,18 +25229,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
int T1500301,
int T1500400,
int T1500401,
- int T1500500,
- int T1500501,
- int T1500600,
- int T1500601,
- int T1500700,
- int T1500701,
- int T1500800,
- int T1500801,
- int T1500900,
- int T1500901,
- int T1501000,
- int T1501001,
int T1501100,
int T1501200,
int T1501300,
@@ -28795,16 +25267,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
int T2542900,
int T2543000,
int T2543100,
- int T2543200,
- int T2543300,
- int T2543400,
- int T2543500,
- int T2543600,
- int T2543700,
- int T2543800,
- int T2543900,
- int T2544000,
- int T2544100,
int T2544200,
int T2544300,
int T2544400,
@@ -28833,20 +25295,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
int T2545901,
int T2546000,
int T2546001,
- int T2546100,
- int T2546101,
- int T2546200,
- int T2546201,
- int T2546300,
- int T2546301,
- int T2546400,
- int T2546401,
- int T2546500,
- int T2546501,
- int T2546600,
- int T2546601,
- int T2546700,
- int T2546701,
int T2546800,
int T2546900,
int T2547000,
@@ -28864,78 +25312,165 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
int T2763800,
int T2763900,
int T2764000,
+ int T3527500,
+ int T3527600,
+ int T3527700,
+ int T3527800,
+ int T3527900,
+ int T3528000,
+ int T3528100,
+ int T3528200,
+ int T3528300,
+ int T3528400,
+ int T3530500,
+ int T3530600,
+ int T3530700,
+ int T3530800,
+ int T3530900,
+ int T3531000,
+ int T3531100,
+ int T3531200,
+ int T3531300,
+ int T3531400,
+ int T3531500,
+ int T3531501,
+ int T3531600,
+ int T3531601,
+ int T3531700,
+ int T3531701,
+ int T3531800,
+ int T3531801,
+ int T3531900,
+ int T3531901,
+ int T3532000,
+ int T3532001,
+ int T3532100,
+ int T3532101,
+ int T3532200,
+ int T3532201,
+ int T3532300,
+ int T3532301,
+ int T3532400,
+ int T3532401,
+ int T3533200,
+ int T3533300,
+ int T3533400,
+ int T3533500,
+ int T3533600,
+ int T3533700,
+ int T3533800,
+ int T3533900,
+ int T3534000,
+ int T3534100,
int T3729600,
int T3729700,
int T3729800,
int T3729900,
int T3730000,
- int T3730100) {
+ int T3730100,
+ int T4496200,
+ int T4496300,
+ int T4496400,
+ int T4496500,
+ int T4496600,
+ int T4496700,
+ int T4496800,
+ int T4496900,
+ int T4497000,
+ int T4497100,
+ int T4500700,
+ int T4500800,
+ int T4500900,
+ int T4501000,
+ int T4501100,
+ int T4501200,
+ int T4501300,
+ int T4501400,
+ int T4501500,
+ int T4501600,
+ int T4501700,
+ int T4501701,
+ int T4501800,
+ int T4501801,
+ int T4501900,
+ int T4501901,
+ int T4502000,
+ int T4502001,
+ int T4502100,
+ int T4502101,
+ int T4502200,
+ int T4502201,
+ int T4502300,
+ int T4502301,
+ int T4502400,
+ int T4502401,
+ int T4502500,
+ int T4502501,
+ int T4502600,
+ int T4502601,
+ int T4504900,
+ int T4505000,
+ int T4505100,
+ int T4505200,
+ int T4505300,
+ int T4505400,
+ int T4505500,
+ int T4505600,
+ int T4505700,
+ int T4505800,
+ int T4703500,
+ int T4703600,
+ int T4703700,
+ int T4703800,
+ int T4703900,
+ int T4704000) {
tblGen2FatherFromGen1Row rowtblGen2FatherFromGen1Row = ((tblGen2FatherFromGen1Row)(this.NewRow()));
object[] columnValuesArray = new object[] {
R0000100,
+ R0173600,
+ R0214700,
R0214800,
R1373300,
- R1373400,
R1373500,
R1374000,
- R1374100,
R1374200,
R1374700,
- R1374800,
R1374900,
R1375400,
- R1375500,
R1375600,
R1376100,
- R1376200,
R1376300,
R1376800,
- R1376900,
R1377000,
R1377500,
- R1377600,
R1377700,
R1753700,
- R1753800,
R1753900,
R1754400,
- R1754500,
R1754600,
R1755100,
- R1755200,
R1755300,
R1755800,
- R1755900,
R1756000,
R1756500,
- R1756600,
R1756700,
R1757200,
- R1757300,
R1757400,
R1757900,
- R1758000,
R1758100,
R2095700,
- R2095800,
R2095900,
R2096400,
- R2096500,
R2096600,
R2097100,
- R2097200,
R2097300,
R2097800,
- R2097900,
R2098000,
R2098500,
- R2098600,
R2098700,
R2099200,
- R2099300,
R2099400,
R2099900,
- R2100000,
R2100100,
R2345900,
R2346200,
@@ -28945,25 +25480,18 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
R2347400,
R2347700,
R2648000,
- R2648100,
R2648200,
R2648700,
- R2648800,
R2648900,
R2649400,
- R2649500,
R2649600,
R2650100,
- R2650200,
R2650300,
R2650800,
- R2650900,
R2651000,
R2651500,
- R2651600,
R2651700,
R2652200,
- R2652300,
R2652400,
R2955900,
R2956200,
@@ -28973,119 +25501,78 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
R2957400,
R2957700,
R3255900,
- R3256000,
R3256100,
R3257700,
- R3257800,
R3257900,
R3259500,
- R3259600,
R3259700,
R3261300,
- R3261400,
R3261500,
R3263100,
- R3263200,
R3263300,
R3264900,
- R3265000,
R3265100,
R3266700,
- R3266800,
R3266900,
R3268500,
R3556400,
R3557000,
R3557600,
R3771800,
- R3771900,
R3772000,
R3772100,
- R3772200,
- R3772300,
R3772400,
R3773900,
- R3774000,
R3774100,
R3774200,
- R3774300,
- R3774400,
R3774500,
R3776000,
- R3776100,
R3776200,
R3776300,
- R3776400,
- R3776500,
R3776600,
R3778100,
- R3778200,
R3778300,
R3778400,
- R3778500,
- R3778600,
R3778700,
R3780200,
- R3780300,
R3780400,
R3780500,
- R3780600,
- R3780700,
R3780800,
R3782300,
- R3782400,
R3782500,
R3782600,
R3782900,
R3784400,
- R3784500,
R3784600,
R3784700,
R3785000,
R3786500,
R3788004,
R4276800,
- R4276900,
R4277000,
R4277100,
R4277101,
- R4277200,
- R4277201,
R4277700,
- R4277800,
R4277900,
R4278000,
R4278001,
- R4278100,
- R4278101,
R4278600,
- R4278700,
R4278800,
R4278900,
R4278901,
- R4279000,
- R4279001,
R4279500,
- R4279600,
R4279700,
R4279800,
R4279801,
- R4279900,
- R4279901,
R4280400,
- R4280500,
R4280600,
R4280700,
R4280701,
- R4280800,
- R4280801,
R4281300,
- R4281400,
R4281500,
R4281600,
R4281601,
R4282100,
- R4282200,
R4282300,
R4282400,
R4282401,
@@ -29094,119 +25581,82 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
R4283100,
R4283600,
R4827600,
- R4827700,
R4827800,
R4827900,
R4827901,
- R4828000,
- R4828001,
R4828100,
R4830600,
- R4830700,
R4830800,
R4830900,
R4830901,
- R4831000,
- R4831001,
R4831100,
R4833600,
- R4833700,
R4833800,
R4833900,
R4833901,
- R4834000,
- R4834001,
R4834100,
R4836600,
- R4836700,
R4836800,
R4836900,
R4836901,
- R4837000,
- R4837001,
R4837100,
R4839600,
- R4839700,
R4839800,
R4839900,
R4839901,
- R4840000,
- R4840001,
R4840100,
R4842500,
- R4842600,
R4842700,
R4842800,
R4842801,
R4842900,
R4844800,
- R4844900,
R4845000,
R4845100,
R4845101,
R4845200,
R4847100,
- R4847200,
R4847300,
R4847400,
R5498000,
- R5498100,
R5498200,
R5498300,
R5498301,
- R5498400,
- R5498401,
R5498500,
R5501000,
- R5501100,
R5501200,
R5501300,
R5501301,
- R5501400,
- R5501401,
R5501500,
R5504000,
- R5504100,
R5504200,
R5504300,
R5504301,
- R5504400,
- R5504401,
R5504500,
R5507000,
- R5507100,
R5507200,
R5507300,
R5507301,
- R5507400,
- R5507401,
R5507500,
R5510000,
- R5510100,
R5510200,
R5510300,
R5510301,
- R5510400,
- R5510401,
R5510500,
R5513000,
- R5513100,
R5513200,
R5513300,
R5513301,
R5513400,
R5515300,
- R5515400,
R5515500,
R5515600,
R5515601,
R5515700,
R5517600,
- R5517700,
R5517800,
R5517900,
R5519800,
- R5519900,
R5520000,
R5520100,
R5520101,
@@ -29221,16 +25671,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
R6219100,
R6219200,
R6219300,
- R6219500,
- R6219600,
- R6219700,
- R6219800,
- R6219900,
- R6220000,
- R6220100,
- R6220200,
- R6220300,
- R6220400,
R6220600,
R6220700,
R6220800,
@@ -29261,18 +25701,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
R6222501,
R6222600,
R6222601,
- R6222800,
- R6222801,
- R6222900,
- R6222901,
- R6223000,
- R6223001,
- R6223100,
- R6223101,
- R6223200,
- R6223201,
- R6223300,
- R6223301,
R6223400,
R6223500,
R6223600,
@@ -29303,16 +25731,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
R6773200,
R6773300,
R6773400,
- R6773500,
- R6773600,
- R6773700,
- R6773800,
- R6773900,
- R6774000,
- R6774100,
- R6774200,
- R6774300,
- R6774400,
R6774500,
R6774600,
R6774700,
@@ -29339,18 +25757,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
R6776101,
R6776200,
R6776201,
- R6776300,
- R6776301,
- R6776400,
- R6776401,
- R6776500,
- R6776501,
- R6776600,
- R6776601,
- R6776700,
- R6776701,
- R6776800,
- R6776801,
R6776900,
R6777000,
R6777100,
@@ -29381,16 +25787,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
R7417600,
R7417700,
R7417800,
- R7417900,
- R7418000,
- R7418100,
- R7418200,
- R7418300,
- R7418400,
- R7418500,
- R7418600,
- R7418700,
- R7418800,
R7418900,
R7419000,
R7419100,
@@ -29417,20 +25813,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
R7420501,
R7420600,
R7420601,
- R7420700,
- R7420701,
- R7420800,
- R7420801,
- R7420900,
- R7420901,
- R7421000,
- R7421001,
- R7421100,
- R7421101,
- R7421200,
- R7421201,
- R7421300,
- R7421301,
R7421400,
R7421500,
R7421600,
@@ -29461,16 +25843,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
R8115700,
R8115800,
R8115900,
- R8116000,
- R8116100,
- R8116200,
- R8116300,
- R8116400,
- R8116500,
- R8116600,
- R8116700,
- R8116800,
- R8116900,
R8117000,
R8117100,
R8117200,
@@ -29501,18 +25873,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
R8118801,
R8118900,
R8118901,
- R8119000,
- R8119001,
- R8119100,
- R8119101,
- R8119200,
- R8119201,
- R8119300,
- R8119301,
- R8119400,
- R8119401,
- R8119500,
- R8119501,
R8119600,
R8119700,
R8119800,
@@ -29567,17 +25927,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
T0347600,
T0347700,
T0347800,
- T0347900,
- T0348000,
- T0348100,
- T0348200,
- T0348300,
- T0348400,
- T0348500,
- T0348600,
- T0348700,
- T0348800,
- T0348900,
T0349000,
T0349100,
T0349200,
@@ -29609,22 +25958,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
T0350901,
T0351000,
T0351001,
- T0351100,
- T0351101,
- T0351200,
- T0351201,
- T0351300,
- T0351301,
- T0351400,
- T0351401,
- T0351500,
- T0351501,
- T0351600,
- T0351601,
- T0351700,
- T0351701,
- T0351800,
- T0351801,
T0351900,
T0352000,
T0352100,
@@ -29664,17 +25997,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
T1497000,
T1497100,
T1497200,
- T1497300,
- T1497400,
- T1497500,
- T1497600,
- T1497700,
- T1497800,
- T1497900,
- T1498000,
- T1498100,
- T1498200,
- T1498300,
T1498400,
T1498500,
T1498600,
@@ -29706,18 +26028,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
T1500301,
T1500400,
T1500401,
- T1500500,
- T1500501,
- T1500600,
- T1500601,
- T1500700,
- T1500701,
- T1500800,
- T1500801,
- T1500900,
- T1500901,
- T1501000,
- T1501001,
T1501100,
T1501200,
T1501300,
@@ -29756,16 +26066,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
T2542900,
T2543000,
T2543100,
- T2543200,
- T2543300,
- T2543400,
- T2543500,
- T2543600,
- T2543700,
- T2543800,
- T2543900,
- T2544000,
- T2544100,
T2544200,
T2544300,
T2544400,
@@ -29794,20 +26094,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
T2545901,
T2546000,
T2546001,
- T2546100,
- T2546101,
- T2546200,
- T2546201,
- T2546300,
- T2546301,
- T2546400,
- T2546401,
- T2546500,
- T2546501,
- T2546600,
- T2546601,
- T2546700,
- T2546701,
T2546800,
T2546900,
T2547000,
@@ -29825,12 +26111,118 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row(
T2763800,
T2763900,
T2764000,
+ T3527500,
+ T3527600,
+ T3527700,
+ T3527800,
+ T3527900,
+ T3528000,
+ T3528100,
+ T3528200,
+ T3528300,
+ T3528400,
+ T3530500,
+ T3530600,
+ T3530700,
+ T3530800,
+ T3530900,
+ T3531000,
+ T3531100,
+ T3531200,
+ T3531300,
+ T3531400,
+ T3531500,
+ T3531501,
+ T3531600,
+ T3531601,
+ T3531700,
+ T3531701,
+ T3531800,
+ T3531801,
+ T3531900,
+ T3531901,
+ T3532000,
+ T3532001,
+ T3532100,
+ T3532101,
+ T3532200,
+ T3532201,
+ T3532300,
+ T3532301,
+ T3532400,
+ T3532401,
+ T3533200,
+ T3533300,
+ T3533400,
+ T3533500,
+ T3533600,
+ T3533700,
+ T3533800,
+ T3533900,
+ T3534000,
+ T3534100,
T3729600,
T3729700,
T3729800,
T3729900,
T3730000,
- T3730100};
+ T3730100,
+ T4496200,
+ T4496300,
+ T4496400,
+ T4496500,
+ T4496600,
+ T4496700,
+ T4496800,
+ T4496900,
+ T4497000,
+ T4497100,
+ T4500700,
+ T4500800,
+ T4500900,
+ T4501000,
+ T4501100,
+ T4501200,
+ T4501300,
+ T4501400,
+ T4501500,
+ T4501600,
+ T4501700,
+ T4501701,
+ T4501800,
+ T4501801,
+ T4501900,
+ T4501901,
+ T4502000,
+ T4502001,
+ T4502100,
+ T4502101,
+ T4502200,
+ T4502201,
+ T4502300,
+ T4502301,
+ T4502400,
+ T4502401,
+ T4502500,
+ T4502501,
+ T4502600,
+ T4502601,
+ T4504900,
+ T4505000,
+ T4505100,
+ T4505200,
+ T4505300,
+ T4505400,
+ T4505500,
+ T4505600,
+ T4505700,
+ T4505800,
+ T4703500,
+ T4703600,
+ T4703700,
+ T4703800,
+ T4703900,
+ T4704000};
rowtblGen2FatherFromGen1Row.ItemArray = columnValuesArray;
this.Rows.Add(rowtblGen2FatherFromGen1Row);
return rowtblGen2FatherFromGen1Row;
@@ -29861,69 +26253,50 @@ public tblGen2FatherFromGen1Row FindByR0000100(int R0000100) {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnR0000100 = base.Columns["R0000100"];
+ this.columnR0173600 = base.Columns["R0173600"];
+ this.columnR0214700 = base.Columns["R0214700"];
this.columnR0214800 = base.Columns["R0214800"];
this.columnR1373300 = base.Columns["R1373300"];
- this.columnR1373400 = base.Columns["R1373400"];
this.columnR1373500 = base.Columns["R1373500"];
this.columnR1374000 = base.Columns["R1374000"];
- this.columnR1374100 = base.Columns["R1374100"];
this.columnR1374200 = base.Columns["R1374200"];
this.columnR1374700 = base.Columns["R1374700"];
- this.columnR1374800 = base.Columns["R1374800"];
this.columnR1374900 = base.Columns["R1374900"];
this.columnR1375400 = base.Columns["R1375400"];
- this.columnR1375500 = base.Columns["R1375500"];
this.columnR1375600 = base.Columns["R1375600"];
this.columnR1376100 = base.Columns["R1376100"];
- this.columnR1376200 = base.Columns["R1376200"];
this.columnR1376300 = base.Columns["R1376300"];
this.columnR1376800 = base.Columns["R1376800"];
- this.columnR1376900 = base.Columns["R1376900"];
this.columnR1377000 = base.Columns["R1377000"];
this.columnR1377500 = base.Columns["R1377500"];
- this.columnR1377600 = base.Columns["R1377600"];
this.columnR1377700 = base.Columns["R1377700"];
this.columnR1753700 = base.Columns["R1753700"];
- this.columnR1753800 = base.Columns["R1753800"];
this.columnR1753900 = base.Columns["R1753900"];
this.columnR1754400 = base.Columns["R1754400"];
- this.columnR1754500 = base.Columns["R1754500"];
this.columnR1754600 = base.Columns["R1754600"];
this.columnR1755100 = base.Columns["R1755100"];
- this.columnR1755200 = base.Columns["R1755200"];
this.columnR1755300 = base.Columns["R1755300"];
this.columnR1755800 = base.Columns["R1755800"];
- this.columnR1755900 = base.Columns["R1755900"];
this.columnR1756000 = base.Columns["R1756000"];
this.columnR1756500 = base.Columns["R1756500"];
- this.columnR1756600 = base.Columns["R1756600"];
this.columnR1756700 = base.Columns["R1756700"];
this.columnR1757200 = base.Columns["R1757200"];
- this.columnR1757300 = base.Columns["R1757300"];
this.columnR1757400 = base.Columns["R1757400"];
this.columnR1757900 = base.Columns["R1757900"];
- this.columnR1758000 = base.Columns["R1758000"];
this.columnR1758100 = base.Columns["R1758100"];
this.columnR2095700 = base.Columns["R2095700"];
- this.columnR2095800 = base.Columns["R2095800"];
this.columnR2095900 = base.Columns["R2095900"];
this.columnR2096400 = base.Columns["R2096400"];
- this.columnR2096500 = base.Columns["R2096500"];
this.columnR2096600 = base.Columns["R2096600"];
this.columnR2097100 = base.Columns["R2097100"];
- this.columnR2097200 = base.Columns["R2097200"];
this.columnR2097300 = base.Columns["R2097300"];
this.columnR2097800 = base.Columns["R2097800"];
- this.columnR2097900 = base.Columns["R2097900"];
this.columnR2098000 = base.Columns["R2098000"];
this.columnR2098500 = base.Columns["R2098500"];
- this.columnR2098600 = base.Columns["R2098600"];
this.columnR2098700 = base.Columns["R2098700"];
this.columnR2099200 = base.Columns["R2099200"];
- this.columnR2099300 = base.Columns["R2099300"];
this.columnR2099400 = base.Columns["R2099400"];
this.columnR2099900 = base.Columns["R2099900"];
- this.columnR2100000 = base.Columns["R2100000"];
this.columnR2100100 = base.Columns["R2100100"];
this.columnR2345900 = base.Columns["R2345900"];
this.columnR2346200 = base.Columns["R2346200"];
@@ -29933,25 +26306,18 @@ internal void InitVars() {
this.columnR2347400 = base.Columns["R2347400"];
this.columnR2347700 = base.Columns["R2347700"];
this.columnR2648000 = base.Columns["R2648000"];
- this.columnR2648100 = base.Columns["R2648100"];
this.columnR2648200 = base.Columns["R2648200"];
this.columnR2648700 = base.Columns["R2648700"];
- this.columnR2648800 = base.Columns["R2648800"];
this.columnR2648900 = base.Columns["R2648900"];
this.columnR2649400 = base.Columns["R2649400"];
- this.columnR2649500 = base.Columns["R2649500"];
this.columnR2649600 = base.Columns["R2649600"];
this.columnR2650100 = base.Columns["R2650100"];
- this.columnR2650200 = base.Columns["R2650200"];
this.columnR2650300 = base.Columns["R2650300"];
this.columnR2650800 = base.Columns["R2650800"];
- this.columnR2650900 = base.Columns["R2650900"];
this.columnR2651000 = base.Columns["R2651000"];
this.columnR2651500 = base.Columns["R2651500"];
- this.columnR2651600 = base.Columns["R2651600"];
this.columnR2651700 = base.Columns["R2651700"];
this.columnR2652200 = base.Columns["R2652200"];
- this.columnR2652300 = base.Columns["R2652300"];
this.columnR2652400 = base.Columns["R2652400"];
this.columnR2955900 = base.Columns["R2955900"];
this.columnR2956200 = base.Columns["R2956200"];
@@ -29961,119 +26327,78 @@ internal void InitVars() {
this.columnR2957400 = base.Columns["R2957400"];
this.columnR2957700 = base.Columns["R2957700"];
this.columnR3255900 = base.Columns["R3255900"];
- this.columnR3256000 = base.Columns["R3256000"];
this.columnR3256100 = base.Columns["R3256100"];
this.columnR3257700 = base.Columns["R3257700"];
- this.columnR3257800 = base.Columns["R3257800"];
this.columnR3257900 = base.Columns["R3257900"];
this.columnR3259500 = base.Columns["R3259500"];
- this.columnR3259600 = base.Columns["R3259600"];
this.columnR3259700 = base.Columns["R3259700"];
this.columnR3261300 = base.Columns["R3261300"];
- this.columnR3261400 = base.Columns["R3261400"];
this.columnR3261500 = base.Columns["R3261500"];
this.columnR3263100 = base.Columns["R3263100"];
- this.columnR3263200 = base.Columns["R3263200"];
this.columnR3263300 = base.Columns["R3263300"];
this.columnR3264900 = base.Columns["R3264900"];
- this.columnR3265000 = base.Columns["R3265000"];
this.columnR3265100 = base.Columns["R3265100"];
this.columnR3266700 = base.Columns["R3266700"];
- this.columnR3266800 = base.Columns["R3266800"];
this.columnR3266900 = base.Columns["R3266900"];
this.columnR3268500 = base.Columns["R3268500"];
this.columnR3556400 = base.Columns["R3556400"];
this.columnR3557000 = base.Columns["R3557000"];
this.columnR3557600 = base.Columns["R3557600"];
this.columnR3771800 = base.Columns["R3771800"];
- this.columnR3771900 = base.Columns["R3771900"];
this.columnR3772000 = base.Columns["R3772000"];
this.columnR3772100 = base.Columns["R3772100"];
- this.columnR3772200 = base.Columns["R3772200"];
- this.columnR3772300 = base.Columns["R3772300"];
this.columnR3772400 = base.Columns["R3772400"];
this.columnR3773900 = base.Columns["R3773900"];
- this.columnR3774000 = base.Columns["R3774000"];
this.columnR3774100 = base.Columns["R3774100"];
this.columnR3774200 = base.Columns["R3774200"];
- this.columnR3774300 = base.Columns["R3774300"];
- this.columnR3774400 = base.Columns["R3774400"];
this.columnR3774500 = base.Columns["R3774500"];
this.columnR3776000 = base.Columns["R3776000"];
- this.columnR3776100 = base.Columns["R3776100"];
this.columnR3776200 = base.Columns["R3776200"];
this.columnR3776300 = base.Columns["R3776300"];
- this.columnR3776400 = base.Columns["R3776400"];
- this.columnR3776500 = base.Columns["R3776500"];
this.columnR3776600 = base.Columns["R3776600"];
this.columnR3778100 = base.Columns["R3778100"];
- this.columnR3778200 = base.Columns["R3778200"];
this.columnR3778300 = base.Columns["R3778300"];
this.columnR3778400 = base.Columns["R3778400"];
- this.columnR3778500 = base.Columns["R3778500"];
- this.columnR3778600 = base.Columns["R3778600"];
this.columnR3778700 = base.Columns["R3778700"];
this.columnR3780200 = base.Columns["R3780200"];
- this.columnR3780300 = base.Columns["R3780300"];
this.columnR3780400 = base.Columns["R3780400"];
this.columnR3780500 = base.Columns["R3780500"];
- this.columnR3780600 = base.Columns["R3780600"];
- this.columnR3780700 = base.Columns["R3780700"];
this.columnR3780800 = base.Columns["R3780800"];
this.columnR3782300 = base.Columns["R3782300"];
- this.columnR3782400 = base.Columns["R3782400"];
this.columnR3782500 = base.Columns["R3782500"];
this.columnR3782600 = base.Columns["R3782600"];
this.columnR3782900 = base.Columns["R3782900"];
this.columnR3784400 = base.Columns["R3784400"];
- this.columnR3784500 = base.Columns["R3784500"];
this.columnR3784600 = base.Columns["R3784600"];
this.columnR3784700 = base.Columns["R3784700"];
this.columnR3785000 = base.Columns["R3785000"];
this.columnR3786500 = base.Columns["R3786500"];
this.columnR3788004 = base.Columns["R3788004"];
this.columnR4276800 = base.Columns["R4276800"];
- this.columnR4276900 = base.Columns["R4276900"];
this.columnR4277000 = base.Columns["R4277000"];
this.columnR4277100 = base.Columns["R4277100"];
this.columnR4277101 = base.Columns["R4277101"];
- this.columnR4277200 = base.Columns["R4277200"];
- this.columnR4277201 = base.Columns["R4277201"];
this.columnR4277700 = base.Columns["R4277700"];
- this.columnR4277800 = base.Columns["R4277800"];
this.columnR4277900 = base.Columns["R4277900"];
this.columnR4278000 = base.Columns["R4278000"];
this.columnR4278001 = base.Columns["R4278001"];
- this.columnR4278100 = base.Columns["R4278100"];
- this.columnR4278101 = base.Columns["R4278101"];
this.columnR4278600 = base.Columns["R4278600"];
- this.columnR4278700 = base.Columns["R4278700"];
this.columnR4278800 = base.Columns["R4278800"];
this.columnR4278900 = base.Columns["R4278900"];
this.columnR4278901 = base.Columns["R4278901"];
- this.columnR4279000 = base.Columns["R4279000"];
- this.columnR4279001 = base.Columns["R4279001"];
this.columnR4279500 = base.Columns["R4279500"];
- this.columnR4279600 = base.Columns["R4279600"];
this.columnR4279700 = base.Columns["R4279700"];
this.columnR4279800 = base.Columns["R4279800"];
this.columnR4279801 = base.Columns["R4279801"];
- this.columnR4279900 = base.Columns["R4279900"];
- this.columnR4279901 = base.Columns["R4279901"];
this.columnR4280400 = base.Columns["R4280400"];
- this.columnR4280500 = base.Columns["R4280500"];
this.columnR4280600 = base.Columns["R4280600"];
this.columnR4280700 = base.Columns["R4280700"];
this.columnR4280701 = base.Columns["R4280701"];
- this.columnR4280800 = base.Columns["R4280800"];
- this.columnR4280801 = base.Columns["R4280801"];
this.columnR4281300 = base.Columns["R4281300"];
- this.columnR4281400 = base.Columns["R4281400"];
this.columnR4281500 = base.Columns["R4281500"];
this.columnR4281600 = base.Columns["R4281600"];
this.columnR4281601 = base.Columns["R4281601"];
this.columnR4282100 = base.Columns["R4282100"];
- this.columnR4282200 = base.Columns["R4282200"];
this.columnR4282300 = base.Columns["R4282300"];
this.columnR4282400 = base.Columns["R4282400"];
this.columnR4282401 = base.Columns["R4282401"];
@@ -30082,119 +26407,82 @@ internal void InitVars() {
this.columnR4283100 = base.Columns["R4283100"];
this.columnR4283600 = base.Columns["R4283600"];
this.columnR4827600 = base.Columns["R4827600"];
- this.columnR4827700 = base.Columns["R4827700"];
this.columnR4827800 = base.Columns["R4827800"];
this.columnR4827900 = base.Columns["R4827900"];
this.columnR4827901 = base.Columns["R4827901"];
- this.columnR4828000 = base.Columns["R4828000"];
- this.columnR4828001 = base.Columns["R4828001"];
this.columnR4828100 = base.Columns["R4828100"];
this.columnR4830600 = base.Columns["R4830600"];
- this.columnR4830700 = base.Columns["R4830700"];
this.columnR4830800 = base.Columns["R4830800"];
this.columnR4830900 = base.Columns["R4830900"];
this.columnR4830901 = base.Columns["R4830901"];
- this.columnR4831000 = base.Columns["R4831000"];
- this.columnR4831001 = base.Columns["R4831001"];
this.columnR4831100 = base.Columns["R4831100"];
this.columnR4833600 = base.Columns["R4833600"];
- this.columnR4833700 = base.Columns["R4833700"];
this.columnR4833800 = base.Columns["R4833800"];
this.columnR4833900 = base.Columns["R4833900"];
this.columnR4833901 = base.Columns["R4833901"];
- this.columnR4834000 = base.Columns["R4834000"];
- this.columnR4834001 = base.Columns["R4834001"];
this.columnR4834100 = base.Columns["R4834100"];
this.columnR4836600 = base.Columns["R4836600"];
- this.columnR4836700 = base.Columns["R4836700"];
this.columnR4836800 = base.Columns["R4836800"];
this.columnR4836900 = base.Columns["R4836900"];
this.columnR4836901 = base.Columns["R4836901"];
- this.columnR4837000 = base.Columns["R4837000"];
- this.columnR4837001 = base.Columns["R4837001"];
this.columnR4837100 = base.Columns["R4837100"];
this.columnR4839600 = base.Columns["R4839600"];
- this.columnR4839700 = base.Columns["R4839700"];
this.columnR4839800 = base.Columns["R4839800"];
this.columnR4839900 = base.Columns["R4839900"];
this.columnR4839901 = base.Columns["R4839901"];
- this.columnR4840000 = base.Columns["R4840000"];
- this.columnR4840001 = base.Columns["R4840001"];
this.columnR4840100 = base.Columns["R4840100"];
this.columnR4842500 = base.Columns["R4842500"];
- this.columnR4842600 = base.Columns["R4842600"];
this.columnR4842700 = base.Columns["R4842700"];
this.columnR4842800 = base.Columns["R4842800"];
this.columnR4842801 = base.Columns["R4842801"];
this.columnR4842900 = base.Columns["R4842900"];
this.columnR4844800 = base.Columns["R4844800"];
- this.columnR4844900 = base.Columns["R4844900"];
this.columnR4845000 = base.Columns["R4845000"];
this.columnR4845100 = base.Columns["R4845100"];
this.columnR4845101 = base.Columns["R4845101"];
this.columnR4845200 = base.Columns["R4845200"];
this.columnR4847100 = base.Columns["R4847100"];
- this.columnR4847200 = base.Columns["R4847200"];
this.columnR4847300 = base.Columns["R4847300"];
this.columnR4847400 = base.Columns["R4847400"];
this.columnR5498000 = base.Columns["R5498000"];
- this.columnR5498100 = base.Columns["R5498100"];
this.columnR5498200 = base.Columns["R5498200"];
this.columnR5498300 = base.Columns["R5498300"];
this.columnR5498301 = base.Columns["R5498301"];
- this.columnR5498400 = base.Columns["R5498400"];
- this.columnR5498401 = base.Columns["R5498401"];
this.columnR5498500 = base.Columns["R5498500"];
this.columnR5501000 = base.Columns["R5501000"];
- this.columnR5501100 = base.Columns["R5501100"];
this.columnR5501200 = base.Columns["R5501200"];
this.columnR5501300 = base.Columns["R5501300"];
this.columnR5501301 = base.Columns["R5501301"];
- this.columnR5501400 = base.Columns["R5501400"];
- this.columnR5501401 = base.Columns["R5501401"];
this.columnR5501500 = base.Columns["R5501500"];
this.columnR5504000 = base.Columns["R5504000"];
- this.columnR5504100 = base.Columns["R5504100"];
this.columnR5504200 = base.Columns["R5504200"];
this.columnR5504300 = base.Columns["R5504300"];
this.columnR5504301 = base.Columns["R5504301"];
- this.columnR5504400 = base.Columns["R5504400"];
- this.columnR5504401 = base.Columns["R5504401"];
this.columnR5504500 = base.Columns["R5504500"];
this.columnR5507000 = base.Columns["R5507000"];
- this.columnR5507100 = base.Columns["R5507100"];
this.columnR5507200 = base.Columns["R5507200"];
this.columnR5507300 = base.Columns["R5507300"];
this.columnR5507301 = base.Columns["R5507301"];
- this.columnR5507400 = base.Columns["R5507400"];
- this.columnR5507401 = base.Columns["R5507401"];
this.columnR5507500 = base.Columns["R5507500"];
this.columnR5510000 = base.Columns["R5510000"];
- this.columnR5510100 = base.Columns["R5510100"];
this.columnR5510200 = base.Columns["R5510200"];
this.columnR5510300 = base.Columns["R5510300"];
this.columnR5510301 = base.Columns["R5510301"];
- this.columnR5510400 = base.Columns["R5510400"];
- this.columnR5510401 = base.Columns["R5510401"];
this.columnR5510500 = base.Columns["R5510500"];
this.columnR5513000 = base.Columns["R5513000"];
- this.columnR5513100 = base.Columns["R5513100"];
this.columnR5513200 = base.Columns["R5513200"];
this.columnR5513300 = base.Columns["R5513300"];
this.columnR5513301 = base.Columns["R5513301"];
this.columnR5513400 = base.Columns["R5513400"];
this.columnR5515300 = base.Columns["R5515300"];
- this.columnR5515400 = base.Columns["R5515400"];
this.columnR5515500 = base.Columns["R5515500"];
this.columnR5515600 = base.Columns["R5515600"];
this.columnR5515601 = base.Columns["R5515601"];
this.columnR5515700 = base.Columns["R5515700"];
this.columnR5517600 = base.Columns["R5517600"];
- this.columnR5517700 = base.Columns["R5517700"];
this.columnR5517800 = base.Columns["R5517800"];
this.columnR5517900 = base.Columns["R5517900"];
this.columnR5519800 = base.Columns["R5519800"];
- this.columnR5519900 = base.Columns["R5519900"];
this.columnR5520000 = base.Columns["R5520000"];
this.columnR5520100 = base.Columns["R5520100"];
this.columnR5520101 = base.Columns["R5520101"];
@@ -30209,16 +26497,6 @@ internal void InitVars() {
this.columnR6219100 = base.Columns["R6219100"];
this.columnR6219200 = base.Columns["R6219200"];
this.columnR6219300 = base.Columns["R6219300"];
- this.columnR6219500 = base.Columns["R6219500"];
- this.columnR6219600 = base.Columns["R6219600"];
- this.columnR6219700 = base.Columns["R6219700"];
- this.columnR6219800 = base.Columns["R6219800"];
- this.columnR6219900 = base.Columns["R6219900"];
- this.columnR6220000 = base.Columns["R6220000"];
- this.columnR6220100 = base.Columns["R6220100"];
- this.columnR6220200 = base.Columns["R6220200"];
- this.columnR6220300 = base.Columns["R6220300"];
- this.columnR6220400 = base.Columns["R6220400"];
this.columnR6220600 = base.Columns["R6220600"];
this.columnR6220700 = base.Columns["R6220700"];
this.columnR6220800 = base.Columns["R6220800"];
@@ -30249,18 +26527,6 @@ internal void InitVars() {
this.columnR6222501 = base.Columns["R6222501"];
this.columnR6222600 = base.Columns["R6222600"];
this.columnR6222601 = base.Columns["R6222601"];
- this.columnR6222800 = base.Columns["R6222800"];
- this.columnR6222801 = base.Columns["R6222801"];
- this.columnR6222900 = base.Columns["R6222900"];
- this.columnR6222901 = base.Columns["R6222901"];
- this.columnR6223000 = base.Columns["R6223000"];
- this.columnR6223001 = base.Columns["R6223001"];
- this.columnR6223100 = base.Columns["R6223100"];
- this.columnR6223101 = base.Columns["R6223101"];
- this.columnR6223200 = base.Columns["R6223200"];
- this.columnR6223201 = base.Columns["R6223201"];
- this.columnR6223300 = base.Columns["R6223300"];
- this.columnR6223301 = base.Columns["R6223301"];
this.columnR6223400 = base.Columns["R6223400"];
this.columnR6223500 = base.Columns["R6223500"];
this.columnR6223600 = base.Columns["R6223600"];
@@ -30291,16 +26557,6 @@ internal void InitVars() {
this.columnR6773200 = base.Columns["R6773200"];
this.columnR6773300 = base.Columns["R6773300"];
this.columnR6773400 = base.Columns["R6773400"];
- this.columnR6773500 = base.Columns["R6773500"];
- this.columnR6773600 = base.Columns["R6773600"];
- this.columnR6773700 = base.Columns["R6773700"];
- this.columnR6773800 = base.Columns["R6773800"];
- this.columnR6773900 = base.Columns["R6773900"];
- this.columnR6774000 = base.Columns["R6774000"];
- this.columnR6774100 = base.Columns["R6774100"];
- this.columnR6774200 = base.Columns["R6774200"];
- this.columnR6774300 = base.Columns["R6774300"];
- this.columnR6774400 = base.Columns["R6774400"];
this.columnR6774500 = base.Columns["R6774500"];
this.columnR6774600 = base.Columns["R6774600"];
this.columnR6774700 = base.Columns["R6774700"];
@@ -30327,18 +26583,6 @@ internal void InitVars() {
this.columnR6776101 = base.Columns["R6776101"];
this.columnR6776200 = base.Columns["R6776200"];
this.columnR6776201 = base.Columns["R6776201"];
- this.columnR6776300 = base.Columns["R6776300"];
- this.columnR6776301 = base.Columns["R6776301"];
- this.columnR6776400 = base.Columns["R6776400"];
- this.columnR6776401 = base.Columns["R6776401"];
- this.columnR6776500 = base.Columns["R6776500"];
- this.columnR6776501 = base.Columns["R6776501"];
- this.columnR6776600 = base.Columns["R6776600"];
- this.columnR6776601 = base.Columns["R6776601"];
- this.columnR6776700 = base.Columns["R6776700"];
- this.columnR6776701 = base.Columns["R6776701"];
- this.columnR6776800 = base.Columns["R6776800"];
- this.columnR6776801 = base.Columns["R6776801"];
this.columnR6776900 = base.Columns["R6776900"];
this.columnR6777000 = base.Columns["R6777000"];
this.columnR6777100 = base.Columns["R6777100"];
@@ -30369,16 +26613,6 @@ internal void InitVars() {
this.columnR7417600 = base.Columns["R7417600"];
this.columnR7417700 = base.Columns["R7417700"];
this.columnR7417800 = base.Columns["R7417800"];
- this.columnR7417900 = base.Columns["R7417900"];
- this.columnR7418000 = base.Columns["R7418000"];
- this.columnR7418100 = base.Columns["R7418100"];
- this.columnR7418200 = base.Columns["R7418200"];
- this.columnR7418300 = base.Columns["R7418300"];
- this.columnR7418400 = base.Columns["R7418400"];
- this.columnR7418500 = base.Columns["R7418500"];
- this.columnR7418600 = base.Columns["R7418600"];
- this.columnR7418700 = base.Columns["R7418700"];
- this.columnR7418800 = base.Columns["R7418800"];
this.columnR7418900 = base.Columns["R7418900"];
this.columnR7419000 = base.Columns["R7419000"];
this.columnR7419100 = base.Columns["R7419100"];
@@ -30405,20 +26639,6 @@ internal void InitVars() {
this.columnR7420501 = base.Columns["R7420501"];
this.columnR7420600 = base.Columns["R7420600"];
this.columnR7420601 = base.Columns["R7420601"];
- this.columnR7420700 = base.Columns["R7420700"];
- this.columnR7420701 = base.Columns["R7420701"];
- this.columnR7420800 = base.Columns["R7420800"];
- this.columnR7420801 = base.Columns["R7420801"];
- this.columnR7420900 = base.Columns["R7420900"];
- this.columnR7420901 = base.Columns["R7420901"];
- this.columnR7421000 = base.Columns["R7421000"];
- this.columnR7421001 = base.Columns["R7421001"];
- this.columnR7421100 = base.Columns["R7421100"];
- this.columnR7421101 = base.Columns["R7421101"];
- this.columnR7421200 = base.Columns["R7421200"];
- this.columnR7421201 = base.Columns["R7421201"];
- this.columnR7421300 = base.Columns["R7421300"];
- this.columnR7421301 = base.Columns["R7421301"];
this.columnR7421400 = base.Columns["R7421400"];
this.columnR7421500 = base.Columns["R7421500"];
this.columnR7421600 = base.Columns["R7421600"];
@@ -30449,16 +26669,6 @@ internal void InitVars() {
this.columnR8115700 = base.Columns["R8115700"];
this.columnR8115800 = base.Columns["R8115800"];
this.columnR8115900 = base.Columns["R8115900"];
- this.columnR8116000 = base.Columns["R8116000"];
- this.columnR8116100 = base.Columns["R8116100"];
- this.columnR8116200 = base.Columns["R8116200"];
- this.columnR8116300 = base.Columns["R8116300"];
- this.columnR8116400 = base.Columns["R8116400"];
- this.columnR8116500 = base.Columns["R8116500"];
- this.columnR8116600 = base.Columns["R8116600"];
- this.columnR8116700 = base.Columns["R8116700"];
- this.columnR8116800 = base.Columns["R8116800"];
- this.columnR8116900 = base.Columns["R8116900"];
this.columnR8117000 = base.Columns["R8117000"];
this.columnR8117100 = base.Columns["R8117100"];
this.columnR8117200 = base.Columns["R8117200"];
@@ -30489,18 +26699,6 @@ internal void InitVars() {
this.columnR8118801 = base.Columns["R8118801"];
this.columnR8118900 = base.Columns["R8118900"];
this.columnR8118901 = base.Columns["R8118901"];
- this.columnR8119000 = base.Columns["R8119000"];
- this.columnR8119001 = base.Columns["R8119001"];
- this.columnR8119100 = base.Columns["R8119100"];
- this.columnR8119101 = base.Columns["R8119101"];
- this.columnR8119200 = base.Columns["R8119200"];
- this.columnR8119201 = base.Columns["R8119201"];
- this.columnR8119300 = base.Columns["R8119300"];
- this.columnR8119301 = base.Columns["R8119301"];
- this.columnR8119400 = base.Columns["R8119400"];
- this.columnR8119401 = base.Columns["R8119401"];
- this.columnR8119500 = base.Columns["R8119500"];
- this.columnR8119501 = base.Columns["R8119501"];
this.columnR8119600 = base.Columns["R8119600"];
this.columnR8119700 = base.Columns["R8119700"];
this.columnR8119800 = base.Columns["R8119800"];
@@ -30555,17 +26753,6 @@ internal void InitVars() {
this.columnT0347600 = base.Columns["T0347600"];
this.columnT0347700 = base.Columns["T0347700"];
this.columnT0347800 = base.Columns["T0347800"];
- this.columnT0347900 = base.Columns["T0347900"];
- this.columnT0348000 = base.Columns["T0348000"];
- this.columnT0348100 = base.Columns["T0348100"];
- this.columnT0348200 = base.Columns["T0348200"];
- this.columnT0348300 = base.Columns["T0348300"];
- this.columnT0348400 = base.Columns["T0348400"];
- this.columnT0348500 = base.Columns["T0348500"];
- this.columnT0348600 = base.Columns["T0348600"];
- this.columnT0348700 = base.Columns["T0348700"];
- this.columnT0348800 = base.Columns["T0348800"];
- this.columnT0348900 = base.Columns["T0348900"];
this.columnT0349000 = base.Columns["T0349000"];
this.columnT0349100 = base.Columns["T0349100"];
this.columnT0349200 = base.Columns["T0349200"];
@@ -30597,22 +26784,6 @@ internal void InitVars() {
this.columnT0350901 = base.Columns["T0350901"];
this.columnT0351000 = base.Columns["T0351000"];
this.columnT0351001 = base.Columns["T0351001"];
- this.columnT0351100 = base.Columns["T0351100"];
- this.columnT0351101 = base.Columns["T0351101"];
- this.columnT0351200 = base.Columns["T0351200"];
- this.columnT0351201 = base.Columns["T0351201"];
- this.columnT0351300 = base.Columns["T0351300"];
- this.columnT0351301 = base.Columns["T0351301"];
- this.columnT0351400 = base.Columns["T0351400"];
- this.columnT0351401 = base.Columns["T0351401"];
- this.columnT0351500 = base.Columns["T0351500"];
- this.columnT0351501 = base.Columns["T0351501"];
- this.columnT0351600 = base.Columns["T0351600"];
- this.columnT0351601 = base.Columns["T0351601"];
- this.columnT0351700 = base.Columns["T0351700"];
- this.columnT0351701 = base.Columns["T0351701"];
- this.columnT0351800 = base.Columns["T0351800"];
- this.columnT0351801 = base.Columns["T0351801"];
this.columnT0351900 = base.Columns["T0351900"];
this.columnT0352000 = base.Columns["T0352000"];
this.columnT0352100 = base.Columns["T0352100"];
@@ -30652,17 +26823,6 @@ internal void InitVars() {
this.columnT1497000 = base.Columns["T1497000"];
this.columnT1497100 = base.Columns["T1497100"];
this.columnT1497200 = base.Columns["T1497200"];
- this.columnT1497300 = base.Columns["T1497300"];
- this.columnT1497400 = base.Columns["T1497400"];
- this.columnT1497500 = base.Columns["T1497500"];
- this.columnT1497600 = base.Columns["T1497600"];
- this.columnT1497700 = base.Columns["T1497700"];
- this.columnT1497800 = base.Columns["T1497800"];
- this.columnT1497900 = base.Columns["T1497900"];
- this.columnT1498000 = base.Columns["T1498000"];
- this.columnT1498100 = base.Columns["T1498100"];
- this.columnT1498200 = base.Columns["T1498200"];
- this.columnT1498300 = base.Columns["T1498300"];
this.columnT1498400 = base.Columns["T1498400"];
this.columnT1498500 = base.Columns["T1498500"];
this.columnT1498600 = base.Columns["T1498600"];
@@ -30694,18 +26854,6 @@ internal void InitVars() {
this.columnT1500301 = base.Columns["T1500301"];
this.columnT1500400 = base.Columns["T1500400"];
this.columnT1500401 = base.Columns["T1500401"];
- this.columnT1500500 = base.Columns["T1500500"];
- this.columnT1500501 = base.Columns["T1500501"];
- this.columnT1500600 = base.Columns["T1500600"];
- this.columnT1500601 = base.Columns["T1500601"];
- this.columnT1500700 = base.Columns["T1500700"];
- this.columnT1500701 = base.Columns["T1500701"];
- this.columnT1500800 = base.Columns["T1500800"];
- this.columnT1500801 = base.Columns["T1500801"];
- this.columnT1500900 = base.Columns["T1500900"];
- this.columnT1500901 = base.Columns["T1500901"];
- this.columnT1501000 = base.Columns["T1501000"];
- this.columnT1501001 = base.Columns["T1501001"];
this.columnT1501100 = base.Columns["T1501100"];
this.columnT1501200 = base.Columns["T1501200"];
this.columnT1501300 = base.Columns["T1501300"];
@@ -30744,16 +26892,6 @@ internal void InitVars() {
this.columnT2542900 = base.Columns["T2542900"];
this.columnT2543000 = base.Columns["T2543000"];
this.columnT2543100 = base.Columns["T2543100"];
- this.columnT2543200 = base.Columns["T2543200"];
- this.columnT2543300 = base.Columns["T2543300"];
- this.columnT2543400 = base.Columns["T2543400"];
- this.columnT2543500 = base.Columns["T2543500"];
- this.columnT2543600 = base.Columns["T2543600"];
- this.columnT2543700 = base.Columns["T2543700"];
- this.columnT2543800 = base.Columns["T2543800"];
- this.columnT2543900 = base.Columns["T2543900"];
- this.columnT2544000 = base.Columns["T2544000"];
- this.columnT2544100 = base.Columns["T2544100"];
this.columnT2544200 = base.Columns["T2544200"];
this.columnT2544300 = base.Columns["T2544300"];
this.columnT2544400 = base.Columns["T2544400"];
@@ -30782,20 +26920,6 @@ internal void InitVars() {
this.columnT2545901 = base.Columns["T2545901"];
this.columnT2546000 = base.Columns["T2546000"];
this.columnT2546001 = base.Columns["T2546001"];
- this.columnT2546100 = base.Columns["T2546100"];
- this.columnT2546101 = base.Columns["T2546101"];
- this.columnT2546200 = base.Columns["T2546200"];
- this.columnT2546201 = base.Columns["T2546201"];
- this.columnT2546300 = base.Columns["T2546300"];
- this.columnT2546301 = base.Columns["T2546301"];
- this.columnT2546400 = base.Columns["T2546400"];
- this.columnT2546401 = base.Columns["T2546401"];
- this.columnT2546500 = base.Columns["T2546500"];
- this.columnT2546501 = base.Columns["T2546501"];
- this.columnT2546600 = base.Columns["T2546600"];
- this.columnT2546601 = base.Columns["T2546601"];
- this.columnT2546700 = base.Columns["T2546700"];
- this.columnT2546701 = base.Columns["T2546701"];
this.columnT2546800 = base.Columns["T2546800"];
this.columnT2546900 = base.Columns["T2546900"];
this.columnT2547000 = base.Columns["T2547000"];
@@ -30813,12 +26937,118 @@ internal void InitVars() {
this.columnT2763800 = base.Columns["T2763800"];
this.columnT2763900 = base.Columns["T2763900"];
this.columnT2764000 = base.Columns["T2764000"];
+ this.columnT3527500 = base.Columns["T3527500"];
+ this.columnT3527600 = base.Columns["T3527600"];
+ this.columnT3527700 = base.Columns["T3527700"];
+ this.columnT3527800 = base.Columns["T3527800"];
+ this.columnT3527900 = base.Columns["T3527900"];
+ this.columnT3528000 = base.Columns["T3528000"];
+ this.columnT3528100 = base.Columns["T3528100"];
+ this.columnT3528200 = base.Columns["T3528200"];
+ this.columnT3528300 = base.Columns["T3528300"];
+ this.columnT3528400 = base.Columns["T3528400"];
+ this.columnT3530500 = base.Columns["T3530500"];
+ this.columnT3530600 = base.Columns["T3530600"];
+ this.columnT3530700 = base.Columns["T3530700"];
+ this.columnT3530800 = base.Columns["T3530800"];
+ this.columnT3530900 = base.Columns["T3530900"];
+ this.columnT3531000 = base.Columns["T3531000"];
+ this.columnT3531100 = base.Columns["T3531100"];
+ this.columnT3531200 = base.Columns["T3531200"];
+ this.columnT3531300 = base.Columns["T3531300"];
+ this.columnT3531400 = base.Columns["T3531400"];
+ this.columnT3531500 = base.Columns["T3531500"];
+ this.columnT3531501 = base.Columns["T3531501"];
+ this.columnT3531600 = base.Columns["T3531600"];
+ this.columnT3531601 = base.Columns["T3531601"];
+ this.columnT3531700 = base.Columns["T3531700"];
+ this.columnT3531701 = base.Columns["T3531701"];
+ this.columnT3531800 = base.Columns["T3531800"];
+ this.columnT3531801 = base.Columns["T3531801"];
+ this.columnT3531900 = base.Columns["T3531900"];
+ this.columnT3531901 = base.Columns["T3531901"];
+ this.columnT3532000 = base.Columns["T3532000"];
+ this.columnT3532001 = base.Columns["T3532001"];
+ this.columnT3532100 = base.Columns["T3532100"];
+ this.columnT3532101 = base.Columns["T3532101"];
+ this.columnT3532200 = base.Columns["T3532200"];
+ this.columnT3532201 = base.Columns["T3532201"];
+ this.columnT3532300 = base.Columns["T3532300"];
+ this.columnT3532301 = base.Columns["T3532301"];
+ this.columnT3532400 = base.Columns["T3532400"];
+ this.columnT3532401 = base.Columns["T3532401"];
+ this.columnT3533200 = base.Columns["T3533200"];
+ this.columnT3533300 = base.Columns["T3533300"];
+ this.columnT3533400 = base.Columns["T3533400"];
+ this.columnT3533500 = base.Columns["T3533500"];
+ this.columnT3533600 = base.Columns["T3533600"];
+ this.columnT3533700 = base.Columns["T3533700"];
+ this.columnT3533800 = base.Columns["T3533800"];
+ this.columnT3533900 = base.Columns["T3533900"];
+ this.columnT3534000 = base.Columns["T3534000"];
+ this.columnT3534100 = base.Columns["T3534100"];
this.columnT3729600 = base.Columns["T3729600"];
this.columnT3729700 = base.Columns["T3729700"];
this.columnT3729800 = base.Columns["T3729800"];
this.columnT3729900 = base.Columns["T3729900"];
this.columnT3730000 = base.Columns["T3730000"];
this.columnT3730100 = base.Columns["T3730100"];
+ this.columnT4496200 = base.Columns["T4496200"];
+ this.columnT4496300 = base.Columns["T4496300"];
+ this.columnT4496400 = base.Columns["T4496400"];
+ this.columnT4496500 = base.Columns["T4496500"];
+ this.columnT4496600 = base.Columns["T4496600"];
+ this.columnT4496700 = base.Columns["T4496700"];
+ this.columnT4496800 = base.Columns["T4496800"];
+ this.columnT4496900 = base.Columns["T4496900"];
+ this.columnT4497000 = base.Columns["T4497000"];
+ this.columnT4497100 = base.Columns["T4497100"];
+ this.columnT4500700 = base.Columns["T4500700"];
+ this.columnT4500800 = base.Columns["T4500800"];
+ this.columnT4500900 = base.Columns["T4500900"];
+ this.columnT4501000 = base.Columns["T4501000"];
+ this.columnT4501100 = base.Columns["T4501100"];
+ this.columnT4501200 = base.Columns["T4501200"];
+ this.columnT4501300 = base.Columns["T4501300"];
+ this.columnT4501400 = base.Columns["T4501400"];
+ this.columnT4501500 = base.Columns["T4501500"];
+ this.columnT4501600 = base.Columns["T4501600"];
+ this.columnT4501700 = base.Columns["T4501700"];
+ this.columnT4501701 = base.Columns["T4501701"];
+ this.columnT4501800 = base.Columns["T4501800"];
+ this.columnT4501801 = base.Columns["T4501801"];
+ this.columnT4501900 = base.Columns["T4501900"];
+ this.columnT4501901 = base.Columns["T4501901"];
+ this.columnT4502000 = base.Columns["T4502000"];
+ this.columnT4502001 = base.Columns["T4502001"];
+ this.columnT4502100 = base.Columns["T4502100"];
+ this.columnT4502101 = base.Columns["T4502101"];
+ this.columnT4502200 = base.Columns["T4502200"];
+ this.columnT4502201 = base.Columns["T4502201"];
+ this.columnT4502300 = base.Columns["T4502300"];
+ this.columnT4502301 = base.Columns["T4502301"];
+ this.columnT4502400 = base.Columns["T4502400"];
+ this.columnT4502401 = base.Columns["T4502401"];
+ this.columnT4502500 = base.Columns["T4502500"];
+ this.columnT4502501 = base.Columns["T4502501"];
+ this.columnT4502600 = base.Columns["T4502600"];
+ this.columnT4502601 = base.Columns["T4502601"];
+ this.columnT4504900 = base.Columns["T4504900"];
+ this.columnT4505000 = base.Columns["T4505000"];
+ this.columnT4505100 = base.Columns["T4505100"];
+ this.columnT4505200 = base.Columns["T4505200"];
+ this.columnT4505300 = base.Columns["T4505300"];
+ this.columnT4505400 = base.Columns["T4505400"];
+ this.columnT4505500 = base.Columns["T4505500"];
+ this.columnT4505600 = base.Columns["T4505600"];
+ this.columnT4505700 = base.Columns["T4505700"];
+ this.columnT4505800 = base.Columns["T4505800"];
+ this.columnT4703500 = base.Columns["T4703500"];
+ this.columnT4703600 = base.Columns["T4703600"];
+ this.columnT4703700 = base.Columns["T4703700"];
+ this.columnT4703800 = base.Columns["T4703800"];
+ this.columnT4703900 = base.Columns["T4703900"];
+ this.columnT4704000 = base.Columns["T4704000"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -30826,132 +27056,94 @@ internal void InitVars() {
private void InitClass() {
this.columnR0000100 = new global::System.Data.DataColumn("R0000100", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR0000100);
+ this.columnR0173600 = new global::System.Data.DataColumn("R0173600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0173600);
+ this.columnR0214700 = new global::System.Data.DataColumn("R0214700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0214700);
this.columnR0214800 = new global::System.Data.DataColumn("R0214800", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR0214800);
this.columnR1373300 = new global::System.Data.DataColumn("R1373300", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1373300);
- this.columnR1373400 = new global::System.Data.DataColumn("R1373400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1373400);
this.columnR1373500 = new global::System.Data.DataColumn("R1373500", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1373500);
this.columnR1374000 = new global::System.Data.DataColumn("R1374000", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1374000);
- this.columnR1374100 = new global::System.Data.DataColumn("R1374100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1374100);
this.columnR1374200 = new global::System.Data.DataColumn("R1374200", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1374200);
this.columnR1374700 = new global::System.Data.DataColumn("R1374700", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1374700);
- this.columnR1374800 = new global::System.Data.DataColumn("R1374800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1374800);
this.columnR1374900 = new global::System.Data.DataColumn("R1374900", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1374900);
this.columnR1375400 = new global::System.Data.DataColumn("R1375400", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1375400);
- this.columnR1375500 = new global::System.Data.DataColumn("R1375500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1375500);
this.columnR1375600 = new global::System.Data.DataColumn("R1375600", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1375600);
this.columnR1376100 = new global::System.Data.DataColumn("R1376100", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1376100);
- this.columnR1376200 = new global::System.Data.DataColumn("R1376200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1376200);
this.columnR1376300 = new global::System.Data.DataColumn("R1376300", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1376300);
this.columnR1376800 = new global::System.Data.DataColumn("R1376800", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1376800);
- this.columnR1376900 = new global::System.Data.DataColumn("R1376900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1376900);
this.columnR1377000 = new global::System.Data.DataColumn("R1377000", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1377000);
this.columnR1377500 = new global::System.Data.DataColumn("R1377500", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1377500);
- this.columnR1377600 = new global::System.Data.DataColumn("R1377600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1377600);
this.columnR1377700 = new global::System.Data.DataColumn("R1377700", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1377700);
this.columnR1753700 = new global::System.Data.DataColumn("R1753700", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1753700);
- this.columnR1753800 = new global::System.Data.DataColumn("R1753800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1753800);
this.columnR1753900 = new global::System.Data.DataColumn("R1753900", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1753900);
this.columnR1754400 = new global::System.Data.DataColumn("R1754400", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1754400);
- this.columnR1754500 = new global::System.Data.DataColumn("R1754500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1754500);
this.columnR1754600 = new global::System.Data.DataColumn("R1754600", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1754600);
this.columnR1755100 = new global::System.Data.DataColumn("R1755100", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1755100);
- this.columnR1755200 = new global::System.Data.DataColumn("R1755200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1755200);
this.columnR1755300 = new global::System.Data.DataColumn("R1755300", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1755300);
this.columnR1755800 = new global::System.Data.DataColumn("R1755800", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1755800);
- this.columnR1755900 = new global::System.Data.DataColumn("R1755900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1755900);
this.columnR1756000 = new global::System.Data.DataColumn("R1756000", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1756000);
this.columnR1756500 = new global::System.Data.DataColumn("R1756500", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1756500);
- this.columnR1756600 = new global::System.Data.DataColumn("R1756600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1756600);
this.columnR1756700 = new global::System.Data.DataColumn("R1756700", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1756700);
this.columnR1757200 = new global::System.Data.DataColumn("R1757200", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1757200);
- this.columnR1757300 = new global::System.Data.DataColumn("R1757300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1757300);
this.columnR1757400 = new global::System.Data.DataColumn("R1757400", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1757400);
this.columnR1757900 = new global::System.Data.DataColumn("R1757900", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1757900);
- this.columnR1758000 = new global::System.Data.DataColumn("R1758000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR1758000);
this.columnR1758100 = new global::System.Data.DataColumn("R1758100", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR1758100);
this.columnR2095700 = new global::System.Data.DataColumn("R2095700", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2095700);
- this.columnR2095800 = new global::System.Data.DataColumn("R2095800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2095800);
this.columnR2095900 = new global::System.Data.DataColumn("R2095900", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2095900);
this.columnR2096400 = new global::System.Data.DataColumn("R2096400", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2096400);
- this.columnR2096500 = new global::System.Data.DataColumn("R2096500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2096500);
this.columnR2096600 = new global::System.Data.DataColumn("R2096600", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2096600);
this.columnR2097100 = new global::System.Data.DataColumn("R2097100", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2097100);
- this.columnR2097200 = new global::System.Data.DataColumn("R2097200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2097200);
this.columnR2097300 = new global::System.Data.DataColumn("R2097300", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2097300);
this.columnR2097800 = new global::System.Data.DataColumn("R2097800", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2097800);
- this.columnR2097900 = new global::System.Data.DataColumn("R2097900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2097900);
this.columnR2098000 = new global::System.Data.DataColumn("R2098000", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2098000);
this.columnR2098500 = new global::System.Data.DataColumn("R2098500", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2098500);
- this.columnR2098600 = new global::System.Data.DataColumn("R2098600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2098600);
this.columnR2098700 = new global::System.Data.DataColumn("R2098700", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2098700);
this.columnR2099200 = new global::System.Data.DataColumn("R2099200", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2099200);
- this.columnR2099300 = new global::System.Data.DataColumn("R2099300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2099300);
this.columnR2099400 = new global::System.Data.DataColumn("R2099400", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2099400);
this.columnR2099900 = new global::System.Data.DataColumn("R2099900", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2099900);
- this.columnR2100000 = new global::System.Data.DataColumn("R2100000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2100000);
this.columnR2100100 = new global::System.Data.DataColumn("R2100100", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2100100);
this.columnR2345900 = new global::System.Data.DataColumn("R2345900", typeof(int), null, global::System.Data.MappingType.Element);
@@ -30970,44 +27162,30 @@ private void InitClass() {
base.Columns.Add(this.columnR2347700);
this.columnR2648000 = new global::System.Data.DataColumn("R2648000", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2648000);
- this.columnR2648100 = new global::System.Data.DataColumn("R2648100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2648100);
this.columnR2648200 = new global::System.Data.DataColumn("R2648200", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2648200);
this.columnR2648700 = new global::System.Data.DataColumn("R2648700", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2648700);
- this.columnR2648800 = new global::System.Data.DataColumn("R2648800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2648800);
this.columnR2648900 = new global::System.Data.DataColumn("R2648900", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2648900);
this.columnR2649400 = new global::System.Data.DataColumn("R2649400", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2649400);
- this.columnR2649500 = new global::System.Data.DataColumn("R2649500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2649500);
this.columnR2649600 = new global::System.Data.DataColumn("R2649600", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2649600);
this.columnR2650100 = new global::System.Data.DataColumn("R2650100", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2650100);
- this.columnR2650200 = new global::System.Data.DataColumn("R2650200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2650200);
this.columnR2650300 = new global::System.Data.DataColumn("R2650300", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2650300);
this.columnR2650800 = new global::System.Data.DataColumn("R2650800", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2650800);
- this.columnR2650900 = new global::System.Data.DataColumn("R2650900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2650900);
this.columnR2651000 = new global::System.Data.DataColumn("R2651000", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2651000);
this.columnR2651500 = new global::System.Data.DataColumn("R2651500", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2651500);
- this.columnR2651600 = new global::System.Data.DataColumn("R2651600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2651600);
this.columnR2651700 = new global::System.Data.DataColumn("R2651700", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2651700);
this.columnR2652200 = new global::System.Data.DataColumn("R2652200", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2652200);
- this.columnR2652300 = new global::System.Data.DataColumn("R2652300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR2652300);
this.columnR2652400 = new global::System.Data.DataColumn("R2652400", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR2652400);
this.columnR2955900 = new global::System.Data.DataColumn("R2955900", typeof(int), null, global::System.Data.MappingType.Element);
@@ -31026,44 +27204,30 @@ private void InitClass() {
base.Columns.Add(this.columnR2957700);
this.columnR3255900 = new global::System.Data.DataColumn("R3255900", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3255900);
- this.columnR3256000 = new global::System.Data.DataColumn("R3256000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3256000);
this.columnR3256100 = new global::System.Data.DataColumn("R3256100", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3256100);
this.columnR3257700 = new global::System.Data.DataColumn("R3257700", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3257700);
- this.columnR3257800 = new global::System.Data.DataColumn("R3257800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3257800);
this.columnR3257900 = new global::System.Data.DataColumn("R3257900", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3257900);
this.columnR3259500 = new global::System.Data.DataColumn("R3259500", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3259500);
- this.columnR3259600 = new global::System.Data.DataColumn("R3259600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3259600);
this.columnR3259700 = new global::System.Data.DataColumn("R3259700", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3259700);
this.columnR3261300 = new global::System.Data.DataColumn("R3261300", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3261300);
- this.columnR3261400 = new global::System.Data.DataColumn("R3261400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3261400);
this.columnR3261500 = new global::System.Data.DataColumn("R3261500", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3261500);
this.columnR3263100 = new global::System.Data.DataColumn("R3263100", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3263100);
- this.columnR3263200 = new global::System.Data.DataColumn("R3263200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3263200);
this.columnR3263300 = new global::System.Data.DataColumn("R3263300", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3263300);
this.columnR3264900 = new global::System.Data.DataColumn("R3264900", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3264900);
- this.columnR3265000 = new global::System.Data.DataColumn("R3265000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3265000);
this.columnR3265100 = new global::System.Data.DataColumn("R3265100", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3265100);
this.columnR3266700 = new global::System.Data.DataColumn("R3266700", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3266700);
- this.columnR3266800 = new global::System.Data.DataColumn("R3266800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3266800);
this.columnR3266900 = new global::System.Data.DataColumn("R3266900", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3266900);
this.columnR3268500 = new global::System.Data.DataColumn("R3268500", typeof(int), null, global::System.Data.MappingType.Element);
@@ -31076,78 +27240,46 @@ private void InitClass() {
base.Columns.Add(this.columnR3557600);
this.columnR3771800 = new global::System.Data.DataColumn("R3771800", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3771800);
- this.columnR3771900 = new global::System.Data.DataColumn("R3771900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3771900);
this.columnR3772000 = new global::System.Data.DataColumn("R3772000", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3772000);
this.columnR3772100 = new global::System.Data.DataColumn("R3772100", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3772100);
- this.columnR3772200 = new global::System.Data.DataColumn("R3772200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3772200);
- this.columnR3772300 = new global::System.Data.DataColumn("R3772300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3772300);
this.columnR3772400 = new global::System.Data.DataColumn("R3772400", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3772400);
this.columnR3773900 = new global::System.Data.DataColumn("R3773900", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3773900);
- this.columnR3774000 = new global::System.Data.DataColumn("R3774000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3774000);
this.columnR3774100 = new global::System.Data.DataColumn("R3774100", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3774100);
this.columnR3774200 = new global::System.Data.DataColumn("R3774200", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3774200);
- this.columnR3774300 = new global::System.Data.DataColumn("R3774300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3774300);
- this.columnR3774400 = new global::System.Data.DataColumn("R3774400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3774400);
this.columnR3774500 = new global::System.Data.DataColumn("R3774500", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3774500);
this.columnR3776000 = new global::System.Data.DataColumn("R3776000", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3776000);
- this.columnR3776100 = new global::System.Data.DataColumn("R3776100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3776100);
this.columnR3776200 = new global::System.Data.DataColumn("R3776200", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3776200);
this.columnR3776300 = new global::System.Data.DataColumn("R3776300", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3776300);
- this.columnR3776400 = new global::System.Data.DataColumn("R3776400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3776400);
- this.columnR3776500 = new global::System.Data.DataColumn("R3776500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3776500);
this.columnR3776600 = new global::System.Data.DataColumn("R3776600", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3776600);
this.columnR3778100 = new global::System.Data.DataColumn("R3778100", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3778100);
- this.columnR3778200 = new global::System.Data.DataColumn("R3778200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3778200);
this.columnR3778300 = new global::System.Data.DataColumn("R3778300", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3778300);
this.columnR3778400 = new global::System.Data.DataColumn("R3778400", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3778400);
- this.columnR3778500 = new global::System.Data.DataColumn("R3778500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3778500);
- this.columnR3778600 = new global::System.Data.DataColumn("R3778600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3778600);
this.columnR3778700 = new global::System.Data.DataColumn("R3778700", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3778700);
this.columnR3780200 = new global::System.Data.DataColumn("R3780200", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3780200);
- this.columnR3780300 = new global::System.Data.DataColumn("R3780300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3780300);
this.columnR3780400 = new global::System.Data.DataColumn("R3780400", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3780400);
this.columnR3780500 = new global::System.Data.DataColumn("R3780500", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3780500);
- this.columnR3780600 = new global::System.Data.DataColumn("R3780600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3780600);
- this.columnR3780700 = new global::System.Data.DataColumn("R3780700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3780700);
this.columnR3780800 = new global::System.Data.DataColumn("R3780800", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3780800);
this.columnR3782300 = new global::System.Data.DataColumn("R3782300", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3782300);
- this.columnR3782400 = new global::System.Data.DataColumn("R3782400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3782400);
this.columnR3782500 = new global::System.Data.DataColumn("R3782500", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3782500);
this.columnR3782600 = new global::System.Data.DataColumn("R3782600", typeof(int), null, global::System.Data.MappingType.Element);
@@ -31156,8 +27288,6 @@ private void InitClass() {
base.Columns.Add(this.columnR3782900);
this.columnR3784400 = new global::System.Data.DataColumn("R3784400", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3784400);
- this.columnR3784500 = new global::System.Data.DataColumn("R3784500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR3784500);
this.columnR3784600 = new global::System.Data.DataColumn("R3784600", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR3784600);
this.columnR3784700 = new global::System.Data.DataColumn("R3784700", typeof(int), null, global::System.Data.MappingType.Element);
@@ -31170,78 +27300,46 @@ private void InitClass() {
base.Columns.Add(this.columnR3788004);
this.columnR4276800 = new global::System.Data.DataColumn("R4276800", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4276800);
- this.columnR4276900 = new global::System.Data.DataColumn("R4276900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4276900);
this.columnR4277000 = new global::System.Data.DataColumn("R4277000", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4277000);
this.columnR4277100 = new global::System.Data.DataColumn("R4277100", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4277100);
this.columnR4277101 = new global::System.Data.DataColumn("R4277101", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4277101);
- this.columnR4277200 = new global::System.Data.DataColumn("R4277200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4277200);
- this.columnR4277201 = new global::System.Data.DataColumn("R4277201", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4277201);
this.columnR4277700 = new global::System.Data.DataColumn("R4277700", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4277700);
- this.columnR4277800 = new global::System.Data.DataColumn("R4277800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4277800);
this.columnR4277900 = new global::System.Data.DataColumn("R4277900", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4277900);
this.columnR4278000 = new global::System.Data.DataColumn("R4278000", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4278000);
this.columnR4278001 = new global::System.Data.DataColumn("R4278001", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4278001);
- this.columnR4278100 = new global::System.Data.DataColumn("R4278100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4278100);
- this.columnR4278101 = new global::System.Data.DataColumn("R4278101", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4278101);
this.columnR4278600 = new global::System.Data.DataColumn("R4278600", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4278600);
- this.columnR4278700 = new global::System.Data.DataColumn("R4278700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4278700);
this.columnR4278800 = new global::System.Data.DataColumn("R4278800", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4278800);
this.columnR4278900 = new global::System.Data.DataColumn("R4278900", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4278900);
this.columnR4278901 = new global::System.Data.DataColumn("R4278901", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4278901);
- this.columnR4279000 = new global::System.Data.DataColumn("R4279000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4279000);
- this.columnR4279001 = new global::System.Data.DataColumn("R4279001", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4279001);
this.columnR4279500 = new global::System.Data.DataColumn("R4279500", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4279500);
- this.columnR4279600 = new global::System.Data.DataColumn("R4279600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4279600);
this.columnR4279700 = new global::System.Data.DataColumn("R4279700", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4279700);
this.columnR4279800 = new global::System.Data.DataColumn("R4279800", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4279800);
this.columnR4279801 = new global::System.Data.DataColumn("R4279801", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4279801);
- this.columnR4279900 = new global::System.Data.DataColumn("R4279900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4279900);
- this.columnR4279901 = new global::System.Data.DataColumn("R4279901", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4279901);
this.columnR4280400 = new global::System.Data.DataColumn("R4280400", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4280400);
- this.columnR4280500 = new global::System.Data.DataColumn("R4280500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4280500);
this.columnR4280600 = new global::System.Data.DataColumn("R4280600", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4280600);
this.columnR4280700 = new global::System.Data.DataColumn("R4280700", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4280700);
this.columnR4280701 = new global::System.Data.DataColumn("R4280701", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4280701);
- this.columnR4280800 = new global::System.Data.DataColumn("R4280800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4280800);
- this.columnR4280801 = new global::System.Data.DataColumn("R4280801", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4280801);
this.columnR4281300 = new global::System.Data.DataColumn("R4281300", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4281300);
- this.columnR4281400 = new global::System.Data.DataColumn("R4281400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4281400);
this.columnR4281500 = new global::System.Data.DataColumn("R4281500", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4281500);
this.columnR4281600 = new global::System.Data.DataColumn("R4281600", typeof(int), null, global::System.Data.MappingType.Element);
@@ -31250,8 +27348,6 @@ private void InitClass() {
base.Columns.Add(this.columnR4281601);
this.columnR4282100 = new global::System.Data.DataColumn("R4282100", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4282100);
- this.columnR4282200 = new global::System.Data.DataColumn("R4282200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4282200);
this.columnR4282300 = new global::System.Data.DataColumn("R4282300", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4282300);
this.columnR4282400 = new global::System.Data.DataColumn("R4282400", typeof(int), null, global::System.Data.MappingType.Element);
@@ -31268,88 +27364,56 @@ private void InitClass() {
base.Columns.Add(this.columnR4283600);
this.columnR4827600 = new global::System.Data.DataColumn("R4827600", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4827600);
- this.columnR4827700 = new global::System.Data.DataColumn("R4827700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4827700);
this.columnR4827800 = new global::System.Data.DataColumn("R4827800", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4827800);
this.columnR4827900 = new global::System.Data.DataColumn("R4827900", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4827900);
this.columnR4827901 = new global::System.Data.DataColumn("R4827901", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4827901);
- this.columnR4828000 = new global::System.Data.DataColumn("R4828000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4828000);
- this.columnR4828001 = new global::System.Data.DataColumn("R4828001", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4828001);
this.columnR4828100 = new global::System.Data.DataColumn("R4828100", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4828100);
this.columnR4830600 = new global::System.Data.DataColumn("R4830600", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4830600);
- this.columnR4830700 = new global::System.Data.DataColumn("R4830700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4830700);
this.columnR4830800 = new global::System.Data.DataColumn("R4830800", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4830800);
this.columnR4830900 = new global::System.Data.DataColumn("R4830900", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4830900);
this.columnR4830901 = new global::System.Data.DataColumn("R4830901", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4830901);
- this.columnR4831000 = new global::System.Data.DataColumn("R4831000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4831000);
- this.columnR4831001 = new global::System.Data.DataColumn("R4831001", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4831001);
this.columnR4831100 = new global::System.Data.DataColumn("R4831100", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4831100);
this.columnR4833600 = new global::System.Data.DataColumn("R4833600", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4833600);
- this.columnR4833700 = new global::System.Data.DataColumn("R4833700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4833700);
this.columnR4833800 = new global::System.Data.DataColumn("R4833800", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4833800);
this.columnR4833900 = new global::System.Data.DataColumn("R4833900", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4833900);
this.columnR4833901 = new global::System.Data.DataColumn("R4833901", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4833901);
- this.columnR4834000 = new global::System.Data.DataColumn("R4834000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4834000);
- this.columnR4834001 = new global::System.Data.DataColumn("R4834001", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4834001);
this.columnR4834100 = new global::System.Data.DataColumn("R4834100", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4834100);
this.columnR4836600 = new global::System.Data.DataColumn("R4836600", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4836600);
- this.columnR4836700 = new global::System.Data.DataColumn("R4836700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4836700);
this.columnR4836800 = new global::System.Data.DataColumn("R4836800", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4836800);
this.columnR4836900 = new global::System.Data.DataColumn("R4836900", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4836900);
this.columnR4836901 = new global::System.Data.DataColumn("R4836901", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4836901);
- this.columnR4837000 = new global::System.Data.DataColumn("R4837000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4837000);
- this.columnR4837001 = new global::System.Data.DataColumn("R4837001", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4837001);
this.columnR4837100 = new global::System.Data.DataColumn("R4837100", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4837100);
this.columnR4839600 = new global::System.Data.DataColumn("R4839600", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4839600);
- this.columnR4839700 = new global::System.Data.DataColumn("R4839700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4839700);
this.columnR4839800 = new global::System.Data.DataColumn("R4839800", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4839800);
this.columnR4839900 = new global::System.Data.DataColumn("R4839900", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4839900);
this.columnR4839901 = new global::System.Data.DataColumn("R4839901", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4839901);
- this.columnR4840000 = new global::System.Data.DataColumn("R4840000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4840000);
- this.columnR4840001 = new global::System.Data.DataColumn("R4840001", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4840001);
this.columnR4840100 = new global::System.Data.DataColumn("R4840100", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4840100);
this.columnR4842500 = new global::System.Data.DataColumn("R4842500", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4842500);
- this.columnR4842600 = new global::System.Data.DataColumn("R4842600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4842600);
this.columnR4842700 = new global::System.Data.DataColumn("R4842700", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4842700);
this.columnR4842800 = new global::System.Data.DataColumn("R4842800", typeof(int), null, global::System.Data.MappingType.Element);
@@ -31360,8 +27424,6 @@ private void InitClass() {
base.Columns.Add(this.columnR4842900);
this.columnR4844800 = new global::System.Data.DataColumn("R4844800", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4844800);
- this.columnR4844900 = new global::System.Data.DataColumn("R4844900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4844900);
this.columnR4845000 = new global::System.Data.DataColumn("R4845000", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4845000);
this.columnR4845100 = new global::System.Data.DataColumn("R4845100", typeof(int), null, global::System.Data.MappingType.Element);
@@ -31372,96 +27434,62 @@ private void InitClass() {
base.Columns.Add(this.columnR4845200);
this.columnR4847100 = new global::System.Data.DataColumn("R4847100", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4847100);
- this.columnR4847200 = new global::System.Data.DataColumn("R4847200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR4847200);
this.columnR4847300 = new global::System.Data.DataColumn("R4847300", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4847300);
this.columnR4847400 = new global::System.Data.DataColumn("R4847400", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR4847400);
this.columnR5498000 = new global::System.Data.DataColumn("R5498000", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5498000);
- this.columnR5498100 = new global::System.Data.DataColumn("R5498100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5498100);
this.columnR5498200 = new global::System.Data.DataColumn("R5498200", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5498200);
this.columnR5498300 = new global::System.Data.DataColumn("R5498300", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5498300);
this.columnR5498301 = new global::System.Data.DataColumn("R5498301", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5498301);
- this.columnR5498400 = new global::System.Data.DataColumn("R5498400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5498400);
- this.columnR5498401 = new global::System.Data.DataColumn("R5498401", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5498401);
this.columnR5498500 = new global::System.Data.DataColumn("R5498500", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5498500);
this.columnR5501000 = new global::System.Data.DataColumn("R5501000", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5501000);
- this.columnR5501100 = new global::System.Data.DataColumn("R5501100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5501100);
this.columnR5501200 = new global::System.Data.DataColumn("R5501200", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5501200);
this.columnR5501300 = new global::System.Data.DataColumn("R5501300", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5501300);
this.columnR5501301 = new global::System.Data.DataColumn("R5501301", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5501301);
- this.columnR5501400 = new global::System.Data.DataColumn("R5501400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5501400);
- this.columnR5501401 = new global::System.Data.DataColumn("R5501401", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5501401);
this.columnR5501500 = new global::System.Data.DataColumn("R5501500", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5501500);
this.columnR5504000 = new global::System.Data.DataColumn("R5504000", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5504000);
- this.columnR5504100 = new global::System.Data.DataColumn("R5504100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5504100);
this.columnR5504200 = new global::System.Data.DataColumn("R5504200", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5504200);
this.columnR5504300 = new global::System.Data.DataColumn("R5504300", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5504300);
this.columnR5504301 = new global::System.Data.DataColumn("R5504301", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5504301);
- this.columnR5504400 = new global::System.Data.DataColumn("R5504400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5504400);
- this.columnR5504401 = new global::System.Data.DataColumn("R5504401", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5504401);
this.columnR5504500 = new global::System.Data.DataColumn("R5504500", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5504500);
this.columnR5507000 = new global::System.Data.DataColumn("R5507000", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5507000);
- this.columnR5507100 = new global::System.Data.DataColumn("R5507100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5507100);
this.columnR5507200 = new global::System.Data.DataColumn("R5507200", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5507200);
this.columnR5507300 = new global::System.Data.DataColumn("R5507300", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5507300);
this.columnR5507301 = new global::System.Data.DataColumn("R5507301", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5507301);
- this.columnR5507400 = new global::System.Data.DataColumn("R5507400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5507400);
- this.columnR5507401 = new global::System.Data.DataColumn("R5507401", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5507401);
this.columnR5507500 = new global::System.Data.DataColumn("R5507500", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5507500);
this.columnR5510000 = new global::System.Data.DataColumn("R5510000", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5510000);
- this.columnR5510100 = new global::System.Data.DataColumn("R5510100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5510100);
this.columnR5510200 = new global::System.Data.DataColumn("R5510200", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5510200);
this.columnR5510300 = new global::System.Data.DataColumn("R5510300", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5510300);
this.columnR5510301 = new global::System.Data.DataColumn("R5510301", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5510301);
- this.columnR5510400 = new global::System.Data.DataColumn("R5510400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5510400);
- this.columnR5510401 = new global::System.Data.DataColumn("R5510401", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5510401);
this.columnR5510500 = new global::System.Data.DataColumn("R5510500", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5510500);
this.columnR5513000 = new global::System.Data.DataColumn("R5513000", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5513000);
- this.columnR5513100 = new global::System.Data.DataColumn("R5513100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5513100);
this.columnR5513200 = new global::System.Data.DataColumn("R5513200", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5513200);
this.columnR5513300 = new global::System.Data.DataColumn("R5513300", typeof(int), null, global::System.Data.MappingType.Element);
@@ -31472,8 +27500,6 @@ private void InitClass() {
base.Columns.Add(this.columnR5513400);
this.columnR5515300 = new global::System.Data.DataColumn("R5515300", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5515300);
- this.columnR5515400 = new global::System.Data.DataColumn("R5515400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5515400);
this.columnR5515500 = new global::System.Data.DataColumn("R5515500", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5515500);
this.columnR5515600 = new global::System.Data.DataColumn("R5515600", typeof(int), null, global::System.Data.MappingType.Element);
@@ -31484,16 +27510,12 @@ private void InitClass() {
base.Columns.Add(this.columnR5515700);
this.columnR5517600 = new global::System.Data.DataColumn("R5517600", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5517600);
- this.columnR5517700 = new global::System.Data.DataColumn("R5517700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5517700);
this.columnR5517800 = new global::System.Data.DataColumn("R5517800", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5517800);
this.columnR5517900 = new global::System.Data.DataColumn("R5517900", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5517900);
this.columnR5519800 = new global::System.Data.DataColumn("R5519800", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5519800);
- this.columnR5519900 = new global::System.Data.DataColumn("R5519900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR5519900);
this.columnR5520000 = new global::System.Data.DataColumn("R5520000", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR5520000);
this.columnR5520100 = new global::System.Data.DataColumn("R5520100", typeof(int), null, global::System.Data.MappingType.Element);
@@ -31522,26 +27544,6 @@ private void InitClass() {
base.Columns.Add(this.columnR6219200);
this.columnR6219300 = new global::System.Data.DataColumn("R6219300", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR6219300);
- this.columnR6219500 = new global::System.Data.DataColumn("R6219500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6219500);
- this.columnR6219600 = new global::System.Data.DataColumn("R6219600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6219600);
- this.columnR6219700 = new global::System.Data.DataColumn("R6219700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6219700);
- this.columnR6219800 = new global::System.Data.DataColumn("R6219800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6219800);
- this.columnR6219900 = new global::System.Data.DataColumn("R6219900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6219900);
- this.columnR6220000 = new global::System.Data.DataColumn("R6220000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6220000);
- this.columnR6220100 = new global::System.Data.DataColumn("R6220100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6220100);
- this.columnR6220200 = new global::System.Data.DataColumn("R6220200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6220200);
- this.columnR6220300 = new global::System.Data.DataColumn("R6220300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6220300);
- this.columnR6220400 = new global::System.Data.DataColumn("R6220400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6220400);
this.columnR6220600 = new global::System.Data.DataColumn("R6220600", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR6220600);
this.columnR6220700 = new global::System.Data.DataColumn("R6220700", typeof(int), null, global::System.Data.MappingType.Element);
@@ -31602,30 +27604,6 @@ private void InitClass() {
base.Columns.Add(this.columnR6222600);
this.columnR6222601 = new global::System.Data.DataColumn("R6222601", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR6222601);
- this.columnR6222800 = new global::System.Data.DataColumn("R6222800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6222800);
- this.columnR6222801 = new global::System.Data.DataColumn("R6222801", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6222801);
- this.columnR6222900 = new global::System.Data.DataColumn("R6222900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6222900);
- this.columnR6222901 = new global::System.Data.DataColumn("R6222901", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6222901);
- this.columnR6223000 = new global::System.Data.DataColumn("R6223000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6223000);
- this.columnR6223001 = new global::System.Data.DataColumn("R6223001", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6223001);
- this.columnR6223100 = new global::System.Data.DataColumn("R6223100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6223100);
- this.columnR6223101 = new global::System.Data.DataColumn("R6223101", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6223101);
- this.columnR6223200 = new global::System.Data.DataColumn("R6223200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6223200);
- this.columnR6223201 = new global::System.Data.DataColumn("R6223201", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6223201);
- this.columnR6223300 = new global::System.Data.DataColumn("R6223300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6223300);
- this.columnR6223301 = new global::System.Data.DataColumn("R6223301", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6223301);
this.columnR6223400 = new global::System.Data.DataColumn("R6223400", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR6223400);
this.columnR6223500 = new global::System.Data.DataColumn("R6223500", typeof(int), null, global::System.Data.MappingType.Element);
@@ -31686,26 +27664,6 @@ private void InitClass() {
base.Columns.Add(this.columnR6773300);
this.columnR6773400 = new global::System.Data.DataColumn("R6773400", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR6773400);
- this.columnR6773500 = new global::System.Data.DataColumn("R6773500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6773500);
- this.columnR6773600 = new global::System.Data.DataColumn("R6773600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6773600);
- this.columnR6773700 = new global::System.Data.DataColumn("R6773700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6773700);
- this.columnR6773800 = new global::System.Data.DataColumn("R6773800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6773800);
- this.columnR6773900 = new global::System.Data.DataColumn("R6773900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6773900);
- this.columnR6774000 = new global::System.Data.DataColumn("R6774000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6774000);
- this.columnR6774100 = new global::System.Data.DataColumn("R6774100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6774100);
- this.columnR6774200 = new global::System.Data.DataColumn("R6774200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6774200);
- this.columnR6774300 = new global::System.Data.DataColumn("R6774300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6774300);
- this.columnR6774400 = new global::System.Data.DataColumn("R6774400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6774400);
this.columnR6774500 = new global::System.Data.DataColumn("R6774500", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR6774500);
this.columnR6774600 = new global::System.Data.DataColumn("R6774600", typeof(int), null, global::System.Data.MappingType.Element);
@@ -31758,30 +27716,6 @@ private void InitClass() {
base.Columns.Add(this.columnR6776200);
this.columnR6776201 = new global::System.Data.DataColumn("R6776201", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR6776201);
- this.columnR6776300 = new global::System.Data.DataColumn("R6776300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6776300);
- this.columnR6776301 = new global::System.Data.DataColumn("R6776301", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6776301);
- this.columnR6776400 = new global::System.Data.DataColumn("R6776400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6776400);
- this.columnR6776401 = new global::System.Data.DataColumn("R6776401", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6776401);
- this.columnR6776500 = new global::System.Data.DataColumn("R6776500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6776500);
- this.columnR6776501 = new global::System.Data.DataColumn("R6776501", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6776501);
- this.columnR6776600 = new global::System.Data.DataColumn("R6776600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6776600);
- this.columnR6776601 = new global::System.Data.DataColumn("R6776601", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6776601);
- this.columnR6776700 = new global::System.Data.DataColumn("R6776700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6776700);
- this.columnR6776701 = new global::System.Data.DataColumn("R6776701", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6776701);
- this.columnR6776800 = new global::System.Data.DataColumn("R6776800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6776800);
- this.columnR6776801 = new global::System.Data.DataColumn("R6776801", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR6776801);
this.columnR6776900 = new global::System.Data.DataColumn("R6776900", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR6776900);
this.columnR6777000 = new global::System.Data.DataColumn("R6777000", typeof(int), null, global::System.Data.MappingType.Element);
@@ -31842,26 +27776,6 @@ private void InitClass() {
base.Columns.Add(this.columnR7417700);
this.columnR7417800 = new global::System.Data.DataColumn("R7417800", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR7417800);
- this.columnR7417900 = new global::System.Data.DataColumn("R7417900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7417900);
- this.columnR7418000 = new global::System.Data.DataColumn("R7418000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7418000);
- this.columnR7418100 = new global::System.Data.DataColumn("R7418100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7418100);
- this.columnR7418200 = new global::System.Data.DataColumn("R7418200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7418200);
- this.columnR7418300 = new global::System.Data.DataColumn("R7418300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7418300);
- this.columnR7418400 = new global::System.Data.DataColumn("R7418400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7418400);
- this.columnR7418500 = new global::System.Data.DataColumn("R7418500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7418500);
- this.columnR7418600 = new global::System.Data.DataColumn("R7418600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7418600);
- this.columnR7418700 = new global::System.Data.DataColumn("R7418700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7418700);
- this.columnR7418800 = new global::System.Data.DataColumn("R7418800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7418800);
this.columnR7418900 = new global::System.Data.DataColumn("R7418900", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR7418900);
this.columnR7419000 = new global::System.Data.DataColumn("R7419000", typeof(int), null, global::System.Data.MappingType.Element);
@@ -31914,34 +27828,6 @@ private void InitClass() {
base.Columns.Add(this.columnR7420600);
this.columnR7420601 = new global::System.Data.DataColumn("R7420601", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR7420601);
- this.columnR7420700 = new global::System.Data.DataColumn("R7420700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7420700);
- this.columnR7420701 = new global::System.Data.DataColumn("R7420701", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7420701);
- this.columnR7420800 = new global::System.Data.DataColumn("R7420800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7420800);
- this.columnR7420801 = new global::System.Data.DataColumn("R7420801", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7420801);
- this.columnR7420900 = new global::System.Data.DataColumn("R7420900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7420900);
- this.columnR7420901 = new global::System.Data.DataColumn("R7420901", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7420901);
- this.columnR7421000 = new global::System.Data.DataColumn("R7421000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7421000);
- this.columnR7421001 = new global::System.Data.DataColumn("R7421001", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7421001);
- this.columnR7421100 = new global::System.Data.DataColumn("R7421100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7421100);
- this.columnR7421101 = new global::System.Data.DataColumn("R7421101", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7421101);
- this.columnR7421200 = new global::System.Data.DataColumn("R7421200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7421200);
- this.columnR7421201 = new global::System.Data.DataColumn("R7421201", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7421201);
- this.columnR7421300 = new global::System.Data.DataColumn("R7421300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7421300);
- this.columnR7421301 = new global::System.Data.DataColumn("R7421301", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR7421301);
this.columnR7421400 = new global::System.Data.DataColumn("R7421400", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR7421400);
this.columnR7421500 = new global::System.Data.DataColumn("R7421500", typeof(int), null, global::System.Data.MappingType.Element);
@@ -32002,26 +27888,6 @@ private void InitClass() {
base.Columns.Add(this.columnR8115800);
this.columnR8115900 = new global::System.Data.DataColumn("R8115900", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR8115900);
- this.columnR8116000 = new global::System.Data.DataColumn("R8116000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8116000);
- this.columnR8116100 = new global::System.Data.DataColumn("R8116100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8116100);
- this.columnR8116200 = new global::System.Data.DataColumn("R8116200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8116200);
- this.columnR8116300 = new global::System.Data.DataColumn("R8116300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8116300);
- this.columnR8116400 = new global::System.Data.DataColumn("R8116400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8116400);
- this.columnR8116500 = new global::System.Data.DataColumn("R8116500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8116500);
- this.columnR8116600 = new global::System.Data.DataColumn("R8116600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8116600);
- this.columnR8116700 = new global::System.Data.DataColumn("R8116700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8116700);
- this.columnR8116800 = new global::System.Data.DataColumn("R8116800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8116800);
- this.columnR8116900 = new global::System.Data.DataColumn("R8116900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8116900);
this.columnR8117000 = new global::System.Data.DataColumn("R8117000", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR8117000);
this.columnR8117100 = new global::System.Data.DataColumn("R8117100", typeof(int), null, global::System.Data.MappingType.Element);
@@ -32082,30 +27948,6 @@ private void InitClass() {
base.Columns.Add(this.columnR8118900);
this.columnR8118901 = new global::System.Data.DataColumn("R8118901", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR8118901);
- this.columnR8119000 = new global::System.Data.DataColumn("R8119000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8119000);
- this.columnR8119001 = new global::System.Data.DataColumn("R8119001", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8119001);
- this.columnR8119100 = new global::System.Data.DataColumn("R8119100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8119100);
- this.columnR8119101 = new global::System.Data.DataColumn("R8119101", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8119101);
- this.columnR8119200 = new global::System.Data.DataColumn("R8119200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8119200);
- this.columnR8119201 = new global::System.Data.DataColumn("R8119201", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8119201);
- this.columnR8119300 = new global::System.Data.DataColumn("R8119300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8119300);
- this.columnR8119301 = new global::System.Data.DataColumn("R8119301", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8119301);
- this.columnR8119400 = new global::System.Data.DataColumn("R8119400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8119400);
- this.columnR8119401 = new global::System.Data.DataColumn("R8119401", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8119401);
- this.columnR8119500 = new global::System.Data.DataColumn("R8119500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8119500);
- this.columnR8119501 = new global::System.Data.DataColumn("R8119501", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnR8119501);
this.columnR8119600 = new global::System.Data.DataColumn("R8119600", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnR8119600);
this.columnR8119700 = new global::System.Data.DataColumn("R8119700", typeof(int), null, global::System.Data.MappingType.Element);
@@ -32214,28 +28056,6 @@ private void InitClass() {
base.Columns.Add(this.columnT0347700);
this.columnT0347800 = new global::System.Data.DataColumn("T0347800", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnT0347800);
- this.columnT0347900 = new global::System.Data.DataColumn("T0347900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0347900);
- this.columnT0348000 = new global::System.Data.DataColumn("T0348000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0348000);
- this.columnT0348100 = new global::System.Data.DataColumn("T0348100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0348100);
- this.columnT0348200 = new global::System.Data.DataColumn("T0348200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0348200);
- this.columnT0348300 = new global::System.Data.DataColumn("T0348300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0348300);
- this.columnT0348400 = new global::System.Data.DataColumn("T0348400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0348400);
- this.columnT0348500 = new global::System.Data.DataColumn("T0348500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0348500);
- this.columnT0348600 = new global::System.Data.DataColumn("T0348600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0348600);
- this.columnT0348700 = new global::System.Data.DataColumn("T0348700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0348700);
- this.columnT0348800 = new global::System.Data.DataColumn("T0348800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0348800);
- this.columnT0348900 = new global::System.Data.DataColumn("T0348900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0348900);
this.columnT0349000 = new global::System.Data.DataColumn("T0349000", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnT0349000);
this.columnT0349100 = new global::System.Data.DataColumn("T0349100", typeof(int), null, global::System.Data.MappingType.Element);
@@ -32298,38 +28118,6 @@ private void InitClass() {
base.Columns.Add(this.columnT0351000);
this.columnT0351001 = new global::System.Data.DataColumn("T0351001", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnT0351001);
- this.columnT0351100 = new global::System.Data.DataColumn("T0351100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0351100);
- this.columnT0351101 = new global::System.Data.DataColumn("T0351101", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0351101);
- this.columnT0351200 = new global::System.Data.DataColumn("T0351200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0351200);
- this.columnT0351201 = new global::System.Data.DataColumn("T0351201", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0351201);
- this.columnT0351300 = new global::System.Data.DataColumn("T0351300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0351300);
- this.columnT0351301 = new global::System.Data.DataColumn("T0351301", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0351301);
- this.columnT0351400 = new global::System.Data.DataColumn("T0351400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0351400);
- this.columnT0351401 = new global::System.Data.DataColumn("T0351401", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0351401);
- this.columnT0351500 = new global::System.Data.DataColumn("T0351500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0351500);
- this.columnT0351501 = new global::System.Data.DataColumn("T0351501", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0351501);
- this.columnT0351600 = new global::System.Data.DataColumn("T0351600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0351600);
- this.columnT0351601 = new global::System.Data.DataColumn("T0351601", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0351601);
- this.columnT0351700 = new global::System.Data.DataColumn("T0351700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0351700);
- this.columnT0351701 = new global::System.Data.DataColumn("T0351701", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0351701);
- this.columnT0351800 = new global::System.Data.DataColumn("T0351800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0351800);
- this.columnT0351801 = new global::System.Data.DataColumn("T0351801", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT0351801);
this.columnT0351900 = new global::System.Data.DataColumn("T0351900", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnT0351900);
this.columnT0352000 = new global::System.Data.DataColumn("T0352000", typeof(int), null, global::System.Data.MappingType.Element);
@@ -32408,28 +28196,6 @@ private void InitClass() {
base.Columns.Add(this.columnT1497100);
this.columnT1497200 = new global::System.Data.DataColumn("T1497200", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnT1497200);
- this.columnT1497300 = new global::System.Data.DataColumn("T1497300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1497300);
- this.columnT1497400 = new global::System.Data.DataColumn("T1497400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1497400);
- this.columnT1497500 = new global::System.Data.DataColumn("T1497500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1497500);
- this.columnT1497600 = new global::System.Data.DataColumn("T1497600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1497600);
- this.columnT1497700 = new global::System.Data.DataColumn("T1497700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1497700);
- this.columnT1497800 = new global::System.Data.DataColumn("T1497800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1497800);
- this.columnT1497900 = new global::System.Data.DataColumn("T1497900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1497900);
- this.columnT1498000 = new global::System.Data.DataColumn("T1498000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1498000);
- this.columnT1498100 = new global::System.Data.DataColumn("T1498100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1498100);
- this.columnT1498200 = new global::System.Data.DataColumn("T1498200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1498200);
- this.columnT1498300 = new global::System.Data.DataColumn("T1498300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1498300);
this.columnT1498400 = new global::System.Data.DataColumn("T1498400", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnT1498400);
this.columnT1498500 = new global::System.Data.DataColumn("T1498500", typeof(int), null, global::System.Data.MappingType.Element);
@@ -32492,30 +28258,6 @@ private void InitClass() {
base.Columns.Add(this.columnT1500400);
this.columnT1500401 = new global::System.Data.DataColumn("T1500401", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnT1500401);
- this.columnT1500500 = new global::System.Data.DataColumn("T1500500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1500500);
- this.columnT1500501 = new global::System.Data.DataColumn("T1500501", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1500501);
- this.columnT1500600 = new global::System.Data.DataColumn("T1500600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1500600);
- this.columnT1500601 = new global::System.Data.DataColumn("T1500601", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1500601);
- this.columnT1500700 = new global::System.Data.DataColumn("T1500700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1500700);
- this.columnT1500701 = new global::System.Data.DataColumn("T1500701", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1500701);
- this.columnT1500800 = new global::System.Data.DataColumn("T1500800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1500800);
- this.columnT1500801 = new global::System.Data.DataColumn("T1500801", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1500801);
- this.columnT1500900 = new global::System.Data.DataColumn("T1500900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1500900);
- this.columnT1500901 = new global::System.Data.DataColumn("T1500901", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1500901);
- this.columnT1501000 = new global::System.Data.DataColumn("T1501000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1501000);
- this.columnT1501001 = new global::System.Data.DataColumn("T1501001", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT1501001);
this.columnT1501100 = new global::System.Data.DataColumn("T1501100", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnT1501100);
this.columnT1501200 = new global::System.Data.DataColumn("T1501200", typeof(int), null, global::System.Data.MappingType.Element);
@@ -32592,26 +28334,6 @@ private void InitClass() {
base.Columns.Add(this.columnT2543000);
this.columnT2543100 = new global::System.Data.DataColumn("T2543100", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnT2543100);
- this.columnT2543200 = new global::System.Data.DataColumn("T2543200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2543200);
- this.columnT2543300 = new global::System.Data.DataColumn("T2543300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2543300);
- this.columnT2543400 = new global::System.Data.DataColumn("T2543400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2543400);
- this.columnT2543500 = new global::System.Data.DataColumn("T2543500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2543500);
- this.columnT2543600 = new global::System.Data.DataColumn("T2543600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2543600);
- this.columnT2543700 = new global::System.Data.DataColumn("T2543700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2543700);
- this.columnT2543800 = new global::System.Data.DataColumn("T2543800", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2543800);
- this.columnT2543900 = new global::System.Data.DataColumn("T2543900", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2543900);
- this.columnT2544000 = new global::System.Data.DataColumn("T2544000", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2544000);
- this.columnT2544100 = new global::System.Data.DataColumn("T2544100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2544100);
this.columnT2544200 = new global::System.Data.DataColumn("T2544200", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnT2544200);
this.columnT2544300 = new global::System.Data.DataColumn("T2544300", typeof(int), null, global::System.Data.MappingType.Element);
@@ -32668,34 +28390,6 @@ private void InitClass() {
base.Columns.Add(this.columnT2546000);
this.columnT2546001 = new global::System.Data.DataColumn("T2546001", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnT2546001);
- this.columnT2546100 = new global::System.Data.DataColumn("T2546100", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2546100);
- this.columnT2546101 = new global::System.Data.DataColumn("T2546101", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2546101);
- this.columnT2546200 = new global::System.Data.DataColumn("T2546200", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2546200);
- this.columnT2546201 = new global::System.Data.DataColumn("T2546201", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2546201);
- this.columnT2546300 = new global::System.Data.DataColumn("T2546300", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2546300);
- this.columnT2546301 = new global::System.Data.DataColumn("T2546301", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2546301);
- this.columnT2546400 = new global::System.Data.DataColumn("T2546400", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2546400);
- this.columnT2546401 = new global::System.Data.DataColumn("T2546401", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2546401);
- this.columnT2546500 = new global::System.Data.DataColumn("T2546500", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2546500);
- this.columnT2546501 = new global::System.Data.DataColumn("T2546501", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2546501);
- this.columnT2546600 = new global::System.Data.DataColumn("T2546600", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2546600);
- this.columnT2546601 = new global::System.Data.DataColumn("T2546601", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2546601);
- this.columnT2546700 = new global::System.Data.DataColumn("T2546700", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2546700);
- this.columnT2546701 = new global::System.Data.DataColumn("T2546701", typeof(int), null, global::System.Data.MappingType.Element);
- base.Columns.Add(this.columnT2546701);
this.columnT2546800 = new global::System.Data.DataColumn("T2546800", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnT2546800);
this.columnT2546900 = new global::System.Data.DataColumn("T2546900", typeof(int), null, global::System.Data.MappingType.Element);
@@ -32730,6 +28424,106 @@ private void InitClass() {
base.Columns.Add(this.columnT2763900);
this.columnT2764000 = new global::System.Data.DataColumn("T2764000", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnT2764000);
+ this.columnT3527500 = new global::System.Data.DataColumn("T3527500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3527500);
+ this.columnT3527600 = new global::System.Data.DataColumn("T3527600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3527600);
+ this.columnT3527700 = new global::System.Data.DataColumn("T3527700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3527700);
+ this.columnT3527800 = new global::System.Data.DataColumn("T3527800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3527800);
+ this.columnT3527900 = new global::System.Data.DataColumn("T3527900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3527900);
+ this.columnT3528000 = new global::System.Data.DataColumn("T3528000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3528000);
+ this.columnT3528100 = new global::System.Data.DataColumn("T3528100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3528100);
+ this.columnT3528200 = new global::System.Data.DataColumn("T3528200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3528200);
+ this.columnT3528300 = new global::System.Data.DataColumn("T3528300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3528300);
+ this.columnT3528400 = new global::System.Data.DataColumn("T3528400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3528400);
+ this.columnT3530500 = new global::System.Data.DataColumn("T3530500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3530500);
+ this.columnT3530600 = new global::System.Data.DataColumn("T3530600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3530600);
+ this.columnT3530700 = new global::System.Data.DataColumn("T3530700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3530700);
+ this.columnT3530800 = new global::System.Data.DataColumn("T3530800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3530800);
+ this.columnT3530900 = new global::System.Data.DataColumn("T3530900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3530900);
+ this.columnT3531000 = new global::System.Data.DataColumn("T3531000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3531000);
+ this.columnT3531100 = new global::System.Data.DataColumn("T3531100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3531100);
+ this.columnT3531200 = new global::System.Data.DataColumn("T3531200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3531200);
+ this.columnT3531300 = new global::System.Data.DataColumn("T3531300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3531300);
+ this.columnT3531400 = new global::System.Data.DataColumn("T3531400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3531400);
+ this.columnT3531500 = new global::System.Data.DataColumn("T3531500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3531500);
+ this.columnT3531501 = new global::System.Data.DataColumn("T3531501", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3531501);
+ this.columnT3531600 = new global::System.Data.DataColumn("T3531600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3531600);
+ this.columnT3531601 = new global::System.Data.DataColumn("T3531601", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3531601);
+ this.columnT3531700 = new global::System.Data.DataColumn("T3531700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3531700);
+ this.columnT3531701 = new global::System.Data.DataColumn("T3531701", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3531701);
+ this.columnT3531800 = new global::System.Data.DataColumn("T3531800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3531800);
+ this.columnT3531801 = new global::System.Data.DataColumn("T3531801", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3531801);
+ this.columnT3531900 = new global::System.Data.DataColumn("T3531900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3531900);
+ this.columnT3531901 = new global::System.Data.DataColumn("T3531901", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3531901);
+ this.columnT3532000 = new global::System.Data.DataColumn("T3532000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3532000);
+ this.columnT3532001 = new global::System.Data.DataColumn("T3532001", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3532001);
+ this.columnT3532100 = new global::System.Data.DataColumn("T3532100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3532100);
+ this.columnT3532101 = new global::System.Data.DataColumn("T3532101", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3532101);
+ this.columnT3532200 = new global::System.Data.DataColumn("T3532200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3532200);
+ this.columnT3532201 = new global::System.Data.DataColumn("T3532201", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3532201);
+ this.columnT3532300 = new global::System.Data.DataColumn("T3532300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3532300);
+ this.columnT3532301 = new global::System.Data.DataColumn("T3532301", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3532301);
+ this.columnT3532400 = new global::System.Data.DataColumn("T3532400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3532400);
+ this.columnT3532401 = new global::System.Data.DataColumn("T3532401", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3532401);
+ this.columnT3533200 = new global::System.Data.DataColumn("T3533200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3533200);
+ this.columnT3533300 = new global::System.Data.DataColumn("T3533300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3533300);
+ this.columnT3533400 = new global::System.Data.DataColumn("T3533400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3533400);
+ this.columnT3533500 = new global::System.Data.DataColumn("T3533500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3533500);
+ this.columnT3533600 = new global::System.Data.DataColumn("T3533600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3533600);
+ this.columnT3533700 = new global::System.Data.DataColumn("T3533700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3533700);
+ this.columnT3533800 = new global::System.Data.DataColumn("T3533800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3533800);
+ this.columnT3533900 = new global::System.Data.DataColumn("T3533900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3533900);
+ this.columnT3534000 = new global::System.Data.DataColumn("T3534000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3534000);
+ this.columnT3534100 = new global::System.Data.DataColumn("T3534100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3534100);
this.columnT3729600 = new global::System.Data.DataColumn("T3729600", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnT3729600);
this.columnT3729700 = new global::System.Data.DataColumn("T3729700", typeof(int), null, global::System.Data.MappingType.Element);
@@ -32742,6 +28536,118 @@ private void InitClass() {
base.Columns.Add(this.columnT3730000);
this.columnT3730100 = new global::System.Data.DataColumn("T3730100", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnT3730100);
+ this.columnT4496200 = new global::System.Data.DataColumn("T4496200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4496200);
+ this.columnT4496300 = new global::System.Data.DataColumn("T4496300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4496300);
+ this.columnT4496400 = new global::System.Data.DataColumn("T4496400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4496400);
+ this.columnT4496500 = new global::System.Data.DataColumn("T4496500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4496500);
+ this.columnT4496600 = new global::System.Data.DataColumn("T4496600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4496600);
+ this.columnT4496700 = new global::System.Data.DataColumn("T4496700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4496700);
+ this.columnT4496800 = new global::System.Data.DataColumn("T4496800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4496800);
+ this.columnT4496900 = new global::System.Data.DataColumn("T4496900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4496900);
+ this.columnT4497000 = new global::System.Data.DataColumn("T4497000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4497000);
+ this.columnT4497100 = new global::System.Data.DataColumn("T4497100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4497100);
+ this.columnT4500700 = new global::System.Data.DataColumn("T4500700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4500700);
+ this.columnT4500800 = new global::System.Data.DataColumn("T4500800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4500800);
+ this.columnT4500900 = new global::System.Data.DataColumn("T4500900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4500900);
+ this.columnT4501000 = new global::System.Data.DataColumn("T4501000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4501000);
+ this.columnT4501100 = new global::System.Data.DataColumn("T4501100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4501100);
+ this.columnT4501200 = new global::System.Data.DataColumn("T4501200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4501200);
+ this.columnT4501300 = new global::System.Data.DataColumn("T4501300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4501300);
+ this.columnT4501400 = new global::System.Data.DataColumn("T4501400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4501400);
+ this.columnT4501500 = new global::System.Data.DataColumn("T4501500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4501500);
+ this.columnT4501600 = new global::System.Data.DataColumn("T4501600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4501600);
+ this.columnT4501700 = new global::System.Data.DataColumn("T4501700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4501700);
+ this.columnT4501701 = new global::System.Data.DataColumn("T4501701", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4501701);
+ this.columnT4501800 = new global::System.Data.DataColumn("T4501800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4501800);
+ this.columnT4501801 = new global::System.Data.DataColumn("T4501801", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4501801);
+ this.columnT4501900 = new global::System.Data.DataColumn("T4501900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4501900);
+ this.columnT4501901 = new global::System.Data.DataColumn("T4501901", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4501901);
+ this.columnT4502000 = new global::System.Data.DataColumn("T4502000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4502000);
+ this.columnT4502001 = new global::System.Data.DataColumn("T4502001", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4502001);
+ this.columnT4502100 = new global::System.Data.DataColumn("T4502100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4502100);
+ this.columnT4502101 = new global::System.Data.DataColumn("T4502101", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4502101);
+ this.columnT4502200 = new global::System.Data.DataColumn("T4502200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4502200);
+ this.columnT4502201 = new global::System.Data.DataColumn("T4502201", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4502201);
+ this.columnT4502300 = new global::System.Data.DataColumn("T4502300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4502300);
+ this.columnT4502301 = new global::System.Data.DataColumn("T4502301", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4502301);
+ this.columnT4502400 = new global::System.Data.DataColumn("T4502400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4502400);
+ this.columnT4502401 = new global::System.Data.DataColumn("T4502401", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4502401);
+ this.columnT4502500 = new global::System.Data.DataColumn("T4502500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4502500);
+ this.columnT4502501 = new global::System.Data.DataColumn("T4502501", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4502501);
+ this.columnT4502600 = new global::System.Data.DataColumn("T4502600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4502600);
+ this.columnT4502601 = new global::System.Data.DataColumn("T4502601", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4502601);
+ this.columnT4504900 = new global::System.Data.DataColumn("T4504900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4504900);
+ this.columnT4505000 = new global::System.Data.DataColumn("T4505000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4505000);
+ this.columnT4505100 = new global::System.Data.DataColumn("T4505100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4505100);
+ this.columnT4505200 = new global::System.Data.DataColumn("T4505200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4505200);
+ this.columnT4505300 = new global::System.Data.DataColumn("T4505300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4505300);
+ this.columnT4505400 = new global::System.Data.DataColumn("T4505400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4505400);
+ this.columnT4505500 = new global::System.Data.DataColumn("T4505500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4505500);
+ this.columnT4505600 = new global::System.Data.DataColumn("T4505600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4505600);
+ this.columnT4505700 = new global::System.Data.DataColumn("T4505700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4505700);
+ this.columnT4505800 = new global::System.Data.DataColumn("T4505800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4505800);
+ this.columnT4703500 = new global::System.Data.DataColumn("T4703500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4703500);
+ this.columnT4703600 = new global::System.Data.DataColumn("T4703600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4703600);
+ this.columnT4703700 = new global::System.Data.DataColumn("T4703700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4703700);
+ this.columnT4703800 = new global::System.Data.DataColumn("T4703800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4703800);
+ this.columnT4703900 = new global::System.Data.DataColumn("T4703900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4703900);
+ this.columnT4704000 = new global::System.Data.DataColumn("T4704000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4704000);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnR0000100}, true));
this.columnR0000100.AllowDBNull = false;
@@ -32873,16719 +28779,17394 @@ public void RemovetblGen2FatherFromGen1Row(tblGen2FatherFromGen1Row row) {
}
///
- ///Represents strongly named DataRow class.
+ ///Represents the strongly named DataTable class.
///
- public partial class tblLinks2004Gen2Row : global::System.Data.DataRow {
+ [global::System.Serializable()]
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
+ public partial class tblGen2FatherFromGen1DeathDataTable : global::System.Data.TypedTableBase {
- private tblLinks2004Gen2DataTable tabletblLinks2004Gen2;
+ private global::System.Data.DataColumn columnR0000100;
+
+ private global::System.Data.DataColumn columnR1373400;
+
+ private global::System.Data.DataColumn columnR1374100;
+
+ private global::System.Data.DataColumn columnR1374800;
+
+ private global::System.Data.DataColumn columnR1375500;
+
+ private global::System.Data.DataColumn columnR1376200;
+
+ private global::System.Data.DataColumn columnR1376900;
+
+ private global::System.Data.DataColumn columnR1377600;
+
+ private global::System.Data.DataColumn columnR1753800;
+
+ private global::System.Data.DataColumn columnR1754500;
+
+ private global::System.Data.DataColumn columnR1755200;
+
+ private global::System.Data.DataColumn columnR1755900;
+
+ private global::System.Data.DataColumn columnR1756600;
+
+ private global::System.Data.DataColumn columnR1757300;
+
+ private global::System.Data.DataColumn columnR1758000;
+
+ private global::System.Data.DataColumn columnR2095800;
+
+ private global::System.Data.DataColumn columnR2096500;
+
+ private global::System.Data.DataColumn columnR2097200;
+
+ private global::System.Data.DataColumn columnR2097900;
+
+ private global::System.Data.DataColumn columnR2098600;
+
+ private global::System.Data.DataColumn columnR2099300;
+
+ private global::System.Data.DataColumn columnR2100000;
+
+ private global::System.Data.DataColumn columnR2648100;
+
+ private global::System.Data.DataColumn columnR2648800;
+
+ private global::System.Data.DataColumn columnR2649500;
+
+ private global::System.Data.DataColumn columnR2650200;
+
+ private global::System.Data.DataColumn columnR2650900;
+
+ private global::System.Data.DataColumn columnR2651600;
+
+ private global::System.Data.DataColumn columnR2652300;
+
+ private global::System.Data.DataColumn columnR3256000;
+
+ private global::System.Data.DataColumn columnR3257800;
+
+ private global::System.Data.DataColumn columnR3259600;
+
+ private global::System.Data.DataColumn columnR3261400;
+
+ private global::System.Data.DataColumn columnR3263200;
+
+ private global::System.Data.DataColumn columnR3265000;
+
+ private global::System.Data.DataColumn columnR3266800;
+
+ private global::System.Data.DataColumn columnR3771900;
+
+ private global::System.Data.DataColumn columnR3772200;
+
+ private global::System.Data.DataColumn columnR3772300;
+
+ private global::System.Data.DataColumn columnR3774000;
+
+ private global::System.Data.DataColumn columnR3774300;
+
+ private global::System.Data.DataColumn columnR3774400;
+
+ private global::System.Data.DataColumn columnR3776100;
+
+ private global::System.Data.DataColumn columnR3776400;
+
+ private global::System.Data.DataColumn columnR3776500;
+
+ private global::System.Data.DataColumn columnR3778200;
+
+ private global::System.Data.DataColumn columnR3778500;
+
+ private global::System.Data.DataColumn columnR3778600;
+
+ private global::System.Data.DataColumn columnR3780300;
+
+ private global::System.Data.DataColumn columnR3780600;
+
+ private global::System.Data.DataColumn columnR3780700;
+
+ private global::System.Data.DataColumn columnR3782400;
+
+ private global::System.Data.DataColumn columnR3784500;
+
+ private global::System.Data.DataColumn columnR4276900;
+
+ private global::System.Data.DataColumn columnR4277200;
+
+ private global::System.Data.DataColumn columnR4277201;
+
+ private global::System.Data.DataColumn columnR4277800;
+
+ private global::System.Data.DataColumn columnR4278100;
+
+ private global::System.Data.DataColumn columnR4278101;
+
+ private global::System.Data.DataColumn columnR4278700;
+
+ private global::System.Data.DataColumn columnR4279000;
+
+ private global::System.Data.DataColumn columnR4279001;
+
+ private global::System.Data.DataColumn columnR4279600;
+
+ private global::System.Data.DataColumn columnR4279900;
+
+ private global::System.Data.DataColumn columnR4279901;
+
+ private global::System.Data.DataColumn columnR4280500;
+
+ private global::System.Data.DataColumn columnR4280800;
+
+ private global::System.Data.DataColumn columnR4280801;
+
+ private global::System.Data.DataColumn columnR4281400;
+
+ private global::System.Data.DataColumn columnR4282200;
+
+ private global::System.Data.DataColumn columnR4827700;
+
+ private global::System.Data.DataColumn columnR4828000;
+
+ private global::System.Data.DataColumn columnR4828001;
+
+ private global::System.Data.DataColumn columnR4830700;
+
+ private global::System.Data.DataColumn columnR4831000;
+
+ private global::System.Data.DataColumn columnR4831001;
+
+ private global::System.Data.DataColumn columnR4833700;
+
+ private global::System.Data.DataColumn columnR4834000;
+
+ private global::System.Data.DataColumn columnR4834001;
+
+ private global::System.Data.DataColumn columnR4836700;
+
+ private global::System.Data.DataColumn columnR4837000;
+
+ private global::System.Data.DataColumn columnR4837001;
+
+ private global::System.Data.DataColumn columnR4839700;
+
+ private global::System.Data.DataColumn columnR4840000;
+
+ private global::System.Data.DataColumn columnR4840001;
+
+ private global::System.Data.DataColumn columnR4842600;
+
+ private global::System.Data.DataColumn columnR4844900;
+
+ private global::System.Data.DataColumn columnR4847200;
+
+ private global::System.Data.DataColumn columnR5498100;
+
+ private global::System.Data.DataColumn columnR5498400;
+
+ private global::System.Data.DataColumn columnR5498401;
+
+ private global::System.Data.DataColumn columnR5501100;
+
+ private global::System.Data.DataColumn columnR5501400;
+
+ private global::System.Data.DataColumn columnR5501401;
+
+ private global::System.Data.DataColumn columnR5504100;
+
+ private global::System.Data.DataColumn columnR5504400;
+
+ private global::System.Data.DataColumn columnR5504401;
+
+ private global::System.Data.DataColumn columnR5507100;
+
+ private global::System.Data.DataColumn columnR5507400;
+
+ private global::System.Data.DataColumn columnR5507401;
+
+ private global::System.Data.DataColumn columnR5510100;
+
+ private global::System.Data.DataColumn columnR5510400;
+
+ private global::System.Data.DataColumn columnR5510401;
+
+ private global::System.Data.DataColumn columnR5513100;
+
+ private global::System.Data.DataColumn columnR5515400;
+
+ private global::System.Data.DataColumn columnR5517700;
+
+ private global::System.Data.DataColumn columnR5519900;
+
+ private global::System.Data.DataColumn columnR6219500;
+
+ private global::System.Data.DataColumn columnR6219600;
+
+ private global::System.Data.DataColumn columnR6219700;
+
+ private global::System.Data.DataColumn columnR6219800;
+
+ private global::System.Data.DataColumn columnR6219900;
+
+ private global::System.Data.DataColumn columnR6220000;
+
+ private global::System.Data.DataColumn columnR6220100;
+
+ private global::System.Data.DataColumn columnR6220200;
+
+ private global::System.Data.DataColumn columnR6220300;
+
+ private global::System.Data.DataColumn columnR6220400;
+
+ private global::System.Data.DataColumn columnR6222800;
+
+ private global::System.Data.DataColumn columnR6222801;
+
+ private global::System.Data.DataColumn columnR6222900;
+
+ private global::System.Data.DataColumn columnR6222901;
+
+ private global::System.Data.DataColumn columnR6223000;
+
+ private global::System.Data.DataColumn columnR6223001;
+
+ private global::System.Data.DataColumn columnR6223100;
+
+ private global::System.Data.DataColumn columnR6223101;
+
+ private global::System.Data.DataColumn columnR6223200;
+
+ private global::System.Data.DataColumn columnR6223201;
+
+ private global::System.Data.DataColumn columnR6223300;
+
+ private global::System.Data.DataColumn columnR6223301;
+
+ private global::System.Data.DataColumn columnR6773500;
+
+ private global::System.Data.DataColumn columnR6773600;
+
+ private global::System.Data.DataColumn columnR6773700;
+
+ private global::System.Data.DataColumn columnR6773800;
+
+ private global::System.Data.DataColumn columnR6773900;
+
+ private global::System.Data.DataColumn columnR6774000;
+
+ private global::System.Data.DataColumn columnR6774100;
+
+ private global::System.Data.DataColumn columnR6774200;
+
+ private global::System.Data.DataColumn columnR6774300;
+
+ private global::System.Data.DataColumn columnR6774400;
+
+ private global::System.Data.DataColumn columnR6776300;
+
+ private global::System.Data.DataColumn columnR6776301;
+
+ private global::System.Data.DataColumn columnR6776400;
+
+ private global::System.Data.DataColumn columnR6776401;
+
+ private global::System.Data.DataColumn columnR6776500;
+
+ private global::System.Data.DataColumn columnR6776501;
+
+ private global::System.Data.DataColumn columnR6776600;
+
+ private global::System.Data.DataColumn columnR6776601;
+
+ private global::System.Data.DataColumn columnR6776700;
+
+ private global::System.Data.DataColumn columnR6776701;
+
+ private global::System.Data.DataColumn columnR6776800;
+
+ private global::System.Data.DataColumn columnR6776801;
+
+ private global::System.Data.DataColumn columnR7417900;
+
+ private global::System.Data.DataColumn columnR7418000;
+
+ private global::System.Data.DataColumn columnR7418100;
+
+ private global::System.Data.DataColumn columnR7418200;
+
+ private global::System.Data.DataColumn columnR7418300;
+
+ private global::System.Data.DataColumn columnR7418400;
+
+ private global::System.Data.DataColumn columnR7418500;
+
+ private global::System.Data.DataColumn columnR7418600;
+
+ private global::System.Data.DataColumn columnR7418700;
+
+ private global::System.Data.DataColumn columnR7418800;
+
+ private global::System.Data.DataColumn columnR7420700;
+
+ private global::System.Data.DataColumn columnR7420701;
+
+ private global::System.Data.DataColumn columnR7420800;
+
+ private global::System.Data.DataColumn columnR7420801;
+
+ private global::System.Data.DataColumn columnR7420900;
+
+ private global::System.Data.DataColumn columnR7420901;
+
+ private global::System.Data.DataColumn columnR7421000;
+
+ private global::System.Data.DataColumn columnR7421001;
+
+ private global::System.Data.DataColumn columnR7421100;
+
+ private global::System.Data.DataColumn columnR7421101;
+
+ private global::System.Data.DataColumn columnR7421200;
+
+ private global::System.Data.DataColumn columnR7421201;
+
+ private global::System.Data.DataColumn columnR7421300;
+
+ private global::System.Data.DataColumn columnR7421301;
+
+ private global::System.Data.DataColumn columnR8116000;
+
+ private global::System.Data.DataColumn columnR8116100;
+
+ private global::System.Data.DataColumn columnR8116200;
+
+ private global::System.Data.DataColumn columnR8116300;
+
+ private global::System.Data.DataColumn columnR8116400;
+
+ private global::System.Data.DataColumn columnR8116500;
+
+ private global::System.Data.DataColumn columnR8116600;
+
+ private global::System.Data.DataColumn columnR8116700;
+
+ private global::System.Data.DataColumn columnR8116800;
+
+ private global::System.Data.DataColumn columnR8116900;
+
+ private global::System.Data.DataColumn columnR8119000;
+
+ private global::System.Data.DataColumn columnR8119001;
+
+ private global::System.Data.DataColumn columnR8119100;
+
+ private global::System.Data.DataColumn columnR8119101;
+
+ private global::System.Data.DataColumn columnR8119200;
+
+ private global::System.Data.DataColumn columnR8119201;
+
+ private global::System.Data.DataColumn columnR8119300;
+
+ private global::System.Data.DataColumn columnR8119301;
+
+ private global::System.Data.DataColumn columnR8119400;
+
+ private global::System.Data.DataColumn columnR8119401;
+
+ private global::System.Data.DataColumn columnR8119500;
+
+ private global::System.Data.DataColumn columnR8119501;
+
+ private global::System.Data.DataColumn columnT0347900;
+
+ private global::System.Data.DataColumn columnT0348000;
+
+ private global::System.Data.DataColumn columnT0348100;
+
+ private global::System.Data.DataColumn columnT0348200;
+
+ private global::System.Data.DataColumn columnT0348300;
+
+ private global::System.Data.DataColumn columnT0348400;
+
+ private global::System.Data.DataColumn columnT0348500;
+
+ private global::System.Data.DataColumn columnT0348600;
+
+ private global::System.Data.DataColumn columnT0348700;
+
+ private global::System.Data.DataColumn columnT0348800;
+
+ private global::System.Data.DataColumn columnT0348900;
+
+ private global::System.Data.DataColumn columnT0351100;
+
+ private global::System.Data.DataColumn columnT0351101;
+
+ private global::System.Data.DataColumn columnT0351200;
+
+ private global::System.Data.DataColumn columnT0351201;
+
+ private global::System.Data.DataColumn columnT0351300;
+
+ private global::System.Data.DataColumn columnT0351301;
+
+ private global::System.Data.DataColumn columnT0351400;
+
+ private global::System.Data.DataColumn columnT0351401;
+
+ private global::System.Data.DataColumn columnT0351500;
+
+ private global::System.Data.DataColumn columnT0351501;
+
+ private global::System.Data.DataColumn columnT0351600;
+
+ private global::System.Data.DataColumn columnT0351601;
+
+ private global::System.Data.DataColumn columnT0351700;
+
+ private global::System.Data.DataColumn columnT0351701;
+
+ private global::System.Data.DataColumn columnT0351800;
+
+ private global::System.Data.DataColumn columnT0351801;
+
+ private global::System.Data.DataColumn columnT1497300;
+
+ private global::System.Data.DataColumn columnT1497400;
+
+ private global::System.Data.DataColumn columnT1497500;
+
+ private global::System.Data.DataColumn columnT1497600;
+
+ private global::System.Data.DataColumn columnT1497700;
+
+ private global::System.Data.DataColumn columnT1497800;
+
+ private global::System.Data.DataColumn columnT1497900;
+
+ private global::System.Data.DataColumn columnT1498000;
+
+ private global::System.Data.DataColumn columnT1498100;
+
+ private global::System.Data.DataColumn columnT1498200;
+
+ private global::System.Data.DataColumn columnT1498300;
+
+ private global::System.Data.DataColumn columnT1500500;
+
+ private global::System.Data.DataColumn columnT1500501;
+
+ private global::System.Data.DataColumn columnT1500600;
+
+ private global::System.Data.DataColumn columnT1500601;
+
+ private global::System.Data.DataColumn columnT1500700;
+
+ private global::System.Data.DataColumn columnT1500701;
+
+ private global::System.Data.DataColumn columnT1500800;
+
+ private global::System.Data.DataColumn columnT1500801;
+
+ private global::System.Data.DataColumn columnT1500900;
+
+ private global::System.Data.DataColumn columnT1500901;
+
+ private global::System.Data.DataColumn columnT1501000;
+
+ private global::System.Data.DataColumn columnT1501001;
+
+ private global::System.Data.DataColumn columnT2543200;
+
+ private global::System.Data.DataColumn columnT2543300;
+
+ private global::System.Data.DataColumn columnT2543400;
+
+ private global::System.Data.DataColumn columnT2543500;
+
+ private global::System.Data.DataColumn columnT2543600;
+
+ private global::System.Data.DataColumn columnT2543700;
+
+ private global::System.Data.DataColumn columnT2543800;
+
+ private global::System.Data.DataColumn columnT2543900;
+
+ private global::System.Data.DataColumn columnT2544000;
+
+ private global::System.Data.DataColumn columnT2544100;
+
+ private global::System.Data.DataColumn columnT2546100;
+
+ private global::System.Data.DataColumn columnT2546101;
+
+ private global::System.Data.DataColumn columnT2546200;
+
+ private global::System.Data.DataColumn columnT2546201;
+
+ private global::System.Data.DataColumn columnT2546300;
+
+ private global::System.Data.DataColumn columnT2546301;
+
+ private global::System.Data.DataColumn columnT2546400;
+
+ private global::System.Data.DataColumn columnT2546401;
+
+ private global::System.Data.DataColumn columnT2546500;
+
+ private global::System.Data.DataColumn columnT2546501;
+
+ private global::System.Data.DataColumn columnT2546600;
+
+ private global::System.Data.DataColumn columnT2546601;
+
+ private global::System.Data.DataColumn columnT2546700;
+
+ private global::System.Data.DataColumn columnT2546701;
+
+ private global::System.Data.DataColumn columnT3529500;
+
+ private global::System.Data.DataColumn columnT3529600;
+
+ private global::System.Data.DataColumn columnT3529700;
+
+ private global::System.Data.DataColumn columnT3529800;
+
+ private global::System.Data.DataColumn columnT3529900;
+
+ private global::System.Data.DataColumn columnT3530000;
+
+ private global::System.Data.DataColumn columnT3530100;
+
+ private global::System.Data.DataColumn columnT3530200;
+
+ private global::System.Data.DataColumn columnT3530300;
+
+ private global::System.Data.DataColumn columnT3530400;
+
+ private global::System.Data.DataColumn columnT3532500;
+
+ private global::System.Data.DataColumn columnT3532501;
+
+ private global::System.Data.DataColumn columnT3532600;
+
+ private global::System.Data.DataColumn columnT3532601;
+
+ private global::System.Data.DataColumn columnT3532700;
+
+ private global::System.Data.DataColumn columnT3532701;
+
+ private global::System.Data.DataColumn columnT3532800;
+
+ private global::System.Data.DataColumn columnT3532801;
+
+ private global::System.Data.DataColumn columnT3532900;
+
+ private global::System.Data.DataColumn columnT3532901;
+
+ private global::System.Data.DataColumn columnT3533000;
+
+ private global::System.Data.DataColumn columnT3533001;
+
+ private global::System.Data.DataColumn columnT3533100;
+
+ private global::System.Data.DataColumn columnT3533101;
+
+ private global::System.Data.DataColumn columnT4498100;
+
+ private global::System.Data.DataColumn columnT4498200;
+
+ private global::System.Data.DataColumn columnT4498300;
+
+ private global::System.Data.DataColumn columnT4498400;
+
+ private global::System.Data.DataColumn columnT4498500;
+
+ private global::System.Data.DataColumn columnT4498600;
+
+ private global::System.Data.DataColumn columnT4498700;
+
+ private global::System.Data.DataColumn columnT4498800;
+
+ private global::System.Data.DataColumn columnT4498900;
+
+ private global::System.Data.DataColumn columnT4499000;
+
+ private global::System.Data.DataColumn columnT4503700;
+
+ private global::System.Data.DataColumn columnT4503701;
+
+ private global::System.Data.DataColumn columnT4503800;
+
+ private global::System.Data.DataColumn columnT4503801;
+
+ private global::System.Data.DataColumn columnT4503900;
+
+ private global::System.Data.DataColumn columnT4503901;
+
+ private global::System.Data.DataColumn columnT4504000;
+
+ private global::System.Data.DataColumn columnT4504001;
+
+ private global::System.Data.DataColumn columnT4504100;
+
+ private global::System.Data.DataColumn columnT4504101;
+
+ private global::System.Data.DataColumn columnT4504200;
+
+ private global::System.Data.DataColumn columnT4504201;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblLinks2004Gen2Row(global::System.Data.DataRowBuilder rb) :
- base(rb) {
- this.tabletblLinks2004Gen2 = ((tblLinks2004Gen2DataTable)(this.Table));
+ public tblGen2FatherFromGen1DeathDataTable() {
+ this.TableName = "tblGen2FatherFromGen1Death";
+ this.BeginInit();
+ this.InitClass();
+ this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int ID1 {
- get {
- return ((int)(this[this.tabletblLinks2004Gen2.ID1Column]));
+ internal tblGen2FatherFromGen1DeathDataTable(global::System.Data.DataTable table) {
+ this.TableName = table.TableName;
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
+ this.CaseSensitive = table.CaseSensitive;
}
- set {
- this[this.tabletblLinks2004Gen2.ID1Column] = value;
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
+ this.Locale = table.Locale;
+ }
+ if ((table.Namespace != table.DataSet.Namespace)) {
+ this.Namespace = table.Namespace;
}
+ this.Prefix = table.Prefix;
+ this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int ID2 {
+ protected tblGen2FatherFromGen1DeathDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ base(info, context) {
+ this.InitVars();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn R0000100Column {
get {
- return ((int)(this[this.tabletblLinks2004Gen2.ID2Column]));
- }
- set {
- this[this.tabletblLinks2004Gen2.ID2Column] = value;
+ return this.columnR0000100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public byte Sex1 {
+ public global::System.Data.DataColumn R1373400Column {
get {
- try {
- return ((byte)(this[this.tabletblLinks2004Gen2.Sex1Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Sex1\' in table \'tblLinks2004Gen2\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblLinks2004Gen2.Sex1Column] = value;
+ return this.columnR1373400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public byte Sex2 {
+ public global::System.Data.DataColumn R1374100Column {
get {
- try {
- return ((byte)(this[this.tabletblLinks2004Gen2.Sex2Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Sex2\' in table \'tblLinks2004Gen2\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblLinks2004Gen2.Sex2Column] = value;
+ return this.columnR1374100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public float RecommendedRelatedness {
+ public global::System.Data.DataColumn R1374800Column {
get {
- try {
- return ((float)(this[this.tabletblLinks2004Gen2.RecommendedRelatednessColumn]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'RecommendedRelatedness\' in table \'tblLinks2004Gen2\' is DBNu" +
- "ll.", e);
- }
- }
- set {
- this[this.tabletblLinks2004Gen2.RecommendedRelatednessColumn] = value;
+ return this.columnR1374800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsSex1Null() {
- return this.IsNull(this.tabletblLinks2004Gen2.Sex1Column);
+ public global::System.Data.DataColumn R1375500Column {
+ get {
+ return this.columnR1375500;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetSex1Null() {
- this[this.tabletblLinks2004Gen2.Sex1Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R1376200Column {
+ get {
+ return this.columnR1376200;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsSex2Null() {
- return this.IsNull(this.tabletblLinks2004Gen2.Sex2Column);
+ public global::System.Data.DataColumn R1376900Column {
+ get {
+ return this.columnR1376900;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetSex2Null() {
- this[this.tabletblLinks2004Gen2.Sex2Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R1377600Column {
+ get {
+ return this.columnR1377600;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsRecommendedRelatednessNull() {
- return this.IsNull(this.tabletblLinks2004Gen2.RecommendedRelatednessColumn);
+ public global::System.Data.DataColumn R1753800Column {
+ get {
+ return this.columnR1753800;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetRecommendedRelatednessNull() {
- this[this.tabletblLinks2004Gen2.RecommendedRelatednessColumn] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R1754500Column {
+ get {
+ return this.columnR1754500;
+ }
}
- }
-
- ///
- ///Represents strongly named DataRow class.
- ///
- public partial class tblGen2ImplicitFatherRow : global::System.Data.DataRow {
-
- private tblGen2ImplicitFatherDataTable tabletblGen2ImplicitFather;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblGen2ImplicitFatherRow(global::System.Data.DataRowBuilder rb) :
- base(rb) {
- this.tabletblGen2ImplicitFather = ((tblGen2ImplicitFatherDataTable)(this.Table));
+ public global::System.Data.DataColumn R1755200Column {
+ get {
+ return this.columnR1755200;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0000100 {
+ public global::System.Data.DataColumn R1755900Column {
get {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0000100Column]));
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0000100Column] = value;
+ return this.columnR1755900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0000200 {
+ public global::System.Data.DataColumn R1756600Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0000200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0000200\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0000200Column] = value;
+ return this.columnR1756600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0005300 {
+ public global::System.Data.DataColumn R1757300Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0005300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0005300\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0005300Column] = value;
+ return this.columnR1757300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0005400 {
+ public global::System.Data.DataColumn R1758000Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0005400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0005400\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0005400Column] = value;
+ return this.columnR1758000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0005700 {
+ public global::System.Data.DataColumn R2095800Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0005700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0005700\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0005700Column] = value;
+ return this.columnR2095800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0008100 {
+ public global::System.Data.DataColumn R2096500Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0008100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0008100\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0008100Column] = value;
+ return this.columnR2096500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0008200 {
+ public global::System.Data.DataColumn R2097200Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0008200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0008200\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0008200Column] = value;
+ return this.columnR2097200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0008300 {
+ public global::System.Data.DataColumn R2097900Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0008300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0008300\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0008300Column] = value;
+ return this.columnR2097900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0008600 {
+ public global::System.Data.DataColumn R2098600Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0008600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0008600\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0008600Column] = value;
+ return this.columnR2098600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0008700 {
+ public global::System.Data.DataColumn R2099300Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0008700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0008700\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0008700Column] = value;
+ return this.columnR2099300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0008800 {
+ public global::System.Data.DataColumn R2100000Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0008800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0008800\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0008800Column] = value;
+ return this.columnR2100000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0009100 {
+ public global::System.Data.DataColumn R2648100Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0009100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0009100\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0009100Column] = value;
+ return this.columnR2648100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0009200 {
+ public global::System.Data.DataColumn R2648800Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0009200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0009200\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0009200Column] = value;
+ return this.columnR2648800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0009300 {
+ public global::System.Data.DataColumn R2649500Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0009300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0009300\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0009300Column] = value;
+ return this.columnR2649500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0009600 {
+ public global::System.Data.DataColumn R2650200Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0009600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0009600\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0009600Column] = value;
+ return this.columnR2650200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0009700 {
+ public global::System.Data.DataColumn R2650900Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0009700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0009700\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0009700Column] = value;
+ return this.columnR2650900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0009800 {
+ public global::System.Data.DataColumn R2651600Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0009800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0009800\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0009800Column] = value;
+ return this.columnR2651600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0009900 {
+ public global::System.Data.DataColumn R2652300Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0009900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0009900\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0009900Column] = value;
+ return this.columnR2652300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0010110 {
+ public global::System.Data.DataColumn R3256000Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0010110Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0010110\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0010110Column] = value;
+ return this.columnR3256000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0010200 {
+ public global::System.Data.DataColumn R3257800Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0010200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0010200\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0010200Column] = value;
+ return this.columnR3257800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0010300 {
+ public global::System.Data.DataColumn R3259600Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0010300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0010300\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0010300Column] = value;
+ return this.columnR3259600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0010400 {
+ public global::System.Data.DataColumn R3261400Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0010400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0010400\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0010400Column] = value;
+ return this.columnR3261400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0010700 {
+ public global::System.Data.DataColumn R3263200Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0010700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0010700\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0010700Column] = value;
+ return this.columnR3263200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0010800 {
+ public global::System.Data.DataColumn R3265000Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0010800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0010800\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0010800Column] = value;
+ return this.columnR3265000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0010900 {
+ public global::System.Data.DataColumn R3266800Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0010900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0010900\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0010900Column] = value;
+ return this.columnR3266800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0011110 {
+ public global::System.Data.DataColumn R3771900Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0011110Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0011110\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0011110Column] = value;
+ return this.columnR3771900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0011111 {
+ public global::System.Data.DataColumn R3772200Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0011111Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0011111\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0011111Column] = value;
+ return this.columnR3772200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0011112 {
+ public global::System.Data.DataColumn R3772300Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0011112Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0011112\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0011112Column] = value;
+ return this.columnR3772300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0011113 {
+ public global::System.Data.DataColumn R3774000Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0011113Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0011113\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0011113Column] = value;
+ return this.columnR3774000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0011114 {
+ public global::System.Data.DataColumn R3774300Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0011114Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0011114\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0011114Column] = value;
+ return this.columnR3774300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0011117 {
+ public global::System.Data.DataColumn R3774400Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0011117Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0011117\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0011117Column] = value;
+ return this.columnR3774400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0011118 {
+ public global::System.Data.DataColumn R3776100Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0011118Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0011118\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0011118Column] = value;
+ return this.columnR3776100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0011119 {
+ public global::System.Data.DataColumn R3776400Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0011119Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0011119\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0011119Column] = value;
+ return this.columnR3776400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0011122 {
+ public global::System.Data.DataColumn R3776500Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0011122Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0011122\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0011122Column] = value;
+ return this.columnR3776500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0011123 {
+ public global::System.Data.DataColumn R3778200Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0011123Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0011123\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0011123Column] = value;
+ return this.columnR3778200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0011124 {
+ public global::System.Data.DataColumn R3778500Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0011124Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0011124\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0011124Column] = value;
+ return this.columnR3778500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0011127 {
+ public global::System.Data.DataColumn R3778600Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0011127Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0011127\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0011127Column] = value;
+ return this.columnR3778600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0011128 {
+ public global::System.Data.DataColumn R3780300Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0011128Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0011128\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0011128Column] = value;
+ return this.columnR3780300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0011129 {
+ public global::System.Data.DataColumn R3780600Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0011129Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0011129\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0011129Column] = value;
+ return this.columnR3780600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0011132 {
+ public global::System.Data.DataColumn R3780700Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0011132Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0011132\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0011132Column] = value;
+ return this.columnR3780700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0011133 {
+ public global::System.Data.DataColumn R3782400Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0011133Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0011133\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0011133Column] = value;
+ return this.columnR3782400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0011134 {
+ public global::System.Data.DataColumn R3784500Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0011134Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0011134\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0011134Column] = value;
+ return this.columnR3784500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0011137 {
+ public global::System.Data.DataColumn R4276900Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0011137Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0011137\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0011137Column] = value;
+ return this.columnR4276900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0011138 {
+ public global::System.Data.DataColumn R4277200Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0011138Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0011138\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0011138Column] = value;
+ return this.columnR4277200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0011139 {
+ public global::System.Data.DataColumn R4277201Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0011139Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0011139\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0011139Column] = value;
+ return this.columnR4277201;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0011142 {
+ public global::System.Data.DataColumn R4277800Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0011142Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0011142\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0011142Column] = value;
+ return this.columnR4277800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0011143 {
+ public global::System.Data.DataColumn R4278100Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0011143Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0011143\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0011143Column] = value;
+ return this.columnR4278100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0011144 {
+ public global::System.Data.DataColumn R4278101Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C0011144Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0011144\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C0011144Column] = value;
+ return this.columnR4278101;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C3070500 {
+ public global::System.Data.DataColumn R4278700Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C3070500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C3070500\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C3070500Column] = value;
+ return this.columnR4278700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C3423600 {
+ public global::System.Data.DataColumn R4279000Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C3423600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C3423600\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C3423600Column] = value;
+ return this.columnR4279000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C3601100 {
+ public global::System.Data.DataColumn R4279001Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C3601100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C3601100\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C3601100Column] = value;
+ return this.columnR4279001;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C3601700 {
+ public global::System.Data.DataColumn R4279600Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C3601700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C3601700\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C3601700Column] = value;
+ return this.columnR4279600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C3601800 {
+ public global::System.Data.DataColumn R4279900Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C3601800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C3601800\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C3601800Column] = value;
+ return this.columnR4279900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C3601900 {
+ public global::System.Data.DataColumn R4279901Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C3601900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C3601900\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C3601900Column] = value;
+ return this.columnR4279901;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C3605900 {
+ public global::System.Data.DataColumn R4280500Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C3605900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C3605900\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C3605900Column] = value;
+ return this.columnR4280500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C3981100 {
+ public global::System.Data.DataColumn R4280800Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C3981100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C3981100\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C3981100Column] = value;
+ return this.columnR4280800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C3981700 {
+ public global::System.Data.DataColumn R4280801Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C3981700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C3981700\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C3981700Column] = value;
+ return this.columnR4280801;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C3981800 {
+ public global::System.Data.DataColumn R4281400Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C3981800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C3981800\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C3981800Column] = value;
+ return this.columnR4281400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C3981900 {
+ public global::System.Data.DataColumn R4282200Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.C3981900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C3981900\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.C3981900Column] = value;
+ return this.columnR4282200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0003200 {
+ public global::System.Data.DataColumn R4827700Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0003200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0003200\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0003200Column] = value;
+ return this.columnR4827700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0007300 {
+ public global::System.Data.DataColumn R4828000Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0007300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0007300\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0007300Column] = value;
+ return this.columnR4828000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0007400 {
+ public global::System.Data.DataColumn R4828001Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0007400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0007400\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0007400Column] = value;
+ return this.columnR4828001;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0007600 {
+ public global::System.Data.DataColumn R4830700Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0007600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0007600\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0007600Column] = value;
+ return this.columnR4830700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0007601 {
+ public global::System.Data.DataColumn R4831000Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0007601Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0007601\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0007601Column] = value;
+ return this.columnR4831000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0008000 {
+ public global::System.Data.DataColumn R4831001Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0008000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0008000\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0008000Column] = value;
+ return this.columnR4831001;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0008500 {
+ public global::System.Data.DataColumn R4833700Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0008500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0008500\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0008500Column] = value;
+ return this.columnR4833700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0008600 {
+ public global::System.Data.DataColumn R4834000Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0008600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0008600\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0008600Column] = value;
+ return this.columnR4834000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0009400 {
+ public global::System.Data.DataColumn R4834001Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0009400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0009400\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0009400Column] = value;
+ return this.columnR4834001;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0394100 {
+ public global::System.Data.DataColumn R4836700Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0394100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0394100\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0394100Column] = value;
+ return this.columnR4836700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0394300 {
+ public global::System.Data.DataColumn R4837000Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0394300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0394300\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0394300Column] = value;
+ return this.columnR4837000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0394500 {
+ public global::System.Data.DataColumn R4837001Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0394500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0394500\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0394500Column] = value;
+ return this.columnR4837001;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0394501 {
+ public global::System.Data.DataColumn R4839700Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0394501Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0394501\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0394501Column] = value;
+ return this.columnR4839700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0394900 {
+ public global::System.Data.DataColumn R4840000Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0394900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0394900\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0394900Column] = value;
+ return this.columnR4840000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0651000 {
+ public global::System.Data.DataColumn R4840001Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0651000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0651000\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0651000Column] = value;
+ return this.columnR4840001;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0682500 {
+ public global::System.Data.DataColumn R4842600Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0682500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0682500\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0682500Column] = value;
+ return this.columnR4842600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0683800 {
+ public global::System.Data.DataColumn R4844900Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0683800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0683800\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0683800Column] = value;
+ return this.columnR4844900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0683900 {
+ public global::System.Data.DataColumn R4847200Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0683900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0683900\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0683900Column] = value;
+ return this.columnR4847200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0684100 {
+ public global::System.Data.DataColumn R5498100Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0684100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0684100\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0684100Column] = value;
+ return this.columnR5498100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0684101 {
+ public global::System.Data.DataColumn R5498400Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0684101Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0684101\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0684101Column] = value;
+ return this.columnR5498400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0684500 {
+ public global::System.Data.DataColumn R5498401Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0684500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0684500\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0684500Column] = value;
+ return this.columnR5498401;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0947100 {
+ public global::System.Data.DataColumn R5501100Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0947100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0947100\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0947100Column] = value;
+ return this.columnR5501100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0986200 {
+ public global::System.Data.DataColumn R5501400Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0986200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0986200\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0986200Column] = value;
+ return this.columnR5501400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0986700 {
+ public global::System.Data.DataColumn R5501401Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0986700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0986700\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0986700Column] = value;
+ return this.columnR5501401;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0988800 {
+ public global::System.Data.DataColumn R5504100Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0988800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0988800\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0988800Column] = value;
+ return this.columnR5504100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0988900 {
+ public global::System.Data.DataColumn R5504400Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0988900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0988900\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0988900Column] = value;
+ return this.columnR5504400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0989400 {
+ public global::System.Data.DataColumn R5504401Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0989400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0989400\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0989400Column] = value;
+ return this.columnR5504401;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0989401 {
+ public global::System.Data.DataColumn R5507100Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0989401Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0989401\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0989401Column] = value;
+ return this.columnR5507100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0989900 {
+ public global::System.Data.DataColumn R5507400Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y0989900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0989900\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y0989900Column] = value;
+ return this.columnR5507400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1229100 {
+ public global::System.Data.DataColumn R5507401Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y1229100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1229100\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y1229100Column] = value;
+ return this.columnR5507401;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1229200 {
+ public global::System.Data.DataColumn R5510100Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y1229200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1229200\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y1229200Column] = value;
+ return this.columnR5510100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1229700 {
+ public global::System.Data.DataColumn R5510400Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y1229700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1229700\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y1229700Column] = value;
+ return this.columnR5510400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1229701 {
+ public global::System.Data.DataColumn R5510401Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y1229701Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1229701\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y1229701Column] = value;
+ return this.columnR5510401;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1458900 {
+ public global::System.Data.DataColumn R5513100Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y1458900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1458900\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y1458900Column] = value;
+ return this.columnR5513100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1459400 {
+ public global::System.Data.DataColumn R5515400Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y1459400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1459400\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y1459400Column] = value;
+ return this.columnR5515400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1459401 {
+ public global::System.Data.DataColumn R5517700Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y1459401Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1459401\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y1459401Column] = value;
+ return this.columnR5517700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1629500 {
+ public global::System.Data.DataColumn R5519900Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y1629500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1629500\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y1629500Column] = value;
+ return this.columnR5519900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1704000 {
+ public global::System.Data.DataColumn R6219500Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y1704000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1704000\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y1704000Column] = value;
+ return this.columnR6219500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1704500 {
+ public global::System.Data.DataColumn R6219600Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y1704500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1704500\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y1704500Column] = value;
+ return this.columnR6219600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1704501 {
+ public global::System.Data.DataColumn R6219700Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y1704501Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1704501\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y1704501Column] = value;
+ return this.columnR6219700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1707300 {
+ public global::System.Data.DataColumn R6219800Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y1707300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1707300\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y1707300Column] = value;
+ return this.columnR6219800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1883300 {
+ public global::System.Data.DataColumn R6219900Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y1883300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1883300\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y1883300Column] = value;
+ return this.columnR6219900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1989500 {
+ public global::System.Data.DataColumn R6220000Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y1989500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1989500\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y1989500Column] = value;
+ return this.columnR6220000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1990000 {
+ public global::System.Data.DataColumn R6220100Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y1990000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1990000\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y1990000Column] = value;
+ return this.columnR6220100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1990001 {
+ public global::System.Data.DataColumn R6220200Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y1990001Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1990001\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y1990001Column] = value;
+ return this.columnR6220200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1992900 {
+ public global::System.Data.DataColumn R6220300Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y1992900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1992900\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y1992900Column] = value;
+ return this.columnR6220300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y2197500 {
+ public global::System.Data.DataColumn R6220400Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y2197500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y2197500\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y2197500Column] = value;
+ return this.columnR6220400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y2308300 {
+ public global::System.Data.DataColumn R6222800Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y2308300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y2308300\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y2308300Column] = value;
+ return this.columnR6222800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y2308800 {
+ public global::System.Data.DataColumn R6222801Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y2308800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y2308800\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y2308800Column] = value;
+ return this.columnR6222801;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y2308801 {
+ public global::System.Data.DataColumn R6222900Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y2308801Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y2308801\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y2308801Column] = value;
+ return this.columnR6222900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y2311700 {
+ public global::System.Data.DataColumn R6222901Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y2311700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y2311700\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y2311700Column] = value;
+ return this.columnR6222901;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y2531800 {
+ public global::System.Data.DataColumn R6223000Column {
get {
- try {
- return ((int)(this[this.tabletblGen2ImplicitFather.Y2531800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y2531800\' in table \'tblGen2ImplicitFather\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2ImplicitFather.Y2531800Column] = value;
+ return this.columnR6223000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0000200Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0000200Column);
+ public global::System.Data.DataColumn R6223001Column {
+ get {
+ return this.columnR6223001;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0000200Null() {
- this[this.tabletblGen2ImplicitFather.C0000200Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R6223100Column {
+ get {
+ return this.columnR6223100;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0005300Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0005300Column);
+ public global::System.Data.DataColumn R6223101Column {
+ get {
+ return this.columnR6223101;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0005300Null() {
- this[this.tabletblGen2ImplicitFather.C0005300Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R6223200Column {
+ get {
+ return this.columnR6223200;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0005400Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0005400Column);
+ public global::System.Data.DataColumn R6223201Column {
+ get {
+ return this.columnR6223201;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0005400Null() {
- this[this.tabletblGen2ImplicitFather.C0005400Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R6223300Column {
+ get {
+ return this.columnR6223300;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0005700Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0005700Column);
+ public global::System.Data.DataColumn R6223301Column {
+ get {
+ return this.columnR6223301;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0005700Null() {
- this[this.tabletblGen2ImplicitFather.C0005700Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R6773500Column {
+ get {
+ return this.columnR6773500;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0008100Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0008100Column);
+ public global::System.Data.DataColumn R6773600Column {
+ get {
+ return this.columnR6773600;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0008100Null() {
- this[this.tabletblGen2ImplicitFather.C0008100Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R6773700Column {
+ get {
+ return this.columnR6773700;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0008200Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0008200Column);
+ public global::System.Data.DataColumn R6773800Column {
+ get {
+ return this.columnR6773800;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0008200Null() {
- this[this.tabletblGen2ImplicitFather.C0008200Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R6773900Column {
+ get {
+ return this.columnR6773900;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0008300Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0008300Column);
+ public global::System.Data.DataColumn R6774000Column {
+ get {
+ return this.columnR6774000;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0008300Null() {
- this[this.tabletblGen2ImplicitFather.C0008300Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R6774100Column {
+ get {
+ return this.columnR6774100;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0008600Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0008600Column);
+ public global::System.Data.DataColumn R6774200Column {
+ get {
+ return this.columnR6774200;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0008600Null() {
- this[this.tabletblGen2ImplicitFather.C0008600Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R6774300Column {
+ get {
+ return this.columnR6774300;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0008700Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0008700Column);
+ public global::System.Data.DataColumn R6774400Column {
+ get {
+ return this.columnR6774400;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0008700Null() {
- this[this.tabletblGen2ImplicitFather.C0008700Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R6776300Column {
+ get {
+ return this.columnR6776300;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0008800Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0008800Column);
+ public global::System.Data.DataColumn R6776301Column {
+ get {
+ return this.columnR6776301;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0008800Null() {
- this[this.tabletblGen2ImplicitFather.C0008800Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R6776400Column {
+ get {
+ return this.columnR6776400;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0009100Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0009100Column);
+ public global::System.Data.DataColumn R6776401Column {
+ get {
+ return this.columnR6776401;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0009100Null() {
- this[this.tabletblGen2ImplicitFather.C0009100Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R6776500Column {
+ get {
+ return this.columnR6776500;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0009200Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0009200Column);
+ public global::System.Data.DataColumn R6776501Column {
+ get {
+ return this.columnR6776501;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0009200Null() {
- this[this.tabletblGen2ImplicitFather.C0009200Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R6776600Column {
+ get {
+ return this.columnR6776600;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0009300Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0009300Column);
+ public global::System.Data.DataColumn R6776601Column {
+ get {
+ return this.columnR6776601;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0009300Null() {
- this[this.tabletblGen2ImplicitFather.C0009300Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R6776700Column {
+ get {
+ return this.columnR6776700;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0009600Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0009600Column);
+ public global::System.Data.DataColumn R6776701Column {
+ get {
+ return this.columnR6776701;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0009600Null() {
- this[this.tabletblGen2ImplicitFather.C0009600Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R6776800Column {
+ get {
+ return this.columnR6776800;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0009700Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0009700Column);
+ public global::System.Data.DataColumn R6776801Column {
+ get {
+ return this.columnR6776801;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0009700Null() {
- this[this.tabletblGen2ImplicitFather.C0009700Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R7417900Column {
+ get {
+ return this.columnR7417900;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0009800Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0009800Column);
+ public global::System.Data.DataColumn R7418000Column {
+ get {
+ return this.columnR7418000;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0009800Null() {
- this[this.tabletblGen2ImplicitFather.C0009800Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R7418100Column {
+ get {
+ return this.columnR7418100;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0009900Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0009900Column);
+ public global::System.Data.DataColumn R7418200Column {
+ get {
+ return this.columnR7418200;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0009900Null() {
- this[this.tabletblGen2ImplicitFather.C0009900Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R7418300Column {
+ get {
+ return this.columnR7418300;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0010110Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0010110Column);
+ public global::System.Data.DataColumn R7418400Column {
+ get {
+ return this.columnR7418400;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0010110Null() {
- this[this.tabletblGen2ImplicitFather.C0010110Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R7418500Column {
+ get {
+ return this.columnR7418500;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0010200Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0010200Column);
+ public global::System.Data.DataColumn R7418600Column {
+ get {
+ return this.columnR7418600;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0010200Null() {
- this[this.tabletblGen2ImplicitFather.C0010200Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R7418700Column {
+ get {
+ return this.columnR7418700;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0010300Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0010300Column);
+ public global::System.Data.DataColumn R7418800Column {
+ get {
+ return this.columnR7418800;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0010300Null() {
- this[this.tabletblGen2ImplicitFather.C0010300Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R7420700Column {
+ get {
+ return this.columnR7420700;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0010400Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0010400Column);
+ public global::System.Data.DataColumn R7420701Column {
+ get {
+ return this.columnR7420701;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0010400Null() {
- this[this.tabletblGen2ImplicitFather.C0010400Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R7420800Column {
+ get {
+ return this.columnR7420800;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0010700Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0010700Column);
+ public global::System.Data.DataColumn R7420801Column {
+ get {
+ return this.columnR7420801;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0010700Null() {
- this[this.tabletblGen2ImplicitFather.C0010700Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R7420900Column {
+ get {
+ return this.columnR7420900;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0010800Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0010800Column);
+ public global::System.Data.DataColumn R7420901Column {
+ get {
+ return this.columnR7420901;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0010800Null() {
- this[this.tabletblGen2ImplicitFather.C0010800Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R7421000Column {
+ get {
+ return this.columnR7421000;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0010900Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0010900Column);
+ public global::System.Data.DataColumn R7421001Column {
+ get {
+ return this.columnR7421001;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0010900Null() {
- this[this.tabletblGen2ImplicitFather.C0010900Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R7421100Column {
+ get {
+ return this.columnR7421100;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0011110Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0011110Column);
+ public global::System.Data.DataColumn R7421101Column {
+ get {
+ return this.columnR7421101;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0011110Null() {
- this[this.tabletblGen2ImplicitFather.C0011110Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R7421200Column {
+ get {
+ return this.columnR7421200;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0011111Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0011111Column);
+ public global::System.Data.DataColumn R7421201Column {
+ get {
+ return this.columnR7421201;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0011111Null() {
- this[this.tabletblGen2ImplicitFather.C0011111Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R7421300Column {
+ get {
+ return this.columnR7421300;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0011112Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0011112Column);
+ public global::System.Data.DataColumn R7421301Column {
+ get {
+ return this.columnR7421301;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0011112Null() {
- this[this.tabletblGen2ImplicitFather.C0011112Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R8116000Column {
+ get {
+ return this.columnR8116000;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0011113Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0011113Column);
+ public global::System.Data.DataColumn R8116100Column {
+ get {
+ return this.columnR8116100;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0011113Null() {
- this[this.tabletblGen2ImplicitFather.C0011113Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R8116200Column {
+ get {
+ return this.columnR8116200;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0011114Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0011114Column);
+ public global::System.Data.DataColumn R8116300Column {
+ get {
+ return this.columnR8116300;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0011114Null() {
- this[this.tabletblGen2ImplicitFather.C0011114Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R8116400Column {
+ get {
+ return this.columnR8116400;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0011117Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0011117Column);
+ public global::System.Data.DataColumn R8116500Column {
+ get {
+ return this.columnR8116500;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0011117Null() {
- this[this.tabletblGen2ImplicitFather.C0011117Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R8116600Column {
+ get {
+ return this.columnR8116600;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0011118Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0011118Column);
+ public global::System.Data.DataColumn R8116700Column {
+ get {
+ return this.columnR8116700;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0011118Null() {
- this[this.tabletblGen2ImplicitFather.C0011118Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R8116800Column {
+ get {
+ return this.columnR8116800;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0011119Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0011119Column);
+ public global::System.Data.DataColumn R8116900Column {
+ get {
+ return this.columnR8116900;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0011119Null() {
- this[this.tabletblGen2ImplicitFather.C0011119Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R8119000Column {
+ get {
+ return this.columnR8119000;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0011122Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0011122Column);
+ public global::System.Data.DataColumn R8119001Column {
+ get {
+ return this.columnR8119001;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0011122Null() {
- this[this.tabletblGen2ImplicitFather.C0011122Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R8119100Column {
+ get {
+ return this.columnR8119100;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0011123Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0011123Column);
+ public global::System.Data.DataColumn R8119101Column {
+ get {
+ return this.columnR8119101;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0011123Null() {
- this[this.tabletblGen2ImplicitFather.C0011123Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R8119200Column {
+ get {
+ return this.columnR8119200;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0011124Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0011124Column);
+ public global::System.Data.DataColumn R8119201Column {
+ get {
+ return this.columnR8119201;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0011124Null() {
- this[this.tabletblGen2ImplicitFather.C0011124Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R8119300Column {
+ get {
+ return this.columnR8119300;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0011127Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0011127Column);
+ public global::System.Data.DataColumn R8119301Column {
+ get {
+ return this.columnR8119301;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0011127Null() {
- this[this.tabletblGen2ImplicitFather.C0011127Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R8119400Column {
+ get {
+ return this.columnR8119400;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0011128Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0011128Column);
+ public global::System.Data.DataColumn R8119401Column {
+ get {
+ return this.columnR8119401;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0011128Null() {
- this[this.tabletblGen2ImplicitFather.C0011128Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn R8119500Column {
+ get {
+ return this.columnR8119500;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0011129Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0011129Column);
+ public global::System.Data.DataColumn R8119501Column {
+ get {
+ return this.columnR8119501;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0011129Null() {
- this[this.tabletblGen2ImplicitFather.C0011129Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T0347900Column {
+ get {
+ return this.columnT0347900;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0011132Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0011132Column);
+ public global::System.Data.DataColumn T0348000Column {
+ get {
+ return this.columnT0348000;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0011132Null() {
- this[this.tabletblGen2ImplicitFather.C0011132Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T0348100Column {
+ get {
+ return this.columnT0348100;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0011133Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0011133Column);
+ public global::System.Data.DataColumn T0348200Column {
+ get {
+ return this.columnT0348200;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0011133Null() {
- this[this.tabletblGen2ImplicitFather.C0011133Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T0348300Column {
+ get {
+ return this.columnT0348300;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0011134Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0011134Column);
+ public global::System.Data.DataColumn T0348400Column {
+ get {
+ return this.columnT0348400;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0011134Null() {
- this[this.tabletblGen2ImplicitFather.C0011134Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T0348500Column {
+ get {
+ return this.columnT0348500;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0011137Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0011137Column);
+ public global::System.Data.DataColumn T0348600Column {
+ get {
+ return this.columnT0348600;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0011137Null() {
- this[this.tabletblGen2ImplicitFather.C0011137Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T0348700Column {
+ get {
+ return this.columnT0348700;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0011138Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0011138Column);
+ public global::System.Data.DataColumn T0348800Column {
+ get {
+ return this.columnT0348800;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0011138Null() {
- this[this.tabletblGen2ImplicitFather.C0011138Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T0348900Column {
+ get {
+ return this.columnT0348900;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0011139Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0011139Column);
+ public global::System.Data.DataColumn T0351100Column {
+ get {
+ return this.columnT0351100;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0011139Null() {
- this[this.tabletblGen2ImplicitFather.C0011139Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T0351101Column {
+ get {
+ return this.columnT0351101;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0011142Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0011142Column);
+ public global::System.Data.DataColumn T0351200Column {
+ get {
+ return this.columnT0351200;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0011142Null() {
- this[this.tabletblGen2ImplicitFather.C0011142Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T0351201Column {
+ get {
+ return this.columnT0351201;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0011143Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0011143Column);
+ public global::System.Data.DataColumn T0351300Column {
+ get {
+ return this.columnT0351300;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0011143Null() {
- this[this.tabletblGen2ImplicitFather.C0011143Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T0351301Column {
+ get {
+ return this.columnT0351301;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0011144Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C0011144Column);
+ public global::System.Data.DataColumn T0351400Column {
+ get {
+ return this.columnT0351400;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0011144Null() {
- this[this.tabletblGen2ImplicitFather.C0011144Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T0351401Column {
+ get {
+ return this.columnT0351401;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC3070500Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C3070500Column);
+ public global::System.Data.DataColumn T0351500Column {
+ get {
+ return this.columnT0351500;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC3070500Null() {
- this[this.tabletblGen2ImplicitFather.C3070500Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T0351501Column {
+ get {
+ return this.columnT0351501;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC3423600Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C3423600Column);
+ public global::System.Data.DataColumn T0351600Column {
+ get {
+ return this.columnT0351600;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC3423600Null() {
- this[this.tabletblGen2ImplicitFather.C3423600Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T0351601Column {
+ get {
+ return this.columnT0351601;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC3601100Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C3601100Column);
+ public global::System.Data.DataColumn T0351700Column {
+ get {
+ return this.columnT0351700;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC3601100Null() {
- this[this.tabletblGen2ImplicitFather.C3601100Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T0351701Column {
+ get {
+ return this.columnT0351701;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC3601700Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C3601700Column);
+ public global::System.Data.DataColumn T0351800Column {
+ get {
+ return this.columnT0351800;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC3601700Null() {
- this[this.tabletblGen2ImplicitFather.C3601700Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T0351801Column {
+ get {
+ return this.columnT0351801;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC3601800Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C3601800Column);
+ public global::System.Data.DataColumn T1497300Column {
+ get {
+ return this.columnT1497300;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC3601800Null() {
- this[this.tabletblGen2ImplicitFather.C3601800Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T1497400Column {
+ get {
+ return this.columnT1497400;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC3601900Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C3601900Column);
+ public global::System.Data.DataColumn T1497500Column {
+ get {
+ return this.columnT1497500;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC3601900Null() {
- this[this.tabletblGen2ImplicitFather.C3601900Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T1497600Column {
+ get {
+ return this.columnT1497600;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC3605900Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C3605900Column);
+ public global::System.Data.DataColumn T1497700Column {
+ get {
+ return this.columnT1497700;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC3605900Null() {
- this[this.tabletblGen2ImplicitFather.C3605900Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T1497800Column {
+ get {
+ return this.columnT1497800;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC3981100Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C3981100Column);
+ public global::System.Data.DataColumn T1497900Column {
+ get {
+ return this.columnT1497900;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC3981100Null() {
- this[this.tabletblGen2ImplicitFather.C3981100Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T1498000Column {
+ get {
+ return this.columnT1498000;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC3981700Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C3981700Column);
+ public global::System.Data.DataColumn T1498100Column {
+ get {
+ return this.columnT1498100;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC3981700Null() {
- this[this.tabletblGen2ImplicitFather.C3981700Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T1498200Column {
+ get {
+ return this.columnT1498200;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC3981800Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C3981800Column);
+ public global::System.Data.DataColumn T1498300Column {
+ get {
+ return this.columnT1498300;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC3981800Null() {
- this[this.tabletblGen2ImplicitFather.C3981800Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T1500500Column {
+ get {
+ return this.columnT1500500;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC3981900Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.C3981900Column);
+ public global::System.Data.DataColumn T1500501Column {
+ get {
+ return this.columnT1500501;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC3981900Null() {
- this[this.tabletblGen2ImplicitFather.C3981900Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T1500600Column {
+ get {
+ return this.columnT1500600;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0003200Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0003200Column);
+ public global::System.Data.DataColumn T1500601Column {
+ get {
+ return this.columnT1500601;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0003200Null() {
- this[this.tabletblGen2ImplicitFather.Y0003200Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T1500700Column {
+ get {
+ return this.columnT1500700;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0007300Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0007300Column);
+ public global::System.Data.DataColumn T1500701Column {
+ get {
+ return this.columnT1500701;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0007300Null() {
- this[this.tabletblGen2ImplicitFather.Y0007300Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T1500800Column {
+ get {
+ return this.columnT1500800;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0007400Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0007400Column);
+ public global::System.Data.DataColumn T1500801Column {
+ get {
+ return this.columnT1500801;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0007400Null() {
- this[this.tabletblGen2ImplicitFather.Y0007400Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T1500900Column {
+ get {
+ return this.columnT1500900;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0007600Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0007600Column);
+ public global::System.Data.DataColumn T1500901Column {
+ get {
+ return this.columnT1500901;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0007600Null() {
- this[this.tabletblGen2ImplicitFather.Y0007600Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T1501000Column {
+ get {
+ return this.columnT1501000;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0007601Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0007601Column);
+ public global::System.Data.DataColumn T1501001Column {
+ get {
+ return this.columnT1501001;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0007601Null() {
- this[this.tabletblGen2ImplicitFather.Y0007601Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T2543200Column {
+ get {
+ return this.columnT2543200;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0008000Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0008000Column);
+ public global::System.Data.DataColumn T2543300Column {
+ get {
+ return this.columnT2543300;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0008000Null() {
- this[this.tabletblGen2ImplicitFather.Y0008000Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T2543400Column {
+ get {
+ return this.columnT2543400;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0008500Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0008500Column);
+ public global::System.Data.DataColumn T2543500Column {
+ get {
+ return this.columnT2543500;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0008500Null() {
- this[this.tabletblGen2ImplicitFather.Y0008500Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T2543600Column {
+ get {
+ return this.columnT2543600;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0008600Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0008600Column);
+ public global::System.Data.DataColumn T2543700Column {
+ get {
+ return this.columnT2543700;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0008600Null() {
- this[this.tabletblGen2ImplicitFather.Y0008600Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T2543800Column {
+ get {
+ return this.columnT2543800;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0009400Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0009400Column);
+ public global::System.Data.DataColumn T2543900Column {
+ get {
+ return this.columnT2543900;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0009400Null() {
- this[this.tabletblGen2ImplicitFather.Y0009400Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T2544000Column {
+ get {
+ return this.columnT2544000;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0394100Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0394100Column);
+ public global::System.Data.DataColumn T2544100Column {
+ get {
+ return this.columnT2544100;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0394100Null() {
- this[this.tabletblGen2ImplicitFather.Y0394100Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T2546100Column {
+ get {
+ return this.columnT2546100;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0394300Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0394300Column);
+ public global::System.Data.DataColumn T2546101Column {
+ get {
+ return this.columnT2546101;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0394300Null() {
- this[this.tabletblGen2ImplicitFather.Y0394300Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T2546200Column {
+ get {
+ return this.columnT2546200;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0394500Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0394500Column);
+ public global::System.Data.DataColumn T2546201Column {
+ get {
+ return this.columnT2546201;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0394500Null() {
- this[this.tabletblGen2ImplicitFather.Y0394500Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T2546300Column {
+ get {
+ return this.columnT2546300;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0394501Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0394501Column);
+ public global::System.Data.DataColumn T2546301Column {
+ get {
+ return this.columnT2546301;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0394501Null() {
- this[this.tabletblGen2ImplicitFather.Y0394501Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T2546400Column {
+ get {
+ return this.columnT2546400;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0394900Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0394900Column);
+ public global::System.Data.DataColumn T2546401Column {
+ get {
+ return this.columnT2546401;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0394900Null() {
- this[this.tabletblGen2ImplicitFather.Y0394900Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T2546500Column {
+ get {
+ return this.columnT2546500;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0651000Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0651000Column);
+ public global::System.Data.DataColumn T2546501Column {
+ get {
+ return this.columnT2546501;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0651000Null() {
- this[this.tabletblGen2ImplicitFather.Y0651000Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T2546600Column {
+ get {
+ return this.columnT2546600;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0682500Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0682500Column);
+ public global::System.Data.DataColumn T2546601Column {
+ get {
+ return this.columnT2546601;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0682500Null() {
- this[this.tabletblGen2ImplicitFather.Y0682500Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T2546700Column {
+ get {
+ return this.columnT2546700;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0683800Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0683800Column);
+ public global::System.Data.DataColumn T2546701Column {
+ get {
+ return this.columnT2546701;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0683800Null() {
- this[this.tabletblGen2ImplicitFather.Y0683800Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T3529500Column {
+ get {
+ return this.columnT3529500;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0683900Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0683900Column);
+ public global::System.Data.DataColumn T3529600Column {
+ get {
+ return this.columnT3529600;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0683900Null() {
- this[this.tabletblGen2ImplicitFather.Y0683900Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T3529700Column {
+ get {
+ return this.columnT3529700;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0684100Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0684100Column);
+ public global::System.Data.DataColumn T3529800Column {
+ get {
+ return this.columnT3529800;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0684100Null() {
- this[this.tabletblGen2ImplicitFather.Y0684100Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T3529900Column {
+ get {
+ return this.columnT3529900;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0684101Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0684101Column);
+ public global::System.Data.DataColumn T3530000Column {
+ get {
+ return this.columnT3530000;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0684101Null() {
- this[this.tabletblGen2ImplicitFather.Y0684101Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T3530100Column {
+ get {
+ return this.columnT3530100;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0684500Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0684500Column);
+ public global::System.Data.DataColumn T3530200Column {
+ get {
+ return this.columnT3530200;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0684500Null() {
- this[this.tabletblGen2ImplicitFather.Y0684500Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T3530300Column {
+ get {
+ return this.columnT3530300;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0947100Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0947100Column);
+ public global::System.Data.DataColumn T3530400Column {
+ get {
+ return this.columnT3530400;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0947100Null() {
- this[this.tabletblGen2ImplicitFather.Y0947100Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T3532500Column {
+ get {
+ return this.columnT3532500;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0986200Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0986200Column);
+ public global::System.Data.DataColumn T3532501Column {
+ get {
+ return this.columnT3532501;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0986200Null() {
- this[this.tabletblGen2ImplicitFather.Y0986200Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T3532600Column {
+ get {
+ return this.columnT3532600;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0986700Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0986700Column);
+ public global::System.Data.DataColumn T3532601Column {
+ get {
+ return this.columnT3532601;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0986700Null() {
- this[this.tabletblGen2ImplicitFather.Y0986700Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T3532700Column {
+ get {
+ return this.columnT3532700;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0988800Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0988800Column);
+ public global::System.Data.DataColumn T3532701Column {
+ get {
+ return this.columnT3532701;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0988800Null() {
- this[this.tabletblGen2ImplicitFather.Y0988800Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T3532800Column {
+ get {
+ return this.columnT3532800;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0988900Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0988900Column);
+ public global::System.Data.DataColumn T3532801Column {
+ get {
+ return this.columnT3532801;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0988900Null() {
- this[this.tabletblGen2ImplicitFather.Y0988900Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T3532900Column {
+ get {
+ return this.columnT3532900;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0989400Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0989400Column);
+ public global::System.Data.DataColumn T3532901Column {
+ get {
+ return this.columnT3532901;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0989400Null() {
- this[this.tabletblGen2ImplicitFather.Y0989400Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn T3533000Column {
+ get {
+ return this.columnT3533000;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0989401Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0989401Column);
+ public global::System.Data.DataColumn T3533001Column {
+ get {
+ return this.columnT3533001;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0989401Null() {
- this[this.tabletblGen2ImplicitFather.Y0989401Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0989900Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y0989900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0989900Null() {
- this[this.tabletblGen2ImplicitFather.Y0989900Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1229100Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y1229100Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1229100Null() {
- this[this.tabletblGen2ImplicitFather.Y1229100Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1229200Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y1229200Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1229200Null() {
- this[this.tabletblGen2ImplicitFather.Y1229200Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1229700Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y1229700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1229700Null() {
- this[this.tabletblGen2ImplicitFather.Y1229700Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1229701Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y1229701Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1229701Null() {
- this[this.tabletblGen2ImplicitFather.Y1229701Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1458900Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y1458900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1458900Null() {
- this[this.tabletblGen2ImplicitFather.Y1458900Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1459400Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y1459400Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1459400Null() {
- this[this.tabletblGen2ImplicitFather.Y1459400Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1459401Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y1459401Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1459401Null() {
- this[this.tabletblGen2ImplicitFather.Y1459401Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1629500Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y1629500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1629500Null() {
- this[this.tabletblGen2ImplicitFather.Y1629500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1704000Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y1704000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1704000Null() {
- this[this.tabletblGen2ImplicitFather.Y1704000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1704500Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y1704500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1704500Null() {
- this[this.tabletblGen2ImplicitFather.Y1704500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1704501Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y1704501Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1704501Null() {
- this[this.tabletblGen2ImplicitFather.Y1704501Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1707300Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y1707300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1707300Null() {
- this[this.tabletblGen2ImplicitFather.Y1707300Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1883300Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y1883300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1883300Null() {
- this[this.tabletblGen2ImplicitFather.Y1883300Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1989500Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y1989500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1989500Null() {
- this[this.tabletblGen2ImplicitFather.Y1989500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1990000Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y1990000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1990000Null() {
- this[this.tabletblGen2ImplicitFather.Y1990000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1990001Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y1990001Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1990001Null() {
- this[this.tabletblGen2ImplicitFather.Y1990001Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1992900Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y1992900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1992900Null() {
- this[this.tabletblGen2ImplicitFather.Y1992900Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY2197500Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y2197500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY2197500Null() {
- this[this.tabletblGen2ImplicitFather.Y2197500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY2308300Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y2308300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY2308300Null() {
- this[this.tabletblGen2ImplicitFather.Y2308300Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY2308800Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y2308800Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY2308800Null() {
- this[this.tabletblGen2ImplicitFather.Y2308800Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY2308801Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y2308801Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY2308801Null() {
- this[this.tabletblGen2ImplicitFather.Y2308801Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY2311700Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y2311700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY2311700Null() {
- this[this.tabletblGen2ImplicitFather.Y2311700Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY2531800Null() {
- return this.IsNull(this.tabletblGen2ImplicitFather.Y2531800Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY2531800Null() {
- this[this.tabletblGen2ImplicitFather.Y2531800Column] = global::System.Convert.DBNull;
- }
- }
-
- ///
- ///Represents strongly named DataRow class.
- ///
- public partial class tblGen1OutcomesRow : global::System.Data.DataRow {
-
- private tblGen1OutcomesDataTable tabletblGen1Outcomes;
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblGen1OutcomesRow(global::System.Data.DataRowBuilder rb) :
- base(rb) {
- this.tabletblGen1Outcomes = ((tblGen1OutcomesDataTable)(this.Table));
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0000100 {
- get {
- return ((int)(this[this.tabletblGen1Outcomes.R0000100Column]));
- }
- set {
- this[this.tabletblGen1Outcomes.R0000100Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0214700 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Outcomes.R0214700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0214700\' in table \'tblGen1Outcomes\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Outcomes.R0214700Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0214800 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Outcomes.R0214800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0214800\' in table \'tblGen1Outcomes\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Outcomes.R0214800Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0481600 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Outcomes.R0481600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0481600\' in table \'tblGen1Outcomes\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Outcomes.R0481600Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0481700 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Outcomes.R0481700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0481700\' in table \'tblGen1Outcomes\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Outcomes.R0481700Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0618200 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Outcomes.R0618200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0618200\' in table \'tblGen1Outcomes\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Outcomes.R0618200Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0618300 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Outcomes.R0618300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0618300\' in table \'tblGen1Outcomes\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Outcomes.R0618300Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0618301 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Outcomes.R0618301Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0618301\' in table \'tblGen1Outcomes\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Outcomes.R0618301Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0779800 {
+ public global::System.Data.DataColumn T3533100Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Outcomes.R0779800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0779800\' in table \'tblGen1Outcomes\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Outcomes.R0779800Column] = value;
+ return this.columnT3533100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0779900 {
+ public global::System.Data.DataColumn T3533101Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Outcomes.R0779900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0779900\' in table \'tblGen1Outcomes\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Outcomes.R0779900Column] = value;
+ return this.columnT3533101;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1773900 {
+ public global::System.Data.DataColumn T4498100Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Outcomes.R1773900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1773900\' in table \'tblGen1Outcomes\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Outcomes.R1773900Column] = value;
+ return this.columnT4498100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1774000 {
+ public global::System.Data.DataColumn T4498200Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Outcomes.R1774000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1774000\' in table \'tblGen1Outcomes\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Outcomes.R1774000Column] = value;
+ return this.columnT4498200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0897300 {
+ public global::System.Data.DataColumn T4498300Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Outcomes.T0897300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0897300\' in table \'tblGen1Outcomes\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Outcomes.T0897300Column] = value;
+ return this.columnT4498300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0897400 {
+ public global::System.Data.DataColumn T4498400Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Outcomes.T0897400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0897400\' in table \'tblGen1Outcomes\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Outcomes.T0897400Column] = value;
+ return this.columnT4498400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0897500 {
+ public global::System.Data.DataColumn T4498500Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Outcomes.T0897500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0897500\' in table \'tblGen1Outcomes\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Outcomes.T0897500Column] = value;
+ return this.columnT4498500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2053800 {
+ public global::System.Data.DataColumn T4498600Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Outcomes.T2053800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2053800\' in table \'tblGen1Outcomes\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Outcomes.T2053800Column] = value;
+ return this.columnT4498600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2053900 {
+ public global::System.Data.DataColumn T4498700Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Outcomes.T2053900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2053900\' in table \'tblGen1Outcomes\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Outcomes.T2053900Column] = value;
+ return this.columnT4498700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2054000 {
+ public global::System.Data.DataColumn T4498800Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Outcomes.T2054000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2054000\' in table \'tblGen1Outcomes\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Outcomes.T2054000Column] = value;
+ return this.columnT4498800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T3024700 {
+ public global::System.Data.DataColumn T4498900Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Outcomes.T3024700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T3024700\' in table \'tblGen1Outcomes\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Outcomes.T3024700Column] = value;
+ return this.columnT4498900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T3024800 {
+ public global::System.Data.DataColumn T4499000Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Outcomes.T3024800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T3024800\' in table \'tblGen1Outcomes\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Outcomes.T3024800Column] = value;
+ return this.columnT4499000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T3024900 {
+ public global::System.Data.DataColumn T4503700Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Outcomes.T3024900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T3024900\' in table \'tblGen1Outcomes\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Outcomes.T3024900Column] = value;
+ return this.columnT4503700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0214700Null() {
- return this.IsNull(this.tabletblGen1Outcomes.R0214700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0214700Null() {
- this[this.tabletblGen1Outcomes.R0214700Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0214800Null() {
- return this.IsNull(this.tabletblGen1Outcomes.R0214800Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0214800Null() {
- this[this.tabletblGen1Outcomes.R0214800Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0481600Null() {
- return this.IsNull(this.tabletblGen1Outcomes.R0481600Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0481600Null() {
- this[this.tabletblGen1Outcomes.R0481600Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0481700Null() {
- return this.IsNull(this.tabletblGen1Outcomes.R0481700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0481700Null() {
- this[this.tabletblGen1Outcomes.R0481700Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0618200Null() {
- return this.IsNull(this.tabletblGen1Outcomes.R0618200Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0618200Null() {
- this[this.tabletblGen1Outcomes.R0618200Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0618300Null() {
- return this.IsNull(this.tabletblGen1Outcomes.R0618300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0618300Null() {
- this[this.tabletblGen1Outcomes.R0618300Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0618301Null() {
- return this.IsNull(this.tabletblGen1Outcomes.R0618301Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0618301Null() {
- this[this.tabletblGen1Outcomes.R0618301Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0779800Null() {
- return this.IsNull(this.tabletblGen1Outcomes.R0779800Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0779800Null() {
- this[this.tabletblGen1Outcomes.R0779800Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0779900Null() {
- return this.IsNull(this.tabletblGen1Outcomes.R0779900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0779900Null() {
- this[this.tabletblGen1Outcomes.R0779900Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1773900Null() {
- return this.IsNull(this.tabletblGen1Outcomes.R1773900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1773900Null() {
- this[this.tabletblGen1Outcomes.R1773900Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1774000Null() {
- return this.IsNull(this.tabletblGen1Outcomes.R1774000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1774000Null() {
- this[this.tabletblGen1Outcomes.R1774000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0897300Null() {
- return this.IsNull(this.tabletblGen1Outcomes.T0897300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0897300Null() {
- this[this.tabletblGen1Outcomes.T0897300Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0897400Null() {
- return this.IsNull(this.tabletblGen1Outcomes.T0897400Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0897400Null() {
- this[this.tabletblGen1Outcomes.T0897400Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0897500Null() {
- return this.IsNull(this.tabletblGen1Outcomes.T0897500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0897500Null() {
- this[this.tabletblGen1Outcomes.T0897500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2053800Null() {
- return this.IsNull(this.tabletblGen1Outcomes.T2053800Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2053800Null() {
- this[this.tabletblGen1Outcomes.T2053800Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2053900Null() {
- return this.IsNull(this.tabletblGen1Outcomes.T2053900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2053900Null() {
- this[this.tabletblGen1Outcomes.T2053900Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2054000Null() {
- return this.IsNull(this.tabletblGen1Outcomes.T2054000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2054000Null() {
- this[this.tabletblGen1Outcomes.T2054000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT3024700Null() {
- return this.IsNull(this.tabletblGen1Outcomes.T3024700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT3024700Null() {
- this[this.tabletblGen1Outcomes.T3024700Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT3024800Null() {
- return this.IsNull(this.tabletblGen1Outcomes.T3024800Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT3024800Null() {
- this[this.tabletblGen1Outcomes.T3024800Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT3024900Null() {
- return this.IsNull(this.tabletblGen1Outcomes.T3024900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT3024900Null() {
- this[this.tabletblGen1Outcomes.T3024900Column] = global::System.Convert.DBNull;
- }
- }
-
- ///
- ///Represents strongly named DataRow class.
- ///
- public partial class tblGen2OutcomesHeightRow : global::System.Data.DataRow {
-
- private tblGen2OutcomesHeightDataTable tabletblGen2OutcomesHeight;
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblGen2OutcomesHeightRow(global::System.Data.DataRowBuilder rb) :
- base(rb) {
- this.tabletblGen2OutcomesHeight = ((tblGen2OutcomesHeightDataTable)(this.Table));
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0000100 {
+ public global::System.Data.DataColumn T4503701Column {
get {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C0000100Column]));
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C0000100Column] = value;
+ return this.columnT4503701;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0000200 {
+ public global::System.Data.DataColumn T4503800Column {
get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C0000200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0000200\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C0000200Column] = value;
+ return this.columnT4503800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0005300 {
+ public global::System.Data.DataColumn T4503801Column {
get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C0005300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0005300\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C0005300Column] = value;
+ return this.columnT4503801;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0005400 {
+ public global::System.Data.DataColumn T4503900Column {
get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C0005400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0005400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C0005400Column] = value;
+ return this.columnT4503900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0005700 {
+ public global::System.Data.DataColumn T4503901Column {
get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C0005700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0005700\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C0005700Column] = value;
+ return this.columnT4503901;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0577600 {
+ public global::System.Data.DataColumn T4504000Column {
get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C0577600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0577600\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C0577600Column] = value;
+ return this.columnT4504000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0606300 {
+ public global::System.Data.DataColumn T4504001Column {
get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C0606300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0606300\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C0606300Column] = value;
+ return this.columnT4504001;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0606400 {
+ public global::System.Data.DataColumn T4504100Column {
get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C0606400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0606400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C0606400Column] = value;
+ return this.columnT4504100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0826400 {
+ public global::System.Data.DataColumn T4504101Column {
get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C0826400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0826400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C0826400Column] = value;
+ return this.columnT4504101;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0826500 {
+ public global::System.Data.DataColumn T4504200Column {
get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C0826500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0826500\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C0826500Column] = value;
+ return this.columnT4504200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C1016700 {
+ public global::System.Data.DataColumn T4504201Column {
get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C1016700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C1016700\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C1016700Column] = value;
+ return this.columnT4504201;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C1016800 {
+ [global::System.ComponentModel.Browsable(false)]
+ public int Count {
get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C1016800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C1016800\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C1016800Column] = value;
+ return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C1220200 {
+ public tblGen2FatherFromGen1DeathRow this[int index] {
get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C1220200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C1220200\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C1220200Column] = value;
+ return ((tblGen2FatherFromGen1DeathRow)(this.Rows[index]));
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C1220300 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C1220300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C1220300\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C1220300Column] = value;
- }
- }
+ public event tblGen2FatherFromGen1DeathRowChangeEventHandler tblGen2FatherFromGen1DeathRowChanging;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C1532700 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C1532700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C1532700\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C1532700Column] = value;
- }
- }
+ public event tblGen2FatherFromGen1DeathRowChangeEventHandler tblGen2FatherFromGen1DeathRowChanged;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C1532800 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C1532800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C1532800\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C1532800Column] = value;
- }
- }
+ public event tblGen2FatherFromGen1DeathRowChangeEventHandler tblGen2FatherFromGen1DeathRowDeleting;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C1779300 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C1779300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C1779300\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C1779300Column] = value;
- }
- }
+ public event tblGen2FatherFromGen1DeathRowChangeEventHandler tblGen2FatherFromGen1DeathRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C1779400 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C1779400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C1779400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C1779400Column] = value;
- }
+ public void AddtblGen2FatherFromGen1DeathRow(tblGen2FatherFromGen1DeathRow row) {
+ this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C2288500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C2288500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C2288500\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C2288500Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C2288600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C2288600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C2288600\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C2288600Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C2552300 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C2552300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C2552300\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C2552300Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C2820900 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C2820900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C2820900\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C2820900Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C3130400 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C3130400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C3130400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C3130400Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C3553400 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C3553400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C3553400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C3553400Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C3634500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C3634500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C3634500\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C3634500Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C3898000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C3898000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C3898000\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C3898000Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C4013000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C4013000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C4013000\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C4013000Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C5147900 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.C5147900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C5147900\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.C5147900Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0308300 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.Y0308300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0308300\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.Y0308300Column] = value;
- }
+ public tblGen2FatherFromGen1DeathRow AddtblGen2FatherFromGen1DeathRow(
+ int R0000100,
+ int R1373400,
+ int R1374100,
+ int R1374800,
+ int R1375500,
+ int R1376200,
+ int R1376900,
+ int R1377600,
+ int R1753800,
+ int R1754500,
+ int R1755200,
+ int R1755900,
+ int R1756600,
+ int R1757300,
+ int R1758000,
+ int R2095800,
+ int R2096500,
+ int R2097200,
+ int R2097900,
+ int R2098600,
+ int R2099300,
+ int R2100000,
+ int R2648100,
+ int R2648800,
+ int R2649500,
+ int R2650200,
+ int R2650900,
+ int R2651600,
+ int R2652300,
+ int R3256000,
+ int R3257800,
+ int R3259600,
+ int R3261400,
+ int R3263200,
+ int R3265000,
+ int R3266800,
+ int R3771900,
+ int R3772200,
+ int R3772300,
+ int R3774000,
+ int R3774300,
+ int R3774400,
+ int R3776100,
+ int R3776400,
+ int R3776500,
+ int R3778200,
+ int R3778500,
+ int R3778600,
+ int R3780300,
+ int R3780600,
+ int R3780700,
+ int R3782400,
+ int R3784500,
+ int R4276900,
+ int R4277200,
+ int R4277201,
+ int R4277800,
+ int R4278100,
+ int R4278101,
+ int R4278700,
+ int R4279000,
+ int R4279001,
+ int R4279600,
+ int R4279900,
+ int R4279901,
+ int R4280500,
+ int R4280800,
+ int R4280801,
+ int R4281400,
+ int R4282200,
+ int R4827700,
+ int R4828000,
+ int R4828001,
+ int R4830700,
+ int R4831000,
+ int R4831001,
+ int R4833700,
+ int R4834000,
+ int R4834001,
+ int R4836700,
+ int R4837000,
+ int R4837001,
+ int R4839700,
+ int R4840000,
+ int R4840001,
+ int R4842600,
+ int R4844900,
+ int R4847200,
+ int R5498100,
+ int R5498400,
+ int R5498401,
+ int R5501100,
+ int R5501400,
+ int R5501401,
+ int R5504100,
+ int R5504400,
+ int R5504401,
+ int R5507100,
+ int R5507400,
+ int R5507401,
+ int R5510100,
+ int R5510400,
+ int R5510401,
+ int R5513100,
+ int R5515400,
+ int R5517700,
+ int R5519900,
+ int R6219500,
+ int R6219600,
+ int R6219700,
+ int R6219800,
+ int R6219900,
+ int R6220000,
+ int R6220100,
+ int R6220200,
+ int R6220300,
+ int R6220400,
+ int R6222800,
+ int R6222801,
+ int R6222900,
+ int R6222901,
+ int R6223000,
+ int R6223001,
+ int R6223100,
+ int R6223101,
+ int R6223200,
+ int R6223201,
+ int R6223300,
+ int R6223301,
+ int R6773500,
+ int R6773600,
+ int R6773700,
+ int R6773800,
+ int R6773900,
+ int R6774000,
+ int R6774100,
+ int R6774200,
+ int R6774300,
+ int R6774400,
+ int R6776300,
+ int R6776301,
+ int R6776400,
+ int R6776401,
+ int R6776500,
+ int R6776501,
+ int R6776600,
+ int R6776601,
+ int R6776700,
+ int R6776701,
+ int R6776800,
+ int R6776801,
+ int R7417900,
+ int R7418000,
+ int R7418100,
+ int R7418200,
+ int R7418300,
+ int R7418400,
+ int R7418500,
+ int R7418600,
+ int R7418700,
+ int R7418800,
+ int R7420700,
+ int R7420701,
+ int R7420800,
+ int R7420801,
+ int R7420900,
+ int R7420901,
+ int R7421000,
+ int R7421001,
+ int R7421100,
+ int R7421101,
+ int R7421200,
+ int R7421201,
+ int R7421300,
+ int R7421301,
+ int R8116000,
+ int R8116100,
+ int R8116200,
+ int R8116300,
+ int R8116400,
+ int R8116500,
+ int R8116600,
+ int R8116700,
+ int R8116800,
+ int R8116900,
+ int R8119000,
+ int R8119001,
+ int R8119100,
+ int R8119101,
+ int R8119200,
+ int R8119201,
+ int R8119300,
+ int R8119301,
+ int R8119400,
+ int R8119401,
+ int R8119500,
+ int R8119501,
+ int T0347900,
+ int T0348000,
+ int T0348100,
+ int T0348200,
+ int T0348300,
+ int T0348400,
+ int T0348500,
+ int T0348600,
+ int T0348700,
+ int T0348800,
+ int T0348900,
+ int T0351100,
+ int T0351101,
+ int T0351200,
+ int T0351201,
+ int T0351300,
+ int T0351301,
+ int T0351400,
+ int T0351401,
+ int T0351500,
+ int T0351501,
+ int T0351600,
+ int T0351601,
+ int T0351700,
+ int T0351701,
+ int T0351800,
+ int T0351801,
+ int T1497300,
+ int T1497400,
+ int T1497500,
+ int T1497600,
+ int T1497700,
+ int T1497800,
+ int T1497900,
+ int T1498000,
+ int T1498100,
+ int T1498200,
+ int T1498300,
+ int T1500500,
+ int T1500501,
+ int T1500600,
+ int T1500601,
+ int T1500700,
+ int T1500701,
+ int T1500800,
+ int T1500801,
+ int T1500900,
+ int T1500901,
+ int T1501000,
+ int T1501001,
+ int T2543200,
+ int T2543300,
+ int T2543400,
+ int T2543500,
+ int T2543600,
+ int T2543700,
+ int T2543800,
+ int T2543900,
+ int T2544000,
+ int T2544100,
+ int T2546100,
+ int T2546101,
+ int T2546200,
+ int T2546201,
+ int T2546300,
+ int T2546301,
+ int T2546400,
+ int T2546401,
+ int T2546500,
+ int T2546501,
+ int T2546600,
+ int T2546601,
+ int T2546700,
+ int T2546701,
+ int T3529500,
+ int T3529600,
+ int T3529700,
+ int T3529800,
+ int T3529900,
+ int T3530000,
+ int T3530100,
+ int T3530200,
+ int T3530300,
+ int T3530400,
+ int T3532500,
+ int T3532501,
+ int T3532600,
+ int T3532601,
+ int T3532700,
+ int T3532701,
+ int T3532800,
+ int T3532801,
+ int T3532900,
+ int T3532901,
+ int T3533000,
+ int T3533001,
+ int T3533100,
+ int T3533101,
+ int T4498100,
+ int T4498200,
+ int T4498300,
+ int T4498400,
+ int T4498500,
+ int T4498600,
+ int T4498700,
+ int T4498800,
+ int T4498900,
+ int T4499000,
+ int T4503700,
+ int T4503701,
+ int T4503800,
+ int T4503801,
+ int T4503900,
+ int T4503901,
+ int T4504000,
+ int T4504001,
+ int T4504100,
+ int T4504101,
+ int T4504200,
+ int T4504201) {
+ tblGen2FatherFromGen1DeathRow rowtblGen2FatherFromGen1DeathRow = ((tblGen2FatherFromGen1DeathRow)(this.NewRow()));
+ object[] columnValuesArray = new object[] {
+ R0000100,
+ R1373400,
+ R1374100,
+ R1374800,
+ R1375500,
+ R1376200,
+ R1376900,
+ R1377600,
+ R1753800,
+ R1754500,
+ R1755200,
+ R1755900,
+ R1756600,
+ R1757300,
+ R1758000,
+ R2095800,
+ R2096500,
+ R2097200,
+ R2097900,
+ R2098600,
+ R2099300,
+ R2100000,
+ R2648100,
+ R2648800,
+ R2649500,
+ R2650200,
+ R2650900,
+ R2651600,
+ R2652300,
+ R3256000,
+ R3257800,
+ R3259600,
+ R3261400,
+ R3263200,
+ R3265000,
+ R3266800,
+ R3771900,
+ R3772200,
+ R3772300,
+ R3774000,
+ R3774300,
+ R3774400,
+ R3776100,
+ R3776400,
+ R3776500,
+ R3778200,
+ R3778500,
+ R3778600,
+ R3780300,
+ R3780600,
+ R3780700,
+ R3782400,
+ R3784500,
+ R4276900,
+ R4277200,
+ R4277201,
+ R4277800,
+ R4278100,
+ R4278101,
+ R4278700,
+ R4279000,
+ R4279001,
+ R4279600,
+ R4279900,
+ R4279901,
+ R4280500,
+ R4280800,
+ R4280801,
+ R4281400,
+ R4282200,
+ R4827700,
+ R4828000,
+ R4828001,
+ R4830700,
+ R4831000,
+ R4831001,
+ R4833700,
+ R4834000,
+ R4834001,
+ R4836700,
+ R4837000,
+ R4837001,
+ R4839700,
+ R4840000,
+ R4840001,
+ R4842600,
+ R4844900,
+ R4847200,
+ R5498100,
+ R5498400,
+ R5498401,
+ R5501100,
+ R5501400,
+ R5501401,
+ R5504100,
+ R5504400,
+ R5504401,
+ R5507100,
+ R5507400,
+ R5507401,
+ R5510100,
+ R5510400,
+ R5510401,
+ R5513100,
+ R5515400,
+ R5517700,
+ R5519900,
+ R6219500,
+ R6219600,
+ R6219700,
+ R6219800,
+ R6219900,
+ R6220000,
+ R6220100,
+ R6220200,
+ R6220300,
+ R6220400,
+ R6222800,
+ R6222801,
+ R6222900,
+ R6222901,
+ R6223000,
+ R6223001,
+ R6223100,
+ R6223101,
+ R6223200,
+ R6223201,
+ R6223300,
+ R6223301,
+ R6773500,
+ R6773600,
+ R6773700,
+ R6773800,
+ R6773900,
+ R6774000,
+ R6774100,
+ R6774200,
+ R6774300,
+ R6774400,
+ R6776300,
+ R6776301,
+ R6776400,
+ R6776401,
+ R6776500,
+ R6776501,
+ R6776600,
+ R6776601,
+ R6776700,
+ R6776701,
+ R6776800,
+ R6776801,
+ R7417900,
+ R7418000,
+ R7418100,
+ R7418200,
+ R7418300,
+ R7418400,
+ R7418500,
+ R7418600,
+ R7418700,
+ R7418800,
+ R7420700,
+ R7420701,
+ R7420800,
+ R7420801,
+ R7420900,
+ R7420901,
+ R7421000,
+ R7421001,
+ R7421100,
+ R7421101,
+ R7421200,
+ R7421201,
+ R7421300,
+ R7421301,
+ R8116000,
+ R8116100,
+ R8116200,
+ R8116300,
+ R8116400,
+ R8116500,
+ R8116600,
+ R8116700,
+ R8116800,
+ R8116900,
+ R8119000,
+ R8119001,
+ R8119100,
+ R8119101,
+ R8119200,
+ R8119201,
+ R8119300,
+ R8119301,
+ R8119400,
+ R8119401,
+ R8119500,
+ R8119501,
+ T0347900,
+ T0348000,
+ T0348100,
+ T0348200,
+ T0348300,
+ T0348400,
+ T0348500,
+ T0348600,
+ T0348700,
+ T0348800,
+ T0348900,
+ T0351100,
+ T0351101,
+ T0351200,
+ T0351201,
+ T0351300,
+ T0351301,
+ T0351400,
+ T0351401,
+ T0351500,
+ T0351501,
+ T0351600,
+ T0351601,
+ T0351700,
+ T0351701,
+ T0351800,
+ T0351801,
+ T1497300,
+ T1497400,
+ T1497500,
+ T1497600,
+ T1497700,
+ T1497800,
+ T1497900,
+ T1498000,
+ T1498100,
+ T1498200,
+ T1498300,
+ T1500500,
+ T1500501,
+ T1500600,
+ T1500601,
+ T1500700,
+ T1500701,
+ T1500800,
+ T1500801,
+ T1500900,
+ T1500901,
+ T1501000,
+ T1501001,
+ T2543200,
+ T2543300,
+ T2543400,
+ T2543500,
+ T2543600,
+ T2543700,
+ T2543800,
+ T2543900,
+ T2544000,
+ T2544100,
+ T2546100,
+ T2546101,
+ T2546200,
+ T2546201,
+ T2546300,
+ T2546301,
+ T2546400,
+ T2546401,
+ T2546500,
+ T2546501,
+ T2546600,
+ T2546601,
+ T2546700,
+ T2546701,
+ T3529500,
+ T3529600,
+ T3529700,
+ T3529800,
+ T3529900,
+ T3530000,
+ T3530100,
+ T3530200,
+ T3530300,
+ T3530400,
+ T3532500,
+ T3532501,
+ T3532600,
+ T3532601,
+ T3532700,
+ T3532701,
+ T3532800,
+ T3532801,
+ T3532900,
+ T3532901,
+ T3533000,
+ T3533001,
+ T3533100,
+ T3533101,
+ T4498100,
+ T4498200,
+ T4498300,
+ T4498400,
+ T4498500,
+ T4498600,
+ T4498700,
+ T4498800,
+ T4498900,
+ T4499000,
+ T4503700,
+ T4503701,
+ T4503800,
+ T4503801,
+ T4503900,
+ T4503901,
+ T4504000,
+ T4504001,
+ T4504100,
+ T4504101,
+ T4504200,
+ T4504201};
+ rowtblGen2FatherFromGen1DeathRow.ItemArray = columnValuesArray;
+ this.Rows.Add(rowtblGen2FatherFromGen1DeathRow);
+ return rowtblGen2FatherFromGen1DeathRow;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public tblGen2FatherFromGen1DeathRow FindByR0000100(int R0000100) {
+ return ((tblGen2FatherFromGen1DeathRow)(this.Rows.Find(new object[] {
+ R0000100})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0308400 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.Y0308400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0308400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.Y0308400Column] = value;
- }
+ public override global::System.Data.DataTable Clone() {
+ tblGen2FatherFromGen1DeathDataTable cln = ((tblGen2FatherFromGen1DeathDataTable)(base.Clone()));
+ cln.InitVars();
+ return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0609600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.Y0609600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0609600\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.Y0609600Column] = value;
- }
+ protected override global::System.Data.DataTable CreateInstance() {
+ return new tblGen2FatherFromGen1DeathDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0609700 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.Y0609700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0609700\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.Y0609700Column] = value;
- }
+ internal void InitVars() {
+ this.columnR0000100 = base.Columns["R0000100"];
+ this.columnR1373400 = base.Columns["R1373400"];
+ this.columnR1374100 = base.Columns["R1374100"];
+ this.columnR1374800 = base.Columns["R1374800"];
+ this.columnR1375500 = base.Columns["R1375500"];
+ this.columnR1376200 = base.Columns["R1376200"];
+ this.columnR1376900 = base.Columns["R1376900"];
+ this.columnR1377600 = base.Columns["R1377600"];
+ this.columnR1753800 = base.Columns["R1753800"];
+ this.columnR1754500 = base.Columns["R1754500"];
+ this.columnR1755200 = base.Columns["R1755200"];
+ this.columnR1755900 = base.Columns["R1755900"];
+ this.columnR1756600 = base.Columns["R1756600"];
+ this.columnR1757300 = base.Columns["R1757300"];
+ this.columnR1758000 = base.Columns["R1758000"];
+ this.columnR2095800 = base.Columns["R2095800"];
+ this.columnR2096500 = base.Columns["R2096500"];
+ this.columnR2097200 = base.Columns["R2097200"];
+ this.columnR2097900 = base.Columns["R2097900"];
+ this.columnR2098600 = base.Columns["R2098600"];
+ this.columnR2099300 = base.Columns["R2099300"];
+ this.columnR2100000 = base.Columns["R2100000"];
+ this.columnR2648100 = base.Columns["R2648100"];
+ this.columnR2648800 = base.Columns["R2648800"];
+ this.columnR2649500 = base.Columns["R2649500"];
+ this.columnR2650200 = base.Columns["R2650200"];
+ this.columnR2650900 = base.Columns["R2650900"];
+ this.columnR2651600 = base.Columns["R2651600"];
+ this.columnR2652300 = base.Columns["R2652300"];
+ this.columnR3256000 = base.Columns["R3256000"];
+ this.columnR3257800 = base.Columns["R3257800"];
+ this.columnR3259600 = base.Columns["R3259600"];
+ this.columnR3261400 = base.Columns["R3261400"];
+ this.columnR3263200 = base.Columns["R3263200"];
+ this.columnR3265000 = base.Columns["R3265000"];
+ this.columnR3266800 = base.Columns["R3266800"];
+ this.columnR3771900 = base.Columns["R3771900"];
+ this.columnR3772200 = base.Columns["R3772200"];
+ this.columnR3772300 = base.Columns["R3772300"];
+ this.columnR3774000 = base.Columns["R3774000"];
+ this.columnR3774300 = base.Columns["R3774300"];
+ this.columnR3774400 = base.Columns["R3774400"];
+ this.columnR3776100 = base.Columns["R3776100"];
+ this.columnR3776400 = base.Columns["R3776400"];
+ this.columnR3776500 = base.Columns["R3776500"];
+ this.columnR3778200 = base.Columns["R3778200"];
+ this.columnR3778500 = base.Columns["R3778500"];
+ this.columnR3778600 = base.Columns["R3778600"];
+ this.columnR3780300 = base.Columns["R3780300"];
+ this.columnR3780600 = base.Columns["R3780600"];
+ this.columnR3780700 = base.Columns["R3780700"];
+ this.columnR3782400 = base.Columns["R3782400"];
+ this.columnR3784500 = base.Columns["R3784500"];
+ this.columnR4276900 = base.Columns["R4276900"];
+ this.columnR4277200 = base.Columns["R4277200"];
+ this.columnR4277201 = base.Columns["R4277201"];
+ this.columnR4277800 = base.Columns["R4277800"];
+ this.columnR4278100 = base.Columns["R4278100"];
+ this.columnR4278101 = base.Columns["R4278101"];
+ this.columnR4278700 = base.Columns["R4278700"];
+ this.columnR4279000 = base.Columns["R4279000"];
+ this.columnR4279001 = base.Columns["R4279001"];
+ this.columnR4279600 = base.Columns["R4279600"];
+ this.columnR4279900 = base.Columns["R4279900"];
+ this.columnR4279901 = base.Columns["R4279901"];
+ this.columnR4280500 = base.Columns["R4280500"];
+ this.columnR4280800 = base.Columns["R4280800"];
+ this.columnR4280801 = base.Columns["R4280801"];
+ this.columnR4281400 = base.Columns["R4281400"];
+ this.columnR4282200 = base.Columns["R4282200"];
+ this.columnR4827700 = base.Columns["R4827700"];
+ this.columnR4828000 = base.Columns["R4828000"];
+ this.columnR4828001 = base.Columns["R4828001"];
+ this.columnR4830700 = base.Columns["R4830700"];
+ this.columnR4831000 = base.Columns["R4831000"];
+ this.columnR4831001 = base.Columns["R4831001"];
+ this.columnR4833700 = base.Columns["R4833700"];
+ this.columnR4834000 = base.Columns["R4834000"];
+ this.columnR4834001 = base.Columns["R4834001"];
+ this.columnR4836700 = base.Columns["R4836700"];
+ this.columnR4837000 = base.Columns["R4837000"];
+ this.columnR4837001 = base.Columns["R4837001"];
+ this.columnR4839700 = base.Columns["R4839700"];
+ this.columnR4840000 = base.Columns["R4840000"];
+ this.columnR4840001 = base.Columns["R4840001"];
+ this.columnR4842600 = base.Columns["R4842600"];
+ this.columnR4844900 = base.Columns["R4844900"];
+ this.columnR4847200 = base.Columns["R4847200"];
+ this.columnR5498100 = base.Columns["R5498100"];
+ this.columnR5498400 = base.Columns["R5498400"];
+ this.columnR5498401 = base.Columns["R5498401"];
+ this.columnR5501100 = base.Columns["R5501100"];
+ this.columnR5501400 = base.Columns["R5501400"];
+ this.columnR5501401 = base.Columns["R5501401"];
+ this.columnR5504100 = base.Columns["R5504100"];
+ this.columnR5504400 = base.Columns["R5504400"];
+ this.columnR5504401 = base.Columns["R5504401"];
+ this.columnR5507100 = base.Columns["R5507100"];
+ this.columnR5507400 = base.Columns["R5507400"];
+ this.columnR5507401 = base.Columns["R5507401"];
+ this.columnR5510100 = base.Columns["R5510100"];
+ this.columnR5510400 = base.Columns["R5510400"];
+ this.columnR5510401 = base.Columns["R5510401"];
+ this.columnR5513100 = base.Columns["R5513100"];
+ this.columnR5515400 = base.Columns["R5515400"];
+ this.columnR5517700 = base.Columns["R5517700"];
+ this.columnR5519900 = base.Columns["R5519900"];
+ this.columnR6219500 = base.Columns["R6219500"];
+ this.columnR6219600 = base.Columns["R6219600"];
+ this.columnR6219700 = base.Columns["R6219700"];
+ this.columnR6219800 = base.Columns["R6219800"];
+ this.columnR6219900 = base.Columns["R6219900"];
+ this.columnR6220000 = base.Columns["R6220000"];
+ this.columnR6220100 = base.Columns["R6220100"];
+ this.columnR6220200 = base.Columns["R6220200"];
+ this.columnR6220300 = base.Columns["R6220300"];
+ this.columnR6220400 = base.Columns["R6220400"];
+ this.columnR6222800 = base.Columns["R6222800"];
+ this.columnR6222801 = base.Columns["R6222801"];
+ this.columnR6222900 = base.Columns["R6222900"];
+ this.columnR6222901 = base.Columns["R6222901"];
+ this.columnR6223000 = base.Columns["R6223000"];
+ this.columnR6223001 = base.Columns["R6223001"];
+ this.columnR6223100 = base.Columns["R6223100"];
+ this.columnR6223101 = base.Columns["R6223101"];
+ this.columnR6223200 = base.Columns["R6223200"];
+ this.columnR6223201 = base.Columns["R6223201"];
+ this.columnR6223300 = base.Columns["R6223300"];
+ this.columnR6223301 = base.Columns["R6223301"];
+ this.columnR6773500 = base.Columns["R6773500"];
+ this.columnR6773600 = base.Columns["R6773600"];
+ this.columnR6773700 = base.Columns["R6773700"];
+ this.columnR6773800 = base.Columns["R6773800"];
+ this.columnR6773900 = base.Columns["R6773900"];
+ this.columnR6774000 = base.Columns["R6774000"];
+ this.columnR6774100 = base.Columns["R6774100"];
+ this.columnR6774200 = base.Columns["R6774200"];
+ this.columnR6774300 = base.Columns["R6774300"];
+ this.columnR6774400 = base.Columns["R6774400"];
+ this.columnR6776300 = base.Columns["R6776300"];
+ this.columnR6776301 = base.Columns["R6776301"];
+ this.columnR6776400 = base.Columns["R6776400"];
+ this.columnR6776401 = base.Columns["R6776401"];
+ this.columnR6776500 = base.Columns["R6776500"];
+ this.columnR6776501 = base.Columns["R6776501"];
+ this.columnR6776600 = base.Columns["R6776600"];
+ this.columnR6776601 = base.Columns["R6776601"];
+ this.columnR6776700 = base.Columns["R6776700"];
+ this.columnR6776701 = base.Columns["R6776701"];
+ this.columnR6776800 = base.Columns["R6776800"];
+ this.columnR6776801 = base.Columns["R6776801"];
+ this.columnR7417900 = base.Columns["R7417900"];
+ this.columnR7418000 = base.Columns["R7418000"];
+ this.columnR7418100 = base.Columns["R7418100"];
+ this.columnR7418200 = base.Columns["R7418200"];
+ this.columnR7418300 = base.Columns["R7418300"];
+ this.columnR7418400 = base.Columns["R7418400"];
+ this.columnR7418500 = base.Columns["R7418500"];
+ this.columnR7418600 = base.Columns["R7418600"];
+ this.columnR7418700 = base.Columns["R7418700"];
+ this.columnR7418800 = base.Columns["R7418800"];
+ this.columnR7420700 = base.Columns["R7420700"];
+ this.columnR7420701 = base.Columns["R7420701"];
+ this.columnR7420800 = base.Columns["R7420800"];
+ this.columnR7420801 = base.Columns["R7420801"];
+ this.columnR7420900 = base.Columns["R7420900"];
+ this.columnR7420901 = base.Columns["R7420901"];
+ this.columnR7421000 = base.Columns["R7421000"];
+ this.columnR7421001 = base.Columns["R7421001"];
+ this.columnR7421100 = base.Columns["R7421100"];
+ this.columnR7421101 = base.Columns["R7421101"];
+ this.columnR7421200 = base.Columns["R7421200"];
+ this.columnR7421201 = base.Columns["R7421201"];
+ this.columnR7421300 = base.Columns["R7421300"];
+ this.columnR7421301 = base.Columns["R7421301"];
+ this.columnR8116000 = base.Columns["R8116000"];
+ this.columnR8116100 = base.Columns["R8116100"];
+ this.columnR8116200 = base.Columns["R8116200"];
+ this.columnR8116300 = base.Columns["R8116300"];
+ this.columnR8116400 = base.Columns["R8116400"];
+ this.columnR8116500 = base.Columns["R8116500"];
+ this.columnR8116600 = base.Columns["R8116600"];
+ this.columnR8116700 = base.Columns["R8116700"];
+ this.columnR8116800 = base.Columns["R8116800"];
+ this.columnR8116900 = base.Columns["R8116900"];
+ this.columnR8119000 = base.Columns["R8119000"];
+ this.columnR8119001 = base.Columns["R8119001"];
+ this.columnR8119100 = base.Columns["R8119100"];
+ this.columnR8119101 = base.Columns["R8119101"];
+ this.columnR8119200 = base.Columns["R8119200"];
+ this.columnR8119201 = base.Columns["R8119201"];
+ this.columnR8119300 = base.Columns["R8119300"];
+ this.columnR8119301 = base.Columns["R8119301"];
+ this.columnR8119400 = base.Columns["R8119400"];
+ this.columnR8119401 = base.Columns["R8119401"];
+ this.columnR8119500 = base.Columns["R8119500"];
+ this.columnR8119501 = base.Columns["R8119501"];
+ this.columnT0347900 = base.Columns["T0347900"];
+ this.columnT0348000 = base.Columns["T0348000"];
+ this.columnT0348100 = base.Columns["T0348100"];
+ this.columnT0348200 = base.Columns["T0348200"];
+ this.columnT0348300 = base.Columns["T0348300"];
+ this.columnT0348400 = base.Columns["T0348400"];
+ this.columnT0348500 = base.Columns["T0348500"];
+ this.columnT0348600 = base.Columns["T0348600"];
+ this.columnT0348700 = base.Columns["T0348700"];
+ this.columnT0348800 = base.Columns["T0348800"];
+ this.columnT0348900 = base.Columns["T0348900"];
+ this.columnT0351100 = base.Columns["T0351100"];
+ this.columnT0351101 = base.Columns["T0351101"];
+ this.columnT0351200 = base.Columns["T0351200"];
+ this.columnT0351201 = base.Columns["T0351201"];
+ this.columnT0351300 = base.Columns["T0351300"];
+ this.columnT0351301 = base.Columns["T0351301"];
+ this.columnT0351400 = base.Columns["T0351400"];
+ this.columnT0351401 = base.Columns["T0351401"];
+ this.columnT0351500 = base.Columns["T0351500"];
+ this.columnT0351501 = base.Columns["T0351501"];
+ this.columnT0351600 = base.Columns["T0351600"];
+ this.columnT0351601 = base.Columns["T0351601"];
+ this.columnT0351700 = base.Columns["T0351700"];
+ this.columnT0351701 = base.Columns["T0351701"];
+ this.columnT0351800 = base.Columns["T0351800"];
+ this.columnT0351801 = base.Columns["T0351801"];
+ this.columnT1497300 = base.Columns["T1497300"];
+ this.columnT1497400 = base.Columns["T1497400"];
+ this.columnT1497500 = base.Columns["T1497500"];
+ this.columnT1497600 = base.Columns["T1497600"];
+ this.columnT1497700 = base.Columns["T1497700"];
+ this.columnT1497800 = base.Columns["T1497800"];
+ this.columnT1497900 = base.Columns["T1497900"];
+ this.columnT1498000 = base.Columns["T1498000"];
+ this.columnT1498100 = base.Columns["T1498100"];
+ this.columnT1498200 = base.Columns["T1498200"];
+ this.columnT1498300 = base.Columns["T1498300"];
+ this.columnT1500500 = base.Columns["T1500500"];
+ this.columnT1500501 = base.Columns["T1500501"];
+ this.columnT1500600 = base.Columns["T1500600"];
+ this.columnT1500601 = base.Columns["T1500601"];
+ this.columnT1500700 = base.Columns["T1500700"];
+ this.columnT1500701 = base.Columns["T1500701"];
+ this.columnT1500800 = base.Columns["T1500800"];
+ this.columnT1500801 = base.Columns["T1500801"];
+ this.columnT1500900 = base.Columns["T1500900"];
+ this.columnT1500901 = base.Columns["T1500901"];
+ this.columnT1501000 = base.Columns["T1501000"];
+ this.columnT1501001 = base.Columns["T1501001"];
+ this.columnT2543200 = base.Columns["T2543200"];
+ this.columnT2543300 = base.Columns["T2543300"];
+ this.columnT2543400 = base.Columns["T2543400"];
+ this.columnT2543500 = base.Columns["T2543500"];
+ this.columnT2543600 = base.Columns["T2543600"];
+ this.columnT2543700 = base.Columns["T2543700"];
+ this.columnT2543800 = base.Columns["T2543800"];
+ this.columnT2543900 = base.Columns["T2543900"];
+ this.columnT2544000 = base.Columns["T2544000"];
+ this.columnT2544100 = base.Columns["T2544100"];
+ this.columnT2546100 = base.Columns["T2546100"];
+ this.columnT2546101 = base.Columns["T2546101"];
+ this.columnT2546200 = base.Columns["T2546200"];
+ this.columnT2546201 = base.Columns["T2546201"];
+ this.columnT2546300 = base.Columns["T2546300"];
+ this.columnT2546301 = base.Columns["T2546301"];
+ this.columnT2546400 = base.Columns["T2546400"];
+ this.columnT2546401 = base.Columns["T2546401"];
+ this.columnT2546500 = base.Columns["T2546500"];
+ this.columnT2546501 = base.Columns["T2546501"];
+ this.columnT2546600 = base.Columns["T2546600"];
+ this.columnT2546601 = base.Columns["T2546601"];
+ this.columnT2546700 = base.Columns["T2546700"];
+ this.columnT2546701 = base.Columns["T2546701"];
+ this.columnT3529500 = base.Columns["T3529500"];
+ this.columnT3529600 = base.Columns["T3529600"];
+ this.columnT3529700 = base.Columns["T3529700"];
+ this.columnT3529800 = base.Columns["T3529800"];
+ this.columnT3529900 = base.Columns["T3529900"];
+ this.columnT3530000 = base.Columns["T3530000"];
+ this.columnT3530100 = base.Columns["T3530100"];
+ this.columnT3530200 = base.Columns["T3530200"];
+ this.columnT3530300 = base.Columns["T3530300"];
+ this.columnT3530400 = base.Columns["T3530400"];
+ this.columnT3532500 = base.Columns["T3532500"];
+ this.columnT3532501 = base.Columns["T3532501"];
+ this.columnT3532600 = base.Columns["T3532600"];
+ this.columnT3532601 = base.Columns["T3532601"];
+ this.columnT3532700 = base.Columns["T3532700"];
+ this.columnT3532701 = base.Columns["T3532701"];
+ this.columnT3532800 = base.Columns["T3532800"];
+ this.columnT3532801 = base.Columns["T3532801"];
+ this.columnT3532900 = base.Columns["T3532900"];
+ this.columnT3532901 = base.Columns["T3532901"];
+ this.columnT3533000 = base.Columns["T3533000"];
+ this.columnT3533001 = base.Columns["T3533001"];
+ this.columnT3533100 = base.Columns["T3533100"];
+ this.columnT3533101 = base.Columns["T3533101"];
+ this.columnT4498100 = base.Columns["T4498100"];
+ this.columnT4498200 = base.Columns["T4498200"];
+ this.columnT4498300 = base.Columns["T4498300"];
+ this.columnT4498400 = base.Columns["T4498400"];
+ this.columnT4498500 = base.Columns["T4498500"];
+ this.columnT4498600 = base.Columns["T4498600"];
+ this.columnT4498700 = base.Columns["T4498700"];
+ this.columnT4498800 = base.Columns["T4498800"];
+ this.columnT4498900 = base.Columns["T4498900"];
+ this.columnT4499000 = base.Columns["T4499000"];
+ this.columnT4503700 = base.Columns["T4503700"];
+ this.columnT4503701 = base.Columns["T4503701"];
+ this.columnT4503800 = base.Columns["T4503800"];
+ this.columnT4503801 = base.Columns["T4503801"];
+ this.columnT4503900 = base.Columns["T4503900"];
+ this.columnT4503901 = base.Columns["T4503901"];
+ this.columnT4504000 = base.Columns["T4504000"];
+ this.columnT4504001 = base.Columns["T4504001"];
+ this.columnT4504100 = base.Columns["T4504100"];
+ this.columnT4504101 = base.Columns["T4504101"];
+ this.columnT4504200 = base.Columns["T4504200"];
+ this.columnT4504201 = base.Columns["T4504201"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0903900 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.Y0903900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0903900\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.Y0903900Column] = value;
- }
+ private void InitClass() {
+ this.columnR0000100 = new global::System.Data.DataColumn("R0000100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR0000100);
+ this.columnR1373400 = new global::System.Data.DataColumn("R1373400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1373400);
+ this.columnR1374100 = new global::System.Data.DataColumn("R1374100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1374100);
+ this.columnR1374800 = new global::System.Data.DataColumn("R1374800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1374800);
+ this.columnR1375500 = new global::System.Data.DataColumn("R1375500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1375500);
+ this.columnR1376200 = new global::System.Data.DataColumn("R1376200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1376200);
+ this.columnR1376900 = new global::System.Data.DataColumn("R1376900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1376900);
+ this.columnR1377600 = new global::System.Data.DataColumn("R1377600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1377600);
+ this.columnR1753800 = new global::System.Data.DataColumn("R1753800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1753800);
+ this.columnR1754500 = new global::System.Data.DataColumn("R1754500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1754500);
+ this.columnR1755200 = new global::System.Data.DataColumn("R1755200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1755200);
+ this.columnR1755900 = new global::System.Data.DataColumn("R1755900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1755900);
+ this.columnR1756600 = new global::System.Data.DataColumn("R1756600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1756600);
+ this.columnR1757300 = new global::System.Data.DataColumn("R1757300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1757300);
+ this.columnR1758000 = new global::System.Data.DataColumn("R1758000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR1758000);
+ this.columnR2095800 = new global::System.Data.DataColumn("R2095800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2095800);
+ this.columnR2096500 = new global::System.Data.DataColumn("R2096500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2096500);
+ this.columnR2097200 = new global::System.Data.DataColumn("R2097200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2097200);
+ this.columnR2097900 = new global::System.Data.DataColumn("R2097900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2097900);
+ this.columnR2098600 = new global::System.Data.DataColumn("R2098600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2098600);
+ this.columnR2099300 = new global::System.Data.DataColumn("R2099300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2099300);
+ this.columnR2100000 = new global::System.Data.DataColumn("R2100000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2100000);
+ this.columnR2648100 = new global::System.Data.DataColumn("R2648100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2648100);
+ this.columnR2648800 = new global::System.Data.DataColumn("R2648800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2648800);
+ this.columnR2649500 = new global::System.Data.DataColumn("R2649500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2649500);
+ this.columnR2650200 = new global::System.Data.DataColumn("R2650200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2650200);
+ this.columnR2650900 = new global::System.Data.DataColumn("R2650900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2650900);
+ this.columnR2651600 = new global::System.Data.DataColumn("R2651600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2651600);
+ this.columnR2652300 = new global::System.Data.DataColumn("R2652300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR2652300);
+ this.columnR3256000 = new global::System.Data.DataColumn("R3256000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3256000);
+ this.columnR3257800 = new global::System.Data.DataColumn("R3257800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3257800);
+ this.columnR3259600 = new global::System.Data.DataColumn("R3259600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3259600);
+ this.columnR3261400 = new global::System.Data.DataColumn("R3261400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3261400);
+ this.columnR3263200 = new global::System.Data.DataColumn("R3263200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3263200);
+ this.columnR3265000 = new global::System.Data.DataColumn("R3265000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3265000);
+ this.columnR3266800 = new global::System.Data.DataColumn("R3266800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3266800);
+ this.columnR3771900 = new global::System.Data.DataColumn("R3771900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3771900);
+ this.columnR3772200 = new global::System.Data.DataColumn("R3772200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3772200);
+ this.columnR3772300 = new global::System.Data.DataColumn("R3772300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3772300);
+ this.columnR3774000 = new global::System.Data.DataColumn("R3774000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3774000);
+ this.columnR3774300 = new global::System.Data.DataColumn("R3774300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3774300);
+ this.columnR3774400 = new global::System.Data.DataColumn("R3774400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3774400);
+ this.columnR3776100 = new global::System.Data.DataColumn("R3776100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3776100);
+ this.columnR3776400 = new global::System.Data.DataColumn("R3776400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3776400);
+ this.columnR3776500 = new global::System.Data.DataColumn("R3776500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3776500);
+ this.columnR3778200 = new global::System.Data.DataColumn("R3778200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3778200);
+ this.columnR3778500 = new global::System.Data.DataColumn("R3778500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3778500);
+ this.columnR3778600 = new global::System.Data.DataColumn("R3778600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3778600);
+ this.columnR3780300 = new global::System.Data.DataColumn("R3780300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3780300);
+ this.columnR3780600 = new global::System.Data.DataColumn("R3780600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3780600);
+ this.columnR3780700 = new global::System.Data.DataColumn("R3780700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3780700);
+ this.columnR3782400 = new global::System.Data.DataColumn("R3782400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3782400);
+ this.columnR3784500 = new global::System.Data.DataColumn("R3784500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR3784500);
+ this.columnR4276900 = new global::System.Data.DataColumn("R4276900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4276900);
+ this.columnR4277200 = new global::System.Data.DataColumn("R4277200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4277200);
+ this.columnR4277201 = new global::System.Data.DataColumn("R4277201", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4277201);
+ this.columnR4277800 = new global::System.Data.DataColumn("R4277800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4277800);
+ this.columnR4278100 = new global::System.Data.DataColumn("R4278100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4278100);
+ this.columnR4278101 = new global::System.Data.DataColumn("R4278101", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4278101);
+ this.columnR4278700 = new global::System.Data.DataColumn("R4278700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4278700);
+ this.columnR4279000 = new global::System.Data.DataColumn("R4279000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4279000);
+ this.columnR4279001 = new global::System.Data.DataColumn("R4279001", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4279001);
+ this.columnR4279600 = new global::System.Data.DataColumn("R4279600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4279600);
+ this.columnR4279900 = new global::System.Data.DataColumn("R4279900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4279900);
+ this.columnR4279901 = new global::System.Data.DataColumn("R4279901", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4279901);
+ this.columnR4280500 = new global::System.Data.DataColumn("R4280500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4280500);
+ this.columnR4280800 = new global::System.Data.DataColumn("R4280800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4280800);
+ this.columnR4280801 = new global::System.Data.DataColumn("R4280801", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4280801);
+ this.columnR4281400 = new global::System.Data.DataColumn("R4281400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4281400);
+ this.columnR4282200 = new global::System.Data.DataColumn("R4282200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4282200);
+ this.columnR4827700 = new global::System.Data.DataColumn("R4827700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4827700);
+ this.columnR4828000 = new global::System.Data.DataColumn("R4828000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4828000);
+ this.columnR4828001 = new global::System.Data.DataColumn("R4828001", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4828001);
+ this.columnR4830700 = new global::System.Data.DataColumn("R4830700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4830700);
+ this.columnR4831000 = new global::System.Data.DataColumn("R4831000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4831000);
+ this.columnR4831001 = new global::System.Data.DataColumn("R4831001", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4831001);
+ this.columnR4833700 = new global::System.Data.DataColumn("R4833700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4833700);
+ this.columnR4834000 = new global::System.Data.DataColumn("R4834000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4834000);
+ this.columnR4834001 = new global::System.Data.DataColumn("R4834001", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4834001);
+ this.columnR4836700 = new global::System.Data.DataColumn("R4836700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4836700);
+ this.columnR4837000 = new global::System.Data.DataColumn("R4837000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4837000);
+ this.columnR4837001 = new global::System.Data.DataColumn("R4837001", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4837001);
+ this.columnR4839700 = new global::System.Data.DataColumn("R4839700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4839700);
+ this.columnR4840000 = new global::System.Data.DataColumn("R4840000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4840000);
+ this.columnR4840001 = new global::System.Data.DataColumn("R4840001", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4840001);
+ this.columnR4842600 = new global::System.Data.DataColumn("R4842600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4842600);
+ this.columnR4844900 = new global::System.Data.DataColumn("R4844900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4844900);
+ this.columnR4847200 = new global::System.Data.DataColumn("R4847200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR4847200);
+ this.columnR5498100 = new global::System.Data.DataColumn("R5498100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5498100);
+ this.columnR5498400 = new global::System.Data.DataColumn("R5498400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5498400);
+ this.columnR5498401 = new global::System.Data.DataColumn("R5498401", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5498401);
+ this.columnR5501100 = new global::System.Data.DataColumn("R5501100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5501100);
+ this.columnR5501400 = new global::System.Data.DataColumn("R5501400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5501400);
+ this.columnR5501401 = new global::System.Data.DataColumn("R5501401", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5501401);
+ this.columnR5504100 = new global::System.Data.DataColumn("R5504100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5504100);
+ this.columnR5504400 = new global::System.Data.DataColumn("R5504400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5504400);
+ this.columnR5504401 = new global::System.Data.DataColumn("R5504401", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5504401);
+ this.columnR5507100 = new global::System.Data.DataColumn("R5507100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5507100);
+ this.columnR5507400 = new global::System.Data.DataColumn("R5507400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5507400);
+ this.columnR5507401 = new global::System.Data.DataColumn("R5507401", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5507401);
+ this.columnR5510100 = new global::System.Data.DataColumn("R5510100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5510100);
+ this.columnR5510400 = new global::System.Data.DataColumn("R5510400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5510400);
+ this.columnR5510401 = new global::System.Data.DataColumn("R5510401", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5510401);
+ this.columnR5513100 = new global::System.Data.DataColumn("R5513100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5513100);
+ this.columnR5515400 = new global::System.Data.DataColumn("R5515400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5515400);
+ this.columnR5517700 = new global::System.Data.DataColumn("R5517700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5517700);
+ this.columnR5519900 = new global::System.Data.DataColumn("R5519900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR5519900);
+ this.columnR6219500 = new global::System.Data.DataColumn("R6219500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6219500);
+ this.columnR6219600 = new global::System.Data.DataColumn("R6219600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6219600);
+ this.columnR6219700 = new global::System.Data.DataColumn("R6219700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6219700);
+ this.columnR6219800 = new global::System.Data.DataColumn("R6219800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6219800);
+ this.columnR6219900 = new global::System.Data.DataColumn("R6219900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6219900);
+ this.columnR6220000 = new global::System.Data.DataColumn("R6220000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6220000);
+ this.columnR6220100 = new global::System.Data.DataColumn("R6220100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6220100);
+ this.columnR6220200 = new global::System.Data.DataColumn("R6220200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6220200);
+ this.columnR6220300 = new global::System.Data.DataColumn("R6220300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6220300);
+ this.columnR6220400 = new global::System.Data.DataColumn("R6220400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6220400);
+ this.columnR6222800 = new global::System.Data.DataColumn("R6222800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6222800);
+ this.columnR6222801 = new global::System.Data.DataColumn("R6222801", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6222801);
+ this.columnR6222900 = new global::System.Data.DataColumn("R6222900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6222900);
+ this.columnR6222901 = new global::System.Data.DataColumn("R6222901", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6222901);
+ this.columnR6223000 = new global::System.Data.DataColumn("R6223000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6223000);
+ this.columnR6223001 = new global::System.Data.DataColumn("R6223001", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6223001);
+ this.columnR6223100 = new global::System.Data.DataColumn("R6223100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6223100);
+ this.columnR6223101 = new global::System.Data.DataColumn("R6223101", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6223101);
+ this.columnR6223200 = new global::System.Data.DataColumn("R6223200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6223200);
+ this.columnR6223201 = new global::System.Data.DataColumn("R6223201", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6223201);
+ this.columnR6223300 = new global::System.Data.DataColumn("R6223300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6223300);
+ this.columnR6223301 = new global::System.Data.DataColumn("R6223301", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6223301);
+ this.columnR6773500 = new global::System.Data.DataColumn("R6773500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6773500);
+ this.columnR6773600 = new global::System.Data.DataColumn("R6773600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6773600);
+ this.columnR6773700 = new global::System.Data.DataColumn("R6773700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6773700);
+ this.columnR6773800 = new global::System.Data.DataColumn("R6773800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6773800);
+ this.columnR6773900 = new global::System.Data.DataColumn("R6773900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6773900);
+ this.columnR6774000 = new global::System.Data.DataColumn("R6774000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6774000);
+ this.columnR6774100 = new global::System.Data.DataColumn("R6774100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6774100);
+ this.columnR6774200 = new global::System.Data.DataColumn("R6774200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6774200);
+ this.columnR6774300 = new global::System.Data.DataColumn("R6774300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6774300);
+ this.columnR6774400 = new global::System.Data.DataColumn("R6774400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6774400);
+ this.columnR6776300 = new global::System.Data.DataColumn("R6776300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6776300);
+ this.columnR6776301 = new global::System.Data.DataColumn("R6776301", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6776301);
+ this.columnR6776400 = new global::System.Data.DataColumn("R6776400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6776400);
+ this.columnR6776401 = new global::System.Data.DataColumn("R6776401", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6776401);
+ this.columnR6776500 = new global::System.Data.DataColumn("R6776500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6776500);
+ this.columnR6776501 = new global::System.Data.DataColumn("R6776501", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6776501);
+ this.columnR6776600 = new global::System.Data.DataColumn("R6776600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6776600);
+ this.columnR6776601 = new global::System.Data.DataColumn("R6776601", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6776601);
+ this.columnR6776700 = new global::System.Data.DataColumn("R6776700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6776700);
+ this.columnR6776701 = new global::System.Data.DataColumn("R6776701", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6776701);
+ this.columnR6776800 = new global::System.Data.DataColumn("R6776800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6776800);
+ this.columnR6776801 = new global::System.Data.DataColumn("R6776801", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR6776801);
+ this.columnR7417900 = new global::System.Data.DataColumn("R7417900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7417900);
+ this.columnR7418000 = new global::System.Data.DataColumn("R7418000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7418000);
+ this.columnR7418100 = new global::System.Data.DataColumn("R7418100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7418100);
+ this.columnR7418200 = new global::System.Data.DataColumn("R7418200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7418200);
+ this.columnR7418300 = new global::System.Data.DataColumn("R7418300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7418300);
+ this.columnR7418400 = new global::System.Data.DataColumn("R7418400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7418400);
+ this.columnR7418500 = new global::System.Data.DataColumn("R7418500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7418500);
+ this.columnR7418600 = new global::System.Data.DataColumn("R7418600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7418600);
+ this.columnR7418700 = new global::System.Data.DataColumn("R7418700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7418700);
+ this.columnR7418800 = new global::System.Data.DataColumn("R7418800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7418800);
+ this.columnR7420700 = new global::System.Data.DataColumn("R7420700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7420700);
+ this.columnR7420701 = new global::System.Data.DataColumn("R7420701", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7420701);
+ this.columnR7420800 = new global::System.Data.DataColumn("R7420800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7420800);
+ this.columnR7420801 = new global::System.Data.DataColumn("R7420801", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7420801);
+ this.columnR7420900 = new global::System.Data.DataColumn("R7420900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7420900);
+ this.columnR7420901 = new global::System.Data.DataColumn("R7420901", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7420901);
+ this.columnR7421000 = new global::System.Data.DataColumn("R7421000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7421000);
+ this.columnR7421001 = new global::System.Data.DataColumn("R7421001", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7421001);
+ this.columnR7421100 = new global::System.Data.DataColumn("R7421100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7421100);
+ this.columnR7421101 = new global::System.Data.DataColumn("R7421101", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7421101);
+ this.columnR7421200 = new global::System.Data.DataColumn("R7421200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7421200);
+ this.columnR7421201 = new global::System.Data.DataColumn("R7421201", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7421201);
+ this.columnR7421300 = new global::System.Data.DataColumn("R7421300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7421300);
+ this.columnR7421301 = new global::System.Data.DataColumn("R7421301", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR7421301);
+ this.columnR8116000 = new global::System.Data.DataColumn("R8116000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8116000);
+ this.columnR8116100 = new global::System.Data.DataColumn("R8116100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8116100);
+ this.columnR8116200 = new global::System.Data.DataColumn("R8116200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8116200);
+ this.columnR8116300 = new global::System.Data.DataColumn("R8116300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8116300);
+ this.columnR8116400 = new global::System.Data.DataColumn("R8116400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8116400);
+ this.columnR8116500 = new global::System.Data.DataColumn("R8116500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8116500);
+ this.columnR8116600 = new global::System.Data.DataColumn("R8116600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8116600);
+ this.columnR8116700 = new global::System.Data.DataColumn("R8116700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8116700);
+ this.columnR8116800 = new global::System.Data.DataColumn("R8116800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8116800);
+ this.columnR8116900 = new global::System.Data.DataColumn("R8116900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8116900);
+ this.columnR8119000 = new global::System.Data.DataColumn("R8119000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8119000);
+ this.columnR8119001 = new global::System.Data.DataColumn("R8119001", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8119001);
+ this.columnR8119100 = new global::System.Data.DataColumn("R8119100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8119100);
+ this.columnR8119101 = new global::System.Data.DataColumn("R8119101", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8119101);
+ this.columnR8119200 = new global::System.Data.DataColumn("R8119200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8119200);
+ this.columnR8119201 = new global::System.Data.DataColumn("R8119201", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8119201);
+ this.columnR8119300 = new global::System.Data.DataColumn("R8119300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8119300);
+ this.columnR8119301 = new global::System.Data.DataColumn("R8119301", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8119301);
+ this.columnR8119400 = new global::System.Data.DataColumn("R8119400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8119400);
+ this.columnR8119401 = new global::System.Data.DataColumn("R8119401", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8119401);
+ this.columnR8119500 = new global::System.Data.DataColumn("R8119500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8119500);
+ this.columnR8119501 = new global::System.Data.DataColumn("R8119501", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnR8119501);
+ this.columnT0347900 = new global::System.Data.DataColumn("T0347900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0347900);
+ this.columnT0348000 = new global::System.Data.DataColumn("T0348000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0348000);
+ this.columnT0348100 = new global::System.Data.DataColumn("T0348100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0348100);
+ this.columnT0348200 = new global::System.Data.DataColumn("T0348200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0348200);
+ this.columnT0348300 = new global::System.Data.DataColumn("T0348300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0348300);
+ this.columnT0348400 = new global::System.Data.DataColumn("T0348400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0348400);
+ this.columnT0348500 = new global::System.Data.DataColumn("T0348500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0348500);
+ this.columnT0348600 = new global::System.Data.DataColumn("T0348600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0348600);
+ this.columnT0348700 = new global::System.Data.DataColumn("T0348700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0348700);
+ this.columnT0348800 = new global::System.Data.DataColumn("T0348800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0348800);
+ this.columnT0348900 = new global::System.Data.DataColumn("T0348900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0348900);
+ this.columnT0351100 = new global::System.Data.DataColumn("T0351100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0351100);
+ this.columnT0351101 = new global::System.Data.DataColumn("T0351101", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0351101);
+ this.columnT0351200 = new global::System.Data.DataColumn("T0351200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0351200);
+ this.columnT0351201 = new global::System.Data.DataColumn("T0351201", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0351201);
+ this.columnT0351300 = new global::System.Data.DataColumn("T0351300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0351300);
+ this.columnT0351301 = new global::System.Data.DataColumn("T0351301", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0351301);
+ this.columnT0351400 = new global::System.Data.DataColumn("T0351400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0351400);
+ this.columnT0351401 = new global::System.Data.DataColumn("T0351401", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0351401);
+ this.columnT0351500 = new global::System.Data.DataColumn("T0351500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0351500);
+ this.columnT0351501 = new global::System.Data.DataColumn("T0351501", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0351501);
+ this.columnT0351600 = new global::System.Data.DataColumn("T0351600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0351600);
+ this.columnT0351601 = new global::System.Data.DataColumn("T0351601", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0351601);
+ this.columnT0351700 = new global::System.Data.DataColumn("T0351700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0351700);
+ this.columnT0351701 = new global::System.Data.DataColumn("T0351701", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0351701);
+ this.columnT0351800 = new global::System.Data.DataColumn("T0351800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0351800);
+ this.columnT0351801 = new global::System.Data.DataColumn("T0351801", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT0351801);
+ this.columnT1497300 = new global::System.Data.DataColumn("T1497300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1497300);
+ this.columnT1497400 = new global::System.Data.DataColumn("T1497400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1497400);
+ this.columnT1497500 = new global::System.Data.DataColumn("T1497500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1497500);
+ this.columnT1497600 = new global::System.Data.DataColumn("T1497600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1497600);
+ this.columnT1497700 = new global::System.Data.DataColumn("T1497700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1497700);
+ this.columnT1497800 = new global::System.Data.DataColumn("T1497800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1497800);
+ this.columnT1497900 = new global::System.Data.DataColumn("T1497900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1497900);
+ this.columnT1498000 = new global::System.Data.DataColumn("T1498000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1498000);
+ this.columnT1498100 = new global::System.Data.DataColumn("T1498100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1498100);
+ this.columnT1498200 = new global::System.Data.DataColumn("T1498200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1498200);
+ this.columnT1498300 = new global::System.Data.DataColumn("T1498300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1498300);
+ this.columnT1500500 = new global::System.Data.DataColumn("T1500500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1500500);
+ this.columnT1500501 = new global::System.Data.DataColumn("T1500501", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1500501);
+ this.columnT1500600 = new global::System.Data.DataColumn("T1500600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1500600);
+ this.columnT1500601 = new global::System.Data.DataColumn("T1500601", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1500601);
+ this.columnT1500700 = new global::System.Data.DataColumn("T1500700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1500700);
+ this.columnT1500701 = new global::System.Data.DataColumn("T1500701", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1500701);
+ this.columnT1500800 = new global::System.Data.DataColumn("T1500800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1500800);
+ this.columnT1500801 = new global::System.Data.DataColumn("T1500801", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1500801);
+ this.columnT1500900 = new global::System.Data.DataColumn("T1500900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1500900);
+ this.columnT1500901 = new global::System.Data.DataColumn("T1500901", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1500901);
+ this.columnT1501000 = new global::System.Data.DataColumn("T1501000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1501000);
+ this.columnT1501001 = new global::System.Data.DataColumn("T1501001", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT1501001);
+ this.columnT2543200 = new global::System.Data.DataColumn("T2543200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2543200);
+ this.columnT2543300 = new global::System.Data.DataColumn("T2543300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2543300);
+ this.columnT2543400 = new global::System.Data.DataColumn("T2543400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2543400);
+ this.columnT2543500 = new global::System.Data.DataColumn("T2543500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2543500);
+ this.columnT2543600 = new global::System.Data.DataColumn("T2543600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2543600);
+ this.columnT2543700 = new global::System.Data.DataColumn("T2543700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2543700);
+ this.columnT2543800 = new global::System.Data.DataColumn("T2543800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2543800);
+ this.columnT2543900 = new global::System.Data.DataColumn("T2543900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2543900);
+ this.columnT2544000 = new global::System.Data.DataColumn("T2544000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2544000);
+ this.columnT2544100 = new global::System.Data.DataColumn("T2544100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2544100);
+ this.columnT2546100 = new global::System.Data.DataColumn("T2546100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2546100);
+ this.columnT2546101 = new global::System.Data.DataColumn("T2546101", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2546101);
+ this.columnT2546200 = new global::System.Data.DataColumn("T2546200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2546200);
+ this.columnT2546201 = new global::System.Data.DataColumn("T2546201", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2546201);
+ this.columnT2546300 = new global::System.Data.DataColumn("T2546300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2546300);
+ this.columnT2546301 = new global::System.Data.DataColumn("T2546301", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2546301);
+ this.columnT2546400 = new global::System.Data.DataColumn("T2546400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2546400);
+ this.columnT2546401 = new global::System.Data.DataColumn("T2546401", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2546401);
+ this.columnT2546500 = new global::System.Data.DataColumn("T2546500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2546500);
+ this.columnT2546501 = new global::System.Data.DataColumn("T2546501", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2546501);
+ this.columnT2546600 = new global::System.Data.DataColumn("T2546600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2546600);
+ this.columnT2546601 = new global::System.Data.DataColumn("T2546601", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2546601);
+ this.columnT2546700 = new global::System.Data.DataColumn("T2546700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2546700);
+ this.columnT2546701 = new global::System.Data.DataColumn("T2546701", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT2546701);
+ this.columnT3529500 = new global::System.Data.DataColumn("T3529500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3529500);
+ this.columnT3529600 = new global::System.Data.DataColumn("T3529600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3529600);
+ this.columnT3529700 = new global::System.Data.DataColumn("T3529700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3529700);
+ this.columnT3529800 = new global::System.Data.DataColumn("T3529800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3529800);
+ this.columnT3529900 = new global::System.Data.DataColumn("T3529900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3529900);
+ this.columnT3530000 = new global::System.Data.DataColumn("T3530000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3530000);
+ this.columnT3530100 = new global::System.Data.DataColumn("T3530100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3530100);
+ this.columnT3530200 = new global::System.Data.DataColumn("T3530200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3530200);
+ this.columnT3530300 = new global::System.Data.DataColumn("T3530300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3530300);
+ this.columnT3530400 = new global::System.Data.DataColumn("T3530400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3530400);
+ this.columnT3532500 = new global::System.Data.DataColumn("T3532500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3532500);
+ this.columnT3532501 = new global::System.Data.DataColumn("T3532501", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3532501);
+ this.columnT3532600 = new global::System.Data.DataColumn("T3532600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3532600);
+ this.columnT3532601 = new global::System.Data.DataColumn("T3532601", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3532601);
+ this.columnT3532700 = new global::System.Data.DataColumn("T3532700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3532700);
+ this.columnT3532701 = new global::System.Data.DataColumn("T3532701", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3532701);
+ this.columnT3532800 = new global::System.Data.DataColumn("T3532800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3532800);
+ this.columnT3532801 = new global::System.Data.DataColumn("T3532801", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3532801);
+ this.columnT3532900 = new global::System.Data.DataColumn("T3532900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3532900);
+ this.columnT3532901 = new global::System.Data.DataColumn("T3532901", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3532901);
+ this.columnT3533000 = new global::System.Data.DataColumn("T3533000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3533000);
+ this.columnT3533001 = new global::System.Data.DataColumn("T3533001", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3533001);
+ this.columnT3533100 = new global::System.Data.DataColumn("T3533100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3533100);
+ this.columnT3533101 = new global::System.Data.DataColumn("T3533101", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT3533101);
+ this.columnT4498100 = new global::System.Data.DataColumn("T4498100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4498100);
+ this.columnT4498200 = new global::System.Data.DataColumn("T4498200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4498200);
+ this.columnT4498300 = new global::System.Data.DataColumn("T4498300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4498300);
+ this.columnT4498400 = new global::System.Data.DataColumn("T4498400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4498400);
+ this.columnT4498500 = new global::System.Data.DataColumn("T4498500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4498500);
+ this.columnT4498600 = new global::System.Data.DataColumn("T4498600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4498600);
+ this.columnT4498700 = new global::System.Data.DataColumn("T4498700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4498700);
+ this.columnT4498800 = new global::System.Data.DataColumn("T4498800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4498800);
+ this.columnT4498900 = new global::System.Data.DataColumn("T4498900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4498900);
+ this.columnT4499000 = new global::System.Data.DataColumn("T4499000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4499000);
+ this.columnT4503700 = new global::System.Data.DataColumn("T4503700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4503700);
+ this.columnT4503701 = new global::System.Data.DataColumn("T4503701", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4503701);
+ this.columnT4503800 = new global::System.Data.DataColumn("T4503800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4503800);
+ this.columnT4503801 = new global::System.Data.DataColumn("T4503801", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4503801);
+ this.columnT4503900 = new global::System.Data.DataColumn("T4503900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4503900);
+ this.columnT4503901 = new global::System.Data.DataColumn("T4503901", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4503901);
+ this.columnT4504000 = new global::System.Data.DataColumn("T4504000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4504000);
+ this.columnT4504001 = new global::System.Data.DataColumn("T4504001", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4504001);
+ this.columnT4504100 = new global::System.Data.DataColumn("T4504100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4504100);
+ this.columnT4504101 = new global::System.Data.DataColumn("T4504101", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4504101);
+ this.columnT4504200 = new global::System.Data.DataColumn("T4504200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4504200);
+ this.columnT4504201 = new global::System.Data.DataColumn("T4504201", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnT4504201);
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
+ this.columnR0000100}, true));
+ this.columnR0000100.AllowDBNull = false;
+ this.columnR0000100.Unique = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0904000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.Y0904000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0904000\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.Y0904000Column] = value;
- }
+ public tblGen2FatherFromGen1DeathRow NewtblGen2FatherFromGen1DeathRow() {
+ return ((tblGen2FatherFromGen1DeathRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1150800 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.Y1150800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1150800\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.Y1150800Column] = value;
- }
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
+ return new tblGen2FatherFromGen1DeathRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1150900 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.Y1150900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1150900\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.Y1150900Column] = value;
- }
+ protected override global::System.Type GetRowType() {
+ return typeof(tblGen2FatherFromGen1DeathRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1385800 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.Y1385800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1385800\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.Y1385800Column] = value;
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanged(e);
+ if ((this.tblGen2FatherFromGen1DeathRowChanged != null)) {
+ this.tblGen2FatherFromGen1DeathRowChanged(this, new tblGen2FatherFromGen1DeathRowChangeEvent(((tblGen2FatherFromGen1DeathRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1385900 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.Y1385900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1385900\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.Y1385900Column] = value;
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanging(e);
+ if ((this.tblGen2FatherFromGen1DeathRowChanging != null)) {
+ this.tblGen2FatherFromGen1DeathRowChanging(this, new tblGen2FatherFromGen1DeathRowChangeEvent(((tblGen2FatherFromGen1DeathRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1637500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.Y1637500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1637500\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.Y1637500Column] = value;
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleted(e);
+ if ((this.tblGen2FatherFromGen1DeathRowDeleted != null)) {
+ this.tblGen2FatherFromGen1DeathRowDeleted(this, new tblGen2FatherFromGen1DeathRowChangeEvent(((tblGen2FatherFromGen1DeathRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1637600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.Y1637600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1637600\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.Y1637600Column] = value;
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleting(e);
+ if ((this.tblGen2FatherFromGen1DeathRowDeleting != null)) {
+ this.tblGen2FatherFromGen1DeathRowDeleting(this, new tblGen2FatherFromGen1DeathRowChangeEvent(((tblGen2FatherFromGen1DeathRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1891100 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.Y1891100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1891100\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.Y1891100Column] = value;
- }
+ public void RemovetblGen2FatherFromGen1DeathRow(tblGen2FatherFromGen1DeathRow row) {
+ this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1891200 {
- get {
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
+ ImportDataSet ds = new ImportDataSet();
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
+ any1.MinOccurs = new decimal(0);
+ any1.MaxOccurs = decimal.MaxValue;
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any1);
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
+ any2.MinOccurs = new decimal(1);
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any2);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute1.Name = "namespace";
+ attribute1.FixedValue = ds.Namespace;
+ type.Attributes.Add(attribute1);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute2.Name = "tableTypeName";
+ attribute2.FixedValue = "tblGen2FatherFromGen1DeathDataTable";
+ type.Attributes.Add(attribute2);
+ type.Particle = sequence;
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
+ if (xs.Contains(dsSchema.TargetNamespace)) {
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.Y1891200Column]));
+ global::System.Xml.Schema.XmlSchema schema = null;
+ dsSchema.Write(s1);
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
+ s2.SetLength(0);
+ schema.Write(s2);
+ if ((s1.Length == s2.Length)) {
+ s1.Position = 0;
+ s2.Position = 0;
+ for (; ((s1.Position != s1.Length)
+ && (s1.ReadByte() == s2.ReadByte())); ) {
+ ;
+ }
+ if ((s1.Position == s1.Length)) {
+ return type;
+ }
+ }
+ }
}
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1891200\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
+ finally {
+ if ((s1 != null)) {
+ s1.Close();
+ }
+ if ((s2 != null)) {
+ s2.Close();
+ }
}
}
- set {
- this[this.tabletblGen2OutcomesHeight.Y1891200Column] = value;
- }
+ xs.Add(dsSchema);
+ return type;
}
+ }
+
+ ///
+ ///Represents the strongly named DataTable class.
+ ///
+ [global::System.Serializable()]
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
+ public partial class tblGen2ImplicitFatherDataTable : global::System.Data.TypedTableBase {
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y2207000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.Y2207000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y2207000\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.Y2207000Column] = value;
- }
- }
+ private global::System.Data.DataColumn columnC0000100;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y2207100 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.Y2207100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y2207100\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.Y2207100Column] = value;
- }
- }
+ private global::System.Data.DataColumn columnC0000200;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y2544700 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.Y2544700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y2544700\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.Y2544700Column] = value;
- }
- }
+ private global::System.Data.DataColumn columnC0005300;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y2544800 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesHeight.Y2544800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y2544800\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesHeight.Y2544800Column] = value;
- }
- }
+ private global::System.Data.DataColumn columnC0005400;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0000200Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C0000200Column);
- }
+ private global::System.Data.DataColumn columnC0005700;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0000200Null() {
- this[this.tabletblGen2OutcomesHeight.C0000200Column] = global::System.Convert.DBNull;
- }
+ private global::System.Data.DataColumn columnC0008100;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0005300Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C0005300Column);
- }
+ private global::System.Data.DataColumn columnC0008200;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0005300Null() {
- this[this.tabletblGen2OutcomesHeight.C0005300Column] = global::System.Convert.DBNull;
- }
+ private global::System.Data.DataColumn columnC0008300;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0005400Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C0005400Column);
- }
+ private global::System.Data.DataColumn columnC0008600;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0005400Null() {
- this[this.tabletblGen2OutcomesHeight.C0005400Column] = global::System.Convert.DBNull;
- }
+ private global::System.Data.DataColumn columnC0008700;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0005700Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C0005700Column);
- }
+ private global::System.Data.DataColumn columnC0008800;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0005700Null() {
- this[this.tabletblGen2OutcomesHeight.C0005700Column] = global::System.Convert.DBNull;
- }
+ private global::System.Data.DataColumn columnC0009100;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0577600Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C0577600Column);
- }
+ private global::System.Data.DataColumn columnC0009200;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0577600Null() {
- this[this.tabletblGen2OutcomesHeight.C0577600Column] = global::System.Convert.DBNull;
- }
+ private global::System.Data.DataColumn columnC0009300;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0606300Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C0606300Column);
- }
+ private global::System.Data.DataColumn columnC0009600;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0606300Null() {
- this[this.tabletblGen2OutcomesHeight.C0606300Column] = global::System.Convert.DBNull;
- }
+ private global::System.Data.DataColumn columnC0009700;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0606400Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C0606400Column);
- }
+ private global::System.Data.DataColumn columnC0009800;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0606400Null() {
- this[this.tabletblGen2OutcomesHeight.C0606400Column] = global::System.Convert.DBNull;
- }
+ private global::System.Data.DataColumn columnC0009900;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0826400Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C0826400Column);
- }
+ private global::System.Data.DataColumn columnC0010110;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0826400Null() {
- this[this.tabletblGen2OutcomesHeight.C0826400Column] = global::System.Convert.DBNull;
- }
+ private global::System.Data.DataColumn columnC0010200;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0826500Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C0826500Column);
- }
+ private global::System.Data.DataColumn columnC0010300;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0826500Null() {
- this[this.tabletblGen2OutcomesHeight.C0826500Column] = global::System.Convert.DBNull;
- }
+ private global::System.Data.DataColumn columnC0010400;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC1016700Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C1016700Column);
- }
+ private global::System.Data.DataColumn columnC0010700;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC1016700Null() {
- this[this.tabletblGen2OutcomesHeight.C1016700Column] = global::System.Convert.DBNull;
- }
+ private global::System.Data.DataColumn columnC0010800;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC1016800Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C1016800Column);
- }
+ private global::System.Data.DataColumn columnC0010900;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC1016800Null() {
- this[this.tabletblGen2OutcomesHeight.C1016800Column] = global::System.Convert.DBNull;
- }
+ private global::System.Data.DataColumn columnC0011110;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC1220200Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C1220200Column);
- }
+ private global::System.Data.DataColumn columnC0011111;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC1220200Null() {
- this[this.tabletblGen2OutcomesHeight.C1220200Column] = global::System.Convert.DBNull;
- }
+ private global::System.Data.DataColumn columnC0011112;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC1220300Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C1220300Column);
- }
+ private global::System.Data.DataColumn columnC0011113;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC1220300Null() {
- this[this.tabletblGen2OutcomesHeight.C1220300Column] = global::System.Convert.DBNull;
- }
+ private global::System.Data.DataColumn columnC0011114;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC1532700Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C1532700Column);
- }
+ private global::System.Data.DataColumn columnC0011117;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC1532700Null() {
- this[this.tabletblGen2OutcomesHeight.C1532700Column] = global::System.Convert.DBNull;
- }
+ private global::System.Data.DataColumn columnC0011118;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC1532800Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C1532800Column);
- }
+ private global::System.Data.DataColumn columnC0011119;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC1532800Null() {
- this[this.tabletblGen2OutcomesHeight.C1532800Column] = global::System.Convert.DBNull;
- }
+ private global::System.Data.DataColumn columnC0011122;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC1779300Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C1779300Column);
- }
+ private global::System.Data.DataColumn columnC0011123;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC1779300Null() {
- this[this.tabletblGen2OutcomesHeight.C1779300Column] = global::System.Convert.DBNull;
- }
+ private global::System.Data.DataColumn columnC0011124;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC1779400Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C1779400Column);
- }
+ private global::System.Data.DataColumn columnC0011127;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC1779400Null() {
- this[this.tabletblGen2OutcomesHeight.C1779400Column] = global::System.Convert.DBNull;
- }
+ private global::System.Data.DataColumn columnC0011128;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC2288500Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C2288500Column);
- }
+ private global::System.Data.DataColumn columnC0011129;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC2288500Null() {
- this[this.tabletblGen2OutcomesHeight.C2288500Column] = global::System.Convert.DBNull;
- }
+ private global::System.Data.DataColumn columnC0011132;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC2288600Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C2288600Column);
- }
+ private global::System.Data.DataColumn columnC0011133;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC2288600Null() {
- this[this.tabletblGen2OutcomesHeight.C2288600Column] = global::System.Convert.DBNull;
- }
+ private global::System.Data.DataColumn columnC0011134;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC2552300Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C2552300Column);
- }
+ private global::System.Data.DataColumn columnC0011137;
+
+ private global::System.Data.DataColumn columnC0011138;
+
+ private global::System.Data.DataColumn columnC0011139;
+
+ private global::System.Data.DataColumn columnC0011142;
+
+ private global::System.Data.DataColumn columnC0011143;
+
+ private global::System.Data.DataColumn columnC0011144;
+
+ private global::System.Data.DataColumn columnC3070500;
+
+ private global::System.Data.DataColumn columnC3423600;
+
+ private global::System.Data.DataColumn columnC3601100;
+
+ private global::System.Data.DataColumn columnC3601700;
+
+ private global::System.Data.DataColumn columnC3601800;
+
+ private global::System.Data.DataColumn columnC3601900;
+
+ private global::System.Data.DataColumn columnC3605900;
+
+ private global::System.Data.DataColumn columnC3981100;
+
+ private global::System.Data.DataColumn columnC3981700;
+
+ private global::System.Data.DataColumn columnC3981800;
+
+ private global::System.Data.DataColumn columnC3981900;
+
+ private global::System.Data.DataColumn columnC5156100;
+
+ private global::System.Data.DataColumn columnC5525500;
+
+ private global::System.Data.DataColumn columnC5525600;
+
+ private global::System.Data.DataColumn columnC5525700;
+
+ private global::System.Data.DataColumn columnC5733200;
+
+ private global::System.Data.DataColumn columnC5801800;
+
+ private global::System.Data.DataColumn columnC5801900;
+
+ private global::System.Data.DataColumn columnC5802000;
+
+ private global::System.Data.DataColumn columnC6006200;
+
+ private global::System.Data.DataColumn columnY0003200;
+
+ private global::System.Data.DataColumn columnY0007300;
+
+ private global::System.Data.DataColumn columnY0007400;
+
+ private global::System.Data.DataColumn columnY0007600;
+
+ private global::System.Data.DataColumn columnY0007601;
+
+ private global::System.Data.DataColumn columnY0008000;
+
+ private global::System.Data.DataColumn columnY0008500;
+
+ private global::System.Data.DataColumn columnY0008600;
+
+ private global::System.Data.DataColumn columnY0009400;
+
+ private global::System.Data.DataColumn columnY0394100;
+
+ private global::System.Data.DataColumn columnY0394300;
+
+ private global::System.Data.DataColumn columnY0394500;
+
+ private global::System.Data.DataColumn columnY0394501;
+
+ private global::System.Data.DataColumn columnY0394900;
+
+ private global::System.Data.DataColumn columnY0651000;
+
+ private global::System.Data.DataColumn columnY0682500;
+
+ private global::System.Data.DataColumn columnY0683800;
+
+ private global::System.Data.DataColumn columnY0683900;
+
+ private global::System.Data.DataColumn columnY0684100;
+
+ private global::System.Data.DataColumn columnY0684101;
+
+ private global::System.Data.DataColumn columnY0684500;
+
+ private global::System.Data.DataColumn columnY0947100;
+
+ private global::System.Data.DataColumn columnY0986200;
+
+ private global::System.Data.DataColumn columnY0986700;
+
+ private global::System.Data.DataColumn columnY0988800;
+
+ private global::System.Data.DataColumn columnY0988900;
+
+ private global::System.Data.DataColumn columnY0989400;
+
+ private global::System.Data.DataColumn columnY0989401;
+
+ private global::System.Data.DataColumn columnY0989900;
+
+ private global::System.Data.DataColumn columnY1229100;
+
+ private global::System.Data.DataColumn columnY1229200;
+
+ private global::System.Data.DataColumn columnY1229700;
+
+ private global::System.Data.DataColumn columnY1229701;
+
+ private global::System.Data.DataColumn columnY1264300;
+
+ private global::System.Data.DataColumn columnY1265300;
+
+ private global::System.Data.DataColumn columnY1458900;
+
+ private global::System.Data.DataColumn columnY1459400;
+
+ private global::System.Data.DataColumn columnY1459401;
+
+ private global::System.Data.DataColumn columnY1629500;
+
+ private global::System.Data.DataColumn columnY1704000;
+
+ private global::System.Data.DataColumn columnY1704500;
+
+ private global::System.Data.DataColumn columnY1704501;
+
+ private global::System.Data.DataColumn columnY1707300;
+
+ private global::System.Data.DataColumn columnY1883300;
+
+ private global::System.Data.DataColumn columnY1989500;
+
+ private global::System.Data.DataColumn columnY1990000;
+
+ private global::System.Data.DataColumn columnY1990001;
+
+ private global::System.Data.DataColumn columnY1992900;
+
+ private global::System.Data.DataColumn columnY2197500;
+
+ private global::System.Data.DataColumn columnY2308300;
+
+ private global::System.Data.DataColumn columnY2308800;
+
+ private global::System.Data.DataColumn columnY2308801;
+
+ private global::System.Data.DataColumn columnY2311700;
+
+ private global::System.Data.DataColumn columnY2531800;
+
+ private global::System.Data.DataColumn columnY2641000;
+
+ private global::System.Data.DataColumn columnY2641500;
+
+ private global::System.Data.DataColumn columnY2641501;
+
+ private global::System.Data.DataColumn columnY2644400;
+
+ private global::System.Data.DataColumn columnY2880000;
+
+ private global::System.Data.DataColumn columnY2998200;
+
+ private global::System.Data.DataColumn columnY2998700;
+
+ private global::System.Data.DataColumn columnY2998701;
+
+ private global::System.Data.DataColumn columnY3001600;
+
+ private global::System.Data.DataColumn columnY3249900;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC2552300Null() {
- this[this.tabletblGen2OutcomesHeight.C2552300Column] = global::System.Convert.DBNull;
+ public tblGen2ImplicitFatherDataTable() {
+ this.TableName = "tblGen2ImplicitFather";
+ this.BeginInit();
+ this.InitClass();
+ this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC2820900Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C2820900Column);
+ internal tblGen2ImplicitFatherDataTable(global::System.Data.DataTable table) {
+ this.TableName = table.TableName;
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
+ this.CaseSensitive = table.CaseSensitive;
+ }
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
+ this.Locale = table.Locale;
+ }
+ if ((table.Namespace != table.DataSet.Namespace)) {
+ this.Namespace = table.Namespace;
+ }
+ this.Prefix = table.Prefix;
+ this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC2820900Null() {
- this[this.tabletblGen2OutcomesHeight.C2820900Column] = global::System.Convert.DBNull;
+ protected tblGen2ImplicitFatherDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ base(info, context) {
+ this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC3130400Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C3130400Column);
+ public global::System.Data.DataColumn C0000100Column {
+ get {
+ return this.columnC0000100;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC3130400Null() {
- this[this.tabletblGen2OutcomesHeight.C3130400Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn C0000200Column {
+ get {
+ return this.columnC0000200;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC3553400Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C3553400Column);
+ public global::System.Data.DataColumn C0005300Column {
+ get {
+ return this.columnC0005300;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC3553400Null() {
- this[this.tabletblGen2OutcomesHeight.C3553400Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn C0005400Column {
+ get {
+ return this.columnC0005400;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC3634500Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C3634500Column);
+ public global::System.Data.DataColumn C0005700Column {
+ get {
+ return this.columnC0005700;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC3634500Null() {
- this[this.tabletblGen2OutcomesHeight.C3634500Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn C0008100Column {
+ get {
+ return this.columnC0008100;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC3898000Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C3898000Column);
+ public global::System.Data.DataColumn C0008200Column {
+ get {
+ return this.columnC0008200;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC3898000Null() {
- this[this.tabletblGen2OutcomesHeight.C3898000Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn C0008300Column {
+ get {
+ return this.columnC0008300;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC4013000Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C4013000Column);
+ public global::System.Data.DataColumn C0008600Column {
+ get {
+ return this.columnC0008600;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC4013000Null() {
- this[this.tabletblGen2OutcomesHeight.C4013000Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn C0008700Column {
+ get {
+ return this.columnC0008700;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC5147900Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.C5147900Column);
+ public global::System.Data.DataColumn C0008800Column {
+ get {
+ return this.columnC0008800;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC5147900Null() {
- this[this.tabletblGen2OutcomesHeight.C5147900Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn C0009100Column {
+ get {
+ return this.columnC0009100;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0308300Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.Y0308300Column);
+ public global::System.Data.DataColumn C0009200Column {
+ get {
+ return this.columnC0009200;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0308300Null() {
- this[this.tabletblGen2OutcomesHeight.Y0308300Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn C0009300Column {
+ get {
+ return this.columnC0009300;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0308400Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.Y0308400Column);
+ public global::System.Data.DataColumn C0009600Column {
+ get {
+ return this.columnC0009600;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0308400Null() {
- this[this.tabletblGen2OutcomesHeight.Y0308400Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn C0009700Column {
+ get {
+ return this.columnC0009700;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0609600Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.Y0609600Column);
+ public global::System.Data.DataColumn C0009800Column {
+ get {
+ return this.columnC0009800;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0609600Null() {
- this[this.tabletblGen2OutcomesHeight.Y0609600Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn C0009900Column {
+ get {
+ return this.columnC0009900;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0609700Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.Y0609700Column);
+ public global::System.Data.DataColumn C0010110Column {
+ get {
+ return this.columnC0010110;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0609700Null() {
- this[this.tabletblGen2OutcomesHeight.Y0609700Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn C0010200Column {
+ get {
+ return this.columnC0010200;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0903900Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.Y0903900Column);
+ public global::System.Data.DataColumn C0010300Column {
+ get {
+ return this.columnC0010300;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0903900Null() {
- this[this.tabletblGen2OutcomesHeight.Y0903900Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn C0010400Column {
+ get {
+ return this.columnC0010400;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0904000Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.Y0904000Column);
+ public global::System.Data.DataColumn C0010700Column {
+ get {
+ return this.columnC0010700;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0904000Null() {
- this[this.tabletblGen2OutcomesHeight.Y0904000Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn C0010800Column {
+ get {
+ return this.columnC0010800;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1150800Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.Y1150800Column);
+ public global::System.Data.DataColumn C0010900Column {
+ get {
+ return this.columnC0010900;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1150800Null() {
- this[this.tabletblGen2OutcomesHeight.Y1150800Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn C0011110Column {
+ get {
+ return this.columnC0011110;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1150900Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.Y1150900Column);
+ public global::System.Data.DataColumn C0011111Column {
+ get {
+ return this.columnC0011111;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1150900Null() {
- this[this.tabletblGen2OutcomesHeight.Y1150900Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn C0011112Column {
+ get {
+ return this.columnC0011112;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1385800Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.Y1385800Column);
+ public global::System.Data.DataColumn C0011113Column {
+ get {
+ return this.columnC0011113;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1385800Null() {
- this[this.tabletblGen2OutcomesHeight.Y1385800Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn C0011114Column {
+ get {
+ return this.columnC0011114;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1385900Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.Y1385900Column);
+ public global::System.Data.DataColumn C0011117Column {
+ get {
+ return this.columnC0011117;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1385900Null() {
- this[this.tabletblGen2OutcomesHeight.Y1385900Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn C0011118Column {
+ get {
+ return this.columnC0011118;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1637500Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.Y1637500Column);
+ public global::System.Data.DataColumn C0011119Column {
+ get {
+ return this.columnC0011119;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1637500Null() {
- this[this.tabletblGen2OutcomesHeight.Y1637500Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn C0011122Column {
+ get {
+ return this.columnC0011122;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1637600Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.Y1637600Column);
+ public global::System.Data.DataColumn C0011123Column {
+ get {
+ return this.columnC0011123;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1637600Null() {
- this[this.tabletblGen2OutcomesHeight.Y1637600Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn C0011124Column {
+ get {
+ return this.columnC0011124;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1891100Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.Y1891100Column);
+ public global::System.Data.DataColumn C0011127Column {
+ get {
+ return this.columnC0011127;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1891100Null() {
- this[this.tabletblGen2OutcomesHeight.Y1891100Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn C0011128Column {
+ get {
+ return this.columnC0011128;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1891200Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.Y1891200Column);
+ public global::System.Data.DataColumn C0011129Column {
+ get {
+ return this.columnC0011129;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1891200Null() {
- this[this.tabletblGen2OutcomesHeight.Y1891200Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn C0011132Column {
+ get {
+ return this.columnC0011132;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY2207000Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.Y2207000Column);
+ public global::System.Data.DataColumn C0011133Column {
+ get {
+ return this.columnC0011133;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY2207000Null() {
- this[this.tabletblGen2OutcomesHeight.Y2207000Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn C0011134Column {
+ get {
+ return this.columnC0011134;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY2207100Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.Y2207100Column);
+ public global::System.Data.DataColumn C0011137Column {
+ get {
+ return this.columnC0011137;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY2207100Null() {
- this[this.tabletblGen2OutcomesHeight.Y2207100Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn C0011138Column {
+ get {
+ return this.columnC0011138;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY2544700Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.Y2544700Column);
+ public global::System.Data.DataColumn C0011139Column {
+ get {
+ return this.columnC0011139;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY2544700Null() {
- this[this.tabletblGen2OutcomesHeight.Y2544700Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn C0011142Column {
+ get {
+ return this.columnC0011142;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY2544800Null() {
- return this.IsNull(this.tabletblGen2OutcomesHeight.Y2544800Column);
+ public global::System.Data.DataColumn C0011143Column {
+ get {
+ return this.columnC0011143;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY2544800Null() {
- this[this.tabletblGen2OutcomesHeight.Y2544800Column] = global::System.Convert.DBNull;
+ public global::System.Data.DataColumn C0011144Column {
+ get {
+ return this.columnC0011144;
+ }
}
- }
-
- ///
- ///Represents strongly named DataRow class.
- ///
- public partial class tblGen1ExplicitRow : global::System.Data.DataRow {
-
- private tblGen1ExplicitDataTable tabletblGen1Explicit;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblGen1ExplicitRow(global::System.Data.DataRowBuilder rb) :
- base(rb) {
- this.tabletblGen1Explicit = ((tblGen1ExplicitDataTable)(this.Table));
+ public global::System.Data.DataColumn C3070500Column {
+ get {
+ return this.columnC3070500;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0000100 {
+ public global::System.Data.DataColumn C3423600Column {
get {
- return ((int)(this[this.tabletblGen1Explicit.R0000100Column]));
- }
- set {
- this[this.tabletblGen1Explicit.R0000100Column] = value;
+ return this.columnC3423600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0000149 {
+ public global::System.Data.DataColumn C3601100Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R0000149Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0000149\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R0000149Column] = value;
+ return this.columnC3601100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0000150 {
+ public global::System.Data.DataColumn C3601700Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R0000150Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0000150\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R0000150Column] = value;
+ return this.columnC3601700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0000151 {
+ public global::System.Data.DataColumn C3601800Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R0000151Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0000151\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R0000151Column] = value;
+ return this.columnC3601800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0000152 {
+ public global::System.Data.DataColumn C3601900Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R0000152Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0000152\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R0000152Column] = value;
+ return this.columnC3601900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0000153 {
+ public global::System.Data.DataColumn C3605900Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R0000153Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0000153\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R0000153Column] = value;
+ return this.columnC3605900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0000154 {
+ public global::System.Data.DataColumn C3981100Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R0000154Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0000154\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R0000154Column] = value;
+ return this.columnC3981100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0000155 {
+ public global::System.Data.DataColumn C3981700Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R0000155Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0000155\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R0000155Column] = value;
+ return this.columnC3981700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0000156 {
+ public global::System.Data.DataColumn C3981800Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R0000156Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0000156\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R0000156Column] = value;
+ return this.columnC3981800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0000157 {
+ public global::System.Data.DataColumn C3981900Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R0000157Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0000157\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R0000157Column] = value;
+ return this.columnC3981900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0000158 {
+ public global::System.Data.DataColumn C5156100Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R0000158Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0000158\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R0000158Column] = value;
+ return this.columnC5156100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0000159 {
+ public global::System.Data.DataColumn C5525500Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R0000159Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0000159\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R0000159Column] = value;
+ return this.columnC5525500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0000162 {
+ public global::System.Data.DataColumn C5525600Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R0000162Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0000162\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R0000162Column] = value;
+ return this.columnC5525600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0000163 {
+ public global::System.Data.DataColumn C5525700Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R0000163Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0000163\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R0000163Column] = value;
+ return this.columnC5525700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0000164 {
+ public global::System.Data.DataColumn C5733200Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R0000164Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0000164\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R0000164Column] = value;
+ return this.columnC5733200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0000165 {
+ public global::System.Data.DataColumn C5801800Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R0000165Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0000165\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R0000165Column] = value;
+ return this.columnC5801800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0000166 {
+ public global::System.Data.DataColumn C5801900Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R0000166Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0000166\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R0000166Column] = value;
+ return this.columnC5801900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0214700 {
+ public global::System.Data.DataColumn C5802000Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R0214700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0214700\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R0214700Column] = value;
+ return this.columnC5802000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0214800 {
+ public global::System.Data.DataColumn C6006200Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R0214800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0214800\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R0214800Column] = value;
+ return this.columnC6006200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4125101 {
+ public global::System.Data.DataColumn Y0003200Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4125101Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4125101\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4125101Column] = value;
+ return this.columnY0003200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4125801 {
+ public global::System.Data.DataColumn Y0007300Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4125801Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4125801\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4125801Column] = value;
+ return this.columnY0007300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4126501 {
+ public global::System.Data.DataColumn Y0007400Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4126501Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4126501\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4126501Column] = value;
+ return this.columnY0007400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4127201 {
+ public global::System.Data.DataColumn Y0007600Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4127201Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4127201\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4127201Column] = value;
+ return this.columnY0007600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4127901 {
+ public global::System.Data.DataColumn Y0007601Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4127901Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4127901\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4127901Column] = value;
+ return this.columnY0007601;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4128601 {
+ public global::System.Data.DataColumn Y0008000Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4128601Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4128601\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4128601Column] = value;
+ return this.columnY0008000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4129301 {
+ public global::System.Data.DataColumn Y0008500Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4129301Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4129301\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4129301Column] = value;
+ return this.columnY0008500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4130001 {
+ public global::System.Data.DataColumn Y0008600Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4130001Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4130001\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4130001Column] = value;
+ return this.columnY0008600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4130701 {
+ public global::System.Data.DataColumn Y0009400Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4130701Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4130701\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4130701Column] = value;
+ return this.columnY0009400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4131401 {
+ public global::System.Data.DataColumn Y0394100Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4131401Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4131401\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4131401Column] = value;
+ return this.columnY0394100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4132101 {
+ public global::System.Data.DataColumn Y0394300Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4132101Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4132101\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4132101Column] = value;
+ return this.columnY0394300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4132801 {
+ public global::System.Data.DataColumn Y0394500Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4132801Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4132801\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4132801Column] = value;
+ return this.columnY0394500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4133701 {
+ public global::System.Data.DataColumn Y0394501Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4133701Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4133701\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4133701Column] = value;
+ return this.columnY0394501;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4521500 {
+ public global::System.Data.DataColumn Y0394900Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4521500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4521500\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4521500Column] = value;
+ return this.columnY0394900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4521700 {
+ public global::System.Data.DataColumn Y0651000Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4521700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4521700\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4521700Column] = value;
+ return this.columnY0651000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4521800 {
+ public global::System.Data.DataColumn Y0682500Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4521800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4521800\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4521800Column] = value;
+ return this.columnY0682500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4521900 {
+ public global::System.Data.DataColumn Y0683800Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4521900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4521900\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4521900Column] = value;
+ return this.columnY0683800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4522000 {
+ public global::System.Data.DataColumn Y0683900Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4522000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4522000\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4522000Column] = value;
+ return this.columnY0683900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4522100 {
+ public global::System.Data.DataColumn Y0684100Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4522100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4522100\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4522100Column] = value;
+ return this.columnY0684100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4522200 {
+ public global::System.Data.DataColumn Y0684101Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4522200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4522200\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4522200Column] = value;
+ return this.columnY0684101;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4522300 {
+ public global::System.Data.DataColumn Y0684500Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4522300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4522300\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4522300Column] = value;
+ return this.columnY0684500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4522400 {
+ public global::System.Data.DataColumn Y0947100Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4522400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4522400\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4522400Column] = value;
+ return this.columnY0947100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4522500 {
+ public global::System.Data.DataColumn Y0986200Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4522500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4522500\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4522500Column] = value;
+ return this.columnY0986200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4522600 {
+ public global::System.Data.DataColumn Y0986700Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4522600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4522600\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4522600Column] = value;
+ return this.columnY0986700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4522700 {
+ public global::System.Data.DataColumn Y0988800Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4522700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4522700\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4522700Column] = value;
+ return this.columnY0988800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4522800 {
+ public global::System.Data.DataColumn Y0988900Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.R4522800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4522800\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.R4522800Column] = value;
+ return this.columnY0988900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0002000 {
+ public global::System.Data.DataColumn Y0989400Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0002000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0002000\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
+ return this.columnY0989400;
}
- set {
- this[this.tabletblGen1Explicit.T0002000Column] = value;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public global::System.Data.DataColumn Y0989401Column {
+ get {
+ return this.columnY0989401;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0002100 {
+ public global::System.Data.DataColumn Y0989900Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0002100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0002100\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T0002100Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0002200 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0002200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0002200\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T0002200Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0002300 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0002300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0002300\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T0002300Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0002400 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0002400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0002400\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T0002400Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0002500 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0002500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0002500\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T0002500Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0002600 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0002600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0002600\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T0002600Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0002700 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0002700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0002700\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T0002700Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0002800 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0002800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0002800\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T0002800Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0002900 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0002900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0002900\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T0002900Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0003000 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0003000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0003000\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T0003000Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0003100 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0003100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0003100\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T0003100Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0003200 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0003200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0003200\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T0003200Column] = value;
+ return this.columnY0989900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0003300 {
+ public global::System.Data.DataColumn Y1229100Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0003300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0003300\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T0003300Column] = value;
+ return this.columnY1229100;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0003400 {
+ public global::System.Data.DataColumn Y1229200Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0003400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0003400\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T0003400Column] = value;
+ return this.columnY1229200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0003500 {
+ public global::System.Data.DataColumn Y1229700Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0003500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0003500\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T0003500Column] = value;
+ return this.columnY1229700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0003600 {
+ public global::System.Data.DataColumn Y1229701Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0003600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0003600\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T0003600Column] = value;
+ return this.columnY1229701;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0003700 {
+ public global::System.Data.DataColumn Y1264300Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0003700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0003700\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T0003700Column] = value;
+ return this.columnY1264300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0003800 {
+ public global::System.Data.DataColumn Y1265300Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0003800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0003800\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T0003800Column] = value;
+ return this.columnY1265300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0003900 {
+ public global::System.Data.DataColumn Y1458900Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0003900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0003900\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T0003900Column] = value;
+ return this.columnY1458900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0004000 {
+ public global::System.Data.DataColumn Y1459400Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0004000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0004000\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T0004000Column] = value;
+ return this.columnY1459400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0004100 {
+ public global::System.Data.DataColumn Y1459401Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0004100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0004100\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T0004100Column] = value;
+ return this.columnY1459401;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0004200 {
+ public global::System.Data.DataColumn Y1629500Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0004200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0004200\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T0004200Column] = value;
+ return this.columnY1629500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0004300 {
+ public global::System.Data.DataColumn Y1704000Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0004300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0004300\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T0004300Column] = value;
+ return this.columnY1704000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0004400 {
+ public global::System.Data.DataColumn Y1704500Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0004400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0004400\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T0004400Column] = value;
+ return this.columnY1704500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0004500 {
+ public global::System.Data.DataColumn Y1704501Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T0004500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0004500\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T0004500Column] = value;
+ return this.columnY1704501;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2261500 {
+ public global::System.Data.DataColumn Y1707300Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T2261500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2261500\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T2261500Column] = value;
+ return this.columnY1707300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2261600 {
+ public global::System.Data.DataColumn Y1883300Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T2261600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2261600\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T2261600Column] = value;
+ return this.columnY1883300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2261700 {
+ public global::System.Data.DataColumn Y1989500Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T2261700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2261700\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T2261700Column] = value;
+ return this.columnY1989500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2261800 {
+ public global::System.Data.DataColumn Y1990000Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T2261800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2261800\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T2261800Column] = value;
+ return this.columnY1990000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2261900 {
+ public global::System.Data.DataColumn Y1990001Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T2261900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2261900\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T2261900Column] = value;
+ return this.columnY1990001;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2262000 {
+ public global::System.Data.DataColumn Y1992900Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T2262000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2262000\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T2262000Column] = value;
+ return this.columnY1992900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2262100 {
+ public global::System.Data.DataColumn Y2197500Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T2262100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2262100\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T2262100Column] = value;
+ return this.columnY2197500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2262200 {
+ public global::System.Data.DataColumn Y2308300Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T2262200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2262200\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T2262200Column] = value;
+ return this.columnY2308300;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2262300 {
+ public global::System.Data.DataColumn Y2308800Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T2262300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2262300\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T2262300Column] = value;
+ return this.columnY2308800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2262400 {
+ public global::System.Data.DataColumn Y2308801Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T2262400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2262400\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T2262400Column] = value;
+ return this.columnY2308801;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2262500 {
+ public global::System.Data.DataColumn Y2311700Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T2262500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2262500\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T2262500Column] = value;
+ return this.columnY2311700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2262600 {
+ public global::System.Data.DataColumn Y2531800Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T2262600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2262600\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T2262600Column] = value;
+ return this.columnY2531800;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2262700 {
+ public global::System.Data.DataColumn Y2641000Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T2262700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2262700\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T2262700Column] = value;
+ return this.columnY2641000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2262800 {
+ public global::System.Data.DataColumn Y2641500Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T2262800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2262800\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T2262800Column] = value;
+ return this.columnY2641500;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2262900 {
+ public global::System.Data.DataColumn Y2641501Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T2262900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2262900\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T2262900Column] = value;
+ return this.columnY2641501;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2263000 {
+ public global::System.Data.DataColumn Y2644400Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T2263000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2263000\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T2263000Column] = value;
+ return this.columnY2644400;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2263100 {
+ public global::System.Data.DataColumn Y2880000Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T2263100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2263100\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T2263100Column] = value;
+ return this.columnY2880000;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2263200 {
+ public global::System.Data.DataColumn Y2998200Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T2263200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2263200\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T2263200Column] = value;
+ return this.columnY2998200;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2263300 {
+ public global::System.Data.DataColumn Y2998700Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T2263300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2263300\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T2263300Column] = value;
+ return this.columnY2998700;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2263400 {
+ public global::System.Data.DataColumn Y2998701Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T2263400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2263400\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T2263400Column] = value;
+ return this.columnY2998701;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2263500 {
+ public global::System.Data.DataColumn Y3001600Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T2263500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2263500\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T2263500Column] = value;
+ return this.columnY3001600;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2263600 {
+ public global::System.Data.DataColumn Y3249900Column {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T2263600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2263600\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T2263600Column] = value;
+ return this.columnY3249900;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2263700 {
+ [global::System.ComponentModel.Browsable(false)]
+ public int Count {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T2263700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2263700\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T2263700Column] = value;
+ return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2263800 {
+ public tblGen2ImplicitFatherRow this[int index] {
get {
- try {
- return ((int)(this[this.tabletblGen1Explicit.T2263800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2263800\' in table \'tblGen1Explicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Explicit.T2263800Column] = value;
+ return ((tblGen2ImplicitFatherRow)(this.Rows[index]));
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0000149Null() {
- return this.IsNull(this.tabletblGen1Explicit.R0000149Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0000149Null() {
- this[this.tabletblGen1Explicit.R0000149Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0000150Null() {
- return this.IsNull(this.tabletblGen1Explicit.R0000150Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0000150Null() {
- this[this.tabletblGen1Explicit.R0000150Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0000151Null() {
- return this.IsNull(this.tabletblGen1Explicit.R0000151Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0000151Null() {
- this[this.tabletblGen1Explicit.R0000151Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0000152Null() {
- return this.IsNull(this.tabletblGen1Explicit.R0000152Column);
- }
+ public event tblGen2ImplicitFatherRowChangeEventHandler tblGen2ImplicitFatherRowChanging;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0000152Null() {
- this[this.tabletblGen1Explicit.R0000152Column] = global::System.Convert.DBNull;
- }
+ public event tblGen2ImplicitFatherRowChangeEventHandler tblGen2ImplicitFatherRowChanged;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0000153Null() {
- return this.IsNull(this.tabletblGen1Explicit.R0000153Column);
- }
+ public event tblGen2ImplicitFatherRowChangeEventHandler tblGen2ImplicitFatherRowDeleting;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0000153Null() {
- this[this.tabletblGen1Explicit.R0000153Column] = global::System.Convert.DBNull;
- }
+ public event tblGen2ImplicitFatherRowChangeEventHandler tblGen2ImplicitFatherRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0000154Null() {
- return this.IsNull(this.tabletblGen1Explicit.R0000154Column);
+ public void AddtblGen2ImplicitFatherRow(tblGen2ImplicitFatherRow row) {
+ this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0000154Null() {
- this[this.tabletblGen1Explicit.R0000154Column] = global::System.Convert.DBNull;
+ public tblGen2ImplicitFatherRow AddtblGen2ImplicitFatherRow(
+ int C0000100,
+ int C0000200,
+ int C0005300,
+ int C0005400,
+ int C0005700,
+ int C0008100,
+ int C0008200,
+ int C0008300,
+ int C0008600,
+ int C0008700,
+ int C0008800,
+ int C0009100,
+ int C0009200,
+ int C0009300,
+ int C0009600,
+ int C0009700,
+ int C0009800,
+ int C0009900,
+ int C0010110,
+ int C0010200,
+ int C0010300,
+ int C0010400,
+ int C0010700,
+ int C0010800,
+ int C0010900,
+ int C0011110,
+ int C0011111,
+ int C0011112,
+ int C0011113,
+ int C0011114,
+ int C0011117,
+ int C0011118,
+ int C0011119,
+ int C0011122,
+ int C0011123,
+ int C0011124,
+ int C0011127,
+ int C0011128,
+ int C0011129,
+ int C0011132,
+ int C0011133,
+ int C0011134,
+ int C0011137,
+ int C0011138,
+ int C0011139,
+ int C0011142,
+ int C0011143,
+ int C0011144,
+ int C3070500,
+ int C3423600,
+ int C3601100,
+ int C3601700,
+ int C3601800,
+ int C3601900,
+ int C3605900,
+ int C3981100,
+ int C3981700,
+ int C3981800,
+ int C3981900,
+ int C5156100,
+ int C5525500,
+ int C5525600,
+ int C5525700,
+ int C5733200,
+ int C5801800,
+ int C5801900,
+ int C5802000,
+ int C6006200,
+ int Y0003200,
+ int Y0007300,
+ int Y0007400,
+ int Y0007600,
+ int Y0007601,
+ int Y0008000,
+ int Y0008500,
+ int Y0008600,
+ int Y0009400,
+ int Y0394100,
+ int Y0394300,
+ int Y0394500,
+ int Y0394501,
+ int Y0394900,
+ int Y0651000,
+ int Y0682500,
+ int Y0683800,
+ int Y0683900,
+ int Y0684100,
+ int Y0684101,
+ int Y0684500,
+ int Y0947100,
+ int Y0986200,
+ int Y0986700,
+ int Y0988800,
+ int Y0988900,
+ int Y0989400,
+ int Y0989401,
+ int Y0989900,
+ int Y1229100,
+ int Y1229200,
+ int Y1229700,
+ int Y1229701,
+ int Y1264300,
+ int Y1265300,
+ int Y1458900,
+ int Y1459400,
+ int Y1459401,
+ int Y1629500,
+ int Y1704000,
+ int Y1704500,
+ int Y1704501,
+ int Y1707300,
+ int Y1883300,
+ int Y1989500,
+ int Y1990000,
+ int Y1990001,
+ int Y1992900,
+ int Y2197500,
+ int Y2308300,
+ int Y2308800,
+ int Y2308801,
+ int Y2311700,
+ int Y2531800,
+ int Y2641000,
+ int Y2641500,
+ int Y2641501,
+ int Y2644400,
+ int Y2880000,
+ int Y2998200,
+ int Y2998700,
+ int Y2998701,
+ int Y3001600,
+ int Y3249900) {
+ tblGen2ImplicitFatherRow rowtblGen2ImplicitFatherRow = ((tblGen2ImplicitFatherRow)(this.NewRow()));
+ object[] columnValuesArray = new object[] {
+ C0000100,
+ C0000200,
+ C0005300,
+ C0005400,
+ C0005700,
+ C0008100,
+ C0008200,
+ C0008300,
+ C0008600,
+ C0008700,
+ C0008800,
+ C0009100,
+ C0009200,
+ C0009300,
+ C0009600,
+ C0009700,
+ C0009800,
+ C0009900,
+ C0010110,
+ C0010200,
+ C0010300,
+ C0010400,
+ C0010700,
+ C0010800,
+ C0010900,
+ C0011110,
+ C0011111,
+ C0011112,
+ C0011113,
+ C0011114,
+ C0011117,
+ C0011118,
+ C0011119,
+ C0011122,
+ C0011123,
+ C0011124,
+ C0011127,
+ C0011128,
+ C0011129,
+ C0011132,
+ C0011133,
+ C0011134,
+ C0011137,
+ C0011138,
+ C0011139,
+ C0011142,
+ C0011143,
+ C0011144,
+ C3070500,
+ C3423600,
+ C3601100,
+ C3601700,
+ C3601800,
+ C3601900,
+ C3605900,
+ C3981100,
+ C3981700,
+ C3981800,
+ C3981900,
+ C5156100,
+ C5525500,
+ C5525600,
+ C5525700,
+ C5733200,
+ C5801800,
+ C5801900,
+ C5802000,
+ C6006200,
+ Y0003200,
+ Y0007300,
+ Y0007400,
+ Y0007600,
+ Y0007601,
+ Y0008000,
+ Y0008500,
+ Y0008600,
+ Y0009400,
+ Y0394100,
+ Y0394300,
+ Y0394500,
+ Y0394501,
+ Y0394900,
+ Y0651000,
+ Y0682500,
+ Y0683800,
+ Y0683900,
+ Y0684100,
+ Y0684101,
+ Y0684500,
+ Y0947100,
+ Y0986200,
+ Y0986700,
+ Y0988800,
+ Y0988900,
+ Y0989400,
+ Y0989401,
+ Y0989900,
+ Y1229100,
+ Y1229200,
+ Y1229700,
+ Y1229701,
+ Y1264300,
+ Y1265300,
+ Y1458900,
+ Y1459400,
+ Y1459401,
+ Y1629500,
+ Y1704000,
+ Y1704500,
+ Y1704501,
+ Y1707300,
+ Y1883300,
+ Y1989500,
+ Y1990000,
+ Y1990001,
+ Y1992900,
+ Y2197500,
+ Y2308300,
+ Y2308800,
+ Y2308801,
+ Y2311700,
+ Y2531800,
+ Y2641000,
+ Y2641500,
+ Y2641501,
+ Y2644400,
+ Y2880000,
+ Y2998200,
+ Y2998700,
+ Y2998701,
+ Y3001600,
+ Y3249900};
+ rowtblGen2ImplicitFatherRow.ItemArray = columnValuesArray;
+ this.Rows.Add(rowtblGen2ImplicitFatherRow);
+ return rowtblGen2ImplicitFatherRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0000155Null() {
- return this.IsNull(this.tabletblGen1Explicit.R0000155Column);
+ public tblGen2ImplicitFatherRow FindByC0000100(int C0000100) {
+ return ((tblGen2ImplicitFatherRow)(this.Rows.Find(new object[] {
+ C0000100})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0000155Null() {
- this[this.tabletblGen1Explicit.R0000155Column] = global::System.Convert.DBNull;
+ public override global::System.Data.DataTable Clone() {
+ tblGen2ImplicitFatherDataTable cln = ((tblGen2ImplicitFatherDataTable)(base.Clone()));
+ cln.InitVars();
+ return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0000156Null() {
- return this.IsNull(this.tabletblGen1Explicit.R0000156Column);
+ protected override global::System.Data.DataTable CreateInstance() {
+ return new tblGen2ImplicitFatherDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0000156Null() {
- this[this.tabletblGen1Explicit.R0000156Column] = global::System.Convert.DBNull;
+ internal void InitVars() {
+ this.columnC0000100 = base.Columns["C0000100"];
+ this.columnC0000200 = base.Columns["C0000200"];
+ this.columnC0005300 = base.Columns["C0005300"];
+ this.columnC0005400 = base.Columns["C0005400"];
+ this.columnC0005700 = base.Columns["C0005700"];
+ this.columnC0008100 = base.Columns["C0008100"];
+ this.columnC0008200 = base.Columns["C0008200"];
+ this.columnC0008300 = base.Columns["C0008300"];
+ this.columnC0008600 = base.Columns["C0008600"];
+ this.columnC0008700 = base.Columns["C0008700"];
+ this.columnC0008800 = base.Columns["C0008800"];
+ this.columnC0009100 = base.Columns["C0009100"];
+ this.columnC0009200 = base.Columns["C0009200"];
+ this.columnC0009300 = base.Columns["C0009300"];
+ this.columnC0009600 = base.Columns["C0009600"];
+ this.columnC0009700 = base.Columns["C0009700"];
+ this.columnC0009800 = base.Columns["C0009800"];
+ this.columnC0009900 = base.Columns["C0009900"];
+ this.columnC0010110 = base.Columns["C0010110"];
+ this.columnC0010200 = base.Columns["C0010200"];
+ this.columnC0010300 = base.Columns["C0010300"];
+ this.columnC0010400 = base.Columns["C0010400"];
+ this.columnC0010700 = base.Columns["C0010700"];
+ this.columnC0010800 = base.Columns["C0010800"];
+ this.columnC0010900 = base.Columns["C0010900"];
+ this.columnC0011110 = base.Columns["C0011110"];
+ this.columnC0011111 = base.Columns["C0011111"];
+ this.columnC0011112 = base.Columns["C0011112"];
+ this.columnC0011113 = base.Columns["C0011113"];
+ this.columnC0011114 = base.Columns["C0011114"];
+ this.columnC0011117 = base.Columns["C0011117"];
+ this.columnC0011118 = base.Columns["C0011118"];
+ this.columnC0011119 = base.Columns["C0011119"];
+ this.columnC0011122 = base.Columns["C0011122"];
+ this.columnC0011123 = base.Columns["C0011123"];
+ this.columnC0011124 = base.Columns["C0011124"];
+ this.columnC0011127 = base.Columns["C0011127"];
+ this.columnC0011128 = base.Columns["C0011128"];
+ this.columnC0011129 = base.Columns["C0011129"];
+ this.columnC0011132 = base.Columns["C0011132"];
+ this.columnC0011133 = base.Columns["C0011133"];
+ this.columnC0011134 = base.Columns["C0011134"];
+ this.columnC0011137 = base.Columns["C0011137"];
+ this.columnC0011138 = base.Columns["C0011138"];
+ this.columnC0011139 = base.Columns["C0011139"];
+ this.columnC0011142 = base.Columns["C0011142"];
+ this.columnC0011143 = base.Columns["C0011143"];
+ this.columnC0011144 = base.Columns["C0011144"];
+ this.columnC3070500 = base.Columns["C3070500"];
+ this.columnC3423600 = base.Columns["C3423600"];
+ this.columnC3601100 = base.Columns["C3601100"];
+ this.columnC3601700 = base.Columns["C3601700"];
+ this.columnC3601800 = base.Columns["C3601800"];
+ this.columnC3601900 = base.Columns["C3601900"];
+ this.columnC3605900 = base.Columns["C3605900"];
+ this.columnC3981100 = base.Columns["C3981100"];
+ this.columnC3981700 = base.Columns["C3981700"];
+ this.columnC3981800 = base.Columns["C3981800"];
+ this.columnC3981900 = base.Columns["C3981900"];
+ this.columnC5156100 = base.Columns["C5156100"];
+ this.columnC5525500 = base.Columns["C5525500"];
+ this.columnC5525600 = base.Columns["C5525600"];
+ this.columnC5525700 = base.Columns["C5525700"];
+ this.columnC5733200 = base.Columns["C5733200"];
+ this.columnC5801800 = base.Columns["C5801800"];
+ this.columnC5801900 = base.Columns["C5801900"];
+ this.columnC5802000 = base.Columns["C5802000"];
+ this.columnC6006200 = base.Columns["C6006200"];
+ this.columnY0003200 = base.Columns["Y0003200"];
+ this.columnY0007300 = base.Columns["Y0007300"];
+ this.columnY0007400 = base.Columns["Y0007400"];
+ this.columnY0007600 = base.Columns["Y0007600"];
+ this.columnY0007601 = base.Columns["Y0007601"];
+ this.columnY0008000 = base.Columns["Y0008000"];
+ this.columnY0008500 = base.Columns["Y0008500"];
+ this.columnY0008600 = base.Columns["Y0008600"];
+ this.columnY0009400 = base.Columns["Y0009400"];
+ this.columnY0394100 = base.Columns["Y0394100"];
+ this.columnY0394300 = base.Columns["Y0394300"];
+ this.columnY0394500 = base.Columns["Y0394500"];
+ this.columnY0394501 = base.Columns["Y0394501"];
+ this.columnY0394900 = base.Columns["Y0394900"];
+ this.columnY0651000 = base.Columns["Y0651000"];
+ this.columnY0682500 = base.Columns["Y0682500"];
+ this.columnY0683800 = base.Columns["Y0683800"];
+ this.columnY0683900 = base.Columns["Y0683900"];
+ this.columnY0684100 = base.Columns["Y0684100"];
+ this.columnY0684101 = base.Columns["Y0684101"];
+ this.columnY0684500 = base.Columns["Y0684500"];
+ this.columnY0947100 = base.Columns["Y0947100"];
+ this.columnY0986200 = base.Columns["Y0986200"];
+ this.columnY0986700 = base.Columns["Y0986700"];
+ this.columnY0988800 = base.Columns["Y0988800"];
+ this.columnY0988900 = base.Columns["Y0988900"];
+ this.columnY0989400 = base.Columns["Y0989400"];
+ this.columnY0989401 = base.Columns["Y0989401"];
+ this.columnY0989900 = base.Columns["Y0989900"];
+ this.columnY1229100 = base.Columns["Y1229100"];
+ this.columnY1229200 = base.Columns["Y1229200"];
+ this.columnY1229700 = base.Columns["Y1229700"];
+ this.columnY1229701 = base.Columns["Y1229701"];
+ this.columnY1264300 = base.Columns["Y1264300"];
+ this.columnY1265300 = base.Columns["Y1265300"];
+ this.columnY1458900 = base.Columns["Y1458900"];
+ this.columnY1459400 = base.Columns["Y1459400"];
+ this.columnY1459401 = base.Columns["Y1459401"];
+ this.columnY1629500 = base.Columns["Y1629500"];
+ this.columnY1704000 = base.Columns["Y1704000"];
+ this.columnY1704500 = base.Columns["Y1704500"];
+ this.columnY1704501 = base.Columns["Y1704501"];
+ this.columnY1707300 = base.Columns["Y1707300"];
+ this.columnY1883300 = base.Columns["Y1883300"];
+ this.columnY1989500 = base.Columns["Y1989500"];
+ this.columnY1990000 = base.Columns["Y1990000"];
+ this.columnY1990001 = base.Columns["Y1990001"];
+ this.columnY1992900 = base.Columns["Y1992900"];
+ this.columnY2197500 = base.Columns["Y2197500"];
+ this.columnY2308300 = base.Columns["Y2308300"];
+ this.columnY2308800 = base.Columns["Y2308800"];
+ this.columnY2308801 = base.Columns["Y2308801"];
+ this.columnY2311700 = base.Columns["Y2311700"];
+ this.columnY2531800 = base.Columns["Y2531800"];
+ this.columnY2641000 = base.Columns["Y2641000"];
+ this.columnY2641500 = base.Columns["Y2641500"];
+ this.columnY2641501 = base.Columns["Y2641501"];
+ this.columnY2644400 = base.Columns["Y2644400"];
+ this.columnY2880000 = base.Columns["Y2880000"];
+ this.columnY2998200 = base.Columns["Y2998200"];
+ this.columnY2998700 = base.Columns["Y2998700"];
+ this.columnY2998701 = base.Columns["Y2998701"];
+ this.columnY3001600 = base.Columns["Y3001600"];
+ this.columnY3249900 = base.Columns["Y3249900"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0000157Null() {
- return this.IsNull(this.tabletblGen1Explicit.R0000157Column);
+ private void InitClass() {
+ this.columnC0000100 = new global::System.Data.DataColumn("C0000100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0000100);
+ this.columnC0000200 = new global::System.Data.DataColumn("C0000200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0000200);
+ this.columnC0005300 = new global::System.Data.DataColumn("C0005300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0005300);
+ this.columnC0005400 = new global::System.Data.DataColumn("C0005400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0005400);
+ this.columnC0005700 = new global::System.Data.DataColumn("C0005700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0005700);
+ this.columnC0008100 = new global::System.Data.DataColumn("C0008100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0008100);
+ this.columnC0008200 = new global::System.Data.DataColumn("C0008200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0008200);
+ this.columnC0008300 = new global::System.Data.DataColumn("C0008300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0008300);
+ this.columnC0008600 = new global::System.Data.DataColumn("C0008600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0008600);
+ this.columnC0008700 = new global::System.Data.DataColumn("C0008700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0008700);
+ this.columnC0008800 = new global::System.Data.DataColumn("C0008800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0008800);
+ this.columnC0009100 = new global::System.Data.DataColumn("C0009100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0009100);
+ this.columnC0009200 = new global::System.Data.DataColumn("C0009200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0009200);
+ this.columnC0009300 = new global::System.Data.DataColumn("C0009300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0009300);
+ this.columnC0009600 = new global::System.Data.DataColumn("C0009600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0009600);
+ this.columnC0009700 = new global::System.Data.DataColumn("C0009700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0009700);
+ this.columnC0009800 = new global::System.Data.DataColumn("C0009800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0009800);
+ this.columnC0009900 = new global::System.Data.DataColumn("C0009900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0009900);
+ this.columnC0010110 = new global::System.Data.DataColumn("C0010110", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0010110);
+ this.columnC0010200 = new global::System.Data.DataColumn("C0010200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0010200);
+ this.columnC0010300 = new global::System.Data.DataColumn("C0010300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0010300);
+ this.columnC0010400 = new global::System.Data.DataColumn("C0010400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0010400);
+ this.columnC0010700 = new global::System.Data.DataColumn("C0010700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0010700);
+ this.columnC0010800 = new global::System.Data.DataColumn("C0010800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0010800);
+ this.columnC0010900 = new global::System.Data.DataColumn("C0010900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0010900);
+ this.columnC0011110 = new global::System.Data.DataColumn("C0011110", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0011110);
+ this.columnC0011111 = new global::System.Data.DataColumn("C0011111", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0011111);
+ this.columnC0011112 = new global::System.Data.DataColumn("C0011112", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0011112);
+ this.columnC0011113 = new global::System.Data.DataColumn("C0011113", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0011113);
+ this.columnC0011114 = new global::System.Data.DataColumn("C0011114", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0011114);
+ this.columnC0011117 = new global::System.Data.DataColumn("C0011117", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0011117);
+ this.columnC0011118 = new global::System.Data.DataColumn("C0011118", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0011118);
+ this.columnC0011119 = new global::System.Data.DataColumn("C0011119", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0011119);
+ this.columnC0011122 = new global::System.Data.DataColumn("C0011122", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0011122);
+ this.columnC0011123 = new global::System.Data.DataColumn("C0011123", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0011123);
+ this.columnC0011124 = new global::System.Data.DataColumn("C0011124", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0011124);
+ this.columnC0011127 = new global::System.Data.DataColumn("C0011127", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0011127);
+ this.columnC0011128 = new global::System.Data.DataColumn("C0011128", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0011128);
+ this.columnC0011129 = new global::System.Data.DataColumn("C0011129", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0011129);
+ this.columnC0011132 = new global::System.Data.DataColumn("C0011132", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0011132);
+ this.columnC0011133 = new global::System.Data.DataColumn("C0011133", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0011133);
+ this.columnC0011134 = new global::System.Data.DataColumn("C0011134", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0011134);
+ this.columnC0011137 = new global::System.Data.DataColumn("C0011137", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0011137);
+ this.columnC0011138 = new global::System.Data.DataColumn("C0011138", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0011138);
+ this.columnC0011139 = new global::System.Data.DataColumn("C0011139", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0011139);
+ this.columnC0011142 = new global::System.Data.DataColumn("C0011142", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0011142);
+ this.columnC0011143 = new global::System.Data.DataColumn("C0011143", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0011143);
+ this.columnC0011144 = new global::System.Data.DataColumn("C0011144", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC0011144);
+ this.columnC3070500 = new global::System.Data.DataColumn("C3070500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3070500);
+ this.columnC3423600 = new global::System.Data.DataColumn("C3423600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3423600);
+ this.columnC3601100 = new global::System.Data.DataColumn("C3601100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3601100);
+ this.columnC3601700 = new global::System.Data.DataColumn("C3601700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3601700);
+ this.columnC3601800 = new global::System.Data.DataColumn("C3601800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3601800);
+ this.columnC3601900 = new global::System.Data.DataColumn("C3601900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3601900);
+ this.columnC3605900 = new global::System.Data.DataColumn("C3605900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3605900);
+ this.columnC3981100 = new global::System.Data.DataColumn("C3981100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3981100);
+ this.columnC3981700 = new global::System.Data.DataColumn("C3981700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3981700);
+ this.columnC3981800 = new global::System.Data.DataColumn("C3981800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3981800);
+ this.columnC3981900 = new global::System.Data.DataColumn("C3981900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC3981900);
+ this.columnC5156100 = new global::System.Data.DataColumn("C5156100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC5156100);
+ this.columnC5525500 = new global::System.Data.DataColumn("C5525500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC5525500);
+ this.columnC5525600 = new global::System.Data.DataColumn("C5525600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC5525600);
+ this.columnC5525700 = new global::System.Data.DataColumn("C5525700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC5525700);
+ this.columnC5733200 = new global::System.Data.DataColumn("C5733200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC5733200);
+ this.columnC5801800 = new global::System.Data.DataColumn("C5801800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC5801800);
+ this.columnC5801900 = new global::System.Data.DataColumn("C5801900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC5801900);
+ this.columnC5802000 = new global::System.Data.DataColumn("C5802000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC5802000);
+ this.columnC6006200 = new global::System.Data.DataColumn("C6006200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnC6006200);
+ this.columnY0003200 = new global::System.Data.DataColumn("Y0003200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0003200);
+ this.columnY0007300 = new global::System.Data.DataColumn("Y0007300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0007300);
+ this.columnY0007400 = new global::System.Data.DataColumn("Y0007400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0007400);
+ this.columnY0007600 = new global::System.Data.DataColumn("Y0007600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0007600);
+ this.columnY0007601 = new global::System.Data.DataColumn("Y0007601", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0007601);
+ this.columnY0008000 = new global::System.Data.DataColumn("Y0008000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0008000);
+ this.columnY0008500 = new global::System.Data.DataColumn("Y0008500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0008500);
+ this.columnY0008600 = new global::System.Data.DataColumn("Y0008600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0008600);
+ this.columnY0009400 = new global::System.Data.DataColumn("Y0009400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0009400);
+ this.columnY0394100 = new global::System.Data.DataColumn("Y0394100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0394100);
+ this.columnY0394300 = new global::System.Data.DataColumn("Y0394300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0394300);
+ this.columnY0394500 = new global::System.Data.DataColumn("Y0394500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0394500);
+ this.columnY0394501 = new global::System.Data.DataColumn("Y0394501", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0394501);
+ this.columnY0394900 = new global::System.Data.DataColumn("Y0394900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0394900);
+ this.columnY0651000 = new global::System.Data.DataColumn("Y0651000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0651000);
+ this.columnY0682500 = new global::System.Data.DataColumn("Y0682500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0682500);
+ this.columnY0683800 = new global::System.Data.DataColumn("Y0683800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0683800);
+ this.columnY0683900 = new global::System.Data.DataColumn("Y0683900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0683900);
+ this.columnY0684100 = new global::System.Data.DataColumn("Y0684100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0684100);
+ this.columnY0684101 = new global::System.Data.DataColumn("Y0684101", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0684101);
+ this.columnY0684500 = new global::System.Data.DataColumn("Y0684500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0684500);
+ this.columnY0947100 = new global::System.Data.DataColumn("Y0947100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0947100);
+ this.columnY0986200 = new global::System.Data.DataColumn("Y0986200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0986200);
+ this.columnY0986700 = new global::System.Data.DataColumn("Y0986700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0986700);
+ this.columnY0988800 = new global::System.Data.DataColumn("Y0988800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0988800);
+ this.columnY0988900 = new global::System.Data.DataColumn("Y0988900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0988900);
+ this.columnY0989400 = new global::System.Data.DataColumn("Y0989400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0989400);
+ this.columnY0989401 = new global::System.Data.DataColumn("Y0989401", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0989401);
+ this.columnY0989900 = new global::System.Data.DataColumn("Y0989900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY0989900);
+ this.columnY1229100 = new global::System.Data.DataColumn("Y1229100", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1229100);
+ this.columnY1229200 = new global::System.Data.DataColumn("Y1229200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1229200);
+ this.columnY1229700 = new global::System.Data.DataColumn("Y1229700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1229700);
+ this.columnY1229701 = new global::System.Data.DataColumn("Y1229701", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1229701);
+ this.columnY1264300 = new global::System.Data.DataColumn("Y1264300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1264300);
+ this.columnY1265300 = new global::System.Data.DataColumn("Y1265300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1265300);
+ this.columnY1458900 = new global::System.Data.DataColumn("Y1458900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1458900);
+ this.columnY1459400 = new global::System.Data.DataColumn("Y1459400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1459400);
+ this.columnY1459401 = new global::System.Data.DataColumn("Y1459401", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1459401);
+ this.columnY1629500 = new global::System.Data.DataColumn("Y1629500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1629500);
+ this.columnY1704000 = new global::System.Data.DataColumn("Y1704000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1704000);
+ this.columnY1704500 = new global::System.Data.DataColumn("Y1704500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1704500);
+ this.columnY1704501 = new global::System.Data.DataColumn("Y1704501", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1704501);
+ this.columnY1707300 = new global::System.Data.DataColumn("Y1707300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1707300);
+ this.columnY1883300 = new global::System.Data.DataColumn("Y1883300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1883300);
+ this.columnY1989500 = new global::System.Data.DataColumn("Y1989500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1989500);
+ this.columnY1990000 = new global::System.Data.DataColumn("Y1990000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1990000);
+ this.columnY1990001 = new global::System.Data.DataColumn("Y1990001", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1990001);
+ this.columnY1992900 = new global::System.Data.DataColumn("Y1992900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY1992900);
+ this.columnY2197500 = new global::System.Data.DataColumn("Y2197500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2197500);
+ this.columnY2308300 = new global::System.Data.DataColumn("Y2308300", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2308300);
+ this.columnY2308800 = new global::System.Data.DataColumn("Y2308800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2308800);
+ this.columnY2308801 = new global::System.Data.DataColumn("Y2308801", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2308801);
+ this.columnY2311700 = new global::System.Data.DataColumn("Y2311700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2311700);
+ this.columnY2531800 = new global::System.Data.DataColumn("Y2531800", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2531800);
+ this.columnY2641000 = new global::System.Data.DataColumn("Y2641000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2641000);
+ this.columnY2641500 = new global::System.Data.DataColumn("Y2641500", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2641500);
+ this.columnY2641501 = new global::System.Data.DataColumn("Y2641501", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2641501);
+ this.columnY2644400 = new global::System.Data.DataColumn("Y2644400", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2644400);
+ this.columnY2880000 = new global::System.Data.DataColumn("Y2880000", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2880000);
+ this.columnY2998200 = new global::System.Data.DataColumn("Y2998200", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2998200);
+ this.columnY2998700 = new global::System.Data.DataColumn("Y2998700", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2998700);
+ this.columnY2998701 = new global::System.Data.DataColumn("Y2998701", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY2998701);
+ this.columnY3001600 = new global::System.Data.DataColumn("Y3001600", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY3001600);
+ this.columnY3249900 = new global::System.Data.DataColumn("Y3249900", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnY3249900);
+ this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
+ this.columnC0000100}, true));
+ this.columnC0000100.AllowDBNull = false;
+ this.columnC0000100.Unique = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0000157Null() {
- this[this.tabletblGen1Explicit.R0000157Column] = global::System.Convert.DBNull;
+ public tblGen2ImplicitFatherRow NewtblGen2ImplicitFatherRow() {
+ return ((tblGen2ImplicitFatherRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0000158Null() {
- return this.IsNull(this.tabletblGen1Explicit.R0000158Column);
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
+ return new tblGen2ImplicitFatherRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0000158Null() {
- this[this.tabletblGen1Explicit.R0000158Column] = global::System.Convert.DBNull;
+ protected override global::System.Type GetRowType() {
+ return typeof(tblGen2ImplicitFatherRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0000159Null() {
- return this.IsNull(this.tabletblGen1Explicit.R0000159Column);
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanged(e);
+ if ((this.tblGen2ImplicitFatherRowChanged != null)) {
+ this.tblGen2ImplicitFatherRowChanged(this, new tblGen2ImplicitFatherRowChangeEvent(((tblGen2ImplicitFatherRow)(e.Row)), e.Action));
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0000159Null() {
- this[this.tabletblGen1Explicit.R0000159Column] = global::System.Convert.DBNull;
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanging(e);
+ if ((this.tblGen2ImplicitFatherRowChanging != null)) {
+ this.tblGen2ImplicitFatherRowChanging(this, new tblGen2ImplicitFatherRowChangeEvent(((tblGen2ImplicitFatherRow)(e.Row)), e.Action));
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0000162Null() {
- return this.IsNull(this.tabletblGen1Explicit.R0000162Column);
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleted(e);
+ if ((this.tblGen2ImplicitFatherRowDeleted != null)) {
+ this.tblGen2ImplicitFatherRowDeleted(this, new tblGen2ImplicitFatherRowChangeEvent(((tblGen2ImplicitFatherRow)(e.Row)), e.Action));
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0000162Null() {
- this[this.tabletblGen1Explicit.R0000162Column] = global::System.Convert.DBNull;
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleting(e);
+ if ((this.tblGen2ImplicitFatherRowDeleting != null)) {
+ this.tblGen2ImplicitFatherRowDeleting(this, new tblGen2ImplicitFatherRowChangeEvent(((tblGen2ImplicitFatherRow)(e.Row)), e.Action));
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0000163Null() {
- return this.IsNull(this.tabletblGen1Explicit.R0000163Column);
+ public void RemovetblGen2ImplicitFatherRow(tblGen2ImplicitFatherRow row) {
+ this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0000163Null() {
- this[this.tabletblGen1Explicit.R0000163Column] = global::System.Convert.DBNull;
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
+ ImportDataSet ds = new ImportDataSet();
+ global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
+ any1.Namespace = "http://www.w3.org/2001/XMLSchema";
+ any1.MinOccurs = new decimal(0);
+ any1.MaxOccurs = decimal.MaxValue;
+ any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any1);
+ global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
+ any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
+ any2.MinOccurs = new decimal(1);
+ any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
+ sequence.Items.Add(any2);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute1.Name = "namespace";
+ attribute1.FixedValue = ds.Namespace;
+ type.Attributes.Add(attribute1);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute2.Name = "tableTypeName";
+ attribute2.FixedValue = "tblGen2ImplicitFatherDataTable";
+ type.Attributes.Add(attribute2);
+ type.Particle = sequence;
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
+ if (xs.Contains(dsSchema.TargetNamespace)) {
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
+ try {
+ global::System.Xml.Schema.XmlSchema schema = null;
+ dsSchema.Write(s1);
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
+ s2.SetLength(0);
+ schema.Write(s2);
+ if ((s1.Length == s2.Length)) {
+ s1.Position = 0;
+ s2.Position = 0;
+ for (; ((s1.Position != s1.Length)
+ && (s1.ReadByte() == s2.ReadByte())); ) {
+ ;
+ }
+ if ((s1.Position == s1.Length)) {
+ return type;
+ }
+ }
+ }
+ }
+ finally {
+ if ((s1 != null)) {
+ s1.Close();
+ }
+ if ((s2 != null)) {
+ s2.Close();
+ }
+ }
+ }
+ xs.Add(dsSchema);
+ return type;
}
+ }
+
+ ///
+ ///Represents strongly named DataRow class.
+ ///
+ public partial class tblLinks2004Gen2Row : global::System.Data.DataRow {
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0000164Null() {
- return this.IsNull(this.tabletblGen1Explicit.R0000164Column);
- }
+ private tblLinks2004Gen2DataTable tabletblLinks2004Gen2;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0000164Null() {
- this[this.tabletblGen1Explicit.R0000164Column] = global::System.Convert.DBNull;
+ internal tblLinks2004Gen2Row(global::System.Data.DataRowBuilder rb) :
+ base(rb) {
+ this.tabletblLinks2004Gen2 = ((tblLinks2004Gen2DataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0000165Null() {
- return this.IsNull(this.tabletblGen1Explicit.R0000165Column);
+ public int ID1 {
+ get {
+ return ((int)(this[this.tabletblLinks2004Gen2.ID1Column]));
+ }
+ set {
+ this[this.tabletblLinks2004Gen2.ID1Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0000165Null() {
- this[this.tabletblGen1Explicit.R0000165Column] = global::System.Convert.DBNull;
+ public int ID2 {
+ get {
+ return ((int)(this[this.tabletblLinks2004Gen2.ID2Column]));
+ }
+ set {
+ this[this.tabletblLinks2004Gen2.ID2Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0000166Null() {
- return this.IsNull(this.tabletblGen1Explicit.R0000166Column);
+ public byte Sex1 {
+ get {
+ try {
+ return ((byte)(this[this.tabletblLinks2004Gen2.Sex1Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'Sex1\' in table \'tblLinks2004Gen2\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblLinks2004Gen2.Sex1Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0000166Null() {
- this[this.tabletblGen1Explicit.R0000166Column] = global::System.Convert.DBNull;
+ public byte Sex2 {
+ get {
+ try {
+ return ((byte)(this[this.tabletblLinks2004Gen2.Sex2Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'Sex2\' in table \'tblLinks2004Gen2\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblLinks2004Gen2.Sex2Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0214700Null() {
- return this.IsNull(this.tabletblGen1Explicit.R0214700Column);
+ public float RecommendedRelatedness {
+ get {
+ try {
+ return ((float)(this[this.tabletblLinks2004Gen2.RecommendedRelatednessColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'RecommendedRelatedness\' in table \'tblLinks2004Gen2\' is DBNu" +
+ "ll.", e);
+ }
+ }
+ set {
+ this[this.tabletblLinks2004Gen2.RecommendedRelatednessColumn] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0214700Null() {
- this[this.tabletblGen1Explicit.R0214700Column] = global::System.Convert.DBNull;
+ public bool IsSex1Null() {
+ return this.IsNull(this.tabletblLinks2004Gen2.Sex1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0214800Null() {
- return this.IsNull(this.tabletblGen1Explicit.R0214800Column);
+ public void SetSex1Null() {
+ this[this.tabletblLinks2004Gen2.Sex1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0214800Null() {
- this[this.tabletblGen1Explicit.R0214800Column] = global::System.Convert.DBNull;
+ public bool IsSex2Null() {
+ return this.IsNull(this.tabletblLinks2004Gen2.Sex2Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4125101Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4125101Column);
+ public void SetSex2Null() {
+ this[this.tabletblLinks2004Gen2.Sex2Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4125101Null() {
- this[this.tabletblGen1Explicit.R4125101Column] = global::System.Convert.DBNull;
+ public bool IsRecommendedRelatednessNull() {
+ return this.IsNull(this.tabletblLinks2004Gen2.RecommendedRelatednessColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4125801Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4125801Column);
+ public void SetRecommendedRelatednessNull() {
+ this[this.tabletblLinks2004Gen2.RecommendedRelatednessColumn] = global::System.Convert.DBNull;
}
+ }
+
+ ///
+ ///Represents strongly named DataRow class.
+ ///
+ public partial class tblGen1OutcomesRow : global::System.Data.DataRow {
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4125801Null() {
- this[this.tabletblGen1Explicit.R4125801Column] = global::System.Convert.DBNull;
- }
+ private tblGen1OutcomesDataTable tabletblGen1Outcomes;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4126501Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4126501Column);
+ internal tblGen1OutcomesRow(global::System.Data.DataRowBuilder rb) :
+ base(rb) {
+ this.tabletblGen1Outcomes = ((tblGen1OutcomesDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4126501Null() {
- this[this.tabletblGen1Explicit.R4126501Column] = global::System.Convert.DBNull;
+ public int R0000100 {
+ get {
+ return ((int)(this[this.tabletblGen1Outcomes.R0000100Column]));
+ }
+ set {
+ this[this.tabletblGen1Outcomes.R0000100Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4127201Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4127201Column);
+ public int R0214700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Outcomes.R0214700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R0214700\' in table \'tblGen1Outcomes\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Outcomes.R0214700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4127201Null() {
- this[this.tabletblGen1Explicit.R4127201Column] = global::System.Convert.DBNull;
+ public int R0214800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Outcomes.R0214800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R0214800\' in table \'tblGen1Outcomes\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Outcomes.R0214800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4127901Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4127901Column);
+ public int R0481600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Outcomes.R0481600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R0481600\' in table \'tblGen1Outcomes\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Outcomes.R0481600Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4127901Null() {
- this[this.tabletblGen1Explicit.R4127901Column] = global::System.Convert.DBNull;
+ public int R0481700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Outcomes.R0481700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R0481700\' in table \'tblGen1Outcomes\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Outcomes.R0481700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4128601Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4128601Column);
+ public int R0618200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Outcomes.R0618200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R0618200\' in table \'tblGen1Outcomes\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Outcomes.R0618200Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4128601Null() {
- this[this.tabletblGen1Explicit.R4128601Column] = global::System.Convert.DBNull;
+ public int R0618300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Outcomes.R0618300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R0618300\' in table \'tblGen1Outcomes\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Outcomes.R0618300Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4129301Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4129301Column);
+ public int R0618301 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Outcomes.R0618301Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R0618301\' in table \'tblGen1Outcomes\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Outcomes.R0618301Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4129301Null() {
- this[this.tabletblGen1Explicit.R4129301Column] = global::System.Convert.DBNull;
+ public int R0779800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Outcomes.R0779800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R0779800\' in table \'tblGen1Outcomes\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Outcomes.R0779800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4130001Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4130001Column);
+ public int R0779900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Outcomes.R0779900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R0779900\' in table \'tblGen1Outcomes\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Outcomes.R0779900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4130001Null() {
- this[this.tabletblGen1Explicit.R4130001Column] = global::System.Convert.DBNull;
+ public int R1773900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Outcomes.R1773900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R1773900\' in table \'tblGen1Outcomes\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Outcomes.R1773900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4130701Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4130701Column);
+ public int R1774000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Outcomes.R1774000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R1774000\' in table \'tblGen1Outcomes\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Outcomes.R1774000Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4130701Null() {
- this[this.tabletblGen1Explicit.R4130701Column] = global::System.Convert.DBNull;
+ public int T0897300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Outcomes.T0897300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0897300\' in table \'tblGen1Outcomes\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Outcomes.T0897300Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4131401Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4131401Column);
+ public int T0897400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Outcomes.T0897400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0897400\' in table \'tblGen1Outcomes\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Outcomes.T0897400Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4131401Null() {
- this[this.tabletblGen1Explicit.R4131401Column] = global::System.Convert.DBNull;
+ public int T0897500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Outcomes.T0897500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0897500\' in table \'tblGen1Outcomes\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Outcomes.T0897500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4132101Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4132101Column);
+ public int T2053800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Outcomes.T2053800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2053800\' in table \'tblGen1Outcomes\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Outcomes.T2053800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4132101Null() {
- this[this.tabletblGen1Explicit.R4132101Column] = global::System.Convert.DBNull;
+ public int T2053900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Outcomes.T2053900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2053900\' in table \'tblGen1Outcomes\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Outcomes.T2053900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4132801Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4132801Column);
+ public int T2054000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Outcomes.T2054000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2054000\' in table \'tblGen1Outcomes\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Outcomes.T2054000Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4132801Null() {
- this[this.tabletblGen1Explicit.R4132801Column] = global::System.Convert.DBNull;
+ public int T3024700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Outcomes.T3024700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3024700\' in table \'tblGen1Outcomes\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Outcomes.T3024700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4133701Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4133701Column);
+ public int T3024800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Outcomes.T3024800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3024800\' in table \'tblGen1Outcomes\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Outcomes.T3024800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4133701Null() {
- this[this.tabletblGen1Explicit.R4133701Column] = global::System.Convert.DBNull;
+ public int T3024900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Outcomes.T3024900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3024900\' in table \'tblGen1Outcomes\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Outcomes.T3024900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4521500Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4521500Column);
+ public bool IsR0214700Null() {
+ return this.IsNull(this.tabletblGen1Outcomes.R0214700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4521500Null() {
- this[this.tabletblGen1Explicit.R4521500Column] = global::System.Convert.DBNull;
+ public void SetR0214700Null() {
+ this[this.tabletblGen1Outcomes.R0214700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4521700Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4521700Column);
+ public bool IsR0214800Null() {
+ return this.IsNull(this.tabletblGen1Outcomes.R0214800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4521700Null() {
- this[this.tabletblGen1Explicit.R4521700Column] = global::System.Convert.DBNull;
+ public void SetR0214800Null() {
+ this[this.tabletblGen1Outcomes.R0214800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4521800Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4521800Column);
+ public bool IsR0481600Null() {
+ return this.IsNull(this.tabletblGen1Outcomes.R0481600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4521800Null() {
- this[this.tabletblGen1Explicit.R4521800Column] = global::System.Convert.DBNull;
+ public void SetR0481600Null() {
+ this[this.tabletblGen1Outcomes.R0481600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4521900Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4521900Column);
+ public bool IsR0481700Null() {
+ return this.IsNull(this.tabletblGen1Outcomes.R0481700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4521900Null() {
- this[this.tabletblGen1Explicit.R4521900Column] = global::System.Convert.DBNull;
+ public void SetR0481700Null() {
+ this[this.tabletblGen1Outcomes.R0481700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4522000Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4522000Column);
+ public bool IsR0618200Null() {
+ return this.IsNull(this.tabletblGen1Outcomes.R0618200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4522000Null() {
- this[this.tabletblGen1Explicit.R4522000Column] = global::System.Convert.DBNull;
+ public void SetR0618200Null() {
+ this[this.tabletblGen1Outcomes.R0618200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4522100Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4522100Column);
+ public bool IsR0618300Null() {
+ return this.IsNull(this.tabletblGen1Outcomes.R0618300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4522100Null() {
- this[this.tabletblGen1Explicit.R4522100Column] = global::System.Convert.DBNull;
+ public void SetR0618300Null() {
+ this[this.tabletblGen1Outcomes.R0618300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4522200Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4522200Column);
+ public bool IsR0618301Null() {
+ return this.IsNull(this.tabletblGen1Outcomes.R0618301Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4522200Null() {
- this[this.tabletblGen1Explicit.R4522200Column] = global::System.Convert.DBNull;
+ public void SetR0618301Null() {
+ this[this.tabletblGen1Outcomes.R0618301Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4522300Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4522300Column);
+ public bool IsR0779800Null() {
+ return this.IsNull(this.tabletblGen1Outcomes.R0779800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4522300Null() {
- this[this.tabletblGen1Explicit.R4522300Column] = global::System.Convert.DBNull;
+ public void SetR0779800Null() {
+ this[this.tabletblGen1Outcomes.R0779800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4522400Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4522400Column);
+ public bool IsR0779900Null() {
+ return this.IsNull(this.tabletblGen1Outcomes.R0779900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4522400Null() {
- this[this.tabletblGen1Explicit.R4522400Column] = global::System.Convert.DBNull;
+ public void SetR0779900Null() {
+ this[this.tabletblGen1Outcomes.R0779900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4522500Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4522500Column);
+ public bool IsR1773900Null() {
+ return this.IsNull(this.tabletblGen1Outcomes.R1773900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4522500Null() {
- this[this.tabletblGen1Explicit.R4522500Column] = global::System.Convert.DBNull;
+ public void SetR1773900Null() {
+ this[this.tabletblGen1Outcomes.R1773900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4522600Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4522600Column);
+ public bool IsR1774000Null() {
+ return this.IsNull(this.tabletblGen1Outcomes.R1774000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4522600Null() {
- this[this.tabletblGen1Explicit.R4522600Column] = global::System.Convert.DBNull;
+ public void SetR1774000Null() {
+ this[this.tabletblGen1Outcomes.R1774000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4522700Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4522700Column);
+ public bool IsT0897300Null() {
+ return this.IsNull(this.tabletblGen1Outcomes.T0897300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4522700Null() {
- this[this.tabletblGen1Explicit.R4522700Column] = global::System.Convert.DBNull;
+ public void SetT0897300Null() {
+ this[this.tabletblGen1Outcomes.T0897300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4522800Null() {
- return this.IsNull(this.tabletblGen1Explicit.R4522800Column);
+ public bool IsT0897400Null() {
+ return this.IsNull(this.tabletblGen1Outcomes.T0897400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4522800Null() {
- this[this.tabletblGen1Explicit.R4522800Column] = global::System.Convert.DBNull;
+ public void SetT0897400Null() {
+ this[this.tabletblGen1Outcomes.T0897400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0002000Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0002000Column);
+ public bool IsT0897500Null() {
+ return this.IsNull(this.tabletblGen1Outcomes.T0897500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0002000Null() {
- this[this.tabletblGen1Explicit.T0002000Column] = global::System.Convert.DBNull;
+ public void SetT0897500Null() {
+ this[this.tabletblGen1Outcomes.T0897500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0002100Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0002100Column);
+ public bool IsT2053800Null() {
+ return this.IsNull(this.tabletblGen1Outcomes.T2053800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0002100Null() {
- this[this.tabletblGen1Explicit.T0002100Column] = global::System.Convert.DBNull;
+ public void SetT2053800Null() {
+ this[this.tabletblGen1Outcomes.T2053800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0002200Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0002200Column);
+ public bool IsT2053900Null() {
+ return this.IsNull(this.tabletblGen1Outcomes.T2053900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0002200Null() {
- this[this.tabletblGen1Explicit.T0002200Column] = global::System.Convert.DBNull;
+ public void SetT2053900Null() {
+ this[this.tabletblGen1Outcomes.T2053900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0002300Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0002300Column);
+ public bool IsT2054000Null() {
+ return this.IsNull(this.tabletblGen1Outcomes.T2054000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0002300Null() {
- this[this.tabletblGen1Explicit.T0002300Column] = global::System.Convert.DBNull;
+ public void SetT2054000Null() {
+ this[this.tabletblGen1Outcomes.T2054000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0002400Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0002400Column);
+ public bool IsT3024700Null() {
+ return this.IsNull(this.tabletblGen1Outcomes.T3024700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0002400Null() {
- this[this.tabletblGen1Explicit.T0002400Column] = global::System.Convert.DBNull;
+ public void SetT3024700Null() {
+ this[this.tabletblGen1Outcomes.T3024700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0002500Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0002500Column);
+ public bool IsT3024800Null() {
+ return this.IsNull(this.tabletblGen1Outcomes.T3024800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0002500Null() {
- this[this.tabletblGen1Explicit.T0002500Column] = global::System.Convert.DBNull;
+ public void SetT3024800Null() {
+ this[this.tabletblGen1Outcomes.T3024800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0002600Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0002600Column);
+ public bool IsT3024900Null() {
+ return this.IsNull(this.tabletblGen1Outcomes.T3024900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0002600Null() {
- this[this.tabletblGen1Explicit.T0002600Column] = global::System.Convert.DBNull;
+ public void SetT3024900Null() {
+ this[this.tabletblGen1Outcomes.T3024900Column] = global::System.Convert.DBNull;
}
+ }
+
+ ///
+ ///Represents strongly named DataRow class.
+ ///
+ public partial class tblGen2OutcomesHeightRow : global::System.Data.DataRow {
+
+ private tblGen2OutcomesHeightDataTable tabletblGen2OutcomesHeight;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0002700Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0002700Column);
+ internal tblGen2OutcomesHeightRow(global::System.Data.DataRowBuilder rb) :
+ base(rb) {
+ this.tabletblGen2OutcomesHeight = ((tblGen2OutcomesHeightDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0002700Null() {
- this[this.tabletblGen1Explicit.T0002700Column] = global::System.Convert.DBNull;
+ public int C0000100 {
+ get {
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C0000100Column]));
+ }
+ set {
+ this[this.tabletblGen2OutcomesHeight.C0000100Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0002800Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0002800Column);
+ public int C0000200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C0000200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'C0000200\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2OutcomesHeight.C0000200Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0002800Null() {
- this[this.tabletblGen1Explicit.T0002800Column] = global::System.Convert.DBNull;
+ public int C0005300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C0005300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'C0005300\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2OutcomesHeight.C0005300Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0002900Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0002900Column);
+ public int C0005400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C0005400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'C0005400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2OutcomesHeight.C0005400Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0002900Null() {
- this[this.tabletblGen1Explicit.T0002900Column] = global::System.Convert.DBNull;
+ public int C0005700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C0005700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'C0005700\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2OutcomesHeight.C0005700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0003000Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0003000Column);
+ public int C0577600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C0577600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'C0577600\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2OutcomesHeight.C0577600Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0003000Null() {
- this[this.tabletblGen1Explicit.T0003000Column] = global::System.Convert.DBNull;
+ public int C0606300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C0606300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'C0606300\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2OutcomesHeight.C0606300Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0003100Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0003100Column);
+ public int C0606400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C0606400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'C0606400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2OutcomesHeight.C0606400Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0003100Null() {
- this[this.tabletblGen1Explicit.T0003100Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0003200Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0003200Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0003200Null() {
- this[this.tabletblGen1Explicit.T0003200Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0003300Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0003300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0003300Null() {
- this[this.tabletblGen1Explicit.T0003300Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0003400Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0003400Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0003400Null() {
- this[this.tabletblGen1Explicit.T0003400Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0003500Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0003500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0003500Null() {
- this[this.tabletblGen1Explicit.T0003500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0003600Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0003600Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0003600Null() {
- this[this.tabletblGen1Explicit.T0003600Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0003700Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0003700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0003700Null() {
- this[this.tabletblGen1Explicit.T0003700Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0003800Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0003800Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0003800Null() {
- this[this.tabletblGen1Explicit.T0003800Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0003900Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0003900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0003900Null() {
- this[this.tabletblGen1Explicit.T0003900Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0004000Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0004000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0004000Null() {
- this[this.tabletblGen1Explicit.T0004000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0004100Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0004100Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0004100Null() {
- this[this.tabletblGen1Explicit.T0004100Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0004200Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0004200Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0004200Null() {
- this[this.tabletblGen1Explicit.T0004200Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0004300Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0004300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0004300Null() {
- this[this.tabletblGen1Explicit.T0004300Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0004400Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0004400Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0004400Null() {
- this[this.tabletblGen1Explicit.T0004400Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0004500Null() {
- return this.IsNull(this.tabletblGen1Explicit.T0004500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0004500Null() {
- this[this.tabletblGen1Explicit.T0004500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2261500Null() {
- return this.IsNull(this.tabletblGen1Explicit.T2261500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2261500Null() {
- this[this.tabletblGen1Explicit.T2261500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2261600Null() {
- return this.IsNull(this.tabletblGen1Explicit.T2261600Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2261600Null() {
- this[this.tabletblGen1Explicit.T2261600Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2261700Null() {
- return this.IsNull(this.tabletblGen1Explicit.T2261700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2261700Null() {
- this[this.tabletblGen1Explicit.T2261700Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2261800Null() {
- return this.IsNull(this.tabletblGen1Explicit.T2261800Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2261800Null() {
- this[this.tabletblGen1Explicit.T2261800Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2261900Null() {
- return this.IsNull(this.tabletblGen1Explicit.T2261900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2261900Null() {
- this[this.tabletblGen1Explicit.T2261900Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2262000Null() {
- return this.IsNull(this.tabletblGen1Explicit.T2262000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2262000Null() {
- this[this.tabletblGen1Explicit.T2262000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2262100Null() {
- return this.IsNull(this.tabletblGen1Explicit.T2262100Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2262100Null() {
- this[this.tabletblGen1Explicit.T2262100Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2262200Null() {
- return this.IsNull(this.tabletblGen1Explicit.T2262200Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2262200Null() {
- this[this.tabletblGen1Explicit.T2262200Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2262300Null() {
- return this.IsNull(this.tabletblGen1Explicit.T2262300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2262300Null() {
- this[this.tabletblGen1Explicit.T2262300Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2262400Null() {
- return this.IsNull(this.tabletblGen1Explicit.T2262400Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2262400Null() {
- this[this.tabletblGen1Explicit.T2262400Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2262500Null() {
- return this.IsNull(this.tabletblGen1Explicit.T2262500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2262500Null() {
- this[this.tabletblGen1Explicit.T2262500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2262600Null() {
- return this.IsNull(this.tabletblGen1Explicit.T2262600Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2262600Null() {
- this[this.tabletblGen1Explicit.T2262600Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2262700Null() {
- return this.IsNull(this.tabletblGen1Explicit.T2262700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2262700Null() {
- this[this.tabletblGen1Explicit.T2262700Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2262800Null() {
- return this.IsNull(this.tabletblGen1Explicit.T2262800Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2262800Null() {
- this[this.tabletblGen1Explicit.T2262800Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2262900Null() {
- return this.IsNull(this.tabletblGen1Explicit.T2262900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2262900Null() {
- this[this.tabletblGen1Explicit.T2262900Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2263000Null() {
- return this.IsNull(this.tabletblGen1Explicit.T2263000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2263000Null() {
- this[this.tabletblGen1Explicit.T2263000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2263100Null() {
- return this.IsNull(this.tabletblGen1Explicit.T2263100Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2263100Null() {
- this[this.tabletblGen1Explicit.T2263100Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2263200Null() {
- return this.IsNull(this.tabletblGen1Explicit.T2263200Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2263200Null() {
- this[this.tabletblGen1Explicit.T2263200Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2263300Null() {
- return this.IsNull(this.tabletblGen1Explicit.T2263300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2263300Null() {
- this[this.tabletblGen1Explicit.T2263300Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2263400Null() {
- return this.IsNull(this.tabletblGen1Explicit.T2263400Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2263400Null() {
- this[this.tabletblGen1Explicit.T2263400Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2263500Null() {
- return this.IsNull(this.tabletblGen1Explicit.T2263500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2263500Null() {
- this[this.tabletblGen1Explicit.T2263500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2263600Null() {
- return this.IsNull(this.tabletblGen1Explicit.T2263600Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2263600Null() {
- this[this.tabletblGen1Explicit.T2263600Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2263700Null() {
- return this.IsNull(this.tabletblGen1Explicit.T2263700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2263700Null() {
- this[this.tabletblGen1Explicit.T2263700Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2263800Null() {
- return this.IsNull(this.tabletblGen1Explicit.T2263800Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2263800Null() {
- this[this.tabletblGen1Explicit.T2263800Column] = global::System.Convert.DBNull;
- }
- }
-
- ///
- ///Represents strongly named DataRow class.
- ///
- public partial class tblGen1ImplicitRow : global::System.Data.DataRow {
-
- private tblGen1ImplicitDataTable tabletblGen1Implicit;
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblGen1ImplicitRow(global::System.Data.DataRowBuilder rb) :
- base(rb) {
- this.tabletblGen1Implicit = ((tblGen1ImplicitDataTable)(this.Table));
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0001600 {
+ public int C0826400 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0001600Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C0826400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0001600\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C0826400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0001600Column] = value;
+ this[this.tabletblGen2OutcomesHeight.C0826400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0001700 {
+ public int C0826500 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0001700Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C0826500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0001700\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C0826500\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0001700Column] = value;
+ this[this.tabletblGen2OutcomesHeight.C0826500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0001800 {
+ public int C1016700 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0001800Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C1016700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0001800\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C1016700\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0001800Column] = value;
+ this[this.tabletblGen2OutcomesHeight.C1016700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0001900 {
+ public int C1016800 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0001900Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C1016800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0001900\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C1016800\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0001900Column] = value;
+ this[this.tabletblGen2OutcomesHeight.C1016800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0002000 {
+ public int C1220200 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0002000Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C1220200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0002000\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C1220200\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0002000Column] = value;
+ this[this.tabletblGen2OutcomesHeight.C1220200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0002100 {
+ public int C1220300 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0002100Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C1220300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0002100\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C1220300\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0002100Column] = value;
+ this[this.tabletblGen2OutcomesHeight.C1220300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0002200 {
+ public int C1532700 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0002200Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C1532700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0002200\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C1532700\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0002200Column] = value;
+ this[this.tabletblGen2OutcomesHeight.C1532700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0002300 {
+ public int C1532800 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0002300Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C1532800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0002300\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C1532800\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0002300Column] = value;
+ this[this.tabletblGen2OutcomesHeight.C1532800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0002400 {
+ public int C1779300 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0002400Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C1779300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0002400\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C1779300\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0002400Column] = value;
+ this[this.tabletblGen2OutcomesHeight.C1779300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0002500 {
+ public int C1779400 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0002500Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C1779400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0002500\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C1779400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0002500Column] = value;
+ this[this.tabletblGen2OutcomesHeight.C1779400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0002600 {
+ public int C2288500 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0002600Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C2288500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0002600\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C2288500\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0002600Column] = value;
+ this[this.tabletblGen2OutcomesHeight.C2288500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0002700 {
+ public int C2288600 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0002700Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C2288600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0002700\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C2288600\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0002700Column] = value;
+ this[this.tabletblGen2OutcomesHeight.C2288600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0002800 {
+ public int C2552300 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0002800Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C2552300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0002800\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C2552300\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0002800Column] = value;
+ this[this.tabletblGen2OutcomesHeight.C2552300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0002900 {
+ public int C2820900 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0002900Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C2820900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0002900\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C2820900\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0002900Column] = value;
+ this[this.tabletblGen2OutcomesHeight.C2820900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0003000 {
+ public int C3130400 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0003000Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C3130400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0003000\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C3130400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0003000Column] = value;
+ this[this.tabletblGen2OutcomesHeight.C3130400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0003100 {
+ public int C3553400 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0003100Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C3553400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0003100\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C3553400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0003100Column] = value;
+ this[this.tabletblGen2OutcomesHeight.C3553400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0013600 {
+ public int C3634500 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0013600Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C3634500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0013600\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C3634500\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0013600Column] = value;
+ this[this.tabletblGen2OutcomesHeight.C3634500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0013700 {
+ public int C3898000 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0013700Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C3898000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0013700\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C3898000\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0013700Column] = value;
+ this[this.tabletblGen2OutcomesHeight.C3898000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0013800 {
+ public int C4013000 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0013800Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C4013000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0013800\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C4013000\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0013800Column] = value;
+ this[this.tabletblGen2OutcomesHeight.C4013000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0013900 {
+ public int C5147900 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0013900Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.C5147900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0013900\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C5147900\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0013900Column] = value;
+ this[this.tabletblGen2OutcomesHeight.C5147900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0014000 {
+ public int Y0308300 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0014000Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.Y0308300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0014000\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y0308300\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0014000Column] = value;
+ this[this.tabletblGen2OutcomesHeight.Y0308300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0014100 {
+ public int Y0308400 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0014100Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.Y0308400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0014100\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y0308400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0014100Column] = value;
+ this[this.tabletblGen2OutcomesHeight.Y0308400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0014200 {
+ public int Y0609600 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0014200Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.Y0609600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0014200\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y0609600\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0014200Column] = value;
+ this[this.tabletblGen2OutcomesHeight.Y0609600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0014300 {
+ public int Y0609700 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0014300Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.Y0609700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0014300\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y0609700\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0014300Column] = value;
+ this[this.tabletblGen2OutcomesHeight.Y0609700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0014400 {
+ public int Y0903900 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0014400Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.Y0903900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0014400\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y0903900\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0014400Column] = value;
+ this[this.tabletblGen2OutcomesHeight.Y0903900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0014500 {
+ public int Y0904000 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0014500Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.Y0904000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0014500\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y0904000\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0014500Column] = value;
+ this[this.tabletblGen2OutcomesHeight.Y0904000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0014700 {
+ public int Y1150800 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0014700Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.Y1150800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0014700\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y1150800\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0014700Column] = value;
+ this[this.tabletblGen2OutcomesHeight.Y1150800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0014800 {
+ public int Y1150900 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0014800Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.Y1150900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0014800\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y1150900\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0014800Column] = value;
+ this[this.tabletblGen2OutcomesHeight.Y1150900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0014900 {
+ public int Y1385800 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0014900Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.Y1385800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0014900\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y1385800\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0014900Column] = value;
+ this[this.tabletblGen2OutcomesHeight.Y1385800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0015000 {
+ public int Y1385900 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0015000Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.Y1385900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0015000\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y1385900\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0015000Column] = value;
+ this[this.tabletblGen2OutcomesHeight.Y1385900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0015100 {
+ public int Y1637500 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0015100Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.Y1637500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0015100\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y1637500\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0015100Column] = value;
+ this[this.tabletblGen2OutcomesHeight.Y1637500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0015200 {
+ public int Y1637600 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0015200Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.Y1637600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0015200\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y1637600\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0015200Column] = value;
+ this[this.tabletblGen2OutcomesHeight.Y1637600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0015300 {
+ public int Y1891100 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0015300Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.Y1891100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0015300\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y1891100\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0015300Column] = value;
+ this[this.tabletblGen2OutcomesHeight.Y1891100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0015400 {
+ public int Y1891200 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0015400Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.Y1891200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0015400\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y1891200\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0015400Column] = value;
+ this[this.tabletblGen2OutcomesHeight.Y1891200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0015500 {
+ public int Y2207000 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0015500Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.Y2207000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0015500\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y2207000\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0015500Column] = value;
+ this[this.tabletblGen2OutcomesHeight.Y2207000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0015600 {
+ public int Y2207100 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0015600Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.Y2207100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0015600\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y2207100\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0015600Column] = value;
+ this[this.tabletblGen2OutcomesHeight.Y2207100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0015700 {
+ public int Y2544700 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0015700Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.Y2544700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0015700\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y2544700\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0015700Column] = value;
+ this[this.tabletblGen2OutcomesHeight.Y2544700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0015800 {
+ public int Y2544800 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.H0015800Column]));
+ return ((int)(this[this.tabletblGen2OutcomesHeight.Y2544800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0015800\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y2544800\' in table \'tblGen2OutcomesHeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.H0015800Column] = value;
+ this[this.tabletblGen2OutcomesHeight.Y2544800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0015803 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Implicit.H0015803Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0015803\' in table \'tblGen1Implicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Implicit.H0015803Column] = value;
- }
+ public bool IsC0000200Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C0000200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int H0015804 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Implicit.H0015804Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'H0015804\' in table \'tblGen1Implicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Implicit.H0015804Column] = value;
- }
+ public void SetC0000200Null() {
+ this[this.tabletblGen2OutcomesHeight.C0000200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0000100 {
- get {
- return ((int)(this[this.tabletblGen1Implicit.R0000100Column]));
- }
- set {
- this[this.tabletblGen1Implicit.R0000100Column] = value;
- }
+ public bool IsC0005300Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C0005300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0006100 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Implicit.R0006100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0006100\' in table \'tblGen1Implicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Implicit.R0006100Column] = value;
- }
+ public void SetC0005300Null() {
+ this[this.tabletblGen2OutcomesHeight.C0005300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0006500 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Implicit.R0006500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0006500\' in table \'tblGen1Implicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Implicit.R0006500Column] = value;
- }
+ public bool IsC0005400Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C0005400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0007300 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Implicit.R0007300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0007300\' in table \'tblGen1Implicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Implicit.R0007300Column] = value;
- }
+ public void SetC0005400Null() {
+ this[this.tabletblGen2OutcomesHeight.C0005400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0007700 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Implicit.R0007700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0007700\' in table \'tblGen1Implicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Implicit.R0007700Column] = value;
- }
+ public bool IsC0005700Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C0005700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0007900 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Implicit.R0007900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0007900\' in table \'tblGen1Implicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Implicit.R0007900Column] = value;
- }
+ public void SetC0005700Null() {
+ this[this.tabletblGen2OutcomesHeight.C0005700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0214700 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Implicit.R0214700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0214700\' in table \'tblGen1Implicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Implicit.R0214700Column] = value;
- }
+ public bool IsC0577600Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C0577600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0214800 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Implicit.R0214800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0214800\' in table \'tblGen1Implicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Implicit.R0214800Column] = value;
- }
+ public void SetC0577600Null() {
+ this[this.tabletblGen2OutcomesHeight.C0577600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2302900 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Implicit.R2302900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2302900\' in table \'tblGen1Implicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Implicit.R2302900Column] = value;
- }
+ public bool IsC0606300Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C0606300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2303100 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Implicit.R2303100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2303100\' in table \'tblGen1Implicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Implicit.R2303100Column] = value;
- }
+ public void SetC0606300Null() {
+ this[this.tabletblGen2OutcomesHeight.C0606300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2303200 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Implicit.R2303200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2303200\' in table \'tblGen1Implicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Implicit.R2303200Column] = value;
- }
+ public bool IsC0606400Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C0606400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2303300 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Implicit.R2303300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2303300\' in table \'tblGen1Implicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Implicit.R2303300Column] = value;
- }
+ public void SetC0606400Null() {
+ this[this.tabletblGen2OutcomesHeight.C0606400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2303500 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Implicit.R2303500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2303500\' in table \'tblGen1Implicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Implicit.R2303500Column] = value;
- }
+ public bool IsC0826400Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C0826400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2303600 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Implicit.R2303600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2303600\' in table \'tblGen1Implicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Implicit.R2303600Column] = value;
- }
+ public void SetC0826400Null() {
+ this[this.tabletblGen2OutcomesHeight.C0826400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2505100 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Implicit.R2505100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2505100\' in table \'tblGen1Implicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Implicit.R2505100Column] = value;
- }
+ public bool IsC0826500Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C0826500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2505300 {
- get {
- try {
- return ((int)(this[this.tabletblGen1Implicit.R2505300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2505300\' in table \'tblGen1Implicit\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1Implicit.R2505300Column] = value;
- }
+ public void SetC0826500Null() {
+ this[this.tabletblGen2OutcomesHeight.C0826500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2505400 {
+ public bool IsC1016700Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C1016700Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetC1016700Null() {
+ this[this.tabletblGen2OutcomesHeight.C1016700Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsC1016800Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C1016800Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetC1016800Null() {
+ this[this.tabletblGen2OutcomesHeight.C1016800Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsC1220200Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C1220200Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetC1220200Null() {
+ this[this.tabletblGen2OutcomesHeight.C1220200Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsC1220300Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C1220300Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetC1220300Null() {
+ this[this.tabletblGen2OutcomesHeight.C1220300Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsC1532700Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C1532700Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetC1532700Null() {
+ this[this.tabletblGen2OutcomesHeight.C1532700Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsC1532800Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C1532800Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetC1532800Null() {
+ this[this.tabletblGen2OutcomesHeight.C1532800Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsC1779300Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C1779300Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetC1779300Null() {
+ this[this.tabletblGen2OutcomesHeight.C1779300Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsC1779400Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C1779400Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetC1779400Null() {
+ this[this.tabletblGen2OutcomesHeight.C1779400Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsC2288500Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C2288500Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetC2288500Null() {
+ this[this.tabletblGen2OutcomesHeight.C2288500Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsC2288600Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C2288600Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetC2288600Null() {
+ this[this.tabletblGen2OutcomesHeight.C2288600Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsC2552300Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C2552300Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetC2552300Null() {
+ this[this.tabletblGen2OutcomesHeight.C2552300Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsC2820900Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C2820900Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetC2820900Null() {
+ this[this.tabletblGen2OutcomesHeight.C2820900Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsC3130400Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C3130400Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetC3130400Null() {
+ this[this.tabletblGen2OutcomesHeight.C3130400Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsC3553400Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C3553400Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetC3553400Null() {
+ this[this.tabletblGen2OutcomesHeight.C3553400Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsC3634500Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C3634500Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetC3634500Null() {
+ this[this.tabletblGen2OutcomesHeight.C3634500Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsC3898000Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C3898000Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetC3898000Null() {
+ this[this.tabletblGen2OutcomesHeight.C3898000Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsC4013000Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C4013000Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetC4013000Null() {
+ this[this.tabletblGen2OutcomesHeight.C4013000Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsC5147900Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.C5147900Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetC5147900Null() {
+ this[this.tabletblGen2OutcomesHeight.C5147900Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsY0308300Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.Y0308300Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetY0308300Null() {
+ this[this.tabletblGen2OutcomesHeight.Y0308300Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsY0308400Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.Y0308400Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetY0308400Null() {
+ this[this.tabletblGen2OutcomesHeight.Y0308400Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsY0609600Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.Y0609600Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetY0609600Null() {
+ this[this.tabletblGen2OutcomesHeight.Y0609600Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsY0609700Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.Y0609700Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetY0609700Null() {
+ this[this.tabletblGen2OutcomesHeight.Y0609700Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsY0903900Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.Y0903900Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetY0903900Null() {
+ this[this.tabletblGen2OutcomesHeight.Y0903900Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsY0904000Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.Y0904000Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetY0904000Null() {
+ this[this.tabletblGen2OutcomesHeight.Y0904000Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsY1150800Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.Y1150800Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetY1150800Null() {
+ this[this.tabletblGen2OutcomesHeight.Y1150800Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsY1150900Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.Y1150900Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetY1150900Null() {
+ this[this.tabletblGen2OutcomesHeight.Y1150900Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsY1385800Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.Y1385800Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetY1385800Null() {
+ this[this.tabletblGen2OutcomesHeight.Y1385800Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsY1385900Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.Y1385900Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetY1385900Null() {
+ this[this.tabletblGen2OutcomesHeight.Y1385900Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsY1637500Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.Y1637500Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetY1637500Null() {
+ this[this.tabletblGen2OutcomesHeight.Y1637500Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsY1637600Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.Y1637600Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetY1637600Null() {
+ this[this.tabletblGen2OutcomesHeight.Y1637600Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsY1891100Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.Y1891100Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetY1891100Null() {
+ this[this.tabletblGen2OutcomesHeight.Y1891100Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsY1891200Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.Y1891200Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetY1891200Null() {
+ this[this.tabletblGen2OutcomesHeight.Y1891200Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsY2207000Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.Y2207000Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetY2207000Null() {
+ this[this.tabletblGen2OutcomesHeight.Y2207000Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsY2207100Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.Y2207100Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetY2207100Null() {
+ this[this.tabletblGen2OutcomesHeight.Y2207100Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsY2544700Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.Y2544700Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetY2544700Null() {
+ this[this.tabletblGen2OutcomesHeight.Y2544700Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsY2544800Null() {
+ return this.IsNull(this.tabletblGen2OutcomesHeight.Y2544800Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetY2544800Null() {
+ this[this.tabletblGen2OutcomesHeight.Y2544800Column] = global::System.Convert.DBNull;
+ }
+ }
+
+ ///
+ ///Represents strongly named DataRow class.
+ ///
+ public partial class tblGen1ExplicitRow : global::System.Data.DataRow {
+
+ private tblGen1ExplicitDataTable tabletblGen1Explicit;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal tblGen1ExplicitRow(global::System.Data.DataRowBuilder rb) :
+ base(rb) {
+ this.tabletblGen1Explicit = ((tblGen1ExplicitDataTable)(this.Table));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R0000100 {
get {
- try {
- return ((int)(this[this.tabletblGen1Implicit.R2505400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2505400\' in table \'tblGen1Implicit\' is DBNull.", e);
- }
+ return ((int)(this[this.tabletblGen1Explicit.R0000100Column]));
}
set {
- this[this.tabletblGen1Implicit.R2505400Column] = value;
+ this[this.tabletblGen1Explicit.R0000100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2505500 {
+ public int R0000149 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2505500Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R0000149Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2505500\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0000149\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2505500Column] = value;
+ this[this.tabletblGen1Explicit.R0000149Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2505700 {
+ public int R0000150 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2505700Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R0000150Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2505700\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0000150\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2505700Column] = value;
+ this[this.tabletblGen1Explicit.R0000150Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2505800 {
+ public int R0000151 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2505800Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R0000151Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2505800\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0000151\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2505800Column] = value;
+ this[this.tabletblGen1Explicit.R0000151Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2737900 {
+ public int R0000152 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2737900Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R0000152Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2737900\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0000152\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2737900Column] = value;
+ this[this.tabletblGen1Explicit.R0000152Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2837200 {
+ public int R0000153 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2837200Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R0000153Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2837200\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0000153\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2837200Column] = value;
+ this[this.tabletblGen1Explicit.R0000153Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2837300 {
+ public int R0000154 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2837300Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R0000154Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2837300\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0000154\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2837300Column] = value;
+ this[this.tabletblGen1Explicit.R0000154Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2837400 {
+ public int R0000155 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2837400Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R0000155Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2837400\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0000155\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2837400Column] = value;
+ this[this.tabletblGen1Explicit.R0000155Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2837500 {
+ public int R0000156 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2837500Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R0000156Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2837500\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0000156\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2837500Column] = value;
+ this[this.tabletblGen1Explicit.R0000156Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2837600 {
+ public int R0000157 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2837600Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R0000157Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2837600\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0000157\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2837600Column] = value;
+ this[this.tabletblGen1Explicit.R0000157Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2837700 {
+ public int R0000158 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2837700Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R0000158Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2837700\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0000158\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2837700Column] = value;
+ this[this.tabletblGen1Explicit.R0000158Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2837800 {
+ public int R0000159 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2837800Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R0000159Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2837800\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0000159\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2837800Column] = value;
+ this[this.tabletblGen1Explicit.R0000159Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2837900 {
+ public int R0000162 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2837900Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R0000162Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2837900\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0000162\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2837900Column] = value;
+ this[this.tabletblGen1Explicit.R0000162Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2838000 {
+ public int R0000163 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2838000Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R0000163Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2838000\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0000163\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2838000Column] = value;
+ this[this.tabletblGen1Explicit.R0000163Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2838100 {
+ public int R0000164 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2838100Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R0000164Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2838100\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0000164\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2838100Column] = value;
+ this[this.tabletblGen1Explicit.R0000164Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2838200 {
+ public int R0000165 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2838200Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R0000165Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2838200\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0000165\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2838200Column] = value;
+ this[this.tabletblGen1Explicit.R0000165Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2838300 {
+ public int R0000166 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2838300Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R0000166Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2838300\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0000166\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2838300Column] = value;
+ this[this.tabletblGen1Explicit.R0000166Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2838400 {
+ public int R0214700 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2838400Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R0214700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2838400\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0214700\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2838400Column] = value;
+ this[this.tabletblGen1Explicit.R0214700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2838500 {
+ public int R0214800 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2838500Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R0214800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2838500\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0214800\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2838500Column] = value;
+ this[this.tabletblGen1Explicit.R0214800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2838600 {
+ public int R4125101 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2838600Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4125101Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2838600\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4125101\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2838600Column] = value;
+ this[this.tabletblGen1Explicit.R4125101Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2838700 {
+ public int R4125801 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2838700Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4125801Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2838700\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4125801\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2838700Column] = value;
+ this[this.tabletblGen1Explicit.R4125801Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2838800 {
+ public int R4126501 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2838800Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4126501Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2838800\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4126501\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2838800Column] = value;
+ this[this.tabletblGen1Explicit.R4126501Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2838900 {
+ public int R4127201 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2838900Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4127201Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2838900\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4127201\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2838900Column] = value;
+ this[this.tabletblGen1Explicit.R4127201Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2839000 {
+ public int R4127901 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2839000Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4127901Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2839000\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4127901\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2839000Column] = value;
+ this[this.tabletblGen1Explicit.R4127901Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2839100 {
+ public int R4128601 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2839100Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4128601Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2839100\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4128601\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2839100Column] = value;
+ this[this.tabletblGen1Explicit.R4128601Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2839200 {
+ public int R4129301 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2839200Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4129301Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2839200\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4129301\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2839200Column] = value;
+ this[this.tabletblGen1Explicit.R4129301Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2839300 {
+ public int R4130001 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2839300Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4130001Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2839300\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4130001\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2839300Column] = value;
+ this[this.tabletblGen1Explicit.R4130001Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2839400 {
+ public int R4130701 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2839400Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4130701Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2839400\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4130701\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2839400Column] = value;
+ this[this.tabletblGen1Explicit.R4130701Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2839500 {
+ public int R4131401 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2839500Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4131401Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2839500\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4131401\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2839500Column] = value;
+ this[this.tabletblGen1Explicit.R4131401Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2839600 {
+ public int R4132101 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2839600Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4132101Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2839600\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4132101\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2839600Column] = value;
+ this[this.tabletblGen1Explicit.R4132101Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2839700 {
+ public int R4132801 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2839700Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4132801Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2839700\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4132801\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2839700Column] = value;
+ this[this.tabletblGen1Explicit.R4132801Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2839800 {
+ public int R4133701 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2839800Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4133701Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2839800\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4133701\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2839800Column] = value;
+ this[this.tabletblGen1Explicit.R4133701Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2839900 {
+ public int R4521500 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2839900Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4521500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2839900\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4521500\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2839900Column] = value;
+ this[this.tabletblGen1Explicit.R4521500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2840000 {
+ public int R4521700 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2840000Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4521700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2840000\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4521700\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2840000Column] = value;
+ this[this.tabletblGen1Explicit.R4521700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2840100 {
+ public int R4521800 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2840100Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4521800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2840100\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4521800\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2840100Column] = value;
+ this[this.tabletblGen1Explicit.R4521800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2840200 {
+ public int R4521900 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2840200Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4521900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2840200\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4521900\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2840200Column] = value;
+ this[this.tabletblGen1Explicit.R4521900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2840300 {
+ public int R4522000 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2840300Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4522000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2840300\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4522000\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2840300Column] = value;
+ this[this.tabletblGen1Explicit.R4522000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2840400 {
+ public int R4522100 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2840400Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4522100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2840400\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4522100\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2840400Column] = value;
+ this[this.tabletblGen1Explicit.R4522100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2840500 {
+ public int R4522200 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2840500Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4522200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2840500\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4522200\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2840500Column] = value;
+ this[this.tabletblGen1Explicit.R4522200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2840600 {
+ public int R4522300 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2840600Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4522300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2840600\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4522300\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2840600Column] = value;
+ this[this.tabletblGen1Explicit.R4522300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2840700 {
+ public int R4522400 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2840700Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4522400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2840700\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4522400\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2840700Column] = value;
+ this[this.tabletblGen1Explicit.R4522400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2840800 {
+ public int R4522500 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2840800Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4522500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2840800\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4522500\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2840800Column] = value;
+ this[this.tabletblGen1Explicit.R4522500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2840900 {
+ public int R4522600 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2840900Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4522600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2840900\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4522600\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2840900Column] = value;
+ this[this.tabletblGen1Explicit.R4522600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2841000 {
+ public int R4522700 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2841000Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4522700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2841000\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4522700\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2841000Column] = value;
+ this[this.tabletblGen1Explicit.R4522700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2841100 {
+ public int R4522800 {
get {
try {
- return ((int)(this[this.tabletblGen1Implicit.R2841100Column]));
+ return ((int)(this[this.tabletblGen1Explicit.R4522800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2841100\' in table \'tblGen1Implicit\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4522800\' in table \'tblGen1Explicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen1Implicit.R2841100Column] = value;
+ this[this.tabletblGen1Explicit.R4522800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0001600Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0001600Column);
+ public int T0002000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0002000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0002000\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0002000Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0001600Null() {
- this[this.tabletblGen1Implicit.H0001600Column] = global::System.Convert.DBNull;
+ public int T0002100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0002100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0002100\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0002100Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0001700Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0001700Column);
+ public int T0002200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0002200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0002200\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0002200Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0001700Null() {
- this[this.tabletblGen1Implicit.H0001700Column] = global::System.Convert.DBNull;
+ public int T0002300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0002300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0002300\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0002300Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0001800Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0001800Column);
+ public int T0002400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0002400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0002400\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0002400Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0001800Null() {
- this[this.tabletblGen1Implicit.H0001800Column] = global::System.Convert.DBNull;
+ public int T0002500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0002500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0002500\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0002500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0001900Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0001900Column);
+ public int T0002600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0002600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0002600\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0002600Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0001900Null() {
- this[this.tabletblGen1Implicit.H0001900Column] = global::System.Convert.DBNull;
+ public int T0002700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0002700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0002700\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0002700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0002000Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0002000Column);
+ public int T0002800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0002800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0002800\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0002800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0002000Null() {
- this[this.tabletblGen1Implicit.H0002000Column] = global::System.Convert.DBNull;
+ public int T0002900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0002900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0002900\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0002900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0002100Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0002100Column);
+ public int T0003000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0003000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0003000\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0003000Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0002100Null() {
- this[this.tabletblGen1Implicit.H0002100Column] = global::System.Convert.DBNull;
+ public int T0003100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0003100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0003100\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0003100Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0002200Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0002200Column);
+ public int T0003200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0003200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0003200\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0003200Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0002200Null() {
- this[this.tabletblGen1Implicit.H0002200Column] = global::System.Convert.DBNull;
+ public int T0003300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0003300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0003300\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0003300Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0002300Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0002300Column);
+ public int T0003400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0003400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0003400\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0003400Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0002300Null() {
- this[this.tabletblGen1Implicit.H0002300Column] = global::System.Convert.DBNull;
+ public int T0003500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0003500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0003500\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0003500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0002400Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0002400Column);
+ public int T0003600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0003600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0003600\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0003600Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0002400Null() {
- this[this.tabletblGen1Implicit.H0002400Column] = global::System.Convert.DBNull;
+ public int T0003700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0003700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0003700\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0003700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0002500Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0002500Column);
+ public int T0003800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0003800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0003800\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0003800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0002500Null() {
- this[this.tabletblGen1Implicit.H0002500Column] = global::System.Convert.DBNull;
+ public int T0003900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0003900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0003900\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0003900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0002600Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0002600Column);
+ public int T0004000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0004000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0004000\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0004000Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0002600Null() {
- this[this.tabletblGen1Implicit.H0002600Column] = global::System.Convert.DBNull;
+ public int T0004100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0004100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0004100\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0004100Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0002700Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0002700Column);
+ public int T0004200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0004200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0004200\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0004200Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0002700Null() {
- this[this.tabletblGen1Implicit.H0002700Column] = global::System.Convert.DBNull;
+ public int T0004300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0004300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0004300\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0004300Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0002800Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0002800Column);
+ public int T0004400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0004400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0004400\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0004400Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0002800Null() {
- this[this.tabletblGen1Implicit.H0002800Column] = global::System.Convert.DBNull;
+ public int T0004500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T0004500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0004500\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T0004500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0002900Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0002900Column);
+ public int T2261500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T2261500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2261500\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T2261500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0002900Null() {
- this[this.tabletblGen1Implicit.H0002900Column] = global::System.Convert.DBNull;
+ public int T2261600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T2261600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2261600\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T2261600Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0003000Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0003000Column);
+ public int T2261700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T2261700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2261700\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T2261700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0003000Null() {
- this[this.tabletblGen1Implicit.H0003000Column] = global::System.Convert.DBNull;
+ public int T2261800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T2261800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2261800\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T2261800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0003100Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0003100Column);
+ public int T2261900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T2261900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2261900\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T2261900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0003100Null() {
- this[this.tabletblGen1Implicit.H0003100Column] = global::System.Convert.DBNull;
+ public int T2262000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T2262000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2262000\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T2262000Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0013600Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0013600Column);
+ public int T2262100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T2262100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2262100\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T2262100Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0013600Null() {
- this[this.tabletblGen1Implicit.H0013600Column] = global::System.Convert.DBNull;
+ public int T2262200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T2262200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2262200\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T2262200Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0013700Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0013700Column);
+ public int T2262300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T2262300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2262300\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T2262300Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0013700Null() {
- this[this.tabletblGen1Implicit.H0013700Column] = global::System.Convert.DBNull;
+ public int T2262400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T2262400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2262400\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T2262400Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0013800Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0013800Column);
+ public int T2262500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T2262500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2262500\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T2262500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0013800Null() {
- this[this.tabletblGen1Implicit.H0013800Column] = global::System.Convert.DBNull;
+ public int T2262600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T2262600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2262600\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T2262600Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0013900Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0013900Column);
+ public int T2262700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T2262700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2262700\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T2262700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0013900Null() {
- this[this.tabletblGen1Implicit.H0013900Column] = global::System.Convert.DBNull;
+ public int T2262800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T2262800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2262800\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T2262800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0014000Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0014000Column);
+ public int T2262900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T2262900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2262900\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T2262900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0014000Null() {
- this[this.tabletblGen1Implicit.H0014000Column] = global::System.Convert.DBNull;
+ public int T2263000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T2263000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2263000\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T2263000Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0014100Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0014100Column);
+ public int T2263100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T2263100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2263100\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T2263100Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0014100Null() {
- this[this.tabletblGen1Implicit.H0014100Column] = global::System.Convert.DBNull;
+ public int T2263200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T2263200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2263200\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T2263200Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0014200Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0014200Column);
+ public int T2263300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T2263300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2263300\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T2263300Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0014200Null() {
- this[this.tabletblGen1Implicit.H0014200Column] = global::System.Convert.DBNull;
+ public int T2263400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T2263400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2263400\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T2263400Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0014300Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0014300Column);
+ public int T2263500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T2263500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2263500\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T2263500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0014300Null() {
- this[this.tabletblGen1Implicit.H0014300Column] = global::System.Convert.DBNull;
+ public int T2263600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T2263600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2263600\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T2263600Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0014400Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0014400Column);
+ public int T2263700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T2263700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2263700\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T2263700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0014400Null() {
- this[this.tabletblGen1Implicit.H0014400Column] = global::System.Convert.DBNull;
+ public int T2263800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Explicit.T2263800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2263800\' in table \'tblGen1Explicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Explicit.T2263800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0014500Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0014500Column);
+ public bool IsR0000149Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R0000149Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0014500Null() {
- this[this.tabletblGen1Implicit.H0014500Column] = global::System.Convert.DBNull;
+ public void SetR0000149Null() {
+ this[this.tabletblGen1Explicit.R0000149Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0014700Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0014700Column);
+ public bool IsR0000150Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R0000150Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0014700Null() {
- this[this.tabletblGen1Implicit.H0014700Column] = global::System.Convert.DBNull;
+ public void SetR0000150Null() {
+ this[this.tabletblGen1Explicit.R0000150Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0014800Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0014800Column);
+ public bool IsR0000151Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R0000151Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0014800Null() {
- this[this.tabletblGen1Implicit.H0014800Column] = global::System.Convert.DBNull;
+ public void SetR0000151Null() {
+ this[this.tabletblGen1Explicit.R0000151Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0014900Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0014900Column);
+ public bool IsR0000152Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R0000152Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0014900Null() {
- this[this.tabletblGen1Implicit.H0014900Column] = global::System.Convert.DBNull;
+ public void SetR0000152Null() {
+ this[this.tabletblGen1Explicit.R0000152Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0015000Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0015000Column);
+ public bool IsR0000153Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R0000153Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0015000Null() {
- this[this.tabletblGen1Implicit.H0015000Column] = global::System.Convert.DBNull;
+ public void SetR0000153Null() {
+ this[this.tabletblGen1Explicit.R0000153Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0015100Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0015100Column);
+ public bool IsR0000154Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R0000154Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0015100Null() {
- this[this.tabletblGen1Implicit.H0015100Column] = global::System.Convert.DBNull;
+ public void SetR0000154Null() {
+ this[this.tabletblGen1Explicit.R0000154Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0015200Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0015200Column);
+ public bool IsR0000155Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R0000155Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0015200Null() {
- this[this.tabletblGen1Implicit.H0015200Column] = global::System.Convert.DBNull;
+ public void SetR0000155Null() {
+ this[this.tabletblGen1Explicit.R0000155Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0015300Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0015300Column);
+ public bool IsR0000156Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R0000156Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0015300Null() {
- this[this.tabletblGen1Implicit.H0015300Column] = global::System.Convert.DBNull;
+ public void SetR0000156Null() {
+ this[this.tabletblGen1Explicit.R0000156Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0015400Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0015400Column);
+ public bool IsR0000157Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R0000157Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0015400Null() {
- this[this.tabletblGen1Implicit.H0015400Column] = global::System.Convert.DBNull;
+ public void SetR0000157Null() {
+ this[this.tabletblGen1Explicit.R0000157Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0015500Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0015500Column);
+ public bool IsR0000158Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R0000158Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0015500Null() {
- this[this.tabletblGen1Implicit.H0015500Column] = global::System.Convert.DBNull;
+ public void SetR0000158Null() {
+ this[this.tabletblGen1Explicit.R0000158Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0015600Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0015600Column);
+ public bool IsR0000159Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R0000159Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0015600Null() {
- this[this.tabletblGen1Implicit.H0015600Column] = global::System.Convert.DBNull;
+ public void SetR0000159Null() {
+ this[this.tabletblGen1Explicit.R0000159Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0015700Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0015700Column);
+ public bool IsR0000162Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R0000162Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0015700Null() {
- this[this.tabletblGen1Implicit.H0015700Column] = global::System.Convert.DBNull;
+ public void SetR0000162Null() {
+ this[this.tabletblGen1Explicit.R0000162Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0015800Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0015800Column);
+ public bool IsR0000163Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R0000163Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0015800Null() {
- this[this.tabletblGen1Implicit.H0015800Column] = global::System.Convert.DBNull;
+ public void SetR0000163Null() {
+ this[this.tabletblGen1Explicit.R0000163Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0015803Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0015803Column);
+ public bool IsR0000164Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R0000164Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0015803Null() {
- this[this.tabletblGen1Implicit.H0015803Column] = global::System.Convert.DBNull;
+ public void SetR0000164Null() {
+ this[this.tabletblGen1Explicit.R0000164Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsH0015804Null() {
- return this.IsNull(this.tabletblGen1Implicit.H0015804Column);
+ public bool IsR0000165Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R0000165Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetH0015804Null() {
- this[this.tabletblGen1Implicit.H0015804Column] = global::System.Convert.DBNull;
+ public void SetR0000165Null() {
+ this[this.tabletblGen1Explicit.R0000165Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0006100Null() {
- return this.IsNull(this.tabletblGen1Implicit.R0006100Column);
+ public bool IsR0000166Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R0000166Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0006100Null() {
- this[this.tabletblGen1Implicit.R0006100Column] = global::System.Convert.DBNull;
+ public void SetR0000166Null() {
+ this[this.tabletblGen1Explicit.R0000166Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0006500Null() {
- return this.IsNull(this.tabletblGen1Implicit.R0006500Column);
+ public bool IsR0214700Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R0214700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0006500Null() {
- this[this.tabletblGen1Implicit.R0006500Column] = global::System.Convert.DBNull;
+ public void SetR0214700Null() {
+ this[this.tabletblGen1Explicit.R0214700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0007300Null() {
- return this.IsNull(this.tabletblGen1Implicit.R0007300Column);
+ public bool IsR0214800Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R0214800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0007300Null() {
- this[this.tabletblGen1Implicit.R0007300Column] = global::System.Convert.DBNull;
+ public void SetR0214800Null() {
+ this[this.tabletblGen1Explicit.R0214800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0007700Null() {
- return this.IsNull(this.tabletblGen1Implicit.R0007700Column);
+ public bool IsR4125101Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4125101Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0007700Null() {
- this[this.tabletblGen1Implicit.R0007700Column] = global::System.Convert.DBNull;
+ public void SetR4125101Null() {
+ this[this.tabletblGen1Explicit.R4125101Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0007900Null() {
- return this.IsNull(this.tabletblGen1Implicit.R0007900Column);
+ public bool IsR4125801Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4125801Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0007900Null() {
- this[this.tabletblGen1Implicit.R0007900Column] = global::System.Convert.DBNull;
+ public void SetR4125801Null() {
+ this[this.tabletblGen1Explicit.R4125801Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0214700Null() {
- return this.IsNull(this.tabletblGen1Implicit.R0214700Column);
+ public bool IsR4126501Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4126501Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0214700Null() {
- this[this.tabletblGen1Implicit.R0214700Column] = global::System.Convert.DBNull;
+ public void SetR4126501Null() {
+ this[this.tabletblGen1Explicit.R4126501Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0214800Null() {
- return this.IsNull(this.tabletblGen1Implicit.R0214800Column);
+ public bool IsR4127201Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4127201Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0214800Null() {
- this[this.tabletblGen1Implicit.R0214800Column] = global::System.Convert.DBNull;
+ public void SetR4127201Null() {
+ this[this.tabletblGen1Explicit.R4127201Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2302900Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2302900Column);
+ public bool IsR4127901Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4127901Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2302900Null() {
- this[this.tabletblGen1Implicit.R2302900Column] = global::System.Convert.DBNull;
+ public void SetR4127901Null() {
+ this[this.tabletblGen1Explicit.R4127901Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2303100Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2303100Column);
+ public bool IsR4128601Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4128601Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2303100Null() {
- this[this.tabletblGen1Implicit.R2303100Column] = global::System.Convert.DBNull;
+ public void SetR4128601Null() {
+ this[this.tabletblGen1Explicit.R4128601Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2303200Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2303200Column);
+ public bool IsR4129301Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4129301Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2303200Null() {
- this[this.tabletblGen1Implicit.R2303200Column] = global::System.Convert.DBNull;
+ public void SetR4129301Null() {
+ this[this.tabletblGen1Explicit.R4129301Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2303300Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2303300Column);
+ public bool IsR4130001Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4130001Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2303300Null() {
- this[this.tabletblGen1Implicit.R2303300Column] = global::System.Convert.DBNull;
+ public void SetR4130001Null() {
+ this[this.tabletblGen1Explicit.R4130001Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2303500Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2303500Column);
+ public bool IsR4130701Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4130701Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2303500Null() {
- this[this.tabletblGen1Implicit.R2303500Column] = global::System.Convert.DBNull;
+ public void SetR4130701Null() {
+ this[this.tabletblGen1Explicit.R4130701Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2303600Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2303600Column);
+ public bool IsR4131401Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4131401Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2303600Null() {
- this[this.tabletblGen1Implicit.R2303600Column] = global::System.Convert.DBNull;
+ public void SetR4131401Null() {
+ this[this.tabletblGen1Explicit.R4131401Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2505100Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2505100Column);
+ public bool IsR4132101Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4132101Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2505100Null() {
- this[this.tabletblGen1Implicit.R2505100Column] = global::System.Convert.DBNull;
+ public void SetR4132101Null() {
+ this[this.tabletblGen1Explicit.R4132101Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2505300Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2505300Column);
+ public bool IsR4132801Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4132801Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2505300Null() {
- this[this.tabletblGen1Implicit.R2505300Column] = global::System.Convert.DBNull;
+ public void SetR4132801Null() {
+ this[this.tabletblGen1Explicit.R4132801Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2505400Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2505400Column);
+ public bool IsR4133701Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4133701Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2505400Null() {
- this[this.tabletblGen1Implicit.R2505400Column] = global::System.Convert.DBNull;
+ public void SetR4133701Null() {
+ this[this.tabletblGen1Explicit.R4133701Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2505500Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2505500Column);
+ public bool IsR4521500Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4521500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2505500Null() {
- this[this.tabletblGen1Implicit.R2505500Column] = global::System.Convert.DBNull;
+ public void SetR4521500Null() {
+ this[this.tabletblGen1Explicit.R4521500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2505700Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2505700Column);
+ public bool IsR4521700Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4521700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2505700Null() {
- this[this.tabletblGen1Implicit.R2505700Column] = global::System.Convert.DBNull;
+ public void SetR4521700Null() {
+ this[this.tabletblGen1Explicit.R4521700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2505800Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2505800Column);
+ public bool IsR4521800Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4521800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2505800Null() {
- this[this.tabletblGen1Implicit.R2505800Column] = global::System.Convert.DBNull;
+ public void SetR4521800Null() {
+ this[this.tabletblGen1Explicit.R4521800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2737900Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2737900Column);
+ public bool IsR4521900Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4521900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2737900Null() {
- this[this.tabletblGen1Implicit.R2737900Column] = global::System.Convert.DBNull;
+ public void SetR4521900Null() {
+ this[this.tabletblGen1Explicit.R4521900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2837200Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2837200Column);
+ public bool IsR4522000Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4522000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2837200Null() {
- this[this.tabletblGen1Implicit.R2837200Column] = global::System.Convert.DBNull;
+ public void SetR4522000Null() {
+ this[this.tabletblGen1Explicit.R4522000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2837300Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2837300Column);
+ public bool IsR4522100Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4522100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2837300Null() {
- this[this.tabletblGen1Implicit.R2837300Column] = global::System.Convert.DBNull;
+ public void SetR4522100Null() {
+ this[this.tabletblGen1Explicit.R4522100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2837400Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2837400Column);
+ public bool IsR4522200Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4522200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2837400Null() {
- this[this.tabletblGen1Implicit.R2837400Column] = global::System.Convert.DBNull;
+ public void SetR4522200Null() {
+ this[this.tabletblGen1Explicit.R4522200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2837500Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2837500Column);
+ public bool IsR4522300Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4522300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2837500Null() {
- this[this.tabletblGen1Implicit.R2837500Column] = global::System.Convert.DBNull;
+ public void SetR4522300Null() {
+ this[this.tabletblGen1Explicit.R4522300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2837600Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2837600Column);
+ public bool IsR4522400Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4522400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2837600Null() {
- this[this.tabletblGen1Implicit.R2837600Column] = global::System.Convert.DBNull;
+ public void SetR4522400Null() {
+ this[this.tabletblGen1Explicit.R4522400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2837700Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2837700Column);
+ public bool IsR4522500Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4522500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2837700Null() {
- this[this.tabletblGen1Implicit.R2837700Column] = global::System.Convert.DBNull;
+ public void SetR4522500Null() {
+ this[this.tabletblGen1Explicit.R4522500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2837800Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2837800Column);
+ public bool IsR4522600Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4522600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2837800Null() {
- this[this.tabletblGen1Implicit.R2837800Column] = global::System.Convert.DBNull;
+ public void SetR4522600Null() {
+ this[this.tabletblGen1Explicit.R4522600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2837900Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2837900Column);
+ public bool IsR4522700Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4522700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2837900Null() {
- this[this.tabletblGen1Implicit.R2837900Column] = global::System.Convert.DBNull;
+ public void SetR4522700Null() {
+ this[this.tabletblGen1Explicit.R4522700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2838000Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2838000Column);
+ public bool IsR4522800Null() {
+ return this.IsNull(this.tabletblGen1Explicit.R4522800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2838000Null() {
- this[this.tabletblGen1Implicit.R2838000Column] = global::System.Convert.DBNull;
+ public void SetR4522800Null() {
+ this[this.tabletblGen1Explicit.R4522800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2838100Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2838100Column);
+ public bool IsT0002000Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0002000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2838100Null() {
- this[this.tabletblGen1Implicit.R2838100Column] = global::System.Convert.DBNull;
+ public void SetT0002000Null() {
+ this[this.tabletblGen1Explicit.T0002000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2838200Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2838200Column);
+ public bool IsT0002100Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0002100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2838200Null() {
- this[this.tabletblGen1Implicit.R2838200Column] = global::System.Convert.DBNull;
+ public void SetT0002100Null() {
+ this[this.tabletblGen1Explicit.T0002100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2838300Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2838300Column);
+ public bool IsT0002200Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0002200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2838300Null() {
- this[this.tabletblGen1Implicit.R2838300Column] = global::System.Convert.DBNull;
+ public void SetT0002200Null() {
+ this[this.tabletblGen1Explicit.T0002200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2838400Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2838400Column);
+ public bool IsT0002300Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0002300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2838400Null() {
- this[this.tabletblGen1Implicit.R2838400Column] = global::System.Convert.DBNull;
+ public void SetT0002300Null() {
+ this[this.tabletblGen1Explicit.T0002300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2838500Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2838500Column);
+ public bool IsT0002400Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0002400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2838500Null() {
- this[this.tabletblGen1Implicit.R2838500Column] = global::System.Convert.DBNull;
+ public void SetT0002400Null() {
+ this[this.tabletblGen1Explicit.T0002400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2838600Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2838600Column);
+ public bool IsT0002500Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0002500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2838600Null() {
- this[this.tabletblGen1Implicit.R2838600Column] = global::System.Convert.DBNull;
+ public void SetT0002500Null() {
+ this[this.tabletblGen1Explicit.T0002500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2838700Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2838700Column);
+ public bool IsT0002600Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0002600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2838700Null() {
- this[this.tabletblGen1Implicit.R2838700Column] = global::System.Convert.DBNull;
+ public void SetT0002600Null() {
+ this[this.tabletblGen1Explicit.T0002600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2838800Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2838800Column);
+ public bool IsT0002700Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0002700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2838800Null() {
- this[this.tabletblGen1Implicit.R2838800Column] = global::System.Convert.DBNull;
+ public void SetT0002700Null() {
+ this[this.tabletblGen1Explicit.T0002700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2838900Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2838900Column);
+ public bool IsT0002800Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0002800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2838900Null() {
- this[this.tabletblGen1Implicit.R2838900Column] = global::System.Convert.DBNull;
+ public void SetT0002800Null() {
+ this[this.tabletblGen1Explicit.T0002800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2839000Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2839000Column);
+ public bool IsT0002900Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0002900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2839000Null() {
- this[this.tabletblGen1Implicit.R2839000Column] = global::System.Convert.DBNull;
+ public void SetT0002900Null() {
+ this[this.tabletblGen1Explicit.T0002900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2839100Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2839100Column);
+ public bool IsT0003000Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0003000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2839100Null() {
- this[this.tabletblGen1Implicit.R2839100Column] = global::System.Convert.DBNull;
+ public void SetT0003000Null() {
+ this[this.tabletblGen1Explicit.T0003000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2839200Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2839200Column);
+ public bool IsT0003100Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0003100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2839200Null() {
- this[this.tabletblGen1Implicit.R2839200Column] = global::System.Convert.DBNull;
+ public void SetT0003100Null() {
+ this[this.tabletblGen1Explicit.T0003100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2839300Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2839300Column);
+ public bool IsT0003200Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0003200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2839300Null() {
- this[this.tabletblGen1Implicit.R2839300Column] = global::System.Convert.DBNull;
+ public void SetT0003200Null() {
+ this[this.tabletblGen1Explicit.T0003200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2839400Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2839400Column);
+ public bool IsT0003300Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0003300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2839400Null() {
- this[this.tabletblGen1Implicit.R2839400Column] = global::System.Convert.DBNull;
+ public void SetT0003300Null() {
+ this[this.tabletblGen1Explicit.T0003300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2839500Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2839500Column);
+ public bool IsT0003400Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0003400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2839500Null() {
- this[this.tabletblGen1Implicit.R2839500Column] = global::System.Convert.DBNull;
+ public void SetT0003400Null() {
+ this[this.tabletblGen1Explicit.T0003400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2839600Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2839600Column);
+ public bool IsT0003500Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0003500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2839600Null() {
- this[this.tabletblGen1Implicit.R2839600Column] = global::System.Convert.DBNull;
+ public void SetT0003500Null() {
+ this[this.tabletblGen1Explicit.T0003500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2839700Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2839700Column);
+ public bool IsT0003600Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0003600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2839700Null() {
- this[this.tabletblGen1Implicit.R2839700Column] = global::System.Convert.DBNull;
+ public void SetT0003600Null() {
+ this[this.tabletblGen1Explicit.T0003600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2839800Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2839800Column);
+ public bool IsT0003700Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0003700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2839800Null() {
- this[this.tabletblGen1Implicit.R2839800Column] = global::System.Convert.DBNull;
+ public void SetT0003700Null() {
+ this[this.tabletblGen1Explicit.T0003700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2839900Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2839900Column);
+ public bool IsT0003800Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0003800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2839900Null() {
- this[this.tabletblGen1Implicit.R2839900Column] = global::System.Convert.DBNull;
+ public void SetT0003800Null() {
+ this[this.tabletblGen1Explicit.T0003800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2840000Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2840000Column);
+ public bool IsT0003900Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0003900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2840000Null() {
- this[this.tabletblGen1Implicit.R2840000Column] = global::System.Convert.DBNull;
+ public void SetT0003900Null() {
+ this[this.tabletblGen1Explicit.T0003900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2840100Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2840100Column);
+ public bool IsT0004000Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0004000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2840100Null() {
- this[this.tabletblGen1Implicit.R2840100Column] = global::System.Convert.DBNull;
+ public void SetT0004000Null() {
+ this[this.tabletblGen1Explicit.T0004000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2840200Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2840200Column);
+ public bool IsT0004100Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0004100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2840200Null() {
- this[this.tabletblGen1Implicit.R2840200Column] = global::System.Convert.DBNull;
+ public void SetT0004100Null() {
+ this[this.tabletblGen1Explicit.T0004100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2840300Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2840300Column);
+ public bool IsT0004200Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0004200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2840300Null() {
- this[this.tabletblGen1Implicit.R2840300Column] = global::System.Convert.DBNull;
+ public void SetT0004200Null() {
+ this[this.tabletblGen1Explicit.T0004200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2840400Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2840400Column);
+ public bool IsT0004300Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0004300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2840400Null() {
- this[this.tabletblGen1Implicit.R2840400Column] = global::System.Convert.DBNull;
+ public void SetT0004300Null() {
+ this[this.tabletblGen1Explicit.T0004300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2840500Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2840500Column);
+ public bool IsT0004400Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0004400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2840500Null() {
- this[this.tabletblGen1Implicit.R2840500Column] = global::System.Convert.DBNull;
+ public void SetT0004400Null() {
+ this[this.tabletblGen1Explicit.T0004400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2840600Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2840600Column);
+ public bool IsT0004500Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T0004500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2840600Null() {
- this[this.tabletblGen1Implicit.R2840600Column] = global::System.Convert.DBNull;
+ public void SetT0004500Null() {
+ this[this.tabletblGen1Explicit.T0004500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2840700Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2840700Column);
+ public bool IsT2261500Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T2261500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2840700Null() {
- this[this.tabletblGen1Implicit.R2840700Column] = global::System.Convert.DBNull;
+ public void SetT2261500Null() {
+ this[this.tabletblGen1Explicit.T2261500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2840800Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2840800Column);
+ public bool IsT2261600Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T2261600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2840800Null() {
- this[this.tabletblGen1Implicit.R2840800Column] = global::System.Convert.DBNull;
+ public void SetT2261600Null() {
+ this[this.tabletblGen1Explicit.T2261600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2840900Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2840900Column);
+ public bool IsT2261700Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T2261700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2840900Null() {
- this[this.tabletblGen1Implicit.R2840900Column] = global::System.Convert.DBNull;
+ public void SetT2261700Null() {
+ this[this.tabletblGen1Explicit.T2261700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2841000Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2841000Column);
+ public bool IsT2261800Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T2261800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2841000Null() {
- this[this.tabletblGen1Implicit.R2841000Column] = global::System.Convert.DBNull;
+ public void SetT2261800Null() {
+ this[this.tabletblGen1Explicit.T2261800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2841100Null() {
- return this.IsNull(this.tabletblGen1Implicit.R2841100Column);
+ public bool IsT2261900Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T2261900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2841100Null() {
- this[this.tabletblGen1Implicit.R2841100Column] = global::System.Convert.DBNull;
+ public void SetT2261900Null() {
+ this[this.tabletblGen1Explicit.T2261900Column] = global::System.Convert.DBNull;
}
- }
-
- ///
- ///Represents strongly named DataRow class.
- ///
- public partial class tblGen2OutcomesWeightRow : global::System.Data.DataRow {
-
- private tblGen2OutcomesWeightDataTable tabletblGen2OutcomesWeight;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblGen2OutcomesWeightRow(global::System.Data.DataRowBuilder rb) :
- base(rb) {
- this.tabletblGen2OutcomesWeight = ((tblGen2OutcomesWeightDataTable)(this.Table));
+ public bool IsT2262000Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T2262000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0000100 {
- get {
- return ((int)(this[this.tabletblGen2OutcomesWeight.C0000100Column]));
- }
- set {
- this[this.tabletblGen2OutcomesWeight.C0000100Column] = value;
- }
+ public void SetT2262000Null() {
+ this[this.tabletblGen1Explicit.T2262000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0000200 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesWeight.C0000200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0000200\' in table \'tblGen2OutcomesWeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesWeight.C0000200Column] = value;
- }
+ public bool IsT2262100Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T2262100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0005300 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesWeight.C0005300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0005300\' in table \'tblGen2OutcomesWeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesWeight.C0005300Column] = value;
- }
+ public void SetT2262100Null() {
+ this[this.tabletblGen1Explicit.T2262100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0005400 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesWeight.C0005400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0005400\' in table \'tblGen2OutcomesWeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesWeight.C0005400Column] = value;
- }
+ public bool IsT2262200Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T2262200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0005700 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesWeight.C0005700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0005700\' in table \'tblGen2OutcomesWeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesWeight.C0005700Column] = value;
- }
+ public void SetT2262200Null() {
+ this[this.tabletblGen1Explicit.T2262200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0308500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesWeight.Y0308500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0308500\' in table \'tblGen2OutcomesWeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesWeight.Y0308500Column] = value;
- }
+ public bool IsT2262300Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T2262300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y0904100 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesWeight.Y0904100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y0904100\' in table \'tblGen2OutcomesWeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesWeight.Y0904100Column] = value;
- }
+ public void SetT2262300Null() {
+ this[this.tabletblGen1Explicit.T2262300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1151000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesWeight.Y1151000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1151000\' in table \'tblGen2OutcomesWeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesWeight.Y1151000Column] = value;
- }
+ public bool IsT2262400Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T2262400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1386000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesWeight.Y1386000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1386000\' in table \'tblGen2OutcomesWeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesWeight.Y1386000Column] = value;
- }
+ public void SetT2262400Null() {
+ this[this.tabletblGen1Explicit.T2262400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1637700 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesWeight.Y1637700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1637700\' in table \'tblGen2OutcomesWeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesWeight.Y1637700Column] = value;
- }
+ public bool IsT2262500Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T2262500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y1891300 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesWeight.Y1891300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y1891300\' in table \'tblGen2OutcomesWeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesWeight.Y1891300Column] = value;
- }
+ public void SetT2262500Null() {
+ this[this.tabletblGen1Explicit.T2262500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y2207200 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesWeight.Y2207200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y2207200\' in table \'tblGen2OutcomesWeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesWeight.Y2207200Column] = value;
- }
+ public bool IsT2262600Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T2262600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int Y2544900 {
- get {
- try {
- return ((int)(this[this.tabletblGen2OutcomesWeight.Y2544900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Y2544900\' in table \'tblGen2OutcomesWeight\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2OutcomesWeight.Y2544900Column] = value;
- }
+ public void SetT2262600Null() {
+ this[this.tabletblGen1Explicit.T2262600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0000200Null() {
- return this.IsNull(this.tabletblGen2OutcomesWeight.C0000200Column);
+ public bool IsT2262700Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T2262700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0000200Null() {
- this[this.tabletblGen2OutcomesWeight.C0000200Column] = global::System.Convert.DBNull;
+ public void SetT2262700Null() {
+ this[this.tabletblGen1Explicit.T2262700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0005300Null() {
- return this.IsNull(this.tabletblGen2OutcomesWeight.C0005300Column);
+ public bool IsT2262800Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T2262800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0005300Null() {
- this[this.tabletblGen2OutcomesWeight.C0005300Column] = global::System.Convert.DBNull;
+ public void SetT2262800Null() {
+ this[this.tabletblGen1Explicit.T2262800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0005400Null() {
- return this.IsNull(this.tabletblGen2OutcomesWeight.C0005400Column);
+ public bool IsT2262900Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T2262900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0005400Null() {
- this[this.tabletblGen2OutcomesWeight.C0005400Column] = global::System.Convert.DBNull;
+ public void SetT2262900Null() {
+ this[this.tabletblGen1Explicit.T2262900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0005700Null() {
- return this.IsNull(this.tabletblGen2OutcomesWeight.C0005700Column);
+ public bool IsT2263000Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T2263000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0005700Null() {
- this[this.tabletblGen2OutcomesWeight.C0005700Column] = global::System.Convert.DBNull;
+ public void SetT2263000Null() {
+ this[this.tabletblGen1Explicit.T2263000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0308500Null() {
- return this.IsNull(this.tabletblGen2OutcomesWeight.Y0308500Column);
+ public bool IsT2263100Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T2263100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0308500Null() {
- this[this.tabletblGen2OutcomesWeight.Y0308500Column] = global::System.Convert.DBNull;
+ public void SetT2263100Null() {
+ this[this.tabletblGen1Explicit.T2263100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY0904100Null() {
- return this.IsNull(this.tabletblGen2OutcomesWeight.Y0904100Column);
+ public bool IsT2263200Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T2263200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY0904100Null() {
- this[this.tabletblGen2OutcomesWeight.Y0904100Column] = global::System.Convert.DBNull;
+ public void SetT2263200Null() {
+ this[this.tabletblGen1Explicit.T2263200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1151000Null() {
- return this.IsNull(this.tabletblGen2OutcomesWeight.Y1151000Column);
+ public bool IsT2263300Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T2263300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1151000Null() {
- this[this.tabletblGen2OutcomesWeight.Y1151000Column] = global::System.Convert.DBNull;
+ public void SetT2263300Null() {
+ this[this.tabletblGen1Explicit.T2263300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1386000Null() {
- return this.IsNull(this.tabletblGen2OutcomesWeight.Y1386000Column);
+ public bool IsT2263400Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T2263400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1386000Null() {
- this[this.tabletblGen2OutcomesWeight.Y1386000Column] = global::System.Convert.DBNull;
+ public void SetT2263400Null() {
+ this[this.tabletblGen1Explicit.T2263400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1637700Null() {
- return this.IsNull(this.tabletblGen2OutcomesWeight.Y1637700Column);
+ public bool IsT2263500Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T2263500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1637700Null() {
- this[this.tabletblGen2OutcomesWeight.Y1637700Column] = global::System.Convert.DBNull;
+ public void SetT2263500Null() {
+ this[this.tabletblGen1Explicit.T2263500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY1891300Null() {
- return this.IsNull(this.tabletblGen2OutcomesWeight.Y1891300Column);
+ public bool IsT2263600Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T2263600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY1891300Null() {
- this[this.tabletblGen2OutcomesWeight.Y1891300Column] = global::System.Convert.DBNull;
+ public void SetT2263600Null() {
+ this[this.tabletblGen1Explicit.T2263600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY2207200Null() {
- return this.IsNull(this.tabletblGen2OutcomesWeight.Y2207200Column);
+ public bool IsT2263700Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T2263700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY2207200Null() {
- this[this.tabletblGen2OutcomesWeight.Y2207200Column] = global::System.Convert.DBNull;
+ public void SetT2263700Null() {
+ this[this.tabletblGen1Explicit.T2263700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsY2544900Null() {
- return this.IsNull(this.tabletblGen2OutcomesWeight.Y2544900Column);
+ public bool IsT2263800Null() {
+ return this.IsNull(this.tabletblGen1Explicit.T2263800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetY2544900Null() {
- this[this.tabletblGen2OutcomesWeight.Y2544900Column] = global::System.Convert.DBNull;
+ public void SetT2263800Null() {
+ this[this.tabletblGen1Explicit.T2263800Column] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
- public partial class tblLinks2004Gen1Row : global::System.Data.DataRow {
+ public partial class tblGen1ImplicitRow : global::System.Data.DataRow {
- private tblLinks2004Gen1DataTable tabletblLinks2004Gen1;
+ private tblGen1ImplicitDataTable tabletblGen1Implicit;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblLinks2004Gen1Row(global::System.Data.DataRowBuilder rb) :
+ internal tblGen1ImplicitRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
- this.tabletblLinks2004Gen1 = ((tblLinks2004Gen1DataTable)(this.Table));
+ this.tabletblGen1Implicit = ((tblGen1ImplicitDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public short PairID {
+ public int H0001600 {
get {
- return ((short)(this[this.tabletblLinks2004Gen1.PairIDColumn]));
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.H0001600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'H0001600\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
}
set {
- this[this.tabletblLinks2004Gen1.PairIDColumn] = value;
+ this[this.tabletblGen1Implicit.H0001600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public short ExtendedFamilyID {
+ public int H0001700 {
get {
- return ((short)(this[this.tabletblLinks2004Gen1.ExtendedFamilyIDColumn]));
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.H0001700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'H0001700\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
}
set {
- this[this.tabletblLinks2004Gen1.ExtendedFamilyIDColumn] = value;
+ this[this.tabletblGen1Implicit.H0001700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public short ID1 {
+ public int H0001800 {
get {
- return ((short)(this[this.tabletblLinks2004Gen1.ID1Column]));
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.H0001800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'H0001800\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
}
set {
- this[this.tabletblLinks2004Gen1.ID1Column] = value;
+ this[this.tabletblGen1Implicit.H0001800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public short ID2 {
+ public int H0001900 {
get {
- return ((short)(this[this.tabletblLinks2004Gen1.ID2Column]));
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.H0001900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'H0001900\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
}
set {
- this[this.tabletblLinks2004Gen1.ID2Column] = value;
+ this[this.tabletblGen1Implicit.H0001900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public byte Sex1 {
+ public int H0002000 {
get {
try {
- return ((byte)(this[this.tabletblLinks2004Gen1.Sex1Column]));
+ return ((int)(this[this.tabletblGen1Implicit.H0002000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Sex1\' in table \'tblLinks2004Gen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0002000\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblLinks2004Gen1.Sex1Column] = value;
+ this[this.tabletblGen1Implicit.H0002000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public byte Sex2 {
+ public int H0002100 {
get {
try {
- return ((byte)(this[this.tabletblLinks2004Gen1.Sex2Column]));
+ return ((int)(this[this.tabletblGen1Implicit.H0002100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Sex2\' in table \'tblLinks2004Gen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0002100\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblLinks2004Gen1.Sex2Column] = value;
+ this[this.tabletblGen1Implicit.H0002100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public float RecommendedRelatedness {
+ public int H0002200 {
get {
try {
- return ((float)(this[this.tabletblLinks2004Gen1.RecommendedRelatednessColumn]));
+ return ((int)(this[this.tabletblGen1Implicit.H0002200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'RecommendedRelatedness\' in table \'tblLinks2004Gen1\' is DBNu" +
- "ll.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0002200\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblLinks2004Gen1.RecommendedRelatednessColumn] = value;
+ this[this.tabletblGen1Implicit.H0002200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int SubjectTag_S1 {
+ public int H0002300 {
get {
- return ((int)(this[this.tabletblLinks2004Gen1.SubjectTag_S1Column]));
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.H0002300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'H0002300\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
}
set {
- this[this.tabletblLinks2004Gen1.SubjectTag_S1Column] = value;
+ this[this.tabletblGen1Implicit.H0002300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int SubjectTag_S2 {
+ public int H0002400 {
get {
- return ((int)(this[this.tabletblLinks2004Gen1.SubjectTag_S2Column]));
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.H0002400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'H0002400\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
}
set {
- this[this.tabletblLinks2004Gen1.SubjectTag_S2Column] = value;
+ this[this.tabletblGen1Implicit.H0002400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsSex1Null() {
- return this.IsNull(this.tabletblLinks2004Gen1.Sex1Column);
+ public int H0002500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.H0002500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'H0002500\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.H0002500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetSex1Null() {
- this[this.tabletblLinks2004Gen1.Sex1Column] = global::System.Convert.DBNull;
+ public int H0002600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.H0002600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'H0002600\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.H0002600Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsSex2Null() {
- return this.IsNull(this.tabletblLinks2004Gen1.Sex2Column);
+ public int H0002700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.H0002700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'H0002700\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.H0002700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetSex2Null() {
- this[this.tabletblLinks2004Gen1.Sex2Column] = global::System.Convert.DBNull;
+ public int H0002800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.H0002800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'H0002800\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.H0002800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsRecommendedRelatednessNull() {
- return this.IsNull(this.tabletblLinks2004Gen1.RecommendedRelatednessColumn);
+ public int H0002900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.H0002900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'H0002900\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.H0002900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetRecommendedRelatednessNull() {
- this[this.tabletblLinks2004Gen1.RecommendedRelatednessColumn] = global::System.Convert.DBNull;
+ public int H0003000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.H0003000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'H0003000\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.H0003000Column] = value;
+ }
}
- }
-
- ///
- ///Represents strongly named DataRow class.
- ///
- public partial class tblGen2OutcomesMathRow : global::System.Data.DataRow {
-
- private tblGen2OutcomesMathDataTable tabletblGen2OutcomesMath;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblGen2OutcomesMathRow(global::System.Data.DataRowBuilder rb) :
- base(rb) {
- this.tabletblGen2OutcomesMath = ((tblGen2OutcomesMathDataTable)(this.Table));
+ public int H0003100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.H0003100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'H0003100\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.H0003100Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0000100 {
+ public int H0013600 {
get {
- return ((int)(this[this.tabletblGen2OutcomesMath.C0000100Column]));
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.H0013600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'H0013600\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
}
set {
- this[this.tabletblGen2OutcomesMath.C0000100Column] = value;
+ this[this.tabletblGen1Implicit.H0013600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0000200 {
+ public int H0013700 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C0000200Column]));
+ return ((int)(this[this.tabletblGen1Implicit.H0013700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0000200\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0013700\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C0000200Column] = value;
+ this[this.tabletblGen1Implicit.H0013700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0005300 {
+ public int H0013800 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C0005300Column]));
+ return ((int)(this[this.tabletblGen1Implicit.H0013800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0005300\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0013800\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C0005300Column] = value;
+ this[this.tabletblGen1Implicit.H0013800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0005400 {
+ public int H0013900 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C0005400Column]));
+ return ((int)(this[this.tabletblGen1Implicit.H0013900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0005400\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0013900\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C0005400Column] = value;
+ this[this.tabletblGen1Implicit.H0013900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0005700 {
+ public int H0014000 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C0005700Column]));
+ return ((int)(this[this.tabletblGen1Implicit.H0014000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0005700\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0014000\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C0005700Column] = value;
+ this[this.tabletblGen1Implicit.H0014000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0579900 {
+ public int H0014100 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C0579900Column]));
+ return ((int)(this[this.tabletblGen1Implicit.H0014100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0579900\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0014100\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C0579900Column] = value;
+ this[this.tabletblGen1Implicit.H0014100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0580000 {
+ public int H0014200 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C0580000Column]));
+ return ((int)(this[this.tabletblGen1Implicit.H0014200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0580000\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0014200\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C0580000Column] = value;
+ this[this.tabletblGen1Implicit.H0014200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0580100 {
+ public int H0014300 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C0580100Column]));
+ return ((int)(this[this.tabletblGen1Implicit.H0014300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0580100\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0014300\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C0580100Column] = value;
+ this[this.tabletblGen1Implicit.H0014300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0799400 {
+ public int H0014400 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C0799400Column]));
+ return ((int)(this[this.tabletblGen1Implicit.H0014400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0799400\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0014400\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C0799400Column] = value;
+ this[this.tabletblGen1Implicit.H0014400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0799500 {
+ public int H0014500 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C0799500Column]));
+ return ((int)(this[this.tabletblGen1Implicit.H0014500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0799500\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0014500\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C0799500Column] = value;
+ this[this.tabletblGen1Implicit.H0014500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0799600 {
+ public int H0014700 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C0799600Column]));
+ return ((int)(this[this.tabletblGen1Implicit.H0014700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0799600\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0014700\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C0799600Column] = value;
+ this[this.tabletblGen1Implicit.H0014700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0998600 {
+ public int H0014800 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C0998600Column]));
+ return ((int)(this[this.tabletblGen1Implicit.H0014800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0998600\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0014800\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C0998600Column] = value;
+ this[this.tabletblGen1Implicit.H0014800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0998700 {
+ public int H0014900 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C0998700Column]));
+ return ((int)(this[this.tabletblGen1Implicit.H0014900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0998700\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0014900\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C0998700Column] = value;
+ this[this.tabletblGen1Implicit.H0014900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0998800 {
+ public int H0015000 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C0998800Column]));
+ return ((int)(this[this.tabletblGen1Implicit.H0015000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0998800\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0015000\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C0998800Column] = value;
+ this[this.tabletblGen1Implicit.H0015000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C1198600 {
+ public int H0015100 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C1198600Column]));
+ return ((int)(this[this.tabletblGen1Implicit.H0015100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C1198600\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0015100\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C1198600Column] = value;
+ this[this.tabletblGen1Implicit.H0015100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C1198700 {
+ public int H0015200 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C1198700Column]));
+ return ((int)(this[this.tabletblGen1Implicit.H0015200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C1198700\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0015200\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C1198700Column] = value;
+ this[this.tabletblGen1Implicit.H0015200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C1198800 {
+ public int H0015300 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C1198800Column]));
+ return ((int)(this[this.tabletblGen1Implicit.H0015300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C1198800\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0015300\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C1198800Column] = value;
+ this[this.tabletblGen1Implicit.H0015300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C1507600 {
+ public int H0015400 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C1507600Column]));
+ return ((int)(this[this.tabletblGen1Implicit.H0015400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C1507600\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0015400\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C1507600Column] = value;
+ this[this.tabletblGen1Implicit.H0015400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C1507700 {
+ public int H0015500 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C1507700Column]));
+ return ((int)(this[this.tabletblGen1Implicit.H0015500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C1507700\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0015500\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C1507700Column] = value;
+ this[this.tabletblGen1Implicit.H0015500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C1507800 {
+ public int H0015600 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C1507800Column]));
+ return ((int)(this[this.tabletblGen1Implicit.H0015600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C1507800\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0015600\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C1507800Column] = value;
+ this[this.tabletblGen1Implicit.H0015600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C1564500 {
+ public int H0015700 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C1564500Column]));
+ return ((int)(this[this.tabletblGen1Implicit.H0015700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C1564500\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0015700\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C1564500Column] = value;
+ this[this.tabletblGen1Implicit.H0015700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C1564600 {
+ public int H0015800 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C1564600Column]));
+ return ((int)(this[this.tabletblGen1Implicit.H0015800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C1564600\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0015800\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C1564600Column] = value;
+ this[this.tabletblGen1Implicit.H0015800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C1564700 {
+ public int H0015803 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C1564700Column]));
+ return ((int)(this[this.tabletblGen1Implicit.H0015803Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C1564700\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0015803\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C1564700Column] = value;
+ this[this.tabletblGen1Implicit.H0015803Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C1799900 {
+ public int H0015804 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C1799900Column]));
+ return ((int)(this[this.tabletblGen1Implicit.H0015804Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C1799900\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'H0015804\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C1799900Column] = value;
+ this[this.tabletblGen1Implicit.H0015804Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C1800000 {
+ public int R0000100 {
+ get {
+ return ((int)(this[this.tabletblGen1Implicit.R0000100Column]));
+ }
+ set {
+ this[this.tabletblGen1Implicit.R0000100Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R0006100 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C1800000Column]));
+ return ((int)(this[this.tabletblGen1Implicit.R0006100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C1800000\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0006100\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C1800000Column] = value;
+ this[this.tabletblGen1Implicit.R0006100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C1800100 {
+ public int R0006500 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C1800100Column]));
+ return ((int)(this[this.tabletblGen1Implicit.R0006500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C1800100\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0006500\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C1800100Column] = value;
+ this[this.tabletblGen1Implicit.R0006500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C2503500 {
+ public int R0007300 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C2503500Column]));
+ return ((int)(this[this.tabletblGen1Implicit.R0007300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C2503500\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0007300\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C2503500Column] = value;
+ this[this.tabletblGen1Implicit.R0007300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C2503600 {
+ public int R0007700 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C2503600Column]));
+ return ((int)(this[this.tabletblGen1Implicit.R0007700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C2503600\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0007700\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C2503600Column] = value;
+ this[this.tabletblGen1Implicit.R0007700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C2503700 {
+ public int R0007900 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C2503700Column]));
+ return ((int)(this[this.tabletblGen1Implicit.R0007900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C2503700\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0007900\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C2503700Column] = value;
+ this[this.tabletblGen1Implicit.R0007900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C2532000 {
+ public int R0214700 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C2532000Column]));
+ return ((int)(this[this.tabletblGen1Implicit.R0214700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C2532000\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0214700\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C2532000Column] = value;
+ this[this.tabletblGen1Implicit.R0214700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C2532100 {
+ public int R0214800 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C2532100Column]));
+ return ((int)(this[this.tabletblGen1Implicit.R0214800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C2532100\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0214800\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C2532100Column] = value;
+ this[this.tabletblGen1Implicit.R0214800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C2532200 {
+ public int R2302900 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C2532200Column]));
+ return ((int)(this[this.tabletblGen1Implicit.R2302900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C2532200\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2302900\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C2532200Column] = value;
+ this[this.tabletblGen1Implicit.R2302900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C2802800 {
+ public int R2303100 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C2802800Column]));
+ return ((int)(this[this.tabletblGen1Implicit.R2303100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C2802800\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2303100\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C2802800Column] = value;
+ this[this.tabletblGen1Implicit.R2303100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C2802900 {
+ public int R2303200 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C2802900Column]));
+ return ((int)(this[this.tabletblGen1Implicit.R2303200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C2802900\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2303200\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C2802900Column] = value;
+ this[this.tabletblGen1Implicit.R2303200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C2803000 {
+ public int R2303300 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C2803000Column]));
+ return ((int)(this[this.tabletblGen1Implicit.R2303300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C2803000\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2303300\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C2803000Column] = value;
+ this[this.tabletblGen1Implicit.R2303300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C3111300 {
+ public int R2303500 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C3111300Column]));
+ return ((int)(this[this.tabletblGen1Implicit.R2303500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C3111300\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2303500\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C3111300Column] = value;
+ this[this.tabletblGen1Implicit.R2303500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C3111400 {
+ public int R2303600 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C3111400Column]));
+ return ((int)(this[this.tabletblGen1Implicit.R2303600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C3111400\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2303600\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C3111400Column] = value;
+ this[this.tabletblGen1Implicit.R2303600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C3111500 {
+ public int R2505100 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C3111500Column]));
+ return ((int)(this[this.tabletblGen1Implicit.R2505100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C3111500\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2505100\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C3111500Column] = value;
+ this[this.tabletblGen1Implicit.R2505100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C3615000 {
+ public int R2505300 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C3615000Column]));
+ return ((int)(this[this.tabletblGen1Implicit.R2505300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C3615000\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2505300\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C3615000Column] = value;
+ this[this.tabletblGen1Implicit.R2505300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C3615100 {
+ public int R2505400 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C3615100Column]));
+ return ((int)(this[this.tabletblGen1Implicit.R2505400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C3615100\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2505400\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C3615100Column] = value;
+ this[this.tabletblGen1Implicit.R2505400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C3615200 {
+ public int R2505500 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C3615200Column]));
+ return ((int)(this[this.tabletblGen1Implicit.R2505500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C3615200\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2505500\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C3615200Column] = value;
+ this[this.tabletblGen1Implicit.R2505500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C3993600 {
+ public int R2505700 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C3993600Column]));
+ return ((int)(this[this.tabletblGen1Implicit.R2505700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C3993600\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2505700\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C3993600Column] = value;
+ this[this.tabletblGen1Implicit.R2505700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C3993700 {
+ public int R2505800 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C3993700Column]));
+ return ((int)(this[this.tabletblGen1Implicit.R2505800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C3993700\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2505800\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C3993700Column] = value;
+ this[this.tabletblGen1Implicit.R2505800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C3993800 {
+ public int R2737900 {
get {
try {
- return ((int)(this[this.tabletblGen2OutcomesMath.C3993800Column]));
+ return ((int)(this[this.tabletblGen1Implicit.R2737900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C3993800\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2737900\' in table \'tblGen1Implicit\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2OutcomesMath.C3993800Column] = value;
+ this[this.tabletblGen1Implicit.R2737900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0000200Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C0000200Column);
+ public int R2837200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2837200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2837200\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2837200Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0000200Null() {
- this[this.tabletblGen2OutcomesMath.C0000200Column] = global::System.Convert.DBNull;
+ public int R2837300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2837300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2837300\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2837300Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0005300Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C0005300Column);
+ public int R2837400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2837400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2837400\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2837400Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0005300Null() {
- this[this.tabletblGen2OutcomesMath.C0005300Column] = global::System.Convert.DBNull;
+ public int R2837500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2837500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2837500\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2837500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0005400Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C0005400Column);
+ public int R2837600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2837600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2837600\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2837600Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0005400Null() {
- this[this.tabletblGen2OutcomesMath.C0005400Column] = global::System.Convert.DBNull;
+ public int R2837700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2837700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2837700\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2837700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0005700Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C0005700Column);
+ public int R2837800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2837800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2837800\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2837800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0005700Null() {
- this[this.tabletblGen2OutcomesMath.C0005700Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0579900Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C0579900Column);
+ public int R2837900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2837900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2837900\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2837900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0579900Null() {
- this[this.tabletblGen2OutcomesMath.C0579900Column] = global::System.Convert.DBNull;
+ public int R2838000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2838000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2838000\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2838000Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0580000Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C0580000Column);
+ public int R2838100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2838100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2838100\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2838100Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0580000Null() {
- this[this.tabletblGen2OutcomesMath.C0580000Column] = global::System.Convert.DBNull;
+ public int R2838200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2838200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2838200\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2838200Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0580100Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C0580100Column);
+ public int R2838300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2838300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2838300\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2838300Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0580100Null() {
- this[this.tabletblGen2OutcomesMath.C0580100Column] = global::System.Convert.DBNull;
+ public int R2838400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2838400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2838400\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2838400Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0799400Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C0799400Column);
+ public int R2838500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2838500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2838500\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2838500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0799400Null() {
- this[this.tabletblGen2OutcomesMath.C0799400Column] = global::System.Convert.DBNull;
+ public int R2838600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2838600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2838600\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2838600Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0799500Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C0799500Column);
+ public int R2838700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2838700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2838700\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2838700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0799500Null() {
- this[this.tabletblGen2OutcomesMath.C0799500Column] = global::System.Convert.DBNull;
+ public int R2838800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2838800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2838800\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2838800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0799600Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C0799600Column);
+ public int R2838900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2838900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2838900\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2838900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0799600Null() {
- this[this.tabletblGen2OutcomesMath.C0799600Column] = global::System.Convert.DBNull;
+ public int R2839000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2839000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2839000\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2839000Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0998600Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C0998600Column);
+ public int R2839100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2839100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2839100\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2839100Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0998600Null() {
- this[this.tabletblGen2OutcomesMath.C0998600Column] = global::System.Convert.DBNull;
+ public int R2839200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2839200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2839200\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2839200Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0998700Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C0998700Column);
+ public int R2839300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2839300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2839300\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2839300Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0998700Null() {
- this[this.tabletblGen2OutcomesMath.C0998700Column] = global::System.Convert.DBNull;
+ public int R2839400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2839400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2839400\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2839400Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC0998800Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C0998800Column);
+ public int R2839500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2839500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2839500\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2839500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC0998800Null() {
- this[this.tabletblGen2OutcomesMath.C0998800Column] = global::System.Convert.DBNull;
+ public int R2839600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2839600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2839600\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2839600Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC1198600Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C1198600Column);
+ public int R2839700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2839700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2839700\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2839700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC1198600Null() {
- this[this.tabletblGen2OutcomesMath.C1198600Column] = global::System.Convert.DBNull;
+ public int R2839800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2839800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2839800\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2839800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC1198700Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C1198700Column);
+ public int R2839900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2839900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2839900\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2839900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC1198700Null() {
- this[this.tabletblGen2OutcomesMath.C1198700Column] = global::System.Convert.DBNull;
+ public int R2840000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2840000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2840000\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2840000Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC1198800Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C1198800Column);
+ public int R2840100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2840100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2840100\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2840100Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC1198800Null() {
- this[this.tabletblGen2OutcomesMath.C1198800Column] = global::System.Convert.DBNull;
+ public int R2840200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2840200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2840200\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2840200Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC1507600Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C1507600Column);
+ public int R2840300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2840300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2840300\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2840300Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC1507600Null() {
- this[this.tabletblGen2OutcomesMath.C1507600Column] = global::System.Convert.DBNull;
+ public int R2840400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2840400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2840400\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2840400Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC1507700Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C1507700Column);
+ public int R2840500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2840500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2840500\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2840500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC1507700Null() {
- this[this.tabletblGen2OutcomesMath.C1507700Column] = global::System.Convert.DBNull;
+ public int R2840600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2840600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2840600\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2840600Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC1507800Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C1507800Column);
+ public int R2840700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2840700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2840700\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2840700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC1507800Null() {
- this[this.tabletblGen2OutcomesMath.C1507800Column] = global::System.Convert.DBNull;
+ public int R2840800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2840800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2840800\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2840800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC1564500Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C1564500Column);
+ public int R2840900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2840900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2840900\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2840900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC1564500Null() {
- this[this.tabletblGen2OutcomesMath.C1564500Column] = global::System.Convert.DBNull;
+ public int R2841000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2841000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2841000\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2841000Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC1564600Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C1564600Column);
+ public int R2841100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen1Implicit.R2841100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2841100\' in table \'tblGen1Implicit\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1Implicit.R2841100Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC1564600Null() {
- this[this.tabletblGen2OutcomesMath.C1564600Column] = global::System.Convert.DBNull;
+ public bool IsH0001600Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0001600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC1564700Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C1564700Column);
+ public void SetH0001600Null() {
+ this[this.tabletblGen1Implicit.H0001600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC1564700Null() {
- this[this.tabletblGen2OutcomesMath.C1564700Column] = global::System.Convert.DBNull;
+ public bool IsH0001700Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0001700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC1799900Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C1799900Column);
+ public void SetH0001700Null() {
+ this[this.tabletblGen1Implicit.H0001700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC1799900Null() {
- this[this.tabletblGen2OutcomesMath.C1799900Column] = global::System.Convert.DBNull;
+ public bool IsH0001800Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0001800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC1800000Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C1800000Column);
+ public void SetH0001800Null() {
+ this[this.tabletblGen1Implicit.H0001800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC1800000Null() {
- this[this.tabletblGen2OutcomesMath.C1800000Column] = global::System.Convert.DBNull;
+ public bool IsH0001900Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0001900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC1800100Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C1800100Column);
+ public void SetH0001900Null() {
+ this[this.tabletblGen1Implicit.H0001900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC1800100Null() {
- this[this.tabletblGen2OutcomesMath.C1800100Column] = global::System.Convert.DBNull;
+ public bool IsH0002000Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0002000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC2503500Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C2503500Column);
+ public void SetH0002000Null() {
+ this[this.tabletblGen1Implicit.H0002000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC2503500Null() {
- this[this.tabletblGen2OutcomesMath.C2503500Column] = global::System.Convert.DBNull;
+ public bool IsH0002100Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0002100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC2503600Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C2503600Column);
+ public void SetH0002100Null() {
+ this[this.tabletblGen1Implicit.H0002100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC2503600Null() {
- this[this.tabletblGen2OutcomesMath.C2503600Column] = global::System.Convert.DBNull;
+ public bool IsH0002200Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0002200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC2503700Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C2503700Column);
+ public void SetH0002200Null() {
+ this[this.tabletblGen1Implicit.H0002200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC2503700Null() {
- this[this.tabletblGen2OutcomesMath.C2503700Column] = global::System.Convert.DBNull;
+ public bool IsH0002300Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0002300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC2532000Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C2532000Column);
+ public void SetH0002300Null() {
+ this[this.tabletblGen1Implicit.H0002300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC2532000Null() {
- this[this.tabletblGen2OutcomesMath.C2532000Column] = global::System.Convert.DBNull;
+ public bool IsH0002400Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0002400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC2532100Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C2532100Column);
+ public void SetH0002400Null() {
+ this[this.tabletblGen1Implicit.H0002400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC2532100Null() {
- this[this.tabletblGen2OutcomesMath.C2532100Column] = global::System.Convert.DBNull;
+ public bool IsH0002500Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0002500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC2532200Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C2532200Column);
+ public void SetH0002500Null() {
+ this[this.tabletblGen1Implicit.H0002500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC2532200Null() {
- this[this.tabletblGen2OutcomesMath.C2532200Column] = global::System.Convert.DBNull;
+ public bool IsH0002600Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0002600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC2802800Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C2802800Column);
+ public void SetH0002600Null() {
+ this[this.tabletblGen1Implicit.H0002600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC2802800Null() {
- this[this.tabletblGen2OutcomesMath.C2802800Column] = global::System.Convert.DBNull;
+ public bool IsH0002700Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0002700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC2802900Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C2802900Column);
+ public void SetH0002700Null() {
+ this[this.tabletblGen1Implicit.H0002700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC2802900Null() {
- this[this.tabletblGen2OutcomesMath.C2802900Column] = global::System.Convert.DBNull;
+ public bool IsH0002800Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0002800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC2803000Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C2803000Column);
+ public void SetH0002800Null() {
+ this[this.tabletblGen1Implicit.H0002800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC2803000Null() {
- this[this.tabletblGen2OutcomesMath.C2803000Column] = global::System.Convert.DBNull;
+ public bool IsH0002900Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0002900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC3111300Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C3111300Column);
+ public void SetH0002900Null() {
+ this[this.tabletblGen1Implicit.H0002900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC3111300Null() {
- this[this.tabletblGen2OutcomesMath.C3111300Column] = global::System.Convert.DBNull;
+ public bool IsH0003000Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0003000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC3111400Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C3111400Column);
+ public void SetH0003000Null() {
+ this[this.tabletblGen1Implicit.H0003000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC3111400Null() {
- this[this.tabletblGen2OutcomesMath.C3111400Column] = global::System.Convert.DBNull;
+ public bool IsH0003100Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0003100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC3111500Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C3111500Column);
+ public void SetH0003100Null() {
+ this[this.tabletblGen1Implicit.H0003100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC3111500Null() {
- this[this.tabletblGen2OutcomesMath.C3111500Column] = global::System.Convert.DBNull;
+ public bool IsH0013600Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0013600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC3615000Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C3615000Column);
+ public void SetH0013600Null() {
+ this[this.tabletblGen1Implicit.H0013600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC3615000Null() {
- this[this.tabletblGen2OutcomesMath.C3615000Column] = global::System.Convert.DBNull;
+ public bool IsH0013700Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0013700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC3615100Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C3615100Column);
+ public void SetH0013700Null() {
+ this[this.tabletblGen1Implicit.H0013700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC3615100Null() {
- this[this.tabletblGen2OutcomesMath.C3615100Column] = global::System.Convert.DBNull;
+ public bool IsH0013800Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0013800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC3615200Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C3615200Column);
+ public void SetH0013800Null() {
+ this[this.tabletblGen1Implicit.H0013800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC3615200Null() {
- this[this.tabletblGen2OutcomesMath.C3615200Column] = global::System.Convert.DBNull;
+ public bool IsH0013900Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0013900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC3993600Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C3993600Column);
+ public void SetH0013900Null() {
+ this[this.tabletblGen1Implicit.H0013900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC3993600Null() {
- this[this.tabletblGen2OutcomesMath.C3993600Column] = global::System.Convert.DBNull;
+ public bool IsH0014000Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0014000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC3993700Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C3993700Column);
+ public void SetH0014000Null() {
+ this[this.tabletblGen1Implicit.H0014000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC3993700Null() {
- this[this.tabletblGen2OutcomesMath.C3993700Column] = global::System.Convert.DBNull;
+ public bool IsH0014100Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0014100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsC3993800Null() {
- return this.IsNull(this.tabletblGen2OutcomesMath.C3993800Column);
+ public void SetH0014100Null() {
+ this[this.tabletblGen1Implicit.H0014100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetC3993800Null() {
- this[this.tabletblGen2OutcomesMath.C3993800Column] = global::System.Convert.DBNull;
+ public bool IsH0014200Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0014200Column);
}
- }
-
- ///
- ///Represents strongly named DataRow class.
- ///
- public partial class tblGen1GeocodeSanitizedRow : global::System.Data.DataRow {
-
- private tblGen1GeocodeSanitizedDataTable tabletblGen1GeocodeSanitized;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblGen1GeocodeSanitizedRow(global::System.Data.DataRowBuilder rb) :
- base(rb) {
- this.tabletblGen1GeocodeSanitized = ((tblGen1GeocodeSanitizedDataTable)(this.Table));
+ public void SetH0014200Null() {
+ this[this.tabletblGen1Implicit.H0014200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int SubjectTag_S1 {
- get {
- return ((int)(this[this.tabletblGen1GeocodeSanitized.SubjectTag_S1Column]));
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.SubjectTag_S1Column] = value;
- }
+ public bool IsH0014300Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0014300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int SubjectTag_S2 {
- get {
- return ((int)(this[this.tabletblGen1GeocodeSanitized.SubjectTag_S2Column]));
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.SubjectTag_S2Column] = value;
- }
+ public void SetH0014300Null() {
+ this[this.tabletblGen1Implicit.H0014300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public short DobDifferenceInDays1979V1979 {
- get {
- try {
- return ((short)(this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1979Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'DobDifferenceInDays1979V1979\' in table \'tblGen1GeocodeSanit" +
- "ized\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1979Column] = value;
- }
+ public bool IsH0014400Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0014400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public short DobDifferenceInDays1979V1981 {
- get {
- try {
- return ((short)(this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1981Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'DobDifferenceInDays1979V1981\' in table \'tblGen1GeocodeSanit" +
- "ized\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1981Column] = value;
- }
+ public void SetH0014400Null() {
+ this[this.tabletblGen1Implicit.H0014400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public short DobDifferenceInDays1981V1979 {
- get {
- try {
- return ((short)(this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1979Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'DobDifferenceInDays1981V1979\' in table \'tblGen1GeocodeSanit" +
- "ized\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1979Column] = value;
- }
+ public bool IsH0014500Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0014500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public short DobDifferenceInDays1981V1981 {
- get {
- try {
- return ((short)(this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1981Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'DobDifferenceInDays1981V1981\' in table \'tblGen1GeocodeSanit" +
- "ized\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1981Column] = value;
- }
+ public void SetH0014500Null() {
+ this[this.tabletblGen1Implicit.H0014500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool DobDayIsMissing1979_1 {
- get {
- return ((bool)(this[this.tabletblGen1GeocodeSanitized.DobDayIsMissing1979_1Column]));
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.DobDayIsMissing1979_1Column] = value;
- }
+ public bool IsH0014700Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0014700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool DobDayIsMissing1979_2 {
- get {
- return ((bool)(this[this.tabletblGen1GeocodeSanitized.DobDayIsMissing1979_2Column]));
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.DobDayIsMissing1979_2Column] = value;
- }
+ public void SetH0014700Null() {
+ this[this.tabletblGen1Implicit.H0014700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool BirthSubjectCountyMissing_1 {
- get {
- return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountyMissing_1Column]));
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountyMissing_1Column] = value;
- }
+ public bool IsH0014800Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0014800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool BirthSubjectCountyMissing_2 {
- get {
- return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountyMissing_2Column]));
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountyMissing_2Column] = value;
- }
+ public void SetH0014800Null() {
+ this[this.tabletblGen1Implicit.H0014800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool BirthSubjectCountyEqual {
- get {
- return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountyEqualColumn]));
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountyEqualColumn] = value;
- }
+ public bool IsH0014900Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0014900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool BirthSubjectStateMissing_1 {
- get {
- return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectStateMissing_1Column]));
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.BirthSubjectStateMissing_1Column] = value;
- }
+ public void SetH0014900Null() {
+ this[this.tabletblGen1Implicit.H0014900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool BirthSubjectStateMissing_2 {
- get {
- return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectStateMissing_2Column]));
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.BirthSubjectStateMissing_2Column] = value;
- }
+ public bool IsH0015000Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0015000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool BirthSubjectStateEqual {
- get {
- return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectStateEqualColumn]));
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.BirthSubjectStateEqualColumn] = value;
- }
+ public void SetH0015000Null() {
+ this[this.tabletblGen1Implicit.H0015000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool BirthSubjectCountryMissing_1 {
- get {
- return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountryMissing_1Column]));
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountryMissing_1Column] = value;
- }
+ public bool IsH0015100Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0015100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool BirthSubjectCountryMissing_2 {
- get {
- return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountryMissing_2Column]));
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountryMissing_2Column] = value;
- }
+ public void SetH0015100Null() {
+ this[this.tabletblGen1Implicit.H0015100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool BirthSubjectCountryEqual {
- get {
- return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountryEqualColumn]));
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountryEqualColumn] = value;
- }
+ public bool IsH0015200Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0015200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool BirthMotherStateMissing_1 {
- get {
- return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthMotherStateMissing_1Column]));
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.BirthMotherStateMissing_1Column] = value;
- }
+ public void SetH0015200Null() {
+ this[this.tabletblGen1Implicit.H0015200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool BirthMotherStateMissing_2 {
- get {
- return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthMotherStateMissing_2Column]));
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.BirthMotherStateMissing_2Column] = value;
- }
+ public bool IsH0015300Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0015300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool BirthMotherStateEqual {
- get {
- return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthMotherStateEqualColumn]));
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.BirthMotherStateEqualColumn] = value;
- }
+ public void SetH0015300Null() {
+ this[this.tabletblGen1Implicit.H0015300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool BirthMotherCountryMissing_1 {
- get {
- return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthMotherCountryMissing_1Column]));
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.BirthMotherCountryMissing_1Column] = value;
- }
+ public bool IsH0015400Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0015400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool BirthMotherCountryMissing_2 {
- get {
- return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthMotherCountryMissing_2Column]));
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.BirthMotherCountryMissing_2Column] = value;
- }
+ public void SetH0015400Null() {
+ this[this.tabletblGen1Implicit.H0015400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool BirthMotherCountryEqual {
- get {
- return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthMotherCountryEqualColumn]));
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.BirthMotherCountryEqualColumn] = value;
- }
+ public bool IsH0015500Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0015500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool BirthFatherStateMissing_1 {
- get {
- return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthFatherStateMissing_1Column]));
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.BirthFatherStateMissing_1Column] = value;
- }
+ public void SetH0015500Null() {
+ this[this.tabletblGen1Implicit.H0015500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool BirthFatherStateMissing_2 {
- get {
- return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthFatherStateMissing_2Column]));
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.BirthFatherStateMissing_2Column] = value;
- }
+ public bool IsH0015600Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0015600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool BirthFatherStateEqual {
- get {
- return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthFatherStateEqualColumn]));
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.BirthFatherStateEqualColumn] = value;
- }
+ public void SetH0015600Null() {
+ this[this.tabletblGen1Implicit.H0015600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool BirthFatherCountryMissing_1 {
- get {
- return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthFatherCountryMissing_1Column]));
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.BirthFatherCountryMissing_1Column] = value;
- }
+ public bool IsH0015700Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0015700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool BirthFatherCountryMissing_2 {
- get {
- return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthFatherCountryMissing_2Column]));
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.BirthFatherCountryMissing_2Column] = value;
- }
+ public void SetH0015700Null() {
+ this[this.tabletblGen1Implicit.H0015700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool BirthFatherCountryEqual {
- get {
- return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthFatherCountryEqualColumn]));
- }
- set {
- this[this.tabletblGen1GeocodeSanitized.BirthFatherCountryEqualColumn] = value;
- }
+ public bool IsH0015800Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0015800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsDobDifferenceInDays1979V1979Null() {
- return this.IsNull(this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1979Column);
+ public void SetH0015800Null() {
+ this[this.tabletblGen1Implicit.H0015800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetDobDifferenceInDays1979V1979Null() {
- this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1979Column] = global::System.Convert.DBNull;
+ public bool IsH0015803Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0015803Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsDobDifferenceInDays1979V1981Null() {
- return this.IsNull(this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1981Column);
+ public void SetH0015803Null() {
+ this[this.tabletblGen1Implicit.H0015803Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetDobDifferenceInDays1979V1981Null() {
- this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1981Column] = global::System.Convert.DBNull;
+ public bool IsH0015804Null() {
+ return this.IsNull(this.tabletblGen1Implicit.H0015804Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsDobDifferenceInDays1981V1979Null() {
- return this.IsNull(this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1979Column);
+ public void SetH0015804Null() {
+ this[this.tabletblGen1Implicit.H0015804Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetDobDifferenceInDays1981V1979Null() {
- this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1979Column] = global::System.Convert.DBNull;
+ public bool IsR0006100Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R0006100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsDobDifferenceInDays1981V1981Null() {
- return this.IsNull(this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1981Column);
+ public void SetR0006100Null() {
+ this[this.tabletblGen1Implicit.R0006100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetDobDifferenceInDays1981V1981Null() {
- this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1981Column] = global::System.Convert.DBNull;
+ public bool IsR0006500Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R0006500Column);
}
- }
-
- ///
- ///Represents strongly named DataRow class.
- ///
- public partial class tblRosterGen1AssignmentRow : global::System.Data.DataRow {
-
- private tblRosterGen1AssignmentDataTable tabletblRosterGen1Assignment;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblRosterGen1AssignmentRow(global::System.Data.DataRowBuilder rb) :
- base(rb) {
- this.tabletblRosterGen1Assignment = ((tblRosterGen1AssignmentDataTable)(this.Table));
+ public void SetR0006500Null() {
+ this[this.tabletblGen1Implicit.R0006500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public byte ID {
- get {
- return ((byte)(this[this.tabletblRosterGen1Assignment.IDColumn]));
- }
- set {
- this[this.tabletblRosterGen1Assignment.IDColumn] = value;
- }
+ public bool IsR0007300Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R0007300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public short ResponseLower {
- get {
- return ((short)(this[this.tabletblRosterGen1Assignment.ResponseLowerColumn]));
- }
- set {
- this[this.tabletblRosterGen1Assignment.ResponseLowerColumn] = value;
- }
+ public void SetR0007300Null() {
+ this[this.tabletblGen1Implicit.R0007300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public short ResponseUpper {
- get {
- return ((short)(this[this.tabletblRosterGen1Assignment.ResponseUpperColumn]));
- }
- set {
- this[this.tabletblRosterGen1Assignment.ResponseUpperColumn] = value;
- }
+ public bool IsR0007700Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R0007700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public short Freq {
- get {
- return ((short)(this[this.tabletblRosterGen1Assignment.FreqColumn]));
- }
- set {
- this[this.tabletblRosterGen1Assignment.FreqColumn] = value;
- }
+ public void SetR0007700Null() {
+ this[this.tabletblGen1Implicit.R0007700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool Resolved {
- get {
- return ((bool)(this[this.tabletblRosterGen1Assignment.ResolvedColumn]));
- }
- set {
- this[this.tabletblRosterGen1Assignment.ResolvedColumn] = value;
- }
+ public bool IsR0007900Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R0007900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public double R {
- get {
- try {
- return ((double)(this[this.tabletblRosterGen1Assignment.RColumn]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R\' in table \'tblRosterGen1Assignment\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblRosterGen1Assignment.RColumn] = value;
- }
+ public void SetR0007900Null() {
+ this[this.tabletblGen1Implicit.R0007900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public double RBoundLower {
- get {
- return ((double)(this[this.tabletblRosterGen1Assignment.RBoundLowerColumn]));
- }
- set {
- this[this.tabletblRosterGen1Assignment.RBoundLowerColumn] = value;
- }
+ public bool IsR0214700Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R0214700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public double RBoundUpper {
- get {
- return ((double)(this[this.tabletblRosterGen1Assignment.RBoundUpperColumn]));
- }
- set {
- this[this.tabletblRosterGen1Assignment.RBoundUpperColumn] = value;
- }
+ public void SetR0214700Null() {
+ this[this.tabletblGen1Implicit.R0214700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public byte SameGeneration {
- get {
- return ((byte)(this[this.tabletblRosterGen1Assignment.SameGenerationColumn]));
- }
- set {
- this[this.tabletblRosterGen1Assignment.SameGenerationColumn] = value;
- }
+ public bool IsR0214800Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R0214800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public byte ShareBiodad {
- get {
- return ((byte)(this[this.tabletblRosterGen1Assignment.ShareBiodadColumn]));
- }
- set {
- this[this.tabletblRosterGen1Assignment.ShareBiodadColumn] = value;
- }
+ public void SetR0214800Null() {
+ this[this.tabletblGen1Implicit.R0214800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public byte ShareBiomom {
- get {
- return ((byte)(this[this.tabletblRosterGen1Assignment.ShareBiomomColumn]));
- }
- set {
- this[this.tabletblRosterGen1Assignment.ShareBiomomColumn] = value;
- }
+ public bool IsR2302900Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2302900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public byte ShareBiograndparent {
- get {
- return ((byte)(this[this.tabletblRosterGen1Assignment.ShareBiograndparentColumn]));
- }
- set {
- this[this.tabletblRosterGen1Assignment.ShareBiograndparentColumn] = value;
- }
+ public void SetR2302900Null() {
+ this[this.tabletblGen1Implicit.R2302900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool Inconsistent {
- get {
- return ((bool)(this[this.tabletblRosterGen1Assignment.InconsistentColumn]));
- }
- set {
- this[this.tabletblRosterGen1Assignment.InconsistentColumn] = value;
- }
+ public bool IsR2303100Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2303100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public string Notes {
- get {
- try {
- return ((string)(this[this.tabletblRosterGen1Assignment.NotesColumn]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'Notes\' in table \'tblRosterGen1Assignment\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblRosterGen1Assignment.NotesColumn] = value;
- }
+ public void SetR2303100Null() {
+ this[this.tabletblGen1Implicit.R2303100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public string ResponseLowerLabel {
- get {
- try {
- return ((string)(this[this.tabletblRosterGen1Assignment.ResponseLowerLabelColumn]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'ResponseLowerLabel\' in table \'tblRosterGen1Assignment\' is D" +
- "BNull.", e);
- }
- }
- set {
- this[this.tabletblRosterGen1Assignment.ResponseLowerLabelColumn] = value;
- }
+ public bool IsR2303200Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2303200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public string ResponseUpperLabel {
- get {
- try {
- return ((string)(this[this.tabletblRosterGen1Assignment.ResponseUpperLabelColumn]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'ResponseUpperLabel\' in table \'tblRosterGen1Assignment\' is D" +
- "BNull.", e);
- }
- }
- set {
- this[this.tabletblRosterGen1Assignment.ResponseUpperLabelColumn] = value;
- }
+ public void SetR2303200Null() {
+ this[this.tabletblGen1Implicit.R2303200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsRNull() {
- return this.IsNull(this.tabletblRosterGen1Assignment.RColumn);
+ public bool IsR2303300Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2303300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetRNull() {
- this[this.tabletblRosterGen1Assignment.RColumn] = global::System.Convert.DBNull;
+ public void SetR2303300Null() {
+ this[this.tabletblGen1Implicit.R2303300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsNotesNull() {
- return this.IsNull(this.tabletblRosterGen1Assignment.NotesColumn);
+ public bool IsR2303500Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2303500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetNotesNull() {
- this[this.tabletblRosterGen1Assignment.NotesColumn] = global::System.Convert.DBNull;
+ public void SetR2303500Null() {
+ this[this.tabletblGen1Implicit.R2303500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsResponseLowerLabelNull() {
- return this.IsNull(this.tabletblRosterGen1Assignment.ResponseLowerLabelColumn);
+ public bool IsR2303600Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2303600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetResponseLowerLabelNull() {
- this[this.tabletblRosterGen1Assignment.ResponseLowerLabelColumn] = global::System.Convert.DBNull;
+ public void SetR2303600Null() {
+ this[this.tabletblGen1Implicit.R2303600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsResponseUpperLabelNull() {
- return this.IsNull(this.tabletblRosterGen1Assignment.ResponseUpperLabelColumn);
+ public bool IsR2505100Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2505100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetResponseUpperLabelNull() {
- this[this.tabletblRosterGen1Assignment.ResponseUpperLabelColumn] = global::System.Convert.DBNull;
+ public void SetR2505100Null() {
+ this[this.tabletblGen1Implicit.R2505100Column] = global::System.Convert.DBNull;
}
- }
-
- ///
- ///Represents strongly named DataRow class.
- ///
- public partial class tblGen2LinksFromGen1Row : global::System.Data.DataRow {
- private tblGen2LinksFromGen1DataTable tabletblGen2LinksFromGen1;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2505300Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2505300Column);
+ }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblGen2LinksFromGen1Row(global::System.Data.DataRowBuilder rb) :
- base(rb) {
- this.tabletblGen2LinksFromGen1 = ((tblGen2LinksFromGen1DataTable)(this.Table));
+ public void SetR2505300Null() {
+ this[this.tabletblGen1Implicit.R2505300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0000100 {
- get {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R0000100Column]));
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R0000100Column] = value;
- }
+ public bool IsR2505400Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2505400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0173600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R0173600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0173600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R0173600Column] = value;
- }
+ public void SetR2505400Null() {
+ this[this.tabletblGen1Implicit.R2505400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0214700 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R0214700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0214700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R0214700Column] = value;
- }
+ public bool IsR2505500Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2505500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0214800 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R0214800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0214800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R0214800Column] = value;
- }
+ public void SetR2505500Null() {
+ this[this.tabletblGen1Implicit.R2505500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4825700 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R4825700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4825700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R4825700Column] = value;
- }
+ public bool IsR2505700Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2505700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4826000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R4826000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4826000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R4826000Column] = value;
- }
+ public void SetR2505700Null() {
+ this[this.tabletblGen1Implicit.R2505700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4826100 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R4826100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4826100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R4826100Column] = value;
- }
+ public bool IsR2505800Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2505800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4826300 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R4826300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4826300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R4826300Column] = value;
- }
+ public void SetR2505800Null() {
+ this[this.tabletblGen1Implicit.R2505800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4826500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R4826500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4826500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R4826500Column] = value;
- }
+ public bool IsR2737900Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2737900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4826800 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R4826800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4826800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R4826800Column] = value;
- }
+ public void SetR2737900Null() {
+ this[this.tabletblGen1Implicit.R2737900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5495900 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R5495900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5495900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R5495900Column] = value;
- }
+ public bool IsR2837200Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2837200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5496200 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R5496200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5496200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R5496200Column] = value;
- }
+ public void SetR2837200Null() {
+ this[this.tabletblGen1Implicit.R2837200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5496300 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R5496300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5496300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R5496300Column] = value;
- }
+ public bool IsR2837300Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2837300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5496500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R5496500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5496500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R5496500Column] = value;
- }
+ public void SetR2837300Null() {
+ this[this.tabletblGen1Implicit.R2837300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5496700 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R5496700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5496700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R5496700Column] = value;
- }
+ public bool IsR2837400Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2837400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5497000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R5497000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5497000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R5497000Column] = value;
- }
+ public void SetR2837400Null() {
+ this[this.tabletblGen1Implicit.R2837400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5497200 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R5497200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5497200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R5497200Column] = value;
- }
+ public bool IsR2837500Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2837500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6210700 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R6210700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6210700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R6210700Column] = value;
- }
+ public void SetR2837500Null() {
+ this[this.tabletblGen1Implicit.R2837500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6210800 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R6210800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6210800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R6210800Column] = value;
- }
+ public bool IsR2837600Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2837600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6210900 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R6210900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6210900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R6210900Column] = value;
- }
+ public void SetR2837600Null() {
+ this[this.tabletblGen1Implicit.R2837600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6211500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R6211500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6211500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R6211500Column] = value;
- }
+ public bool IsR2837700Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2837700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6211600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R6211600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6211600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R6211600Column] = value;
- }
+ public void SetR2837700Null() {
+ this[this.tabletblGen1Implicit.R2837700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6211700 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R6211700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6211700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R6211700Column] = value;
- }
+ public bool IsR2837800Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2837800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6211800 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R6211800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6211800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R6211800Column] = value;
- }
+ public void SetR2837800Null() {
+ this[this.tabletblGen1Implicit.R2837800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6211900 {
+ public bool IsR2837900Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2837900Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2837900Null() {
+ this[this.tabletblGen1Implicit.R2837900Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2838000Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2838000Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2838000Null() {
+ this[this.tabletblGen1Implicit.R2838000Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2838100Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2838100Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2838100Null() {
+ this[this.tabletblGen1Implicit.R2838100Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2838200Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2838200Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2838200Null() {
+ this[this.tabletblGen1Implicit.R2838200Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2838300Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2838300Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2838300Null() {
+ this[this.tabletblGen1Implicit.R2838300Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2838400Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2838400Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2838400Null() {
+ this[this.tabletblGen1Implicit.R2838400Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2838500Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2838500Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2838500Null() {
+ this[this.tabletblGen1Implicit.R2838500Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2838600Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2838600Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2838600Null() {
+ this[this.tabletblGen1Implicit.R2838600Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2838700Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2838700Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2838700Null() {
+ this[this.tabletblGen1Implicit.R2838700Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2838800Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2838800Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2838800Null() {
+ this[this.tabletblGen1Implicit.R2838800Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2838900Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2838900Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2838900Null() {
+ this[this.tabletblGen1Implicit.R2838900Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2839000Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2839000Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2839000Null() {
+ this[this.tabletblGen1Implicit.R2839000Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2839100Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2839100Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2839100Null() {
+ this[this.tabletblGen1Implicit.R2839100Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2839200Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2839200Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2839200Null() {
+ this[this.tabletblGen1Implicit.R2839200Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2839300Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2839300Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2839300Null() {
+ this[this.tabletblGen1Implicit.R2839300Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2839400Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2839400Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2839400Null() {
+ this[this.tabletblGen1Implicit.R2839400Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2839500Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2839500Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2839500Null() {
+ this[this.tabletblGen1Implicit.R2839500Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2839600Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2839600Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2839600Null() {
+ this[this.tabletblGen1Implicit.R2839600Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2839700Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2839700Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2839700Null() {
+ this[this.tabletblGen1Implicit.R2839700Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2839800Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2839800Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2839800Null() {
+ this[this.tabletblGen1Implicit.R2839800Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2839900Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2839900Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2839900Null() {
+ this[this.tabletblGen1Implicit.R2839900Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2840000Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2840000Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2840000Null() {
+ this[this.tabletblGen1Implicit.R2840000Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2840100Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2840100Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2840100Null() {
+ this[this.tabletblGen1Implicit.R2840100Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2840200Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2840200Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2840200Null() {
+ this[this.tabletblGen1Implicit.R2840200Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2840300Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2840300Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2840300Null() {
+ this[this.tabletblGen1Implicit.R2840300Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2840400Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2840400Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2840400Null() {
+ this[this.tabletblGen1Implicit.R2840400Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2840500Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2840500Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2840500Null() {
+ this[this.tabletblGen1Implicit.R2840500Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2840600Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2840600Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2840600Null() {
+ this[this.tabletblGen1Implicit.R2840600Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2840700Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2840700Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2840700Null() {
+ this[this.tabletblGen1Implicit.R2840700Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2840800Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2840800Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2840800Null() {
+ this[this.tabletblGen1Implicit.R2840800Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2840900Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2840900Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2840900Null() {
+ this[this.tabletblGen1Implicit.R2840900Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2841000Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2841000Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2841000Null() {
+ this[this.tabletblGen1Implicit.R2841000Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR2841100Null() {
+ return this.IsNull(this.tabletblGen1Implicit.R2841100Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR2841100Null() {
+ this[this.tabletblGen1Implicit.R2841100Column] = global::System.Convert.DBNull;
+ }
+ }
+
+ ///
+ ///Represents strongly named DataRow class.
+ ///
+ public partial class tblGen2OutcomesWeightRow : global::System.Data.DataRow {
+
+ private tblGen2OutcomesWeightDataTable tabletblGen2OutcomesWeight;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal tblGen2OutcomesWeightRow(global::System.Data.DataRowBuilder rb) :
+ base(rb) {
+ this.tabletblGen2OutcomesWeight = ((tblGen2OutcomesWeightDataTable)(this.Table));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int C0000100 {
get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R6211900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6211900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
+ return ((int)(this[this.tabletblGen2OutcomesWeight.C0000100Column]));
}
set {
- this[this.tabletblGen2LinksFromGen1.R6211900Column] = value;
+ this[this.tabletblGen2OutcomesWeight.C0000100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6212200 {
+ public int C0000200 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R6212200Column]));
+ return ((int)(this[this.tabletblGen2OutcomesWeight.C0000200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6212200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C0000200\' in table \'tblGen2OutcomesWeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.R6212200Column] = value;
+ this[this.tabletblGen2OutcomesWeight.C0000200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6212300 {
+ public int C0005300 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R6212300Column]));
+ return ((int)(this[this.tabletblGen2OutcomesWeight.C0005300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6212300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C0005300\' in table \'tblGen2OutcomesWeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.R6212300Column] = value;
+ this[this.tabletblGen2OutcomesWeight.C0005300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6764000 {
+ public int C0005400 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R6764000Column]));
+ return ((int)(this[this.tabletblGen2OutcomesWeight.C0005400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6764000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C0005400\' in table \'tblGen2OutcomesWeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.R6764000Column] = value;
+ this[this.tabletblGen2OutcomesWeight.C0005400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6764100 {
+ public int C0005700 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R6764100Column]));
+ return ((int)(this[this.tabletblGen2OutcomesWeight.C0005700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6764100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C0005700\' in table \'tblGen2OutcomesWeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.R6764100Column] = value;
+ this[this.tabletblGen2OutcomesWeight.C0005700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6764200 {
+ public int Y0308500 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R6764200Column]));
+ return ((int)(this[this.tabletblGen2OutcomesWeight.Y0308500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6764200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y0308500\' in table \'tblGen2OutcomesWeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.R6764200Column] = value;
+ this[this.tabletblGen2OutcomesWeight.Y0308500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6764900 {
+ public int Y0904100 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R6764900Column]));
+ return ((int)(this[this.tabletblGen2OutcomesWeight.Y0904100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6764900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y0904100\' in table \'tblGen2OutcomesWeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.R6764900Column] = value;
+ this[this.tabletblGen2OutcomesWeight.Y0904100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6765000 {
+ public int Y1151000 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R6765000Column]));
+ return ((int)(this[this.tabletblGen2OutcomesWeight.Y1151000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6765000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y1151000\' in table \'tblGen2OutcomesWeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.R6765000Column] = value;
+ this[this.tabletblGen2OutcomesWeight.Y1151000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6765100 {
+ public int Y1386000 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R6765100Column]));
+ return ((int)(this[this.tabletblGen2OutcomesWeight.Y1386000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6765100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y1386000\' in table \'tblGen2OutcomesWeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.R6765100Column] = value;
+ this[this.tabletblGen2OutcomesWeight.Y1386000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6765200 {
+ public int Y1637700 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R6765200Column]));
+ return ((int)(this[this.tabletblGen2OutcomesWeight.Y1637700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6765200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y1637700\' in table \'tblGen2OutcomesWeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.R6765200Column] = value;
+ this[this.tabletblGen2OutcomesWeight.Y1637700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6765600 {
+ public int Y1891300 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R6765600Column]));
+ return ((int)(this[this.tabletblGen2OutcomesWeight.Y1891300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6765600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y1891300\' in table \'tblGen2OutcomesWeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.R6765600Column] = value;
+ this[this.tabletblGen2OutcomesWeight.Y1891300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6765700 {
+ public int Y2207200 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R6765700Column]));
+ return ((int)(this[this.tabletblGen2OutcomesWeight.Y2207200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6765700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y2207200\' in table \'tblGen2OutcomesWeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.R6765700Column] = value;
+ this[this.tabletblGen2OutcomesWeight.Y2207200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6765800 {
+ public int Y2544900 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R6765800Column]));
+ return ((int)(this[this.tabletblGen2OutcomesWeight.Y2544900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6765800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Y2544900\' in table \'tblGen2OutcomesWeight\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.R6765800Column] = value;
+ this[this.tabletblGen2OutcomesWeight.Y2544900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6839600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R6839600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6839600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R6839600Column] = value;
- }
+ public bool IsC0000200Null() {
+ return this.IsNull(this.tabletblGen2OutcomesWeight.C0000200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7408300 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R7408300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7408300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R7408300Column] = value;
- }
+ public void SetC0000200Null() {
+ this[this.tabletblGen2OutcomesWeight.C0000200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7408400 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R7408400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7408400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R7408400Column] = value;
- }
+ public bool IsC0005300Null() {
+ return this.IsNull(this.tabletblGen2OutcomesWeight.C0005300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7408500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R7408500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7408500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R7408500Column] = value;
- }
+ public void SetC0005300Null() {
+ this[this.tabletblGen2OutcomesWeight.C0005300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7409200 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R7409200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7409200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R7409200Column] = value;
- }
+ public bool IsC0005400Null() {
+ return this.IsNull(this.tabletblGen2OutcomesWeight.C0005400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7409300 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R7409300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7409300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R7409300Column] = value;
- }
+ public void SetC0005400Null() {
+ this[this.tabletblGen2OutcomesWeight.C0005400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7409400 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R7409400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7409400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R7409400Column] = value;
- }
+ public bool IsC0005700Null() {
+ return this.IsNull(this.tabletblGen2OutcomesWeight.C0005700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7409500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R7409500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7409500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R7409500Column] = value;
- }
+ public void SetC0005700Null() {
+ this[this.tabletblGen2OutcomesWeight.C0005700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7409900 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R7409900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7409900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R7409900Column] = value;
- }
+ public bool IsY0308500Null() {
+ return this.IsNull(this.tabletblGen2OutcomesWeight.Y0308500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7410000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R7410000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7410000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R7410000Column] = value;
- }
+ public void SetY0308500Null() {
+ this[this.tabletblGen2OutcomesWeight.Y0308500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7410100 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R7410100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7410100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R7410100Column] = value;
- }
+ public bool IsY0904100Null() {
+ return this.IsNull(this.tabletblGen2OutcomesWeight.Y0904100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7548600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R7548600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7548600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R7548600Column] = value;
- }
+ public void SetY0904100Null() {
+ this[this.tabletblGen2OutcomesWeight.Y0904100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8106400 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R8106400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8106400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R8106400Column] = value;
- }
+ public bool IsY1151000Null() {
+ return this.IsNull(this.tabletblGen2OutcomesWeight.Y1151000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8106500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R8106500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8106500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R8106500Column] = value;
- }
+ public void SetY1151000Null() {
+ this[this.tabletblGen2OutcomesWeight.Y1151000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8106600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R8106600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8106600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R8106600Column] = value;
- }
+ public bool IsY1386000Null() {
+ return this.IsNull(this.tabletblGen2OutcomesWeight.Y1386000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8106700 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R8106700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8106700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R8106700Column] = value;
- }
+ public void SetY1386000Null() {
+ this[this.tabletblGen2OutcomesWeight.Y1386000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8106800 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R8106800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8106800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R8106800Column] = value;
- }
+ public bool IsY1637700Null() {
+ return this.IsNull(this.tabletblGen2OutcomesWeight.Y1637700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8106900 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R8106900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8106900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R8106900Column] = value;
- }
+ public void SetY1637700Null() {
+ this[this.tabletblGen2OutcomesWeight.Y1637700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8107000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R8107000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8107000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R8107000Column] = value;
- }
+ public bool IsY1891300Null() {
+ return this.IsNull(this.tabletblGen2OutcomesWeight.Y1891300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8107100 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R8107100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8107100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R8107100Column] = value;
- }
+ public void SetY1891300Null() {
+ this[this.tabletblGen2OutcomesWeight.Y1891300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8107200 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R8107200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8107200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R8107200Column] = value;
- }
+ public bool IsY2207200Null() {
+ return this.IsNull(this.tabletblGen2OutcomesWeight.Y2207200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8255400 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R8255400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8255400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R8255400Column] = value;
- }
+ public void SetY2207200Null() {
+ this[this.tabletblGen2OutcomesWeight.Y2207200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9900400 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9900400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9900400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R9900400Column] = value;
- }
+ public bool IsY2544900Null() {
+ return this.IsNull(this.tabletblGen2OutcomesWeight.Y2544900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9900600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9900600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9900600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R9900600Column] = value;
- }
+ public void SetY2544900Null() {
+ this[this.tabletblGen2OutcomesWeight.Y2544900Column] = global::System.Convert.DBNull;
}
+ }
+
+ ///
+ ///Represents strongly named DataRow class.
+ ///
+ public partial class tblLinks2004Gen1Row : global::System.Data.DataRow {
+
+ private tblLinks2004Gen1DataTable tabletblLinks2004Gen1;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9900601 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9900601Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9900601\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R9900601Column] = value;
- }
+ internal tblLinks2004Gen1Row(global::System.Data.DataRowBuilder rb) :
+ base(rb) {
+ this.tabletblLinks2004Gen1 = ((tblLinks2004Gen1DataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9901200 {
+ public short PairID {
get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9901200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9901200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
+ return ((short)(this[this.tabletblLinks2004Gen1.PairIDColumn]));
}
set {
- this[this.tabletblGen2LinksFromGen1.R9901200Column] = value;
+ this[this.tabletblLinks2004Gen1.PairIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9901400 {
+ public short ExtendedFamilyID {
get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9901400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9901400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
+ return ((short)(this[this.tabletblLinks2004Gen1.ExtendedFamilyIDColumn]));
}
set {
- this[this.tabletblGen2LinksFromGen1.R9901400Column] = value;
+ this[this.tabletblLinks2004Gen1.ExtendedFamilyIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9901401 {
+ public short ID1 {
get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9901401Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9901401\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
+ return ((short)(this[this.tabletblLinks2004Gen1.ID1Column]));
}
set {
- this[this.tabletblGen2LinksFromGen1.R9901401Column] = value;
+ this[this.tabletblLinks2004Gen1.ID1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9902000 {
+ public short ID2 {
get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9902000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9902000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
+ return ((short)(this[this.tabletblLinks2004Gen1.ID2Column]));
}
set {
- this[this.tabletblGen2LinksFromGen1.R9902000Column] = value;
+ this[this.tabletblLinks2004Gen1.ID2Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9902200 {
+ public byte Sex1 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9902200Column]));
+ return ((byte)(this[this.tabletblLinks2004Gen1.Sex1Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9902200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Sex1\' in table \'tblLinks2004Gen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.R9902200Column] = value;
+ this[this.tabletblLinks2004Gen1.Sex1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9902201 {
+ public byte Sex2 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9902201Column]));
+ return ((byte)(this[this.tabletblLinks2004Gen1.Sex2Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9902201\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'Sex2\' in table \'tblLinks2004Gen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.R9902201Column] = value;
+ this[this.tabletblLinks2004Gen1.Sex2Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9902800 {
+ public float RecommendedRelatedness {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9902800Column]));
+ return ((float)(this[this.tabletblLinks2004Gen1.RecommendedRelatednessColumn]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9902800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'RecommendedRelatedness\' in table \'tblLinks2004Gen1\' is DBNu" +
+ "ll.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.R9902800Column] = value;
+ this[this.tabletblLinks2004Gen1.RecommendedRelatednessColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9903000 {
+ public int SubjectTag_S1 {
get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9903000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9903000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
+ return ((int)(this[this.tabletblLinks2004Gen1.SubjectTag_S1Column]));
}
set {
- this[this.tabletblGen2LinksFromGen1.R9903000Column] = value;
+ this[this.tabletblLinks2004Gen1.SubjectTag_S1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9903001 {
+ public int SubjectTag_S2 {
get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9903001Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9903001\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
+ return ((int)(this[this.tabletblLinks2004Gen1.SubjectTag_S2Column]));
}
set {
- this[this.tabletblGen2LinksFromGen1.R9903001Column] = value;
+ this[this.tabletblLinks2004Gen1.SubjectTag_S2Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9903600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9903600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9903600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R9903600Column] = value;
- }
+ public bool IsSex1Null() {
+ return this.IsNull(this.tabletblLinks2004Gen1.Sex1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9903800 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9903800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9903800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R9903800Column] = value;
- }
+ public void SetSex1Null() {
+ this[this.tabletblLinks2004Gen1.Sex1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9903801 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9903801Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9903801\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R9903801Column] = value;
- }
+ public bool IsSex2Null() {
+ return this.IsNull(this.tabletblLinks2004Gen1.Sex2Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9904400 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9904400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9904400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R9904400Column] = value;
- }
+ public void SetSex2Null() {
+ this[this.tabletblLinks2004Gen1.Sex2Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9904600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9904600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9904600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R9904600Column] = value;
- }
+ public bool IsRecommendedRelatednessNull() {
+ return this.IsNull(this.tabletblLinks2004Gen1.RecommendedRelatednessColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9904601 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9904601Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9904601\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R9904601Column] = value;
- }
+ public void SetRecommendedRelatednessNull() {
+ this[this.tabletblLinks2004Gen1.RecommendedRelatednessColumn] = global::System.Convert.DBNull;
}
+ }
+
+ ///
+ ///Represents strongly named DataRow class.
+ ///
+ public partial class tblGen2OutcomesMathRow : global::System.Data.DataRow {
+
+ private tblGen2OutcomesMathDataTable tabletblGen2OutcomesMath;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9905200 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9905200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9905200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.R9905200Column] = value;
- }
+ internal tblGen2OutcomesMathRow(global::System.Data.DataRowBuilder rb) :
+ base(rb) {
+ this.tabletblGen2OutcomesMath = ((tblGen2OutcomesMathDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9905400 {
+ public int C0000100 {
get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9905400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9905400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
+ return ((int)(this[this.tabletblGen2OutcomesMath.C0000100Column]));
}
set {
- this[this.tabletblGen2LinksFromGen1.R9905400Column] = value;
+ this[this.tabletblGen2OutcomesMath.C0000100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9905401 {
+ public int C0000200 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9905401Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C0000200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9905401\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C0000200\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.R9905401Column] = value;
+ this[this.tabletblGen2OutcomesMath.C0000200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9906000 {
+ public int C0005300 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9906000Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C0005300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9906000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C0005300\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.R9906000Column] = value;
+ this[this.tabletblGen2OutcomesMath.C0005300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9906600 {
+ public int C0005400 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9906600Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C0005400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9906600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C0005400\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.R9906600Column] = value;
+ this[this.tabletblGen2OutcomesMath.C0005400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9907200 {
+ public int C0005700 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9907200Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C0005700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9907200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C0005700\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.R9907200Column] = value;
+ this[this.tabletblGen2OutcomesMath.C0005700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9907800 {
+ public int C0579900 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9907800Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C0579900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9907800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C0579900\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.R9907800Column] = value;
+ this[this.tabletblGen2OutcomesMath.C0579900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9908000 {
+ public int C0580000 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9908000Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C0580000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9908000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C0580000\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.R9908000Column] = value;
+ this[this.tabletblGen2OutcomesMath.C0580000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9911200 {
+ public int C0580100 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9911200Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C0580100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9911200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C0580100\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.R9911200Column] = value;
+ this[this.tabletblGen2OutcomesMath.C0580100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9911201 {
+ public int C0799400 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.R9911201Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C0799400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9911201\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C0799400\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.R9911201Column] = value;
+ this[this.tabletblGen2OutcomesMath.C0799400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0337300 {
+ public int C0799500 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T0337300Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C0799500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0337300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C0799500\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T0337300Column] = value;
+ this[this.tabletblGen2OutcomesMath.C0799500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0337400 {
+ public int C0799600 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T0337400Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C0799600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0337400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C0799600\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T0337400Column] = value;
+ this[this.tabletblGen2OutcomesMath.C0799600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0337500 {
+ public int C0998600 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T0337500Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C0998600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0337500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C0998600\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T0337500Column] = value;
+ this[this.tabletblGen2OutcomesMath.C0998600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0337600 {
+ public int C0998700 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T0337600Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C0998700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0337600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C0998700\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T0337600Column] = value;
+ this[this.tabletblGen2OutcomesMath.C0998700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0337700 {
+ public int C0998800 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T0337700Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C0998800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0337700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C0998800\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T0337700Column] = value;
+ this[this.tabletblGen2OutcomesMath.C0998800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0337800 {
+ public int C1198600 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T0337800Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C1198600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0337800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C1198600\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T0337800Column] = value;
+ this[this.tabletblGen2OutcomesMath.C1198600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0337900 {
+ public int C1198700 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T0337900Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C1198700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0337900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C1198700\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T0337900Column] = value;
+ this[this.tabletblGen2OutcomesMath.C1198700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0338000 {
+ public int C1198800 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T0338000Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C1198800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0338000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C1198800\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T0338000Column] = value;
+ this[this.tabletblGen2OutcomesMath.C1198800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0338100 {
+ public int C1507600 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T0338100Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C1507600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0338100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C1507600\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T0338100Column] = value;
+ this[this.tabletblGen2OutcomesMath.C1507600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0338200 {
+ public int C1507700 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T0338200Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C1507700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0338200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C1507700\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T0338200Column] = value;
+ this[this.tabletblGen2OutcomesMath.C1507700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0338300 {
+ public int C1507800 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T0338300Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C1507800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0338300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C1507800\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T0338300Column] = value;
+ this[this.tabletblGen2OutcomesMath.C1507800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0338400 {
+ public int C1564500 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T0338400Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C1564500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0338400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C1564500\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T0338400Column] = value;
+ this[this.tabletblGen2OutcomesMath.C1564500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0338500 {
+ public int C1564600 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T0338500Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C1564600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0338500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C1564600\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T0338500Column] = value;
+ this[this.tabletblGen2OutcomesMath.C1564600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0338600 {
+ public int C1564700 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T0338600Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C1564700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0338600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C1564700\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T0338600Column] = value;
+ this[this.tabletblGen2OutcomesMath.C1564700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1486900 {
+ public int C1799900 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T1486900Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C1799900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1486900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C1799900\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T1486900Column] = value;
+ this[this.tabletblGen2OutcomesMath.C1799900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1487000 {
+ public int C1800000 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T1487000Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C1800000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1487000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C1800000\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T1487000Column] = value;
+ this[this.tabletblGen2OutcomesMath.C1800000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1487100 {
+ public int C1800100 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T1487100Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C1800100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1487100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C1800100\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T1487100Column] = value;
+ this[this.tabletblGen2OutcomesMath.C1800100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1487200 {
+ public int C2503500 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T1487200Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C2503500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1487200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C2503500\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T1487200Column] = value;
+ this[this.tabletblGen2OutcomesMath.C2503500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1487300 {
+ public int C2503600 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T1487300Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C2503600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1487300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C2503600\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T1487300Column] = value;
+ this[this.tabletblGen2OutcomesMath.C2503600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1487400 {
+ public int C2503700 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T1487400Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C2503700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1487400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C2503700\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T1487400Column] = value;
+ this[this.tabletblGen2OutcomesMath.C2503700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1487500 {
+ public int C2532000 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T1487500Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C2532000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1487500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C2532000\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T1487500Column] = value;
+ this[this.tabletblGen2OutcomesMath.C2532000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1487600 {
+ public int C2532100 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T1487600Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C2532100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1487600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C2532100\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T1487600Column] = value;
+ this[this.tabletblGen2OutcomesMath.C2532100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1487700 {
+ public int C2532200 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T1487700Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C2532200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1487700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C2532200\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T1487700Column] = value;
+ this[this.tabletblGen2OutcomesMath.C2532200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1487800 {
+ public int C2802800 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T1487800Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C2802800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1487800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C2802800\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T1487800Column] = value;
+ this[this.tabletblGen2OutcomesMath.C2802800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2217700 {
+ public int C2802900 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T2217700Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C2802900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2217700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C2802900\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T2217700Column] = value;
+ this[this.tabletblGen2OutcomesMath.C2802900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2533500 {
+ public int C2803000 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T2533500Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C2803000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2533500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C2803000\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T2533500Column] = value;
+ this[this.tabletblGen2OutcomesMath.C2803000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2533600 {
+ public int C3111300 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T2533600Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C3111300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2533600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C3111300\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T2533600Column] = value;
+ this[this.tabletblGen2OutcomesMath.C3111300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2533700 {
+ public int C3111400 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T2533700Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C3111400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2533700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C3111400\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T2533700Column] = value;
+ this[this.tabletblGen2OutcomesMath.C3111400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2533800 {
+ public int C3111500 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T2533800Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C3111500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2533800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C3111500\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T2533800Column] = value;
+ this[this.tabletblGen2OutcomesMath.C3111500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2533900 {
+ public int C3615000 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T2533900Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C3615000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2533900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C3615000\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T2533900Column] = value;
+ this[this.tabletblGen2OutcomesMath.C3615000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2534000 {
+ public int C3615100 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T2534000Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C3615100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2534000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C3615100\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T2534000Column] = value;
+ this[this.tabletblGen2OutcomesMath.C3615100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2534100 {
+ public int C3615200 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T2534100Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C3615200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2534100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C3615200\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T2534100Column] = value;
+ this[this.tabletblGen2OutcomesMath.C3615200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2534200 {
+ public int C3993600 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T2534200Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C3993600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2534200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C3993600\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T2534200Column] = value;
+ this[this.tabletblGen2OutcomesMath.C3993600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2534300 {
+ public int C3993700 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T2534300Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C3993700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2534300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C3993700\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T2534300Column] = value;
+ this[this.tabletblGen2OutcomesMath.C3993700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2534400 {
+ public int C3993800 {
get {
try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T2534400Column]));
+ return ((int)(this[this.tabletblGen2OutcomesMath.C3993800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2534400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'C3993800\' in table \'tblGen2OutcomesMath\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2LinksFromGen1.T2534400Column] = value;
+ this[this.tabletblGen2OutcomesMath.C3993800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2534500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2LinksFromGen1.T2534500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2534500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2LinksFromGen1.T2534500Column] = value;
- }
+ public bool IsC0000200Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C0000200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0173600Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R0173600Column);
+ public void SetC0000200Null() {
+ this[this.tabletblGen2OutcomesMath.C0000200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0173600Null() {
- this[this.tabletblGen2LinksFromGen1.R0173600Column] = global::System.Convert.DBNull;
+ public bool IsC0005300Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C0005300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0214700Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R0214700Column);
+ public void SetC0005300Null() {
+ this[this.tabletblGen2OutcomesMath.C0005300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0214700Null() {
- this[this.tabletblGen2LinksFromGen1.R0214700Column] = global::System.Convert.DBNull;
+ public bool IsC0005400Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C0005400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0214800Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R0214800Column);
+ public void SetC0005400Null() {
+ this[this.tabletblGen2OutcomesMath.C0005400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0214800Null() {
- this[this.tabletblGen2LinksFromGen1.R0214800Column] = global::System.Convert.DBNull;
+ public bool IsC0005700Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C0005700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4825700Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R4825700Column);
+ public void SetC0005700Null() {
+ this[this.tabletblGen2OutcomesMath.C0005700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4825700Null() {
- this[this.tabletblGen2LinksFromGen1.R4825700Column] = global::System.Convert.DBNull;
+ public bool IsC0579900Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C0579900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4826000Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R4826000Column);
+ public void SetC0579900Null() {
+ this[this.tabletblGen2OutcomesMath.C0579900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4826000Null() {
- this[this.tabletblGen2LinksFromGen1.R4826000Column] = global::System.Convert.DBNull;
+ public bool IsC0580000Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C0580000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4826100Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R4826100Column);
+ public void SetC0580000Null() {
+ this[this.tabletblGen2OutcomesMath.C0580000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4826100Null() {
- this[this.tabletblGen2LinksFromGen1.R4826100Column] = global::System.Convert.DBNull;
+ public bool IsC0580100Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C0580100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4826300Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R4826300Column);
+ public void SetC0580100Null() {
+ this[this.tabletblGen2OutcomesMath.C0580100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4826300Null() {
- this[this.tabletblGen2LinksFromGen1.R4826300Column] = global::System.Convert.DBNull;
+ public bool IsC0799400Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C0799400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4826500Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R4826500Column);
+ public void SetC0799400Null() {
+ this[this.tabletblGen2OutcomesMath.C0799400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4826500Null() {
- this[this.tabletblGen2LinksFromGen1.R4826500Column] = global::System.Convert.DBNull;
+ public bool IsC0799500Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C0799500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4826800Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R4826800Column);
+ public void SetC0799500Null() {
+ this[this.tabletblGen2OutcomesMath.C0799500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4826800Null() {
- this[this.tabletblGen2LinksFromGen1.R4826800Column] = global::System.Convert.DBNull;
+ public bool IsC0799600Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C0799600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5495900Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R5495900Column);
+ public void SetC0799600Null() {
+ this[this.tabletblGen2OutcomesMath.C0799600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5495900Null() {
- this[this.tabletblGen2LinksFromGen1.R5495900Column] = global::System.Convert.DBNull;
+ public bool IsC0998600Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C0998600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5496200Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R5496200Column);
+ public void SetC0998600Null() {
+ this[this.tabletblGen2OutcomesMath.C0998600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5496200Null() {
- this[this.tabletblGen2LinksFromGen1.R5496200Column] = global::System.Convert.DBNull;
+ public bool IsC0998700Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C0998700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5496300Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R5496300Column);
+ public void SetC0998700Null() {
+ this[this.tabletblGen2OutcomesMath.C0998700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5496300Null() {
- this[this.tabletblGen2LinksFromGen1.R5496300Column] = global::System.Convert.DBNull;
+ public bool IsC0998800Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C0998800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5496500Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R5496500Column);
+ public void SetC0998800Null() {
+ this[this.tabletblGen2OutcomesMath.C0998800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5496500Null() {
- this[this.tabletblGen2LinksFromGen1.R5496500Column] = global::System.Convert.DBNull;
+ public bool IsC1198600Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C1198600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5496700Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R5496700Column);
+ public void SetC1198600Null() {
+ this[this.tabletblGen2OutcomesMath.C1198600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5496700Null() {
- this[this.tabletblGen2LinksFromGen1.R5496700Column] = global::System.Convert.DBNull;
+ public bool IsC1198700Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C1198700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5497000Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R5497000Column);
+ public void SetC1198700Null() {
+ this[this.tabletblGen2OutcomesMath.C1198700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5497000Null() {
- this[this.tabletblGen2LinksFromGen1.R5497000Column] = global::System.Convert.DBNull;
+ public bool IsC1198800Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C1198800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5497200Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R5497200Column);
+ public void SetC1198800Null() {
+ this[this.tabletblGen2OutcomesMath.C1198800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5497200Null() {
- this[this.tabletblGen2LinksFromGen1.R5497200Column] = global::System.Convert.DBNull;
+ public bool IsC1507600Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C1507600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6210700Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R6210700Column);
+ public void SetC1507600Null() {
+ this[this.tabletblGen2OutcomesMath.C1507600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6210700Null() {
- this[this.tabletblGen2LinksFromGen1.R6210700Column] = global::System.Convert.DBNull;
+ public bool IsC1507700Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C1507700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6210800Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R6210800Column);
+ public void SetC1507700Null() {
+ this[this.tabletblGen2OutcomesMath.C1507700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6210800Null() {
- this[this.tabletblGen2LinksFromGen1.R6210800Column] = global::System.Convert.DBNull;
+ public bool IsC1507800Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C1507800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6210900Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R6210900Column);
+ public void SetC1507800Null() {
+ this[this.tabletblGen2OutcomesMath.C1507800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6210900Null() {
- this[this.tabletblGen2LinksFromGen1.R6210900Column] = global::System.Convert.DBNull;
+ public bool IsC1564500Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C1564500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6211500Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R6211500Column);
+ public void SetC1564500Null() {
+ this[this.tabletblGen2OutcomesMath.C1564500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6211500Null() {
- this[this.tabletblGen2LinksFromGen1.R6211500Column] = global::System.Convert.DBNull;
+ public bool IsC1564600Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C1564600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6211600Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R6211600Column);
+ public void SetC1564600Null() {
+ this[this.tabletblGen2OutcomesMath.C1564600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6211600Null() {
- this[this.tabletblGen2LinksFromGen1.R6211600Column] = global::System.Convert.DBNull;
+ public bool IsC1564700Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C1564700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6211700Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R6211700Column);
+ public void SetC1564700Null() {
+ this[this.tabletblGen2OutcomesMath.C1564700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6211700Null() {
- this[this.tabletblGen2LinksFromGen1.R6211700Column] = global::System.Convert.DBNull;
+ public bool IsC1799900Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C1799900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6211800Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R6211800Column);
+ public void SetC1799900Null() {
+ this[this.tabletblGen2OutcomesMath.C1799900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6211800Null() {
- this[this.tabletblGen2LinksFromGen1.R6211800Column] = global::System.Convert.DBNull;
+ public bool IsC1800000Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C1800000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6211900Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R6211900Column);
+ public void SetC1800000Null() {
+ this[this.tabletblGen2OutcomesMath.C1800000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6211900Null() {
- this[this.tabletblGen2LinksFromGen1.R6211900Column] = global::System.Convert.DBNull;
+ public bool IsC1800100Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C1800100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6212200Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R6212200Column);
+ public void SetC1800100Null() {
+ this[this.tabletblGen2OutcomesMath.C1800100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6212200Null() {
- this[this.tabletblGen2LinksFromGen1.R6212200Column] = global::System.Convert.DBNull;
+ public bool IsC2503500Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C2503500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6212300Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R6212300Column);
+ public void SetC2503500Null() {
+ this[this.tabletblGen2OutcomesMath.C2503500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6212300Null() {
- this[this.tabletblGen2LinksFromGen1.R6212300Column] = global::System.Convert.DBNull;
+ public bool IsC2503600Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C2503600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6764000Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R6764000Column);
+ public void SetC2503600Null() {
+ this[this.tabletblGen2OutcomesMath.C2503600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6764000Null() {
- this[this.tabletblGen2LinksFromGen1.R6764000Column] = global::System.Convert.DBNull;
+ public bool IsC2503700Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C2503700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6764100Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R6764100Column);
+ public void SetC2503700Null() {
+ this[this.tabletblGen2OutcomesMath.C2503700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6764100Null() {
- this[this.tabletblGen2LinksFromGen1.R6764100Column] = global::System.Convert.DBNull;
+ public bool IsC2532000Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C2532000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6764200Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R6764200Column);
+ public void SetC2532000Null() {
+ this[this.tabletblGen2OutcomesMath.C2532000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6764200Null() {
- this[this.tabletblGen2LinksFromGen1.R6764200Column] = global::System.Convert.DBNull;
+ public bool IsC2532100Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C2532100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6764900Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R6764900Column);
+ public void SetC2532100Null() {
+ this[this.tabletblGen2OutcomesMath.C2532100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6764900Null() {
- this[this.tabletblGen2LinksFromGen1.R6764900Column] = global::System.Convert.DBNull;
+ public bool IsC2532200Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C2532200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6765000Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R6765000Column);
+ public void SetC2532200Null() {
+ this[this.tabletblGen2OutcomesMath.C2532200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6765000Null() {
- this[this.tabletblGen2LinksFromGen1.R6765000Column] = global::System.Convert.DBNull;
+ public bool IsC2802800Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C2802800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6765100Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R6765100Column);
+ public void SetC2802800Null() {
+ this[this.tabletblGen2OutcomesMath.C2802800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6765100Null() {
- this[this.tabletblGen2LinksFromGen1.R6765100Column] = global::System.Convert.DBNull;
+ public bool IsC2802900Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C2802900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6765200Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R6765200Column);
+ public void SetC2802900Null() {
+ this[this.tabletblGen2OutcomesMath.C2802900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6765200Null() {
- this[this.tabletblGen2LinksFromGen1.R6765200Column] = global::System.Convert.DBNull;
+ public bool IsC2803000Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C2803000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6765600Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R6765600Column);
+ public void SetC2803000Null() {
+ this[this.tabletblGen2OutcomesMath.C2803000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6765600Null() {
- this[this.tabletblGen2LinksFromGen1.R6765600Column] = global::System.Convert.DBNull;
+ public bool IsC3111300Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C3111300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6765700Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R6765700Column);
+ public void SetC3111300Null() {
+ this[this.tabletblGen2OutcomesMath.C3111300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6765700Null() {
- this[this.tabletblGen2LinksFromGen1.R6765700Column] = global::System.Convert.DBNull;
+ public bool IsC3111400Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C3111400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6765800Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R6765800Column);
+ public void SetC3111400Null() {
+ this[this.tabletblGen2OutcomesMath.C3111400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6765800Null() {
- this[this.tabletblGen2LinksFromGen1.R6765800Column] = global::System.Convert.DBNull;
+ public bool IsC3111500Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C3111500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6839600Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R6839600Column);
+ public void SetC3111500Null() {
+ this[this.tabletblGen2OutcomesMath.C3111500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6839600Null() {
- this[this.tabletblGen2LinksFromGen1.R6839600Column] = global::System.Convert.DBNull;
+ public bool IsC3615000Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C3615000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7408300Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R7408300Column);
+ public void SetC3615000Null() {
+ this[this.tabletblGen2OutcomesMath.C3615000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7408300Null() {
- this[this.tabletblGen2LinksFromGen1.R7408300Column] = global::System.Convert.DBNull;
+ public bool IsC3615100Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C3615100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7408400Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R7408400Column);
+ public void SetC3615100Null() {
+ this[this.tabletblGen2OutcomesMath.C3615100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7408400Null() {
- this[this.tabletblGen2LinksFromGen1.R7408400Column] = global::System.Convert.DBNull;
+ public bool IsC3615200Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C3615200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7408500Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R7408500Column);
+ public void SetC3615200Null() {
+ this[this.tabletblGen2OutcomesMath.C3615200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7408500Null() {
- this[this.tabletblGen2LinksFromGen1.R7408500Column] = global::System.Convert.DBNull;
+ public bool IsC3993600Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C3993600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7409200Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R7409200Column);
+ public void SetC3993600Null() {
+ this[this.tabletblGen2OutcomesMath.C3993600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7409200Null() {
- this[this.tabletblGen2LinksFromGen1.R7409200Column] = global::System.Convert.DBNull;
+ public bool IsC3993700Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C3993700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7409300Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R7409300Column);
+ public void SetC3993700Null() {
+ this[this.tabletblGen2OutcomesMath.C3993700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7409300Null() {
- this[this.tabletblGen2LinksFromGen1.R7409300Column] = global::System.Convert.DBNull;
+ public bool IsC3993800Null() {
+ return this.IsNull(this.tabletblGen2OutcomesMath.C3993800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7409400Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R7409400Column);
+ public void SetC3993800Null() {
+ this[this.tabletblGen2OutcomesMath.C3993800Column] = global::System.Convert.DBNull;
}
+ }
+
+ ///
+ ///Represents strongly named DataRow class.
+ ///
+ public partial class tblGen1GeocodeSanitizedRow : global::System.Data.DataRow {
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7409400Null() {
- this[this.tabletblGen2LinksFromGen1.R7409400Column] = global::System.Convert.DBNull;
- }
+ private tblGen1GeocodeSanitizedDataTable tabletblGen1GeocodeSanitized;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7409500Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R7409500Column);
+ internal tblGen1GeocodeSanitizedRow(global::System.Data.DataRowBuilder rb) :
+ base(rb) {
+ this.tabletblGen1GeocodeSanitized = ((tblGen1GeocodeSanitizedDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7409500Null() {
- this[this.tabletblGen2LinksFromGen1.R7409500Column] = global::System.Convert.DBNull;
+ public int SubjectTag_S1 {
+ get {
+ return ((int)(this[this.tabletblGen1GeocodeSanitized.SubjectTag_S1Column]));
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.SubjectTag_S1Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7409900Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R7409900Column);
+ public int SubjectTag_S2 {
+ get {
+ return ((int)(this[this.tabletblGen1GeocodeSanitized.SubjectTag_S2Column]));
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.SubjectTag_S2Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7409900Null() {
- this[this.tabletblGen2LinksFromGen1.R7409900Column] = global::System.Convert.DBNull;
+ public short DobDifferenceInDays1979V1979 {
+ get {
+ try {
+ return ((short)(this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1979Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'DobDifferenceInDays1979V1979\' in table \'tblGen1GeocodeSanit" +
+ "ized\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1979Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7410000Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R7410000Column);
+ public short DobDifferenceInDays1979V1981 {
+ get {
+ try {
+ return ((short)(this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1981Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'DobDifferenceInDays1979V1981\' in table \'tblGen1GeocodeSanit" +
+ "ized\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1981Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7410000Null() {
- this[this.tabletblGen2LinksFromGen1.R7410000Column] = global::System.Convert.DBNull;
+ public short DobDifferenceInDays1981V1979 {
+ get {
+ try {
+ return ((short)(this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1979Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'DobDifferenceInDays1981V1979\' in table \'tblGen1GeocodeSanit" +
+ "ized\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1979Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7410100Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R7410100Column);
+ public short DobDifferenceInDays1981V1981 {
+ get {
+ try {
+ return ((short)(this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1981Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'DobDifferenceInDays1981V1981\' in table \'tblGen1GeocodeSanit" +
+ "ized\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1981Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7410100Null() {
- this[this.tabletblGen2LinksFromGen1.R7410100Column] = global::System.Convert.DBNull;
+ public bool DobDayIsMissing1979_1 {
+ get {
+ return ((bool)(this[this.tabletblGen1GeocodeSanitized.DobDayIsMissing1979_1Column]));
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.DobDayIsMissing1979_1Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7548600Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R7548600Column);
+ public bool DobDayIsMissing1979_2 {
+ get {
+ return ((bool)(this[this.tabletblGen1GeocodeSanitized.DobDayIsMissing1979_2Column]));
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.DobDayIsMissing1979_2Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7548600Null() {
- this[this.tabletblGen2LinksFromGen1.R7548600Column] = global::System.Convert.DBNull;
+ public bool BirthSubjectCountyMissing_1 {
+ get {
+ return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountyMissing_1Column]));
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountyMissing_1Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8106400Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R8106400Column);
+ public bool BirthSubjectCountyMissing_2 {
+ get {
+ return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountyMissing_2Column]));
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountyMissing_2Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8106400Null() {
- this[this.tabletblGen2LinksFromGen1.R8106400Column] = global::System.Convert.DBNull;
+ public bool BirthSubjectCountyEqual {
+ get {
+ return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountyEqualColumn]));
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountyEqualColumn] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8106500Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R8106500Column);
+ public bool BirthSubjectStateMissing_1 {
+ get {
+ return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectStateMissing_1Column]));
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.BirthSubjectStateMissing_1Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8106500Null() {
- this[this.tabletblGen2LinksFromGen1.R8106500Column] = global::System.Convert.DBNull;
+ public bool BirthSubjectStateMissing_2 {
+ get {
+ return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectStateMissing_2Column]));
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.BirthSubjectStateMissing_2Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8106600Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R8106600Column);
+ public bool BirthSubjectStateEqual {
+ get {
+ return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectStateEqualColumn]));
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.BirthSubjectStateEqualColumn] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8106600Null() {
- this[this.tabletblGen2LinksFromGen1.R8106600Column] = global::System.Convert.DBNull;
+ public bool BirthSubjectCountryMissing_1 {
+ get {
+ return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountryMissing_1Column]));
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountryMissing_1Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8106700Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R8106700Column);
+ public bool BirthSubjectCountryMissing_2 {
+ get {
+ return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountryMissing_2Column]));
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountryMissing_2Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8106700Null() {
- this[this.tabletblGen2LinksFromGen1.R8106700Column] = global::System.Convert.DBNull;
+ public bool BirthSubjectCountryEqual {
+ get {
+ return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountryEqualColumn]));
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountryEqualColumn] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8106800Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R8106800Column);
+ public bool BirthMotherStateMissing_1 {
+ get {
+ return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthMotherStateMissing_1Column]));
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.BirthMotherStateMissing_1Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8106800Null() {
- this[this.tabletblGen2LinksFromGen1.R8106800Column] = global::System.Convert.DBNull;
+ public bool BirthMotherStateMissing_2 {
+ get {
+ return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthMotherStateMissing_2Column]));
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.BirthMotherStateMissing_2Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8106900Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R8106900Column);
+ public bool BirthMotherStateEqual {
+ get {
+ return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthMotherStateEqualColumn]));
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.BirthMotherStateEqualColumn] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8106900Null() {
- this[this.tabletblGen2LinksFromGen1.R8106900Column] = global::System.Convert.DBNull;
+ public bool BirthMotherCountryMissing_1 {
+ get {
+ return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthMotherCountryMissing_1Column]));
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.BirthMotherCountryMissing_1Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8107000Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R8107000Column);
+ public bool BirthMotherCountryMissing_2 {
+ get {
+ return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthMotherCountryMissing_2Column]));
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.BirthMotherCountryMissing_2Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8107000Null() {
- this[this.tabletblGen2LinksFromGen1.R8107000Column] = global::System.Convert.DBNull;
+ public bool BirthMotherCountryEqual {
+ get {
+ return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthMotherCountryEqualColumn]));
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.BirthMotherCountryEqualColumn] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8107100Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R8107100Column);
+ public bool BirthFatherStateMissing_1 {
+ get {
+ return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthFatherStateMissing_1Column]));
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.BirthFatherStateMissing_1Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8107100Null() {
- this[this.tabletblGen2LinksFromGen1.R8107100Column] = global::System.Convert.DBNull;
+ public bool BirthFatherStateMissing_2 {
+ get {
+ return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthFatherStateMissing_2Column]));
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.BirthFatherStateMissing_2Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8107200Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R8107200Column);
+ public bool BirthFatherStateEqual {
+ get {
+ return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthFatherStateEqualColumn]));
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.BirthFatherStateEqualColumn] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8107200Null() {
- this[this.tabletblGen2LinksFromGen1.R8107200Column] = global::System.Convert.DBNull;
+ public bool BirthFatherCountryMissing_1 {
+ get {
+ return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthFatherCountryMissing_1Column]));
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.BirthFatherCountryMissing_1Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8255400Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R8255400Column);
+ public bool BirthFatherCountryMissing_2 {
+ get {
+ return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthFatherCountryMissing_2Column]));
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.BirthFatherCountryMissing_2Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8255400Null() {
- this[this.tabletblGen2LinksFromGen1.R8255400Column] = global::System.Convert.DBNull;
+ public bool BirthFatherCountryEqual {
+ get {
+ return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthFatherCountryEqualColumn]));
+ }
+ set {
+ this[this.tabletblGen1GeocodeSanitized.BirthFatherCountryEqualColumn] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9900400Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9900400Column);
+ public bool IsDobDifferenceInDays1979V1979Null() {
+ return this.IsNull(this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1979Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9900400Null() {
- this[this.tabletblGen2LinksFromGen1.R9900400Column] = global::System.Convert.DBNull;
+ public void SetDobDifferenceInDays1979V1979Null() {
+ this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1979Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9900600Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9900600Column);
+ public bool IsDobDifferenceInDays1979V1981Null() {
+ return this.IsNull(this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1981Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9900600Null() {
- this[this.tabletblGen2LinksFromGen1.R9900600Column] = global::System.Convert.DBNull;
+ public void SetDobDifferenceInDays1979V1981Null() {
+ this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1981Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9900601Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9900601Column);
+ public bool IsDobDifferenceInDays1981V1979Null() {
+ return this.IsNull(this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1979Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9900601Null() {
- this[this.tabletblGen2LinksFromGen1.R9900601Column] = global::System.Convert.DBNull;
+ public void SetDobDifferenceInDays1981V1979Null() {
+ this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1979Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9901200Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9901200Column);
+ public bool IsDobDifferenceInDays1981V1981Null() {
+ return this.IsNull(this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1981Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9901200Null() {
- this[this.tabletblGen2LinksFromGen1.R9901200Column] = global::System.Convert.DBNull;
+ public void SetDobDifferenceInDays1981V1981Null() {
+ this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1981Column] = global::System.Convert.DBNull;
}
+ }
+
+ ///
+ ///Represents strongly named DataRow class.
+ ///
+ public partial class tblRosterGen1AssignmentRow : global::System.Data.DataRow {
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9901400Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9901400Column);
- }
+ private tblRosterGen1AssignmentDataTable tabletblRosterGen1Assignment;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9901400Null() {
- this[this.tabletblGen2LinksFromGen1.R9901400Column] = global::System.Convert.DBNull;
+ internal tblRosterGen1AssignmentRow(global::System.Data.DataRowBuilder rb) :
+ base(rb) {
+ this.tabletblRosterGen1Assignment = ((tblRosterGen1AssignmentDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9901401Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9901401Column);
+ public byte ID {
+ get {
+ return ((byte)(this[this.tabletblRosterGen1Assignment.IDColumn]));
+ }
+ set {
+ this[this.tabletblRosterGen1Assignment.IDColumn] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9901401Null() {
- this[this.tabletblGen2LinksFromGen1.R9901401Column] = global::System.Convert.DBNull;
+ public short ResponseLower {
+ get {
+ return ((short)(this[this.tabletblRosterGen1Assignment.ResponseLowerColumn]));
+ }
+ set {
+ this[this.tabletblRosterGen1Assignment.ResponseLowerColumn] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9902000Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9902000Column);
+ public short ResponseUpper {
+ get {
+ return ((short)(this[this.tabletblRosterGen1Assignment.ResponseUpperColumn]));
+ }
+ set {
+ this[this.tabletblRosterGen1Assignment.ResponseUpperColumn] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9902000Null() {
- this[this.tabletblGen2LinksFromGen1.R9902000Column] = global::System.Convert.DBNull;
+ public short Freq {
+ get {
+ return ((short)(this[this.tabletblRosterGen1Assignment.FreqColumn]));
+ }
+ set {
+ this[this.tabletblRosterGen1Assignment.FreqColumn] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9902200Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9902200Column);
+ public bool Resolved {
+ get {
+ return ((bool)(this[this.tabletblRosterGen1Assignment.ResolvedColumn]));
+ }
+ set {
+ this[this.tabletblRosterGen1Assignment.ResolvedColumn] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9902200Null() {
- this[this.tabletblGen2LinksFromGen1.R9902200Column] = global::System.Convert.DBNull;
+ public double R {
+ get {
+ try {
+ return ((double)(this[this.tabletblRosterGen1Assignment.RColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R\' in table \'tblRosterGen1Assignment\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblRosterGen1Assignment.RColumn] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9902201Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9902201Column);
+ public double RBoundLower {
+ get {
+ return ((double)(this[this.tabletblRosterGen1Assignment.RBoundLowerColumn]));
+ }
+ set {
+ this[this.tabletblRosterGen1Assignment.RBoundLowerColumn] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9902201Null() {
- this[this.tabletblGen2LinksFromGen1.R9902201Column] = global::System.Convert.DBNull;
+ public double RBoundUpper {
+ get {
+ return ((double)(this[this.tabletblRosterGen1Assignment.RBoundUpperColumn]));
+ }
+ set {
+ this[this.tabletblRosterGen1Assignment.RBoundUpperColumn] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9902800Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9902800Column);
+ public byte SameGeneration {
+ get {
+ return ((byte)(this[this.tabletblRosterGen1Assignment.SameGenerationColumn]));
+ }
+ set {
+ this[this.tabletblRosterGen1Assignment.SameGenerationColumn] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9902800Null() {
- this[this.tabletblGen2LinksFromGen1.R9902800Column] = global::System.Convert.DBNull;
+ public byte ShareBiodad {
+ get {
+ return ((byte)(this[this.tabletblRosterGen1Assignment.ShareBiodadColumn]));
+ }
+ set {
+ this[this.tabletblRosterGen1Assignment.ShareBiodadColumn] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9903000Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9903000Column);
+ public byte ShareBiomom {
+ get {
+ return ((byte)(this[this.tabletblRosterGen1Assignment.ShareBiomomColumn]));
+ }
+ set {
+ this[this.tabletblRosterGen1Assignment.ShareBiomomColumn] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9903000Null() {
- this[this.tabletblGen2LinksFromGen1.R9903000Column] = global::System.Convert.DBNull;
+ public byte ShareBiograndparent {
+ get {
+ return ((byte)(this[this.tabletblRosterGen1Assignment.ShareBiograndparentColumn]));
+ }
+ set {
+ this[this.tabletblRosterGen1Assignment.ShareBiograndparentColumn] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9903001Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9903001Column);
+ public bool Inconsistent {
+ get {
+ return ((bool)(this[this.tabletblRosterGen1Assignment.InconsistentColumn]));
+ }
+ set {
+ this[this.tabletblRosterGen1Assignment.InconsistentColumn] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9903001Null() {
- this[this.tabletblGen2LinksFromGen1.R9903001Column] = global::System.Convert.DBNull;
+ public string Notes {
+ get {
+ try {
+ return ((string)(this[this.tabletblRosterGen1Assignment.NotesColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'Notes\' in table \'tblRosterGen1Assignment\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblRosterGen1Assignment.NotesColumn] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9903600Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9903600Column);
+ public string ResponseLowerLabel {
+ get {
+ try {
+ return ((string)(this[this.tabletblRosterGen1Assignment.ResponseLowerLabelColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'ResponseLowerLabel\' in table \'tblRosterGen1Assignment\' is D" +
+ "BNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblRosterGen1Assignment.ResponseLowerLabelColumn] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9903600Null() {
- this[this.tabletblGen2LinksFromGen1.R9903600Column] = global::System.Convert.DBNull;
+ public string ResponseUpperLabel {
+ get {
+ try {
+ return ((string)(this[this.tabletblRosterGen1Assignment.ResponseUpperLabelColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'ResponseUpperLabel\' in table \'tblRosterGen1Assignment\' is D" +
+ "BNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblRosterGen1Assignment.ResponseUpperLabelColumn] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9903800Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9903800Column);
+ public bool IsRNull() {
+ return this.IsNull(this.tabletblRosterGen1Assignment.RColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9903800Null() {
- this[this.tabletblGen2LinksFromGen1.R9903800Column] = global::System.Convert.DBNull;
+ public void SetRNull() {
+ this[this.tabletblRosterGen1Assignment.RColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9903801Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9903801Column);
+ public bool IsNotesNull() {
+ return this.IsNull(this.tabletblRosterGen1Assignment.NotesColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9903801Null() {
- this[this.tabletblGen2LinksFromGen1.R9903801Column] = global::System.Convert.DBNull;
+ public void SetNotesNull() {
+ this[this.tabletblRosterGen1Assignment.NotesColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9904400Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9904400Column);
+ public bool IsResponseLowerLabelNull() {
+ return this.IsNull(this.tabletblRosterGen1Assignment.ResponseLowerLabelColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9904400Null() {
- this[this.tabletblGen2LinksFromGen1.R9904400Column] = global::System.Convert.DBNull;
+ public void SetResponseLowerLabelNull() {
+ this[this.tabletblRosterGen1Assignment.ResponseLowerLabelColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9904600Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9904600Column);
+ public bool IsResponseUpperLabelNull() {
+ return this.IsNull(this.tabletblRosterGen1Assignment.ResponseUpperLabelColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9904600Null() {
- this[this.tabletblGen2LinksFromGen1.R9904600Column] = global::System.Convert.DBNull;
+ public void SetResponseUpperLabelNull() {
+ this[this.tabletblRosterGen1Assignment.ResponseUpperLabelColumn] = global::System.Convert.DBNull;
}
+ }
+
+ ///
+ ///Represents strongly named DataRow class.
+ ///
+ public partial class tblGen2LinksRow : global::System.Data.DataRow {
+
+ private tblGen2LinksDataTable tabletblGen2Links;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9904601Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9904601Column);
+ internal tblGen2LinksRow(global::System.Data.DataRowBuilder rb) :
+ base(rb) {
+ this.tabletblGen2Links = ((tblGen2LinksDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9904601Null() {
- this[this.tabletblGen2LinksFromGen1.R9904601Column] = global::System.Convert.DBNull;
+ public int C0000100 {
+ get {
+ return ((int)(this[this.tabletblGen2Links.C0000100Column]));
+ }
+ set {
+ this[this.tabletblGen2Links.C0000100Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9905200Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9905200Column);
+ public int C0000200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2Links.C0000200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'C0000200\' in table \'tblGen2Links\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2Links.C0000200Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9905200Null() {
- this[this.tabletblGen2LinksFromGen1.R9905200Column] = global::System.Convert.DBNull;
+ public int C0005300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2Links.C0005300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'C0005300\' in table \'tblGen2Links\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2Links.C0005300Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9905400Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9905400Column);
+ public int C0005400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2Links.C0005400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'C0005400\' in table \'tblGen2Links\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2Links.C0005400Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9905400Null() {
- this[this.tabletblGen2LinksFromGen1.R9905400Column] = global::System.Convert.DBNull;
+ public int C0005500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2Links.C0005500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'C0005500\' in table \'tblGen2Links\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2Links.C0005500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9905401Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9905401Column);
+ public int C0005700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2Links.C0005700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'C0005700\' in table \'tblGen2Links\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2Links.C0005700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9905401Null() {
- this[this.tabletblGen2LinksFromGen1.R9905401Column] = global::System.Convert.DBNull;
+ public int C0005800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2Links.C0005800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'C0005800\' in table \'tblGen2Links\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2Links.C0005800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9906000Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9906000Column);
+ public int C0006500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2Links.C0006500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'C0006500\' in table \'tblGen2Links\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2Links.C0006500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9906000Null() {
- this[this.tabletblGen2LinksFromGen1.R9906000Column] = global::System.Convert.DBNull;
+ public int C0006800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2Links.C0006800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'C0006800\' in table \'tblGen2Links\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2Links.C0006800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9906600Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9906600Column);
+ public int C0007010 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2Links.C0007010Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'C0007010\' in table \'tblGen2Links\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2Links.C0007010Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9906600Null() {
- this[this.tabletblGen2LinksFromGen1.R9906600Column] = global::System.Convert.DBNull;
+ public int C0007030 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2Links.C0007030Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'C0007030\' in table \'tblGen2Links\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2Links.C0007030Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9907200Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9907200Column);
+ public int C0007041 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2Links.C0007041Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'C0007041\' in table \'tblGen2Links\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2Links.C0007041Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9907200Null() {
- this[this.tabletblGen2LinksFromGen1.R9907200Column] = global::System.Convert.DBNull;
+ public int C0007043 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2Links.C0007043Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'C0007043\' in table \'tblGen2Links\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2Links.C0007043Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9907800Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9907800Column);
+ public int C0007045 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2Links.C0007045Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'C0007045\' in table \'tblGen2Links\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2Links.C0007045Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9907800Null() {
- this[this.tabletblGen2LinksFromGen1.R9907800Column] = global::System.Convert.DBNull;
+ public int C0007047 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2Links.C0007047Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'C0007047\' in table \'tblGen2Links\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2Links.C0007047Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9908000Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9908000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9908000Null() {
- this[this.tabletblGen2LinksFromGen1.R9908000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9911200Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9911200Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9911200Null() {
- this[this.tabletblGen2LinksFromGen1.R9911200Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR9911201Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.R9911201Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR9911201Null() {
- this[this.tabletblGen2LinksFromGen1.R9911201Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0337300Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T0337300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0337300Null() {
- this[this.tabletblGen2LinksFromGen1.T0337300Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0337400Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T0337400Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0337400Null() {
- this[this.tabletblGen2LinksFromGen1.T0337400Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0337500Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T0337500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0337500Null() {
- this[this.tabletblGen2LinksFromGen1.T0337500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0337600Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T0337600Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0337600Null() {
- this[this.tabletblGen2LinksFromGen1.T0337600Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0337700Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T0337700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0337700Null() {
- this[this.tabletblGen2LinksFromGen1.T0337700Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0337800Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T0337800Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0337800Null() {
- this[this.tabletblGen2LinksFromGen1.T0337800Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0337900Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T0337900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0337900Null() {
- this[this.tabletblGen2LinksFromGen1.T0337900Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0338000Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T0338000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0338000Null() {
- this[this.tabletblGen2LinksFromGen1.T0338000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0338100Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T0338100Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0338100Null() {
- this[this.tabletblGen2LinksFromGen1.T0338100Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0338200Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T0338200Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0338200Null() {
- this[this.tabletblGen2LinksFromGen1.T0338200Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0338300Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T0338300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0338300Null() {
- this[this.tabletblGen2LinksFromGen1.T0338300Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0338400Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T0338400Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0338400Null() {
- this[this.tabletblGen2LinksFromGen1.T0338400Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0338500Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T0338500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0338500Null() {
- this[this.tabletblGen2LinksFromGen1.T0338500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0338600Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T0338600Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0338600Null() {
- this[this.tabletblGen2LinksFromGen1.T0338600Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1486900Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T1486900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1486900Null() {
- this[this.tabletblGen2LinksFromGen1.T1486900Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1487000Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T1487000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1487000Null() {
- this[this.tabletblGen2LinksFromGen1.T1487000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1487100Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T1487100Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1487100Null() {
- this[this.tabletblGen2LinksFromGen1.T1487100Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1487200Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T1487200Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1487200Null() {
- this[this.tabletblGen2LinksFromGen1.T1487200Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1487300Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T1487300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1487300Null() {
- this[this.tabletblGen2LinksFromGen1.T1487300Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1487400Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T1487400Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1487400Null() {
- this[this.tabletblGen2LinksFromGen1.T1487400Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1487500Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T1487500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1487500Null() {
- this[this.tabletblGen2LinksFromGen1.T1487500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1487600Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T1487600Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1487600Null() {
- this[this.tabletblGen2LinksFromGen1.T1487600Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1487700Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T1487700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1487700Null() {
- this[this.tabletblGen2LinksFromGen1.T1487700Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1487800Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T1487800Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1487800Null() {
- this[this.tabletblGen2LinksFromGen1.T1487800Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2217700Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T2217700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2217700Null() {
- this[this.tabletblGen2LinksFromGen1.T2217700Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2533500Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T2533500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2533500Null() {
- this[this.tabletblGen2LinksFromGen1.T2533500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2533600Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T2533600Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2533600Null() {
- this[this.tabletblGen2LinksFromGen1.T2533600Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2533700Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T2533700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2533700Null() {
- this[this.tabletblGen2LinksFromGen1.T2533700Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2533800Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T2533800Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2533800Null() {
- this[this.tabletblGen2LinksFromGen1.T2533800Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2533900Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T2533900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2533900Null() {
- this[this.tabletblGen2LinksFromGen1.T2533900Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2534000Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T2534000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2534000Null() {
- this[this.tabletblGen2LinksFromGen1.T2534000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2534100Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T2534100Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2534100Null() {
- this[this.tabletblGen2LinksFromGen1.T2534100Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2534200Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T2534200Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2534200Null() {
- this[this.tabletblGen2LinksFromGen1.T2534200Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2534300Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T2534300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2534300Null() {
- this[this.tabletblGen2LinksFromGen1.T2534300Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2534400Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T2534400Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2534400Null() {
- this[this.tabletblGen2LinksFromGen1.T2534400Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2534500Null() {
- return this.IsNull(this.tabletblGen2LinksFromGen1.T2534500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2534500Null() {
- this[this.tabletblGen2LinksFromGen1.T2534500Column] = global::System.Convert.DBNull;
- }
- }
-
- ///
- ///Represents strongly named DataRow class.
- ///
- public partial class tblGen2LinksRow : global::System.Data.DataRow {
-
- private tblGen2LinksDataTable tabletblGen2Links;
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblGen2LinksRow(global::System.Data.DataRowBuilder rb) :
- base(rb) {
- this.tabletblGen2Links = ((tblGen2LinksDataTable)(this.Table));
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0000100 {
- get {
- return ((int)(this[this.tabletblGen2Links.C0000100Column]));
- }
- set {
- this[this.tabletblGen2Links.C0000100Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0000200 {
- get {
- try {
- return ((int)(this[this.tabletblGen2Links.C0000200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0000200\' in table \'tblGen2Links\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2Links.C0000200Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0005300 {
- get {
- try {
- return ((int)(this[this.tabletblGen2Links.C0005300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0005300\' in table \'tblGen2Links\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2Links.C0005300Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0005400 {
- get {
- try {
- return ((int)(this[this.tabletblGen2Links.C0005400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0005400\' in table \'tblGen2Links\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2Links.C0005400Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0005500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2Links.C0005500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0005500\' in table \'tblGen2Links\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2Links.C0005500Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0005700 {
- get {
- try {
- return ((int)(this[this.tabletblGen2Links.C0005700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0005700\' in table \'tblGen2Links\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2Links.C0005700Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0005800 {
- get {
- try {
- return ((int)(this[this.tabletblGen2Links.C0005800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0005800\' in table \'tblGen2Links\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2Links.C0005800Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0006500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2Links.C0006500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0006500\' in table \'tblGen2Links\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2Links.C0006500Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0006800 {
- get {
- try {
- return ((int)(this[this.tabletblGen2Links.C0006800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0006800\' in table \'tblGen2Links\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2Links.C0006800Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0007010 {
- get {
- try {
- return ((int)(this[this.tabletblGen2Links.C0007010Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0007010\' in table \'tblGen2Links\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2Links.C0007010Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0007030 {
- get {
- try {
- return ((int)(this[this.tabletblGen2Links.C0007030Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0007030\' in table \'tblGen2Links\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2Links.C0007030Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0007041 {
- get {
- try {
- return ((int)(this[this.tabletblGen2Links.C0007041Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0007041\' in table \'tblGen2Links\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2Links.C0007041Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0007043 {
- get {
- try {
- return ((int)(this[this.tabletblGen2Links.C0007043Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0007043\' in table \'tblGen2Links\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2Links.C0007043Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0007045 {
- get {
- try {
- return ((int)(this[this.tabletblGen2Links.C0007045Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0007045\' in table \'tblGen2Links\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2Links.C0007045Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0007047 {
- get {
- try {
- return ((int)(this[this.tabletblGen2Links.C0007047Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0007047\' in table \'tblGen2Links\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2Links.C0007047Column] = value;
- }
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int C0007049 {
- get {
- try {
- return ((int)(this[this.tabletblGen2Links.C0007049Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'C0007049\' in table \'tblGen2Links\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2Links.C0007049Column] = value;
- }
+ public int C0007049 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2Links.C0007049Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'C0007049\' in table \'tblGen2Links\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2Links.C0007049Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -58394,17850 +54975,18300 @@ public void SetT5023600Null() {
///
///Represents strongly named DataRow class.
///
- public partial class tblGen2FatherFromGen1Row : global::System.Data.DataRow {
+ public partial class tblGen2LinksFromGen1Row : global::System.Data.DataRow {
- private tblGen2FatherFromGen1DataTable tabletblGen2FatherFromGen1;
+ private tblGen2LinksFromGen1DataTable tabletblGen2LinksFromGen1;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal tblGen2FatherFromGen1Row(global::System.Data.DataRowBuilder rb) :
+ internal tblGen2LinksFromGen1Row(global::System.Data.DataRowBuilder rb) :
base(rb) {
- this.tabletblGen2FatherFromGen1 = ((tblGen2FatherFromGen1DataTable)(this.Table));
+ this.tabletblGen2LinksFromGen1 = ((tblGen2LinksFromGen1DataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int R0000100 {
get {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R0000100Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R0000100Column]));
}
set {
- this[this.tabletblGen2FatherFromGen1.R0000100Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R0000100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R0214800 {
+ public int R0214700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R0214800Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R0214700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R0214800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0214700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R0214800Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R0214700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1373300 {
+ public int R0214800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1373300Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R0214800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1373300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0214800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1373300Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R0214800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1373400 {
+ public int R4825700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1373400Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R4825700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1373400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4825700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1373400Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R4825700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1373500 {
+ public int R4826000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1373500Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R4826000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1373500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4826000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1373500Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R4826000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1374000 {
+ public int R4826100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1374000Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R4826100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1374000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4826100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1374000Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R4826100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1374100 {
+ public int R4826300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1374100Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R4826300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1374100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4826300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1374100Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R4826300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1374200 {
+ public int R4826500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1374200Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R4826500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1374200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4826500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1374200Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R4826500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1374700 {
+ public int R4826800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1374700Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R4826800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1374700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4826800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1374700Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R4826800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1374800 {
+ public int R5495900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1374800Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R5495900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1374800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5495900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1374800Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R5495900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1374900 {
+ public int R5496200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1374900Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R5496200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1374900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5496200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1374900Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R5496200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1375400 {
+ public int R5496300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1375400Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R5496300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1375400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5496300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1375400Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R5496300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1375500 {
+ public int R5496500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1375500Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R5496500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1375500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5496500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1375500Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R5496500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1375600 {
+ public int R5496700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1375600Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R5496700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1375600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5496700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1375600Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R5496700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1376100 {
+ public int R5497000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1376100Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R5497000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1376100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5497000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1376100Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R5497000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1376200 {
+ public int R5497200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1376200Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R5497200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1376200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5497200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1376200Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R5497200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1376300 {
+ public int R6210700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1376300Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R6210700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1376300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6210700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1376300Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R6210700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1376800 {
+ public int R6210800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1376800Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R6210800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1376800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6210800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1376800Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R6210800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1376900 {
+ public int R6210900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1376900Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R6210900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1376900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6210900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1376900Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R6210900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1377000 {
+ public int R6211500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1377000Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R6211500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1377000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6211500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1377000Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R6211500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1377500 {
+ public int R6211600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1377500Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R6211600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1377500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6211600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1377500Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R6211600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1377600 {
+ public int R6211700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1377600Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R6211700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1377600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6211700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1377600Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R6211700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1377700 {
+ public int R6211800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1377700Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R6211800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1377700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6211800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1377700Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R6211800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1753700 {
+ public int R6211900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1753700Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R6211900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1753700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6211900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1753700Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R6211900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1753800 {
+ public int R6212200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1753800Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R6212200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1753800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6212200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1753800Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R6212200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1753900 {
+ public int R6212300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1753900Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R6212300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1753900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6212300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1753900Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R6212300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1754400 {
+ public int R6764000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1754400Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R6764000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1754400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6764000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1754400Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R6764000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1754500 {
+ public int R6764100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1754500Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R6764100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1754500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6764100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1754500Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R6764100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1754600 {
+ public int R6764200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1754600Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R6764200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1754600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6764200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1754600Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R6764200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1755100 {
+ public int R6764900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1755100Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R6764900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1755100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6764900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1755100Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R6764900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1755200 {
+ public int R6765000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1755200Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R6765000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1755200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6765000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1755200Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R6765000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1755300 {
+ public int R6765100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1755300Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R6765100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1755300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6765100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1755300Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R6765100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1755800 {
+ public int R6765200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1755800Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R6765200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1755800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6765200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1755800Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R6765200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1755900 {
+ public int R6765600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1755900Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R6765600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1755900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6765600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1755900Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R6765600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1756000 {
+ public int R6765700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1756000Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R6765700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1756000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6765700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1756000Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R6765700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1756500 {
+ public int R6765800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1756500Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R6765800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1756500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6765800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1756500Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R6765800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1756600 {
+ public int R6839600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1756600Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R6839600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1756600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6839600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1756600Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R6839600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1756700 {
+ public int R7408300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1756700Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R7408300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1756700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7408300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1756700Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R7408300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1757200 {
+ public int R7408400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1757200Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R7408400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1757200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7408400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1757200Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R7408400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1757300 {
+ public int R7408500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1757300Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R7408500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1757300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7408500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1757300Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R7408500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1757400 {
+ public int R7409200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1757400Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R7409200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1757400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7409200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1757400Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R7409200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1757900 {
+ public int R7409300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1757900Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R7409300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1757900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7409300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1757900Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R7409300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1758000 {
+ public int R7409400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1758000Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R7409400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1758000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7409400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1758000Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R7409400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R1758100 {
+ public int R7409500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R1758100Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R7409500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R1758100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7409500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R1758100Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R7409500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2095700 {
+ public int R7409900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2095700Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R7409900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2095700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7409900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2095700Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R7409900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2095800 {
+ public int R7410000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2095800Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R7410000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2095800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7410000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2095800Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R7410000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2095900 {
+ public int R7410100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2095900Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R7410100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2095900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7410100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2095900Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R7410100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2096400 {
+ public int R7548600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2096400Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R7548600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2096400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7548600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2096400Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R7548600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2096500 {
+ public int R8106400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2096500Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R8106400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2096500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8106400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2096500Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R8106400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2096600 {
+ public int R8106500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2096600Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R8106500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2096600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8106500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2096600Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R8106500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2097100 {
+ public int R8106600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2097100Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R8106600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2097100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8106600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2097100Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R8106600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2097200 {
+ public int R8106700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2097200Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R8106700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2097200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8106700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2097200Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R8106700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2097300 {
+ public int R8106800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2097300Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R8106800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2097300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8106800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2097300Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R8106800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2097800 {
+ public int R8106900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2097800Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R8106900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2097800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8106900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2097800Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R8106900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2097900 {
+ public int R8107000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2097900Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R8107000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2097900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8107000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2097900Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R8107000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2098000 {
+ public int R8107100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2098000Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R8107100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2098000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8107100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2098000Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R8107100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2098500 {
+ public int R8107200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2098500Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R8107200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2098500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8107200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2098500Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R8107200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2098600 {
+ public int R8255400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2098600Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R8255400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2098600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8255400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2098600Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R8255400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2098700 {
+ public int R9900400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2098700Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9900400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2098700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9900400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2098700Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9900400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2099200 {
+ public int R9900600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2099200Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9900600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2099200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9900600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2099200Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9900600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2099300 {
+ public int R9900601 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2099300Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9900601Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2099300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9900601\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2099300Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9900601Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2099400 {
+ public int R9901200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2099400Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9901200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2099400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9901200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2099400Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9901200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2099900 {
+ public int R9901400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2099900Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9901400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2099900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9901400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2099900Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9901400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2100000 {
+ public int R9901401 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2100000Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9901401Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2100000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9901401\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2100000Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9901401Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2100100 {
+ public int R9902000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2100100Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9902000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2100100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9902000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2100100Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9902000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2345900 {
+ public int R9902200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2345900Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9902200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2345900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9902200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2345900Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9902200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2346200 {
+ public int R9902201 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2346200Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9902201Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2346200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9902201\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2346200Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9902201Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2346500 {
+ public int R9902800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2346500Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9902800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2346500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9902800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2346500Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9902800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2346800 {
+ public int R9903000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2346800Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9903000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2346800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9903000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2346800Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9903000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2347100 {
+ public int R9903001 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2347100Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9903001Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2347100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9903001\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2347100Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9903001Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2347400 {
+ public int R9903600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2347400Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9903600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2347400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9903600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2347400Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9903600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2347700 {
+ public int R9903800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2347700Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9903800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2347700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9903800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2347700Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9903800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2648000 {
+ public int R9903801 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2648000Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9903801Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2648000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9903801\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2648000Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9903801Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2648100 {
+ public int R9904400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2648100Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9904400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2648100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9904400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2648100Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9904400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2648200 {
+ public int R9904600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2648200Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9904600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2648200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9904600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2648200Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9904600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2648700 {
+ public int R9904601 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2648700Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9904601Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2648700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9904601\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2648700Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9904601Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2648800 {
+ public int R9905200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2648800Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9905200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2648800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9905200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2648800Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9905200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2648900 {
+ public int R9905400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2648900Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9905400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2648900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9905400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2648900Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9905400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2649400 {
+ public int R9905401 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2649400Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9905401Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2649400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9905401\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2649400Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9905401Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2649500 {
+ public int R9906000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2649500Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9906000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2649500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9906000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2649500Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9906000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2649600 {
+ public int R9906600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2649600Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9906600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2649600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9906600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2649600Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9906600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2650100 {
+ public int R9907200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2650100Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9907200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2650100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9907200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2650100Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9907200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2650200 {
+ public int R9907800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2650200Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9907800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2650200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9907800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2650200Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9907800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2650300 {
+ public int R9908000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2650300Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9908000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2650300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9908000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2650300Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9908000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2650800 {
+ public int R9911200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2650800Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9911200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2650800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9911200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2650800Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9911200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2650900 {
+ public int R9911201 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2650900Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.R9911201Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2650900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9911201\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2650900Column] = value;
+ this[this.tabletblGen2LinksFromGen1.R9911201Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2651000 {
+ public int T0337300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2651000Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T0337300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2651000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0337300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2651000Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T0337300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2651500 {
+ public int T0337400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2651500Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T0337400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2651500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0337400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2651500Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T0337400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2651600 {
+ public int T0337500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2651600Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T0337500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2651600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0337500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2651600Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T0337500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2651700 {
+ public int T0337600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2651700Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T0337600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2651700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0337600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2651700Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T0337600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2652200 {
+ public int T0337700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2652200Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T0337700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2652200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0337700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2652200Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T0337700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2652300 {
+ public int T0337800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2652300Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T0337800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2652300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0337800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2652300Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T0337800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2652400 {
+ public int T0337900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2652400Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T0337900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2652400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0337900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2652400Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T0337900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2955900 {
+ public int T0338000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2955900Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T0338000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2955900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0338000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2955900Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T0338000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2956200 {
+ public int T0338100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2956200Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T0338100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2956200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0338100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2956200Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T0338100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2956500 {
+ public int T0338200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2956500Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T0338200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2956500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0338200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2956500Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T0338200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2956800 {
+ public int T0338300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2956800Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T0338300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2956800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0338300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2956800Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T0338300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2957100 {
+ public int T0338400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2957100Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T0338400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2957100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0338400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2957100Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T0338400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2957400 {
+ public int T0338500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2957400Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T0338500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2957400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0338500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2957400Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T0338500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R2957700 {
+ public int T0338600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R2957700Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T0338600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R2957700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0338600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R2957700Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T0338600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3255900 {
+ public int T1486900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3255900Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T1486900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3255900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1486900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3255900Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T1486900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3256000 {
+ public int T1487000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3256000Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T1487000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3256000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1487000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3256000Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T1487000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3256100 {
+ public int T1487100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3256100Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T1487100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3256100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1487100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3256100Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T1487100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3257700 {
+ public int T1487200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3257700Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T1487200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3257700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1487200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3257700Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T1487200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3257800 {
+ public int T1487300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3257800Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T1487300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3257800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1487300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3257800Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T1487300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3257900 {
+ public int T1487400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3257900Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T1487400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3257900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1487400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3257900Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T1487400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3259500 {
+ public int T1487500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3259500Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T1487500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3259500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1487500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3259500Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T1487500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3259600 {
+ public int T1487600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3259600Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T1487600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3259600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1487600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3259600Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T1487600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3259700 {
+ public int T1487700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3259700Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T1487700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3259700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1487700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3259700Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T1487700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3261300 {
+ public int T1487800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3261300Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T1487800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3261300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1487800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3261300Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T1487800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3261400 {
+ public int T2217700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3261400Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T2217700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3261400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2217700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3261400Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T2217700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3261500 {
+ public int T2533500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3261500Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T2533500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3261500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2533500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3261500Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T2533500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3263100 {
+ public int T2533600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3263100Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T2533600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3263100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2533600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3263100Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T2533600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3263200 {
+ public int T2533700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3263200Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T2533700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3263200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2533700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3263200Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T2533700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3263300 {
+ public int T2533800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3263300Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T2533800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3263300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2533800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3263300Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T2533800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3264900 {
+ public int T2533900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3264900Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T2533900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3264900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2533900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3264900Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T2533900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3265000 {
+ public int T2534000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3265000Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T2534000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3265000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2534000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3265000Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T2534000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3265100 {
+ public int T2534100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3265100Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T2534100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3265100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2534100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3265100Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T2534100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3266700 {
+ public int T2534200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3266700Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T2534200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3266700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2534200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3266700Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T2534200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3266800 {
+ public int T2534300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3266800Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T2534300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3266800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2534300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3266800Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T2534300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3266900 {
+ public int T2534400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3266900Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T2534400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3266900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2534400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3266900Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T2534400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3268500 {
+ public int T2534500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3268500Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T2534500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3268500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2534500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3268500Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T2534500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3556400 {
+ public int T3519800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3556400Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T3519800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3556400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T3519800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3556400Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T3519800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3557000 {
+ public int T3519900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3557000Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T3519900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3557000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T3519900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3557000Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T3519900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3557600 {
+ public int T3520000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3557600Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T3520000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3557600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T3520000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3557600Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T3520000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3771800 {
+ public int T3520100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3771800Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T3520100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3771800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T3520100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3771800Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T3520100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3771900 {
+ public int T3520200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3771900Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T3520200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3771900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T3520200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3771900Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T3520200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3772000 {
+ public int T3520300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3772000Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T3520300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3772000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T3520300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3772000Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T3520300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3772100 {
+ public int T3520400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3772100Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T3520400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3772100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T3520400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3772100Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T3520400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3772200 {
+ public int T3520500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3772200Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T3520500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3772200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T3520500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3772200Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T3520500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3772300 {
+ public int T3520600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3772300Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T3520600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3772300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T3520600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3772300Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T3520600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3772400 {
+ public int T4483300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3772400Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T4483300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3772400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T4483300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3772400Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T4483300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3773900 {
+ public int T4483400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3773900Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T4483400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3773900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T4483400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3773900Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T4483400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3774000 {
+ public int T4483500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3774000Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T4483500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3774000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T4483500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3774000Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T4483500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3774100 {
+ public int T4483600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3774100Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T4483600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3774100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T4483600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3774100Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T4483600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3774200 {
+ public int T4483700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3774200Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T4483700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3774200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T4483700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3774200Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T4483700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3774300 {
+ public int T4483800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3774300Column]));
+ return ((int)(this[this.tabletblGen2LinksFromGen1.T4483800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3774300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T4483800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R3774300Column] = value;
+ this[this.tabletblGen2LinksFromGen1.T4483800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3774400 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3774400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3774400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3774400Column] = value;
- }
+ public bool IsR0214700Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R0214700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3774500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3774500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3774500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3774500Column] = value;
- }
+ public void SetR0214700Null() {
+ this[this.tabletblGen2LinksFromGen1.R0214700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3776000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3776000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3776000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3776000Column] = value;
- }
+ public bool IsR0214800Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R0214800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3776100 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3776100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3776100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3776100Column] = value;
- }
+ public void SetR0214800Null() {
+ this[this.tabletblGen2LinksFromGen1.R0214800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3776200 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3776200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3776200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3776200Column] = value;
- }
+ public bool IsR4825700Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R4825700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3776300 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3776300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3776300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3776300Column] = value;
- }
+ public void SetR4825700Null() {
+ this[this.tabletblGen2LinksFromGen1.R4825700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3776400 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3776400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3776400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3776400Column] = value;
- }
+ public bool IsR4826000Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R4826000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3776500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3776500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3776500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3776500Column] = value;
- }
+ public void SetR4826000Null() {
+ this[this.tabletblGen2LinksFromGen1.R4826000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3776600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3776600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3776600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3776600Column] = value;
- }
+ public bool IsR4826100Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R4826100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3778100 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3778100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3778100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3778100Column] = value;
- }
+ public void SetR4826100Null() {
+ this[this.tabletblGen2LinksFromGen1.R4826100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3778200 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3778200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3778200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3778200Column] = value;
- }
+ public bool IsR4826300Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R4826300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3778300 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3778300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3778300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3778300Column] = value;
- }
+ public void SetR4826300Null() {
+ this[this.tabletblGen2LinksFromGen1.R4826300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3778400 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3778400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3778400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3778400Column] = value;
- }
+ public bool IsR4826500Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R4826500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3778500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3778500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3778500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3778500Column] = value;
- }
+ public void SetR4826500Null() {
+ this[this.tabletblGen2LinksFromGen1.R4826500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3778600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3778600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3778600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3778600Column] = value;
- }
+ public bool IsR4826800Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R4826800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3778700 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3778700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3778700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3778700Column] = value;
- }
+ public void SetR4826800Null() {
+ this[this.tabletblGen2LinksFromGen1.R4826800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3780200 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3780200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3780200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3780200Column] = value;
- }
+ public bool IsR5495900Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R5495900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3780300 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3780300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3780300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3780300Column] = value;
- }
+ public void SetR5495900Null() {
+ this[this.tabletblGen2LinksFromGen1.R5495900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3780400 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3780400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3780400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3780400Column] = value;
- }
+ public bool IsR5496200Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R5496200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3780500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3780500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3780500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3780500Column] = value;
- }
+ public void SetR5496200Null() {
+ this[this.tabletblGen2LinksFromGen1.R5496200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3780600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3780600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3780600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3780600Column] = value;
- }
+ public bool IsR5496300Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R5496300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3780700 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3780700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3780700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3780700Column] = value;
- }
+ public void SetR5496300Null() {
+ this[this.tabletblGen2LinksFromGen1.R5496300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3780800 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3780800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3780800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3780800Column] = value;
- }
+ public bool IsR5496500Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R5496500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3782300 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3782300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3782300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3782300Column] = value;
- }
+ public void SetR5496500Null() {
+ this[this.tabletblGen2LinksFromGen1.R5496500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3782400 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3782400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3782400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3782400Column] = value;
- }
+ public bool IsR5496700Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R5496700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3782500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3782500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3782500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3782500Column] = value;
- }
+ public void SetR5496700Null() {
+ this[this.tabletblGen2LinksFromGen1.R5496700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3782600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3782600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3782600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3782600Column] = value;
- }
+ public bool IsR5497000Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R5497000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3782900 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3782900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3782900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3782900Column] = value;
- }
+ public void SetR5497000Null() {
+ this[this.tabletblGen2LinksFromGen1.R5497000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3784400 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3784400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3784400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3784400Column] = value;
- }
+ public bool IsR5497200Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R5497200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3784500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3784500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3784500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3784500Column] = value;
- }
+ public void SetR5497200Null() {
+ this[this.tabletblGen2LinksFromGen1.R5497200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3784600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3784600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3784600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3784600Column] = value;
- }
+ public bool IsR6210700Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R6210700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3784700 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3784700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3784700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3784700Column] = value;
- }
+ public void SetR6210700Null() {
+ this[this.tabletblGen2LinksFromGen1.R6210700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3785000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3785000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3785000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3785000Column] = value;
- }
+ public bool IsR6210800Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R6210800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3786500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3786500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3786500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3786500Column] = value;
- }
+ public void SetR6210800Null() {
+ this[this.tabletblGen2LinksFromGen1.R6210800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R3788004 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R3788004Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R3788004\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R3788004Column] = value;
- }
+ public bool IsR6210900Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R6210900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4276800 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4276800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4276800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4276800Column] = value;
- }
+ public void SetR6210900Null() {
+ this[this.tabletblGen2LinksFromGen1.R6210900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4276900 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4276900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4276900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4276900Column] = value;
- }
+ public bool IsR6211500Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R6211500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4277000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4277000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4277000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4277000Column] = value;
- }
+ public void SetR6211500Null() {
+ this[this.tabletblGen2LinksFromGen1.R6211500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4277100 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4277100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4277100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4277100Column] = value;
- }
+ public bool IsR6211600Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R6211600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4277101 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4277101Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4277101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4277101Column] = value;
- }
+ public void SetR6211600Null() {
+ this[this.tabletblGen2LinksFromGen1.R6211600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4277200 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4277200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4277200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4277200Column] = value;
- }
+ public bool IsR6211700Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R6211700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4277201 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4277201Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4277201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4277201Column] = value;
- }
+ public void SetR6211700Null() {
+ this[this.tabletblGen2LinksFromGen1.R6211700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4277700 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4277700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4277700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4277700Column] = value;
- }
+ public bool IsR6211800Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R6211800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4277800 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4277800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4277800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4277800Column] = value;
- }
+ public void SetR6211800Null() {
+ this[this.tabletblGen2LinksFromGen1.R6211800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4277900 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4277900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4277900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4277900Column] = value;
- }
+ public bool IsR6211900Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R6211900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4278000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4278000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4278000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4278000Column] = value;
- }
+ public void SetR6211900Null() {
+ this[this.tabletblGen2LinksFromGen1.R6211900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4278001 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4278001Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4278001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4278001Column] = value;
- }
+ public bool IsR6212200Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R6212200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4278100 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4278100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4278100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4278100Column] = value;
- }
+ public void SetR6212200Null() {
+ this[this.tabletblGen2LinksFromGen1.R6212200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4278101 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4278101Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4278101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4278101Column] = value;
- }
+ public bool IsR6212300Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R6212300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4278600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4278600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4278600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4278600Column] = value;
- }
+ public void SetR6212300Null() {
+ this[this.tabletblGen2LinksFromGen1.R6212300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4278700 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4278700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4278700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4278700Column] = value;
- }
+ public bool IsR6764000Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R6764000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4278800 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4278800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4278800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4278800Column] = value;
- }
+ public void SetR6764000Null() {
+ this[this.tabletblGen2LinksFromGen1.R6764000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4278900 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4278900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4278900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4278900Column] = value;
- }
+ public bool IsR6764100Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R6764100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4278901 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4278901Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4278901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4278901Column] = value;
- }
+ public void SetR6764100Null() {
+ this[this.tabletblGen2LinksFromGen1.R6764100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4279000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4279000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4279000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4279000Column] = value;
- }
+ public bool IsR6764200Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R6764200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4279001 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4279001Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4279001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4279001Column] = value;
- }
+ public void SetR6764200Null() {
+ this[this.tabletblGen2LinksFromGen1.R6764200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4279500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4279500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4279500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4279500Column] = value;
- }
+ public bool IsR6764900Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R6764900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4279600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4279600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4279600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4279600Column] = value;
- }
+ public void SetR6764900Null() {
+ this[this.tabletblGen2LinksFromGen1.R6764900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4279700 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4279700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4279700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4279700Column] = value;
- }
+ public bool IsR6765000Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R6765000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4279800 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4279800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4279800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4279800Column] = value;
- }
+ public void SetR6765000Null() {
+ this[this.tabletblGen2LinksFromGen1.R6765000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4279801 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4279801Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4279801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4279801Column] = value;
- }
+ public bool IsR6765100Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R6765100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4279900 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4279900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4279900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4279900Column] = value;
- }
+ public void SetR6765100Null() {
+ this[this.tabletblGen2LinksFromGen1.R6765100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4279901 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4279901Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4279901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4279901Column] = value;
- }
+ public bool IsR6765200Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R6765200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4280400 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4280400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4280400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4280400Column] = value;
- }
+ public void SetR6765200Null() {
+ this[this.tabletblGen2LinksFromGen1.R6765200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4280500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4280500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4280500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4280500Column] = value;
- }
+ public bool IsR6765600Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R6765600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4280600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4280600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4280600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4280600Column] = value;
- }
+ public void SetR6765600Null() {
+ this[this.tabletblGen2LinksFromGen1.R6765600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4280700 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4280700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4280700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4280700Column] = value;
- }
+ public bool IsR6765700Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R6765700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4280701 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4280701Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4280701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4280701Column] = value;
- }
+ public void SetR6765700Null() {
+ this[this.tabletblGen2LinksFromGen1.R6765700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4280800 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4280800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4280800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4280800Column] = value;
- }
+ public bool IsR6765800Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R6765800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4280801 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4280801Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4280801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4280801Column] = value;
- }
+ public void SetR6765800Null() {
+ this[this.tabletblGen2LinksFromGen1.R6765800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4281300 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4281300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4281300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4281300Column] = value;
- }
+ public bool IsR6839600Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R6839600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4281400 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4281400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4281400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4281400Column] = value;
- }
+ public void SetR6839600Null() {
+ this[this.tabletblGen2LinksFromGen1.R6839600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4281500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4281500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4281500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4281500Column] = value;
- }
+ public bool IsR7408300Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R7408300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4281600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4281600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4281600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4281600Column] = value;
- }
+ public void SetR7408300Null() {
+ this[this.tabletblGen2LinksFromGen1.R7408300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4281601 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4281601Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4281601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4281601Column] = value;
- }
+ public bool IsR7408400Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R7408400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4282100 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4282100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4282100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4282100Column] = value;
- }
+ public void SetR7408400Null() {
+ this[this.tabletblGen2LinksFromGen1.R7408400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4282200 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4282200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4282200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4282200Column] = value;
- }
+ public bool IsR7408500Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R7408500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4282300 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4282300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4282300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4282300Column] = value;
- }
+ public void SetR7408500Null() {
+ this[this.tabletblGen2LinksFromGen1.R7408500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4282400 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4282400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4282400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4282400Column] = value;
- }
+ public bool IsR7409200Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R7409200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4282401 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4282401Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4282401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4282401Column] = value;
- }
+ public void SetR7409200Null() {
+ this[this.tabletblGen2LinksFromGen1.R7409200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4282900 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4282900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4282900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4282900Column] = value;
- }
+ public bool IsR7409300Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R7409300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4283000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4283000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4283000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4283000Column] = value;
- }
+ public void SetR7409300Null() {
+ this[this.tabletblGen2LinksFromGen1.R7409300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4283100 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4283100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4283100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4283100Column] = value;
- }
+ public bool IsR7409400Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R7409400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4283600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4283600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4283600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4283600Column] = value;
- }
+ public void SetR7409400Null() {
+ this[this.tabletblGen2LinksFromGen1.R7409400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4827600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4827600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4827600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4827600Column] = value;
- }
+ public bool IsR7409500Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R7409500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4827700 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4827700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4827700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4827700Column] = value;
- }
+ public void SetR7409500Null() {
+ this[this.tabletblGen2LinksFromGen1.R7409500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4827800 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4827800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4827800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4827800Column] = value;
- }
+ public bool IsR7409900Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R7409900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4827900 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4827900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4827900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4827900Column] = value;
- }
+ public void SetR7409900Null() {
+ this[this.tabletblGen2LinksFromGen1.R7409900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4827901 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4827901Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4827901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4827901Column] = value;
- }
+ public bool IsR7410000Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R7410000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4828000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4828000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4828000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4828000Column] = value;
- }
+ public void SetR7410000Null() {
+ this[this.tabletblGen2LinksFromGen1.R7410000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4828001 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4828001Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4828001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4828001Column] = value;
- }
+ public bool IsR7410100Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R7410100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4828100 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4828100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4828100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4828100Column] = value;
- }
+ public void SetR7410100Null() {
+ this[this.tabletblGen2LinksFromGen1.R7410100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4830600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4830600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4830600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4830600Column] = value;
- }
+ public bool IsR7548600Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R7548600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4830700 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4830700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4830700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4830700Column] = value;
- }
+ public void SetR7548600Null() {
+ this[this.tabletblGen2LinksFromGen1.R7548600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4830800 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4830800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4830800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4830800Column] = value;
- }
+ public bool IsR8106400Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R8106400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4830900 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4830900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4830900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4830900Column] = value;
- }
+ public void SetR8106400Null() {
+ this[this.tabletblGen2LinksFromGen1.R8106400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4830901 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4830901Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4830901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4830901Column] = value;
- }
+ public bool IsR8106500Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R8106500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4831000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4831000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4831000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4831000Column] = value;
- }
+ public void SetR8106500Null() {
+ this[this.tabletblGen2LinksFromGen1.R8106500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4831001 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4831001Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4831001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4831001Column] = value;
- }
+ public bool IsR8106600Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R8106600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4831100 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4831100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4831100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4831100Column] = value;
- }
+ public void SetR8106600Null() {
+ this[this.tabletblGen2LinksFromGen1.R8106600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4833600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4833600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4833600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4833600Column] = value;
- }
+ public bool IsR8106700Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R8106700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4833700 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4833700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4833700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4833700Column] = value;
- }
+ public void SetR8106700Null() {
+ this[this.tabletblGen2LinksFromGen1.R8106700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4833800 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4833800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4833800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4833800Column] = value;
- }
+ public bool IsR8106800Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R8106800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4833900 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4833900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4833900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4833900Column] = value;
- }
+ public void SetR8106800Null() {
+ this[this.tabletblGen2LinksFromGen1.R8106800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4833901 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4833901Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4833901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4833901Column] = value;
- }
+ public bool IsR8106900Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R8106900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4834000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4834000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4834000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4834000Column] = value;
- }
+ public void SetR8106900Null() {
+ this[this.tabletblGen2LinksFromGen1.R8106900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4834001 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4834001Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4834001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4834001Column] = value;
- }
+ public bool IsR8107000Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R8107000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4834100 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4834100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4834100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4834100Column] = value;
- }
+ public void SetR8107000Null() {
+ this[this.tabletblGen2LinksFromGen1.R8107000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4836600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4836600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4836600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4836600Column] = value;
- }
+ public bool IsR8107100Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R8107100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4836700 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4836700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4836700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4836700Column] = value;
- }
+ public void SetR8107100Null() {
+ this[this.tabletblGen2LinksFromGen1.R8107100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4836800 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4836800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4836800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4836800Column] = value;
- }
+ public bool IsR8107200Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R8107200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4836900 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4836900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4836900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4836900Column] = value;
- }
+ public void SetR8107200Null() {
+ this[this.tabletblGen2LinksFromGen1.R8107200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4836901 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4836901Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4836901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4836901Column] = value;
- }
+ public bool IsR8255400Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R8255400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4837000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4837000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4837000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4837000Column] = value;
- }
+ public void SetR8255400Null() {
+ this[this.tabletblGen2LinksFromGen1.R8255400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4837001 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4837001Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4837001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4837001Column] = value;
- }
+ public bool IsR9900400Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9900400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4837100 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4837100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4837100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4837100Column] = value;
- }
+ public void SetR9900400Null() {
+ this[this.tabletblGen2LinksFromGen1.R9900400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4839600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4839600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4839600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4839600Column] = value;
- }
+ public bool IsR9900600Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9900600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4839700 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4839700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4839700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4839700Column] = value;
- }
+ public void SetR9900600Null() {
+ this[this.tabletblGen2LinksFromGen1.R9900600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4839800 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4839800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4839800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4839800Column] = value;
- }
+ public bool IsR9900601Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9900601Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4839900 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4839900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4839900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4839900Column] = value;
- }
+ public void SetR9900601Null() {
+ this[this.tabletblGen2LinksFromGen1.R9900601Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4839901 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4839901Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4839901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4839901Column] = value;
- }
+ public bool IsR9901200Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9901200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4840000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4840000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4840000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4840000Column] = value;
- }
+ public void SetR9901200Null() {
+ this[this.tabletblGen2LinksFromGen1.R9901200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4840001 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4840001Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4840001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4840001Column] = value;
- }
+ public bool IsR9901400Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9901400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4840100 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4840100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4840100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4840100Column] = value;
- }
+ public void SetR9901400Null() {
+ this[this.tabletblGen2LinksFromGen1.R9901400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4842500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4842500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4842500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4842500Column] = value;
- }
+ public bool IsR9901401Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9901401Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4842600 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4842600Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4842600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4842600Column] = value;
- }
+ public void SetR9901401Null() {
+ this[this.tabletblGen2LinksFromGen1.R9901401Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4842700 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4842700Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4842700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4842700Column] = value;
- }
+ public bool IsR9902000Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9902000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4842800 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4842800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4842800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4842800Column] = value;
- }
+ public void SetR9902000Null() {
+ this[this.tabletblGen2LinksFromGen1.R9902000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4842801 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4842801Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4842801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4842801Column] = value;
- }
+ public bool IsR9902200Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9902200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4842900 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4842900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4842900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4842900Column] = value;
- }
+ public void SetR9902200Null() {
+ this[this.tabletblGen2LinksFromGen1.R9902200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4844800 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4844800Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4844800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4844800Column] = value;
- }
+ public bool IsR9902201Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9902201Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4844900 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4844900Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4844900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4844900Column] = value;
- }
+ public void SetR9902201Null() {
+ this[this.tabletblGen2LinksFromGen1.R9902201Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4845000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4845000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4845000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4845000Column] = value;
- }
+ public bool IsR9902800Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9902800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4845100 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4845100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4845100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4845100Column] = value;
- }
+ public void SetR9902800Null() {
+ this[this.tabletblGen2LinksFromGen1.R9902800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4845101 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4845101Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4845101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4845101Column] = value;
- }
+ public bool IsR9903000Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9903000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4845200 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4845200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4845200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4845200Column] = value;
- }
+ public void SetR9903000Null() {
+ this[this.tabletblGen2LinksFromGen1.R9903000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4847100 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4847100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4847100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4847100Column] = value;
- }
+ public bool IsR9903001Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9903001Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4847200 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4847200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4847200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4847200Column] = value;
- }
+ public void SetR9903001Null() {
+ this[this.tabletblGen2LinksFromGen1.R9903001Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4847300 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4847300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4847300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4847300Column] = value;
- }
+ public bool IsR9903600Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9903600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R4847400 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R4847400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R4847400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R4847400Column] = value;
- }
+ public void SetR9903600Null() {
+ this[this.tabletblGen2LinksFromGen1.R9903600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5498000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5498000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5498000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5498000Column] = value;
- }
+ public bool IsR9903800Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9903800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5498100 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5498100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5498100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5498100Column] = value;
- }
+ public void SetR9903800Null() {
+ this[this.tabletblGen2LinksFromGen1.R9903800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5498200 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5498200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5498200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5498200Column] = value;
- }
+ public bool IsR9903801Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9903801Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5498300 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5498300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5498300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5498300Column] = value;
- }
+ public void SetR9903801Null() {
+ this[this.tabletblGen2LinksFromGen1.R9903801Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5498301 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5498301Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5498301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5498301Column] = value;
- }
+ public bool IsR9904400Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9904400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5498400 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5498400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5498400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5498400Column] = value;
- }
+ public void SetR9904400Null() {
+ this[this.tabletblGen2LinksFromGen1.R9904400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5498401 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5498401Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5498401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5498401Column] = value;
- }
+ public bool IsR9904600Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9904600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5498500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5498500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5498500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5498500Column] = value;
- }
+ public void SetR9904600Null() {
+ this[this.tabletblGen2LinksFromGen1.R9904600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5501000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5501000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5501000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5501000Column] = value;
- }
+ public bool IsR9904601Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9904601Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5501100 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5501100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5501100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5501100Column] = value;
- }
+ public void SetR9904601Null() {
+ this[this.tabletblGen2LinksFromGen1.R9904601Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5501200 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5501200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5501200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5501200Column] = value;
- }
+ public bool IsR9905200Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9905200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5501300 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5501300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5501300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5501300Column] = value;
- }
+ public void SetR9905200Null() {
+ this[this.tabletblGen2LinksFromGen1.R9905200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5501301 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5501301Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5501301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5501301Column] = value;
- }
+ public bool IsR9905400Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9905400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5501400 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5501400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5501400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5501400Column] = value;
- }
+ public void SetR9905400Null() {
+ this[this.tabletblGen2LinksFromGen1.R9905400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5501401 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5501401Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5501401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5501401Column] = value;
- }
+ public bool IsR9905401Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9905401Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5501500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5501500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5501500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5501500Column] = value;
- }
+ public void SetR9905401Null() {
+ this[this.tabletblGen2LinksFromGen1.R9905401Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5504000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5504000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5504000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5504000Column] = value;
- }
+ public bool IsR9906000Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9906000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5504100 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5504100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5504100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5504100Column] = value;
- }
+ public void SetR9906000Null() {
+ this[this.tabletblGen2LinksFromGen1.R9906000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5504200 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5504200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5504200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5504200Column] = value;
- }
+ public bool IsR9906600Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9906600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5504300 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5504300Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5504300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5504300Column] = value;
- }
+ public void SetR9906600Null() {
+ this[this.tabletblGen2LinksFromGen1.R9906600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5504301 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5504301Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5504301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5504301Column] = value;
- }
+ public bool IsR9907200Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9907200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5504400 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5504400Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5504400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5504400Column] = value;
- }
+ public void SetR9907200Null() {
+ this[this.tabletblGen2LinksFromGen1.R9907200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5504401 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5504401Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5504401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5504401Column] = value;
- }
+ public bool IsR9907800Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9907800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5504500 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5504500Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5504500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5504500Column] = value;
- }
+ public void SetR9907800Null() {
+ this[this.tabletblGen2LinksFromGen1.R9907800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5507000 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5507000Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5507000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5507000Column] = value;
- }
+ public bool IsR9908000Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9908000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5507100 {
- get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5507100Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5507100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
- }
- set {
- this[this.tabletblGen2FatherFromGen1.R5507100Column] = value;
- }
- }
+ public void SetR9908000Null() {
+ this[this.tabletblGen2LinksFromGen1.R9908000Column] = global::System.Convert.DBNull;
+ }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5507200 {
+ public bool IsR9911200Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9911200Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR9911200Null() {
+ this[this.tabletblGen2LinksFromGen1.R9911200Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR9911201Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.R9911201Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR9911201Null() {
+ this[this.tabletblGen2LinksFromGen1.R9911201Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT0337300Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T0337300Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT0337300Null() {
+ this[this.tabletblGen2LinksFromGen1.T0337300Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT0337400Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T0337400Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT0337400Null() {
+ this[this.tabletblGen2LinksFromGen1.T0337400Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT0337500Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T0337500Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT0337500Null() {
+ this[this.tabletblGen2LinksFromGen1.T0337500Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT0337600Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T0337600Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT0337600Null() {
+ this[this.tabletblGen2LinksFromGen1.T0337600Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT0337700Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T0337700Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT0337700Null() {
+ this[this.tabletblGen2LinksFromGen1.T0337700Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT0337800Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T0337800Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT0337800Null() {
+ this[this.tabletblGen2LinksFromGen1.T0337800Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT0337900Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T0337900Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT0337900Null() {
+ this[this.tabletblGen2LinksFromGen1.T0337900Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT0338000Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T0338000Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT0338000Null() {
+ this[this.tabletblGen2LinksFromGen1.T0338000Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT0338100Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T0338100Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT0338100Null() {
+ this[this.tabletblGen2LinksFromGen1.T0338100Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT0338200Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T0338200Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT0338200Null() {
+ this[this.tabletblGen2LinksFromGen1.T0338200Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT0338300Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T0338300Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT0338300Null() {
+ this[this.tabletblGen2LinksFromGen1.T0338300Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT0338400Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T0338400Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT0338400Null() {
+ this[this.tabletblGen2LinksFromGen1.T0338400Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT0338500Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T0338500Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT0338500Null() {
+ this[this.tabletblGen2LinksFromGen1.T0338500Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT0338600Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T0338600Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT0338600Null() {
+ this[this.tabletblGen2LinksFromGen1.T0338600Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT1486900Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T1486900Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT1486900Null() {
+ this[this.tabletblGen2LinksFromGen1.T1486900Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT1487000Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T1487000Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT1487000Null() {
+ this[this.tabletblGen2LinksFromGen1.T1487000Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT1487100Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T1487100Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT1487100Null() {
+ this[this.tabletblGen2LinksFromGen1.T1487100Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT1487200Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T1487200Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT1487200Null() {
+ this[this.tabletblGen2LinksFromGen1.T1487200Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT1487300Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T1487300Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT1487300Null() {
+ this[this.tabletblGen2LinksFromGen1.T1487300Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT1487400Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T1487400Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT1487400Null() {
+ this[this.tabletblGen2LinksFromGen1.T1487400Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT1487500Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T1487500Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT1487500Null() {
+ this[this.tabletblGen2LinksFromGen1.T1487500Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT1487600Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T1487600Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT1487600Null() {
+ this[this.tabletblGen2LinksFromGen1.T1487600Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT1487700Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T1487700Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT1487700Null() {
+ this[this.tabletblGen2LinksFromGen1.T1487700Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT1487800Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T1487800Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT1487800Null() {
+ this[this.tabletblGen2LinksFromGen1.T1487800Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT2217700Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T2217700Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT2217700Null() {
+ this[this.tabletblGen2LinksFromGen1.T2217700Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT2533500Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T2533500Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT2533500Null() {
+ this[this.tabletblGen2LinksFromGen1.T2533500Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT2533600Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T2533600Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT2533600Null() {
+ this[this.tabletblGen2LinksFromGen1.T2533600Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT2533700Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T2533700Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT2533700Null() {
+ this[this.tabletblGen2LinksFromGen1.T2533700Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT2533800Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T2533800Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT2533800Null() {
+ this[this.tabletblGen2LinksFromGen1.T2533800Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT2533900Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T2533900Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT2533900Null() {
+ this[this.tabletblGen2LinksFromGen1.T2533900Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT2534000Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T2534000Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT2534000Null() {
+ this[this.tabletblGen2LinksFromGen1.T2534000Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT2534100Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T2534100Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT2534100Null() {
+ this[this.tabletblGen2LinksFromGen1.T2534100Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT2534200Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T2534200Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT2534200Null() {
+ this[this.tabletblGen2LinksFromGen1.T2534200Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT2534300Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T2534300Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT2534300Null() {
+ this[this.tabletblGen2LinksFromGen1.T2534300Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT2534400Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T2534400Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT2534400Null() {
+ this[this.tabletblGen2LinksFromGen1.T2534400Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT2534500Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T2534500Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT2534500Null() {
+ this[this.tabletblGen2LinksFromGen1.T2534500Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT3519800Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T3519800Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT3519800Null() {
+ this[this.tabletblGen2LinksFromGen1.T3519800Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT3519900Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T3519900Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT3519900Null() {
+ this[this.tabletblGen2LinksFromGen1.T3519900Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT3520000Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T3520000Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT3520000Null() {
+ this[this.tabletblGen2LinksFromGen1.T3520000Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT3520100Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T3520100Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT3520100Null() {
+ this[this.tabletblGen2LinksFromGen1.T3520100Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT3520200Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T3520200Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT3520200Null() {
+ this[this.tabletblGen2LinksFromGen1.T3520200Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT3520300Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T3520300Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT3520300Null() {
+ this[this.tabletblGen2LinksFromGen1.T3520300Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT3520400Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T3520400Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT3520400Null() {
+ this[this.tabletblGen2LinksFromGen1.T3520400Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT3520500Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T3520500Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT3520500Null() {
+ this[this.tabletblGen2LinksFromGen1.T3520500Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT3520600Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T3520600Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT3520600Null() {
+ this[this.tabletblGen2LinksFromGen1.T3520600Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4483300Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T4483300Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4483300Null() {
+ this[this.tabletblGen2LinksFromGen1.T4483300Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4483400Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T4483400Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4483400Null() {
+ this[this.tabletblGen2LinksFromGen1.T4483400Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4483500Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T4483500Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4483500Null() {
+ this[this.tabletblGen2LinksFromGen1.T4483500Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4483600Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T4483600Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4483600Null() {
+ this[this.tabletblGen2LinksFromGen1.T4483600Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4483700Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T4483700Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4483700Null() {
+ this[this.tabletblGen2LinksFromGen1.T4483700Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4483800Null() {
+ return this.IsNull(this.tabletblGen2LinksFromGen1.T4483800Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4483800Null() {
+ this[this.tabletblGen2LinksFromGen1.T4483800Column] = global::System.Convert.DBNull;
+ }
+ }
+
+ ///
+ ///Represents strongly named DataRow class.
+ ///
+ public partial class tblGen2FatherFromGen1Row : global::System.Data.DataRow {
+
+ private tblGen2FatherFromGen1DataTable tabletblGen2FatherFromGen1;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal tblGen2FatherFromGen1Row(global::System.Data.DataRowBuilder rb) :
+ base(rb) {
+ this.tabletblGen2FatherFromGen1 = ((tblGen2FatherFromGen1DataTable)(this.Table));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R0000100 {
get {
- try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5507200Column]));
- }
- catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5507200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
- }
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R0000100Column]));
}
set {
- this[this.tabletblGen2FatherFromGen1.R5507200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R0000100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5507300 {
+ public int R0173600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5507300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R0173600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5507300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0173600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5507300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R0173600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5507301 {
+ public int R0214700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5507301Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R0214700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5507301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0214700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5507301Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R0214700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5507400 {
+ public int R0214800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5507400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R0214800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5507400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R0214800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5507400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R0214800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5507401 {
+ public int R1373300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5507401Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1373300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5507401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1373300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5507401Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1373300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5507500 {
+ public int R1373500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5507500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1373500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5507500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1373500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5507500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1373500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5510000 {
+ public int R1374000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5510000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1374000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5510000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1374000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5510000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1374000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5510100 {
+ public int R1374200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5510100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1374200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5510100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1374200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5510100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1374200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5510200 {
+ public int R1374700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5510200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1374700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5510200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1374700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5510200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1374700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5510300 {
+ public int R1374900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5510300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1374900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5510300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1374900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5510300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1374900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5510301 {
+ public int R1375400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5510301Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1375400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5510301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1375400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5510301Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1375400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5510400 {
+ public int R1375600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5510400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1375600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5510400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1375600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5510400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1375600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5510401 {
+ public int R1376100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5510401Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1376100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5510401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1376100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5510401Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1376100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5510500 {
+ public int R1376300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5510500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1376300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5510500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1376300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5510500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1376300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5513000 {
+ public int R1376800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5513000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1376800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5513000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1376800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5513000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1376800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5513100 {
+ public int R1377000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5513100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1377000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5513100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1377000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5513100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1377000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5513200 {
+ public int R1377500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5513200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1377500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5513200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1377500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5513200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1377500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5513300 {
+ public int R1377700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5513300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1377700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5513300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1377700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5513300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1377700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5513301 {
+ public int R1753700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5513301Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1753700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5513301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1753700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5513301Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1753700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5513400 {
+ public int R1753900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5513400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1753900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5513400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1753900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5513400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1753900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5515300 {
+ public int R1754400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5515300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1754400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5515300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1754400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5515300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1754400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5515400 {
+ public int R1754600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5515400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1754600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5515400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1754600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5515400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1754600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5515500 {
+ public int R1755100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5515500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1755100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5515500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1755100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5515500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1755100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5515600 {
+ public int R1755300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5515600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1755300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5515600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1755300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5515600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1755300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5515601 {
+ public int R1755800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5515601Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1755800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5515601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1755800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5515601Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1755800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5515700 {
+ public int R1756000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5515700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1756000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5515700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1756000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5515700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1756000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5517600 {
+ public int R1756500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5517600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1756500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5517600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1756500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5517600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1756500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5517700 {
+ public int R1756700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5517700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1756700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5517700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1756700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5517700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1756700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5517800 {
+ public int R1757200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5517800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1757200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5517800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1757200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5517800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1757200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5517900 {
+ public int R1757400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5517900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1757400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5517900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1757400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5517900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1757400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5519800 {
+ public int R1757900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5519800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1757900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5519800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1757900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5519800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1757900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5519900 {
+ public int R1758100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5519900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R1758100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5519900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R1758100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5519900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R1758100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5520000 {
+ public int R2095700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5520000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2095700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5520000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2095700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5520000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2095700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5520100 {
+ public int R2095900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5520100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2095900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5520100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2095900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5520100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2095900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5520101 {
+ public int R2096400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5520101Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2096400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5520101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2096400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5520101Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2096400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R5520200 {
+ public int R2096600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R5520200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2096600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R5520200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2096600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R5520200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2096600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6218400 {
+ public int R2097100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6218400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2097100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6218400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2097100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6218400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2097100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6218500 {
+ public int R2097300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6218500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2097300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6218500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2097300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6218500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2097300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6218600 {
+ public int R2097800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6218600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2097800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6218600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2097800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6218600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2097800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6218700 {
+ public int R2098000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6218700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2098000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6218700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2098000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6218700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2098000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6218800 {
+ public int R2098500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6218800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2098500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6218800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2098500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6218800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2098500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6218900 {
+ public int R2098700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6218900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2098700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6218900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2098700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6218900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2098700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6219000 {
+ public int R2099200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6219000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2099200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6219000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2099200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6219000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2099200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6219100 {
+ public int R2099400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6219100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2099400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6219100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2099400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6219100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2099400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6219200 {
+ public int R2099900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6219200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2099900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6219200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2099900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6219200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2099900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6219300 {
+ public int R2100100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6219300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2100100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6219300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2100100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6219300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2100100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6219500 {
+ public int R2345900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6219500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2345900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6219500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2345900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6219500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2345900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6219600 {
+ public int R2346200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6219600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2346200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6219600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2346200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6219600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2346200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6219700 {
+ public int R2346500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6219700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2346500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6219700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2346500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6219700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2346500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6219800 {
+ public int R2346800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6219800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2346800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6219800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2346800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6219800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2346800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6219900 {
+ public int R2347100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6219900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2347100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6219900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2347100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6219900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2347100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6220000 {
+ public int R2347400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6220000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2347400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6220000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2347400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6220000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2347400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6220100 {
+ public int R2347700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6220100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2347700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6220100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2347700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6220100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2347700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6220200 {
+ public int R2648000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6220200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2648000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6220200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2648000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6220200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2648000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6220300 {
+ public int R2648200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6220300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2648200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6220300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2648200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6220300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2648200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6220400 {
+ public int R2648700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6220400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2648700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6220400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2648700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6220400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2648700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6220600 {
+ public int R2648900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6220600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2648900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6220600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2648900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6220600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2648900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6220700 {
+ public int R2649400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6220700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2649400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6220700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2649400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6220700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2649400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6220800 {
+ public int R2649600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6220800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2649600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6220800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2649600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6220800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2649600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6220900 {
+ public int R2650100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6220900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2650100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6220900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2650100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6220900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2650100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6221000 {
+ public int R2650300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6221000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2650300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6221000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2650300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6221000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2650300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6221100 {
+ public int R2650800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6221100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2650800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6221100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2650800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6221100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2650800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6221200 {
+ public int R2651000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6221200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2651000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6221200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2651000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6221200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2651000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6221300 {
+ public int R2651500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6221300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2651500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6221300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2651500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6221300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2651500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6221400 {
+ public int R2651700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6221400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2651700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6221400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2651700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6221400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2651700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6221500 {
+ public int R2652200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6221500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2652200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6221500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2652200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6221500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2652200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6221700 {
+ public int R2652400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6221700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2652400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6221700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2652400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6221700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2652400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6221701 {
+ public int R2955900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6221701Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2955900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6221701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2955900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6221701Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2955900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6221800 {
+ public int R2956200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6221800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2956200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6221800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2956200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6221800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2956200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6221801 {
+ public int R2956500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6221801Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2956500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6221801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2956500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6221801Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2956500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6221900 {
+ public int R2956800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6221900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2956800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6221900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2956800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6221900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2956800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6221901 {
+ public int R2957100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6221901Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2957100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6221901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2957100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6221901Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2957100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6222000 {
+ public int R2957400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6222000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2957400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6222000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2957400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6222000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2957400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6222001 {
+ public int R2957700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6222001Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R2957700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6222001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R2957700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6222001Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R2957700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6222100 {
+ public int R3255900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6222100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3255900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6222100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3255900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6222100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3255900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6222101 {
+ public int R3256100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6222101Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3256100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6222101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3256100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6222101Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3256100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6222200 {
+ public int R3257700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6222200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3257700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6222200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3257700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6222200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3257700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6222201 {
+ public int R3257900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6222201Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3257900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6222201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3257900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6222201Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3257900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6222300 {
+ public int R3259500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6222300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3259500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6222300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3259500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6222300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3259500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6222301 {
+ public int R3259700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6222301Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3259700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6222301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3259700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6222301Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3259700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6222400 {
+ public int R3261300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6222400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3261300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6222400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3261300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6222400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3261300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6222401 {
+ public int R3261500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6222401Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3261500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6222401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3261500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6222401Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3261500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6222500 {
+ public int R3263100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6222500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3263100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6222500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3263100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6222500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3263100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6222501 {
+ public int R3263300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6222501Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3263300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6222501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3263300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6222501Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3263300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6222600 {
+ public int R3264900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6222600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3264900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6222600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3264900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6222600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3264900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6222601 {
+ public int R3265100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6222601Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3265100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6222601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3265100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6222601Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3265100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6222800 {
+ public int R3266700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6222800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3266700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6222800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3266700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6222800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3266700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6222801 {
+ public int R3266900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6222801Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3266900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6222801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3266900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6222801Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3266900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6222900 {
+ public int R3268500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6222900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3268500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6222900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3268500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6222900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3268500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6222901 {
+ public int R3556400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6222901Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3556400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6222901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3556400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6222901Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3556400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6223000 {
+ public int R3557000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6223000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3557000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6223000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3557000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6223000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3557000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6223001 {
+ public int R3557600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6223001Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3557600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6223001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3557600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6223001Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3557600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6223100 {
+ public int R3771800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6223100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3771800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6223100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3771800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6223100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3771800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6223101 {
+ public int R3772000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6223101Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3772000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6223101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3772000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6223101Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3772000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6223200 {
+ public int R3772100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6223200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3772100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6223200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3772100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6223200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3772100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6223201 {
+ public int R3772400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6223201Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3772400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6223201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3772400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6223201Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3772400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6223300 {
+ public int R3773900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6223300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3773900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6223300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3773900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6223300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3773900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6223301 {
+ public int R3774100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6223301Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3774100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6223301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3774100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6223301Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3774100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6223400 {
+ public int R3774200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6223400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3774200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6223400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3774200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6223400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3774200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6223500 {
+ public int R3774500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6223500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3774500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6223500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3774500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6223500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3774500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6223600 {
+ public int R3776000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6223600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3776000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6223600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3776000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6223600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3776000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6223700 {
+ public int R3776200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6223700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3776200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6223700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3776200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6223700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3776200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6223800 {
+ public int R3776300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6223800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3776300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6223800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3776300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6223800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3776300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6223900 {
+ public int R3776600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6223900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3776600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6223900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3776600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6223900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3776600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6224000 {
+ public int R3778100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6224000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3778100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6224000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3778100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6224000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3778100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6224100 {
+ public int R3778300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6224100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3778300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6224100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3778300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6224100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3778300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6224200 {
+ public int R3778400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6224200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3778400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6224200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3778400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6224200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3778400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6224300 {
+ public int R3778700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6224300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3778700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6224300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3778700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6224300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3778700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6770600 {
+ public int R3780200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6770600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3780200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6770600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3780200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6770600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3780200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6771600 {
+ public int R3780400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6771600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3780400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6771600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3780400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6771600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3780400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6771700 {
+ public int R3780500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6771700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3780500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6771700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3780500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6771700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3780500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6771800 {
+ public int R3780800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6771800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3780800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6771800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3780800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6771800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3780800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6771900 {
+ public int R3782300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6771900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3782300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6771900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3782300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6771900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3782300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6772000 {
+ public int R3782500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6772000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3782500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6772000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3782500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6772000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3782500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6772100 {
+ public int R3782600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6772100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3782600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6772100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3782600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6772100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3782600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6772200 {
+ public int R3782900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6772200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3782900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6772200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3782900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6772200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3782900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6772300 {
+ public int R3784400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6772300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3784400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6772300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3784400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6772300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3784400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6772400 {
+ public int R3784600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6772400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3784600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6772400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3784600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6772400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3784600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6772500 {
+ public int R3784700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6772500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3784700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6772500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3784700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6772500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3784700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6772600 {
+ public int R3785000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6772600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3785000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6772600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3785000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6772600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3785000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6772700 {
+ public int R3786500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6772700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3786500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6772700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3786500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6772700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3786500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6772800 {
+ public int R3788004 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6772800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R3788004Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6772800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R3788004\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6772800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R3788004Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6772900 {
+ public int R4276800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6772900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4276800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6772900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4276800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6772900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4276800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6773000 {
+ public int R4277000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6773000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4277000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6773000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4277000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6773000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4277000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6773100 {
+ public int R4277100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6773100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4277100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6773100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4277100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6773100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4277100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6773200 {
+ public int R4277101 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6773200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4277101Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6773200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4277101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6773200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4277101Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6773300 {
+ public int R4277700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6773300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4277700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6773300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4277700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6773300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4277700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6773400 {
+ public int R4277900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6773400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4277900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6773400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4277900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6773400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4277900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6773500 {
+ public int R4278000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6773500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4278000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6773500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4278000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6773500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4278000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6773600 {
+ public int R4278001 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6773600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4278001Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6773600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4278001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6773600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4278001Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6773700 {
+ public int R4278600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6773700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4278600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6773700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4278600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6773700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4278600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6773800 {
+ public int R4278800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6773800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4278800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6773800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4278800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6773800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4278800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6773900 {
+ public int R4278900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6773900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4278900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6773900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4278900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6773900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4278900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6774000 {
+ public int R4278901 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6774000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4278901Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6774000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4278901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6774000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4278901Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6774100 {
+ public int R4279500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6774100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4279500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6774100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4279500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6774100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4279500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6774200 {
+ public int R4279700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6774200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4279700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6774200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4279700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6774200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4279700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6774300 {
+ public int R4279800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6774300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4279800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6774300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4279800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6774300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4279800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6774400 {
+ public int R4279801 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6774400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4279801Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6774400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4279801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6774400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4279801Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6774500 {
+ public int R4280400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6774500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4280400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6774500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4280400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6774500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4280400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6774600 {
+ public int R4280600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6774600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4280600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6774600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4280600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6774600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4280600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6774700 {
+ public int R4280700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6774700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4280700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6774700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4280700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6774700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4280700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6774800 {
+ public int R4280701 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6774800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4280701Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6774800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4280701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6774800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4280701Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6774900 {
+ public int R4281300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6774900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4281300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6774900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4281300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6774900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4281300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6775000 {
+ public int R4281500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6775000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4281500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6775000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4281500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6775000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4281500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6775100 {
+ public int R4281600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6775100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4281600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6775100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4281600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6775100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4281600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6775200 {
+ public int R4281601 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6775200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4281601Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6775200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4281601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6775200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4281601Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6775300 {
+ public int R4282100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6775300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4282100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6775300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4282100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6775300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4282100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6775400 {
+ public int R4282300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6775400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4282300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6775400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4282300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6775400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4282300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6775500 {
+ public int R4282400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6775500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4282400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6775500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4282400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6775500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4282400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6775501 {
+ public int R4282401 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6775501Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4282401Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6775501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4282401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6775501Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4282401Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6775600 {
+ public int R4282900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6775600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4282900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6775600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4282900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6775600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4282900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6775601 {
+ public int R4283000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6775601Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4283000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6775601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4283000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6775601Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4283000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6775700 {
+ public int R4283100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6775700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4283100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6775700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4283100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6775700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4283100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6775701 {
+ public int R4283600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6775701Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4283600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6775701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4283600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6775701Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4283600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6775800 {
+ public int R4827600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6775800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4827600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6775800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4827600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6775800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4827600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6775801 {
+ public int R4827800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6775801Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4827800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6775801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4827800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6775801Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4827800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6775900 {
+ public int R4827900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6775900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4827900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6775900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4827900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6775900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4827900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6775901 {
+ public int R4827901 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6775901Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4827901Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6775901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4827901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6775901Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4827901Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6776000 {
+ public int R4828100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6776000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4828100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6776000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4828100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6776000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4828100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6776001 {
+ public int R4830600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6776001Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4830600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6776001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4830600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6776001Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4830600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6776100 {
+ public int R4830800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6776100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4830800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6776100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4830800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6776100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4830800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6776101 {
+ public int R4830900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6776101Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4830900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6776101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4830900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6776101Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4830900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6776200 {
+ public int R4830901 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6776200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4830901Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6776200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4830901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6776200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4830901Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6776201 {
+ public int R4831100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6776201Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4831100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6776201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4831100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6776201Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4831100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6776300 {
+ public int R4833600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6776300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4833600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6776300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4833600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6776300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4833600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6776301 {
+ public int R4833800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6776301Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4833800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6776301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4833800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6776301Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4833800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6776400 {
+ public int R4833900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6776400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4833900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6776400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4833900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6776400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4833900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6776401 {
+ public int R4833901 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6776401Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4833901Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6776401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4833901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6776401Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4833901Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6776500 {
+ public int R4834100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6776500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4834100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6776500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4834100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6776500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4834100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6776501 {
+ public int R4836600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6776501Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4836600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6776501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4836600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6776501Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4836600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6776600 {
+ public int R4836800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6776600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4836800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6776600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4836800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6776600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4836800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6776601 {
+ public int R4836900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6776601Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4836900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6776601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4836900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6776601Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4836900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6776700 {
+ public int R4836901 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6776700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4836901Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6776700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4836901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6776700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4836901Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6776701 {
+ public int R4837100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6776701Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4837100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6776701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4837100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6776701Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4837100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6776800 {
+ public int R4839600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6776800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4839600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6776800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4839600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6776800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4839600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6776801 {
+ public int R4839800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6776801Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4839800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6776801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4839800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6776801Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4839800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6776900 {
+ public int R4839900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6776900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4839900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6776900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4839900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6776900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4839900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6777000 {
+ public int R4839901 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6777000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4839901Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6777000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4839901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6777000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4839901Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6777100 {
+ public int R4840100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6777100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4840100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6777100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4840100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6777100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4840100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6777200 {
+ public int R4842500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6777200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4842500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6777200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4842500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6777200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4842500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6777300 {
+ public int R4842700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6777300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4842700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6777300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4842700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6777300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4842700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6777400 {
+ public int R4842800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6777400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4842800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6777400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4842800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6777400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4842800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6777500 {
+ public int R4842801 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6777500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4842801Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6777500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4842801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6777500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4842801Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6777600 {
+ public int R4842900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6777600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4842900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6777600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4842900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6777600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4842900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6777700 {
+ public int R4844800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6777700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4844800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6777700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4844800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6777700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4844800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R6777800 {
+ public int R4845000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R6777800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4845000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R6777800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4845000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R6777800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4845000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7415900 {
+ public int R4845100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7415900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4845100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7415900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4845100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7415900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4845100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7416000 {
+ public int R4845101 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7416000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4845101Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7416000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4845101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7416000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4845101Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7416100 {
+ public int R4845200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7416100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4845200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7416100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4845200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7416100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4845200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7416200 {
+ public int R4847100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7416200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4847100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7416200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4847100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7416200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4847100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7416300 {
+ public int R4847300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7416300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4847300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7416300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4847300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7416300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4847300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7416400 {
+ public int R4847400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7416400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R4847400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7416400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R4847400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7416400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R4847400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7416500 {
+ public int R5498000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7416500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5498000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7416500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5498000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7416500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5498000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7416600 {
+ public int R5498200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7416600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5498200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7416600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5498200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7416600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5498200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7416700 {
+ public int R5498300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7416700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5498300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7416700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5498300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7416700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5498300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7416800 {
+ public int R5498301 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7416800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5498301Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7416800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5498301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7416800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5498301Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7416900 {
+ public int R5498500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7416900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5498500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7416900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5498500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7416900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5498500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7417000 {
+ public int R5501000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7417000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5501000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7417000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5501000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7417000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5501000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7417100 {
+ public int R5501200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7417100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5501200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7417100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5501200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7417100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5501200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7417200 {
+ public int R5501300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7417200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5501300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7417200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5501300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7417200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5501300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7417300 {
+ public int R5501301 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7417300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5501301Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7417300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5501301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7417300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5501301Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7417400 {
+ public int R5501500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7417400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5501500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7417400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5501500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7417400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5501500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7417500 {
+ public int R5504000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7417500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5504000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7417500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5504000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7417500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5504000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7417600 {
+ public int R5504200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7417600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5504200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7417600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5504200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7417600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5504200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7417700 {
+ public int R5504300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7417700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5504300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7417700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5504300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7417700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5504300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7417800 {
+ public int R5504301 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7417800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5504301Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7417800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5504301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7417800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5504301Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7417900 {
+ public int R5504500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7417900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5504500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7417900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5504500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7417900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5504500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7418000 {
+ public int R5507000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7418000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5507000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7418000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5507000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7418000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5507000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7418100 {
+ public int R5507200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7418100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5507200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7418100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5507200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7418100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5507200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7418200 {
+ public int R5507300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7418200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5507300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7418200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5507300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7418200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5507300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7418300 {
+ public int R5507301 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7418300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5507301Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7418300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5507301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7418300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5507301Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7418400 {
+ public int R5507500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7418400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5507500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7418400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5507500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7418400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5507500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7418500 {
+ public int R5510000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7418500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5510000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7418500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5510000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7418500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5510000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7418600 {
+ public int R5510200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7418600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5510200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7418600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5510200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7418600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5510200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7418700 {
+ public int R5510300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7418700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5510300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7418700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5510300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7418700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5510300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7418800 {
+ public int R5510301 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7418800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5510301Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7418800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5510301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7418800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5510301Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7418900 {
+ public int R5510500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7418900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5510500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7418900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5510500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7418900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5510500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7419000 {
+ public int R5513000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7419000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5513000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7419000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5513000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7419000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5513000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7419100 {
+ public int R5513200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7419100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5513200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7419100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5513200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7419100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5513200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7419200 {
+ public int R5513300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7419200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5513300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7419200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5513300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7419200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5513300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7419300 {
+ public int R5513301 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7419300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5513301Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7419300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5513301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7419300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5513301Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7419400 {
+ public int R5513400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7419400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5513400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7419400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5513400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7419400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5513400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7419500 {
+ public int R5515300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7419500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5515300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7419500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5515300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7419500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5515300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7419600 {
+ public int R5515500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7419600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5515500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7419600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5515500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7419600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5515500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7419700 {
+ public int R5515600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7419700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5515600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7419700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5515600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7419700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5515600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7419800 {
+ public int R5515601 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7419800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5515601Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7419800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5515601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7419800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5515601Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7419900 {
+ public int R5515700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7419900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5515700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7419900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5515700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7419900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5515700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7419901 {
+ public int R5517600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7419901Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5517600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7419901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5517600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7419901Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5517600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7420000 {
+ public int R5517800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7420000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5517800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7420000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5517800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7420000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5517800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7420001 {
+ public int R5517900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7420001Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5517900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7420001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5517900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7420001Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5517900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7420100 {
+ public int R5519800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7420100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5519800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7420100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5519800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7420100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5519800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7420101 {
+ public int R5520000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7420101Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5520000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7420101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5520000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7420101Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5520000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7420200 {
+ public int R5520100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7420200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5520100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7420200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5520100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7420200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5520100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7420201 {
+ public int R5520101 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7420201Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5520101Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7420201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5520101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7420201Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5520101Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7420300 {
+ public int R5520200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7420300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R5520200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7420300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R5520200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7420300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R5520200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7420301 {
+ public int R6218400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7420301Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6218400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7420301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6218400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7420301Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6218400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7420400 {
+ public int R6218500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7420400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6218500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7420400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6218500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7420400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6218500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7420401 {
+ public int R6218600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7420401Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6218600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7420401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6218600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7420401Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6218600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7420500 {
+ public int R6218700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7420500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6218700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7420500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6218700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7420500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6218700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7420501 {
+ public int R6218800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7420501Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6218800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7420501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6218800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7420501Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6218800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7420600 {
+ public int R6218900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7420600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6218900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7420600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6218900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7420600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6218900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7420601 {
+ public int R6219000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7420601Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6219000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7420601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6219000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7420601Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6219000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7420700 {
+ public int R6219100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7420700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6219100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7420700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6219100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7420700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6219100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7420701 {
+ public int R6219200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7420701Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6219200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7420701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6219200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7420701Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6219200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7420800 {
+ public int R6219300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7420800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6219300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7420800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6219300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7420800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6219300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7420801 {
+ public int R6220600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7420801Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6220600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7420801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6220600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7420801Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6220600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7420900 {
+ public int R6220700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7420900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6220700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7420900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6220700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7420900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6220700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7420901 {
+ public int R6220800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7420901Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6220800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7420901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6220800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7420901Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6220800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7421000 {
+ public int R6220900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7421000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6220900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7421000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6220900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7421000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6220900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7421001 {
+ public int R6221000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7421001Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6221000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7421001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6221000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7421001Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6221000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7421100 {
+ public int R6221100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7421100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6221100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7421100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6221100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7421100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6221100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7421101 {
+ public int R6221200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7421101Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6221200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7421101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6221200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7421101Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6221200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7421200 {
+ public int R6221300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7421200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6221300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7421200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6221300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7421200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6221300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7421201 {
+ public int R6221400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7421201Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6221400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7421201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6221400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7421201Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6221400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7421300 {
+ public int R6221500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7421300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6221500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7421300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6221500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7421300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6221500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7421301 {
+ public int R6221700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7421301Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6221700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7421301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6221700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7421301Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6221700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7421400 {
+ public int R6221701 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7421400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6221701Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7421400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6221701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7421400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6221701Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7421500 {
+ public int R6221800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7421500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6221800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7421500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6221800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7421500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6221800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7421600 {
+ public int R6221801 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7421600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6221801Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7421600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6221801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7421600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6221801Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7421700 {
+ public int R6221900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7421700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6221900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7421700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6221900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7421700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6221900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7421800 {
+ public int R6221901 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7421800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6221901Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7421800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6221901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7421800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6221901Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7421900 {
+ public int R6222000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7421900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6222000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7421900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6222000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7421900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6222000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7422000 {
+ public int R6222001 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7422000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6222001Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7422000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6222001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7422000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6222001Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7422100 {
+ public int R6222100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7422100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6222100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7422100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6222100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7422100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6222100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7422200 {
+ public int R6222101 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7422200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6222101Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7422200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6222101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7422200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6222101Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R7422300 {
+ public int R6222200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R7422300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6222200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R7422300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6222200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R7422300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6222200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8114000 {
+ public int R6222201 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8114000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6222201Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8114000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6222201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8114000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6222201Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8114100 {
+ public int R6222300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8114100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6222300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8114100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6222300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8114100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6222300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8114200 {
+ public int R6222301 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8114200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6222301Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8114200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6222301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8114200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6222301Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8114300 {
+ public int R6222400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8114300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6222400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8114300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6222400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8114300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6222400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8114400 {
+ public int R6222401 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8114400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6222401Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8114400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6222401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8114400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6222401Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8114500 {
+ public int R6222500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8114500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6222500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8114500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6222500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8114500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6222500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8114600 {
+ public int R6222501 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8114600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6222501Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8114600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6222501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8114600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6222501Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8114700 {
+ public int R6222600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8114700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6222600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8114700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6222600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8114700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6222600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8114800 {
+ public int R6222601 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8114800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6222601Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8114800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6222601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8114800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6222601Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8114900 {
+ public int R6223400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8114900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6223400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8114900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6223400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8114900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6223400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8115000 {
+ public int R6223500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8115000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6223500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8115000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6223500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8115000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6223500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8115100 {
+ public int R6223600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8115100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6223600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8115100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6223600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8115100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6223600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8115200 {
+ public int R6223700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8115200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6223700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8115200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6223700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8115200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6223700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8115300 {
+ public int R6223800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8115300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6223800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8115300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6223800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8115300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6223800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8115400 {
+ public int R6223900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8115400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6223900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8115400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6223900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8115400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6223900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8115500 {
+ public int R6224000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8115500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6224000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8115500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6224000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8115500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6224000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8115600 {
+ public int R6224100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8115600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6224100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8115600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6224100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8115600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6224100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8115700 {
+ public int R6224200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8115700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6224200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8115700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6224200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8115700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6224200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8115800 {
+ public int R6224300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8115800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6224300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8115800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6224300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8115800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6224300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8115900 {
+ public int R6770600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8115900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6770600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8115900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6770600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8115900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6770600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8116000 {
+ public int R6771600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8116000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6771600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8116000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6771600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8116000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6771600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8116100 {
+ public int R6771700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8116100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6771700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8116100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6771700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8116100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6771700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8116200 {
+ public int R6771800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8116200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6771800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8116200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6771800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8116200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6771800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8116300 {
+ public int R6771900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8116300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6771900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8116300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6771900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8116300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6771900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8116400 {
+ public int R6772000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8116400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6772000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8116400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6772000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8116400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6772000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8116500 {
+ public int R6772100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8116500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6772100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8116500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6772100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8116500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6772100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8116600 {
+ public int R6772200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8116600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6772200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8116600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6772200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8116600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6772200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8116700 {
+ public int R6772300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8116700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6772300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8116700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6772300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8116700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6772300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8116800 {
+ public int R6772400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8116800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6772400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8116800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6772400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8116800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6772400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8116900 {
+ public int R6772500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8116900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6772500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8116900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6772500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8116900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6772500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8117000 {
+ public int R6772600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8117000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6772600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8117000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6772600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8117000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6772600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8117100 {
+ public int R6772700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8117100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6772700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8117100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6772700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8117100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6772700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8117200 {
+ public int R6772800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8117200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6772800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8117200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6772800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8117200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6772800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8117300 {
+ public int R6772900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8117300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6772900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8117300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6772900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8117300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6772900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8117400 {
+ public int R6773000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8117400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6773000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8117400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6773000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8117400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6773000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8117500 {
+ public int R6773100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8117500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6773100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8117500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6773100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8117500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6773100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8117600 {
+ public int R6773200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8117600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6773200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8117600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6773200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8117600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6773200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8117700 {
+ public int R6773300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8117700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6773300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8117700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6773300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8117700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6773300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8117800 {
+ public int R6773400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8117800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6773400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8117800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6773400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8117800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6773400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8117900 {
+ public int R6774500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8117900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6774500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8117900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6774500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8117900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6774500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8118000 {
+ public int R6774600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8118000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6774600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8118000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6774600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8118000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6774600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8118001 {
+ public int R6774700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8118001Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6774700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8118001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6774700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8118001Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6774700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8118100 {
+ public int R6774800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8118100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6774800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8118100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6774800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8118100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6774800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8118101 {
+ public int R6774900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8118101Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6774900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8118101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6774900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8118101Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6774900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8118200 {
+ public int R6775000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8118200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6775000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8118200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6775000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8118200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6775000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8118201 {
+ public int R6775100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8118201Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6775100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8118201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6775100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8118201Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6775100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8118300 {
+ public int R6775200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8118300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6775200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8118300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6775200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8118300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6775200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8118301 {
+ public int R6775300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8118301Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6775300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8118301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6775300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8118301Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6775300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8118400 {
+ public int R6775400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8118400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6775400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8118400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6775400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8118400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6775400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8118401 {
+ public int R6775500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8118401Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6775500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8118401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6775500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8118401Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6775500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8118500 {
+ public int R6775501 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8118500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6775501Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8118500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6775501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8118500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6775501Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8118501 {
+ public int R6775600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8118501Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6775600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8118501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6775600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8118501Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6775600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8118600 {
+ public int R6775601 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8118600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6775601Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8118600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6775601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8118600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6775601Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8118601 {
+ public int R6775700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8118601Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6775700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8118601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6775700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8118601Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6775700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8118700 {
+ public int R6775701 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8118700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6775701Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8118700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6775701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8118700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6775701Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8118701 {
+ public int R6775800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8118701Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6775800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8118701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6775800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8118701Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6775800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8118800 {
+ public int R6775801 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8118800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6775801Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8118800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6775801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8118800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6775801Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8118801 {
+ public int R6775900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8118801Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6775900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8118801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6775900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8118801Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6775900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8118900 {
+ public int R6775901 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8118900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6775901Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8118900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6775901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8118900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6775901Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8118901 {
+ public int R6776000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8118901Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6776000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8118901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6776000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8118901Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6776000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8119000 {
+ public int R6776001 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8119000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6776001Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8119000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6776001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8119000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6776001Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8119001 {
+ public int R6776100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8119001Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6776100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8119001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6776100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8119001Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6776100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8119100 {
+ public int R6776101 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8119100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6776101Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8119100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6776101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8119100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6776101Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8119101 {
+ public int R6776200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8119101Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6776200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8119101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6776200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8119101Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6776200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8119200 {
+ public int R6776201 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8119200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6776201Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8119200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6776201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8119200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6776201Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8119201 {
+ public int R6776900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8119201Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6776900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8119201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6776900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8119201Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6776900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8119300 {
+ public int R6777000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8119300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6777000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8119300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6777000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8119300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6777000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8119301 {
+ public int R6777100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8119301Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6777100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8119301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6777100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8119301Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6777100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8119400 {
+ public int R6777200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8119400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6777200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8119400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6777200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8119400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6777200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8119401 {
+ public int R6777300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8119401Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6777300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8119401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6777300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8119401Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6777300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8119500 {
+ public int R6777400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8119500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6777400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8119500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6777400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8119500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6777400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8119501 {
+ public int R6777500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8119501Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6777500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8119501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6777500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8119501Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6777500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8119600 {
+ public int R6777600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8119600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6777600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8119600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6777600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8119600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6777600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8119700 {
+ public int R6777700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8119700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6777700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8119700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6777700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8119700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6777700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8119800 {
+ public int R6777800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8119800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R6777800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8119800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R6777800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8119800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R6777800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8119900 {
+ public int R7415900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8119900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7415900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8119900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7415900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8119900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7415900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8120000 {
+ public int R7416000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8120000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7416000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8120000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7416000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8120000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7416000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8120100 {
+ public int R7416100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8120100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7416100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8120100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7416100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8120100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7416100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8120200 {
+ public int R7416200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8120200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7416200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8120200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7416200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8120200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7416200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8120300 {
+ public int R7416300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8120300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7416300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8120300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7416300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8120300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7416300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8120400 {
+ public int R7416400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8120400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7416400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8120400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7416400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8120400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7416400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8120500 {
+ public int R7416500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8120500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7416500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8120500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7416500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8120500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7416500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8135300 {
+ public int R7416600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8135300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7416600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8135300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7416600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8135300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7416600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8135400 {
+ public int R7416700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8135400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7416700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8135400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7416700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8135400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7416700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8135500 {
+ public int R7416800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8135500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7416800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8135500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7416800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8135500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7416800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8135600 {
+ public int R7416900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8135600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7416900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8135600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7416900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8135600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7416900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8135700 {
+ public int R7417000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8135700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7417000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8135700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7417000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8135700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7417000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8135800 {
+ public int R7417100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8135800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7417100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8135800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7417100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8135800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7417100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R8135900 {
+ public int R7417200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R8135900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7417200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R8135900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7417200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R8135900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7417200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9900600 {
+ public int R7417300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R9900600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7417300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9900600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7417300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R9900600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7417300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9900601 {
+ public int R7417400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R9900601Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7417400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9900601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7417400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R9900601Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7417400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9901400 {
+ public int R7417500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R9901400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7417500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9901400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7417500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R9901400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7417500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9901401 {
+ public int R7417600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R9901401Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7417600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9901401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7417600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R9901401Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7417600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9902200 {
+ public int R7417700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R9902200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7417700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9902200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7417700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R9902200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7417700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9902201 {
+ public int R7417800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R9902201Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7417800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9902201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7417800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R9902201Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7417800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9903000 {
+ public int R7418900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R9903000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7418900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9903000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7418900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R9903000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7418900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9903001 {
+ public int R7419000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R9903001Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7419000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9903001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7419000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R9903001Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7419000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9903800 {
+ public int R7419100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R9903800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7419100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9903800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7419100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R9903800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7419100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9903801 {
+ public int R7419200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R9903801Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7419200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9903801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7419200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R9903801Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7419200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9904600 {
+ public int R7419300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R9904600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7419300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9904600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7419300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R9904600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7419300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9904601 {
+ public int R7419400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R9904601Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7419400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9904601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7419400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R9904601Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7419400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9905400 {
+ public int R7419500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R9905400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7419500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9905400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7419500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R9905400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7419500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9905401 {
+ public int R7419600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R9905401Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7419600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9905401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7419600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R9905401Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7419600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9911200 {
+ public int R7419700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R9911200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7419700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9911200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7419700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R9911200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7419700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int R9911201 {
+ public int R7419800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.R9911201Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7419800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'R9911201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7419800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.R9911201Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7419800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0345800 {
+ public int R7419900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0345800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7419900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0345800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7419900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0345800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7419900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0345900 {
+ public int R7419901 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0345900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7419901Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0345900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7419901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0345900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7419901Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0346000 {
+ public int R7420000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0346000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7420000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0346000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7420000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0346000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7420000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0346100 {
+ public int R7420001 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0346100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7420001Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0346100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7420001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0346100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7420001Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0346200 {
+ public int R7420100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0346200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7420100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0346200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7420100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0346200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7420100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0346300 {
+ public int R7420101 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0346300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7420101Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0346300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7420101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0346300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7420101Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0346400 {
+ public int R7420200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0346400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7420200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0346400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7420200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0346400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7420200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0346500 {
+ public int R7420201 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0346500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7420201Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0346500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7420201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0346500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7420201Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0346600 {
+ public int R7420300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0346600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7420300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0346600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7420300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0346600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7420300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0346700 {
+ public int R7420301 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0346700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7420301Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0346700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7420301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0346700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7420301Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0346800 {
+ public int R7420400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0346800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7420400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0346800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7420400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0346800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7420400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0346900 {
+ public int R7420401 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0346900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7420401Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0346900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7420401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0346900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7420401Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0347000 {
+ public int R7420500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0347000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7420500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0347000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7420500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0347000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7420500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0347100 {
+ public int R7420501 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0347100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7420501Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0347100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7420501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0347100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7420501Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0347200 {
+ public int R7420600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0347200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7420600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0347200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7420600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0347200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7420600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0347300 {
+ public int R7420601 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0347300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7420601Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0347300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7420601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0347300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7420601Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0347400 {
+ public int R7421400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0347400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7421400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0347400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7421400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0347400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7421400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0347500 {
+ public int R7421500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0347500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7421500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0347500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7421500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0347500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7421500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0347600 {
+ public int R7421600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0347600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7421600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0347600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7421600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0347600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7421600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0347700 {
+ public int R7421700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0347700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7421700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0347700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7421700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0347700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7421700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0347800 {
+ public int R7421800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0347800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7421800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0347800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7421800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0347800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7421800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0347900 {
+ public int R7421900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0347900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7421900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0347900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7421900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0347900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7421900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0348000 {
+ public int R7422000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0348000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7422000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0348000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7422000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0348000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7422000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0348100 {
+ public int R7422100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0348100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7422100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0348100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7422100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0348100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7422100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0348200 {
+ public int R7422200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0348200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7422200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0348200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7422200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0348200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7422200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0348300 {
+ public int R7422300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0348300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R7422300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0348300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R7422300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0348300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R7422300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0348400 {
+ public int R8114000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0348400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8114000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0348400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8114000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0348400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8114000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0348500 {
+ public int R8114100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0348500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8114100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0348500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8114100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0348500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8114100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0348600 {
+ public int R8114200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0348600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8114200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0348600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8114200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0348600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8114200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0348700 {
+ public int R8114300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0348700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8114300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0348700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8114300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0348700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8114300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0348800 {
+ public int R8114400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0348800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8114400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0348800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8114400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0348800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8114400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0348900 {
+ public int R8114500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0348900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8114500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0348900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8114500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0348900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8114500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0349000 {
+ public int R8114600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0349000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8114600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0349000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8114600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0349000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8114600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0349100 {
+ public int R8114700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0349100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8114700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0349100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8114700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0349100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8114700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0349200 {
+ public int R8114800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0349200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8114800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0349200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8114800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0349200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8114800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0349300 {
+ public int R8114900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0349300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8114900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0349300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8114900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0349300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8114900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0349400 {
+ public int R8115000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0349400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8115000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0349400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8115000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0349400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8115000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0349500 {
+ public int R8115100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0349500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8115100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0349500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8115100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0349500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8115100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0349600 {
+ public int R8115200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0349600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8115200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0349600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8115200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0349600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8115200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0349700 {
+ public int R8115300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0349700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8115300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0349700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8115300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0349700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8115300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0349800 {
+ public int R8115400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0349800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8115400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0349800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8115400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0349800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8115400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0349900 {
+ public int R8115500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0349900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8115500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0349900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8115500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0349900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8115500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0350000 {
+ public int R8115600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0350000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8115600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0350000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8115600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0350000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8115600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0350100 {
+ public int R8115700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0350100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8115700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0350100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8115700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0350100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8115700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0350101 {
+ public int R8115800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0350101Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8115800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0350101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8115800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0350101Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8115800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0350200 {
+ public int R8115900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0350200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8115900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0350200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8115900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0350200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8115900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0350201 {
+ public int R8117000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0350201Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8117000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0350201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8117000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0350201Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8117000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0350300 {
+ public int R8117100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0350300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8117100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0350300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8117100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0350300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8117100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0350301 {
+ public int R8117200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0350301Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8117200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0350301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8117200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0350301Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8117200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0350400 {
+ public int R8117300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0350400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8117300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0350400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8117300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0350400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8117300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0350401 {
+ public int R8117400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0350401Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8117400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0350401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8117400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0350401Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8117400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0350500 {
+ public int R8117500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0350500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8117500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0350500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8117500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0350500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8117500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0350501 {
+ public int R8117600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0350501Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8117600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0350501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8117600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0350501Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8117600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0350600 {
+ public int R8117700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0350600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8117700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0350600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8117700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0350600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8117700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0350601 {
+ public int R8117800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0350601Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8117800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0350601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8117800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0350601Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8117800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0350700 {
+ public int R8117900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0350700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8117900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0350700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8117900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0350700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8117900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0350701 {
+ public int R8118000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0350701Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8118000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0350701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8118000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0350701Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8118000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0350800 {
+ public int R8118001 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0350800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8118001Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0350800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8118001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0350800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8118001Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0350801 {
+ public int R8118100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0350801Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8118100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0350801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8118100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0350801Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8118100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0350900 {
+ public int R8118101 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0350900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8118101Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0350900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8118101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0350900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8118101Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0350901 {
+ public int R8118200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0350901Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8118200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0350901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8118200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0350901Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8118200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0351000 {
+ public int R8118201 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0351000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8118201Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0351000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8118201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0351000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8118201Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0351001 {
+ public int R8118300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0351001Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8118300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0351001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8118300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0351001Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8118300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0351100 {
+ public int R8118301 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0351100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8118301Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0351100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8118301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0351100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8118301Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0351101 {
+ public int R8118400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0351101Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8118400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0351101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8118400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0351101Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8118400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0351200 {
+ public int R8118401 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0351200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8118401Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0351200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8118401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0351200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8118401Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0351201 {
+ public int R8118500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0351201Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8118500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0351201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8118500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0351201Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8118500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0351300 {
+ public int R8118501 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0351300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8118501Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0351300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8118501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0351300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8118501Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0351301 {
+ public int R8118600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0351301Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8118600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0351301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8118600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0351301Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8118600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0351400 {
+ public int R8118601 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0351400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8118601Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0351400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8118601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0351400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8118601Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0351401 {
+ public int R8118700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0351401Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8118700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0351401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8118700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0351401Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8118700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0351500 {
+ public int R8118701 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0351500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8118701Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0351500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8118701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0351500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8118701Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0351501 {
+ public int R8118800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0351501Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8118800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0351501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8118800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0351501Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8118800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0351600 {
+ public int R8118801 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0351600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8118801Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0351600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8118801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0351600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8118801Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0351601 {
+ public int R8118900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0351601Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8118900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0351601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8118900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0351601Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8118900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0351700 {
+ public int R8118901 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0351700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8118901Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0351700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8118901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0351700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8118901Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0351701 {
+ public int R8119600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0351701Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8119600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0351701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8119600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0351701Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8119600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0351800 {
+ public int R8119700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0351800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8119700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0351800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8119700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0351800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8119700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0351801 {
+ public int R8119800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0351801Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8119800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0351801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8119800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0351801Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8119800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0351900 {
+ public int R8119900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0351900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8119900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0351900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8119900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0351900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8119900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0352000 {
+ public int R8120000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0352000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8120000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0352000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8120000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0352000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8120000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0352100 {
+ public int R8120100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0352100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8120100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0352100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8120100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0352100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8120100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0352200 {
+ public int R8120200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0352200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8120200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0352200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8120200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0352200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8120200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0352300 {
+ public int R8120300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0352300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8120300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0352300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8120300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0352300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8120300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0352400 {
+ public int R8120400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0352400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8120400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0352400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8120400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0352400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8120400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0352500 {
+ public int R8120500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0352500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8120500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0352500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8120500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0352500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8120500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0352600 {
+ public int R8135300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0352600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8135300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0352600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8135300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0352600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8135300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0352700 {
+ public int R8135400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0352700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8135400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0352700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8135400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0352700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8135400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0352800 {
+ public int R8135500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0352800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8135500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0352800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8135500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0352800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8135500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0352900 {
+ public int R8135600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0352900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8135600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0352900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8135600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0352900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8135600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0597800 {
+ public int R8135700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0597800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8135700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0597800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8135700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0597800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8135700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0597900 {
+ public int R8135800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0597900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8135800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0597900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8135800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0597900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8135800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0598000 {
+ public int R8135900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0598000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R8135900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0598000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R8135900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0598000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R8135900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0598100 {
+ public int R9900600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0598100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R9900600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0598100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9900600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0598100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R9900600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0598200 {
+ public int R9900601 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0598200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R9900601Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0598200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9900601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0598200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R9900601Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0598300 {
+ public int R9901400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0598300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R9901400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0598300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9901400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0598300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R9901400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T0598400 {
+ public int R9901401 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T0598400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R9901401Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T0598400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9901401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T0598400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R9901401Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1495200 {
+ public int R9902200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1495200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R9902200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1495200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9902200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1495200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R9902200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1495300 {
+ public int R9902201 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1495300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R9902201Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1495300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9902201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1495300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R9902201Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1495400 {
+ public int R9903000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1495400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R9903000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1495400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9903000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1495400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R9903000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1495500 {
+ public int R9903001 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1495500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R9903001Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1495500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9903001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1495500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R9903001Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1495600 {
+ public int R9903800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1495600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R9903800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1495600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9903800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1495600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R9903800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1495700 {
+ public int R9903801 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1495700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R9903801Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1495700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9903801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1495700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R9903801Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1495800 {
+ public int R9904600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1495800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R9904600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1495800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9904600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1495800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R9904600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1495900 {
+ public int R9904601 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1495900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R9904601Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1495900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9904601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1495900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R9904601Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1496000 {
+ public int R9905400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1496000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R9905400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1496000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9905400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1496000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R9905400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1496100 {
+ public int R9905401 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1496100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R9905401Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1496100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9905401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1496100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R9905401Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1496200 {
+ public int R9911200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1496200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R9911200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1496200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9911200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1496200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R9911200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1496300 {
+ public int R9911201 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1496300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.R9911201Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1496300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'R9911201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1496300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.R9911201Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1496400 {
+ public int T0345800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1496400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0345800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1496400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0345800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1496400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0345800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1496500 {
+ public int T0345900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1496500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0345900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1496500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0345900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1496500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0345900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1496600 {
+ public int T0346000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1496600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0346000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1496600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0346000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1496600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0346000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1496700 {
+ public int T0346100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1496700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0346100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1496700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0346100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1496700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0346100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1496800 {
+ public int T0346200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1496800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0346200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1496800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0346200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1496800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0346200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1496900 {
+ public int T0346300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1496900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0346300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1496900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0346300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1496900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0346300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1497000 {
+ public int T0346400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1497000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0346400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1497000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0346400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1497000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0346400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1497100 {
+ public int T0346500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1497100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0346500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1497100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0346500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1497100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0346500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1497200 {
+ public int T0346600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1497200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0346600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1497200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0346600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1497200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0346600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1497300 {
+ public int T0346700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1497300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0346700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1497300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0346700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1497300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0346700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1497400 {
+ public int T0346800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1497400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0346800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1497400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0346800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1497400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0346800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1497500 {
+ public int T0346900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1497500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0346900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1497500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0346900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1497500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0346900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1497600 {
+ public int T0347000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1497600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0347000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1497600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0347000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1497600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0347000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1497700 {
+ public int T0347100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1497700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0347100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1497700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0347100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1497700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0347100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1497800 {
+ public int T0347200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1497800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0347200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1497800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0347200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1497800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0347200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1497900 {
+ public int T0347300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1497900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0347300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1497900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0347300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1497900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0347300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1498000 {
+ public int T0347400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1498000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0347400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1498000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0347400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1498000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0347400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1498100 {
+ public int T0347500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1498100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0347500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1498100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0347500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1498100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0347500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1498200 {
+ public int T0347600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1498200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0347600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1498200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0347600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1498200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0347600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1498300 {
+ public int T0347700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1498300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0347700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1498300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0347700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1498300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0347700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1498400 {
+ public int T0347800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1498400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0347800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1498400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0347800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1498400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0347800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1498500 {
+ public int T0349000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1498500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0349000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1498500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0349000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1498500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0349000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1498600 {
+ public int T0349100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1498600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0349100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1498600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0349100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1498600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0349100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1498700 {
+ public int T0349200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1498700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0349200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1498700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0349200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1498700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0349200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1498800 {
+ public int T0349300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1498800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0349300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1498800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0349300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1498800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0349300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1498900 {
+ public int T0349400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1498900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0349400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1498900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0349400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1498900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0349400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1499000 {
+ public int T0349500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1499000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0349500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1499000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0349500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1499000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0349500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1499100 {
+ public int T0349600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1499100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0349600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1499100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0349600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1499100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0349600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1499200 {
+ public int T0349700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1499200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0349700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1499200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0349700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1499200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0349700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1499300 {
+ public int T0349800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1499300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0349800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1499300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0349800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1499300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0349800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1499400 {
+ public int T0349900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1499400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0349900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1499400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0349900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1499400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0349900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1499500 {
+ public int T0350000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1499500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0350000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1499500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0350000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1499500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0350000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1499501 {
+ public int T0350100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1499501Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0350100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1499501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0350100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1499501Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0350100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1499600 {
+ public int T0350101 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1499600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0350101Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1499600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0350101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1499600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0350101Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1499601 {
+ public int T0350200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1499601Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0350200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1499601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0350200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1499601Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0350200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1499700 {
+ public int T0350201 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1499700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0350201Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1499700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0350201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1499700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0350201Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1499701 {
+ public int T0350300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1499701Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0350300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1499701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0350300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1499701Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0350300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1499800 {
+ public int T0350301 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1499800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0350301Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1499800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0350301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1499800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0350301Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1499801 {
+ public int T0350400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1499801Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0350400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1499801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0350400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1499801Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0350400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1499900 {
+ public int T0350401 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1499900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0350401Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1499900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0350401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1499900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0350401Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1499901 {
+ public int T0350500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1499901Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0350500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1499901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0350500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1499901Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0350500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1500000 {
+ public int T0350501 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1500000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0350501Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1500000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0350501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1500000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0350501Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1500001 {
+ public int T0350600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1500001Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0350600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1500001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0350600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1500001Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0350600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1500100 {
+ public int T0350601 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1500100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0350601Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1500100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0350601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1500100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0350601Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1500101 {
+ public int T0350700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1500101Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0350700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1500101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0350700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1500101Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0350700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1500200 {
+ public int T0350701 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1500200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0350701Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1500200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0350701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1500200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0350701Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1500201 {
+ public int T0350800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1500201Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0350800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1500201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0350800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1500201Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0350800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1500300 {
+ public int T0350801 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1500300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0350801Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1500300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0350801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1500300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0350801Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1500301 {
+ public int T0350900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1500301Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0350900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1500301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0350900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1500301Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0350900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1500400 {
+ public int T0350901 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1500400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0350901Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1500400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0350901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1500400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0350901Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1500401 {
+ public int T0351000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1500401Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0351000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1500401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0351000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1500401Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0351000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1500500 {
+ public int T0351001 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1500500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0351001Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1500500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0351001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1500500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0351001Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1500501 {
+ public int T0351900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1500501Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0351900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1500501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0351900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1500501Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0351900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1500600 {
+ public int T0352000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1500600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0352000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1500600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0352000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1500600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0352000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1500601 {
+ public int T0352100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1500601Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0352100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1500601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0352100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1500601Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0352100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1500700 {
+ public int T0352200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1500700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0352200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1500700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0352200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1500700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0352200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1500701 {
+ public int T0352300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1500701Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0352300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1500701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0352300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1500701Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0352300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1500800 {
+ public int T0352400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1500800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0352400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1500800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0352400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1500800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0352400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1500801 {
+ public int T0352500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1500801Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0352500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1500801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0352500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1500801Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0352500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1500900 {
+ public int T0352600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1500900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0352600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1500900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0352600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1500900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0352600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1500901 {
+ public int T0352700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1500901Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0352700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1500901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0352700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1500901Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0352700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1501000 {
+ public int T0352800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1501000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0352800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1501000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0352800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1501000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0352800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1501001 {
+ public int T0352900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1501001Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0352900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1501001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0352900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1501001Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0352900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1501100 {
+ public int T0597800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1501100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0597800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1501100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0597800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1501100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0597800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1501200 {
+ public int T0597900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1501200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0597900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1501200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0597900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1501200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0597900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1501300 {
+ public int T0598000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1501300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0598000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1501300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0598000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1501300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0598000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1501400 {
+ public int T0598100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1501400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0598100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1501400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0598100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1501400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0598100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1501500 {
+ public int T0598200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1501500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0598200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1501500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0598200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1501500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0598200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1501600 {
+ public int T0598300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1501600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0598300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1501600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0598300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1501600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0598300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1501700 {
+ public int T0598400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1501700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T0598400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1501700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T0598400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1501700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T0598400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1501800 {
+ public int T1495200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1501800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1495200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1501800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1495200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1501800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1495200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1501900 {
+ public int T1495300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1501900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1495300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1501900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1495300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1501900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1495300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1502000 {
+ public int T1495400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1502000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1495400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1502000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1495400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1502000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1495400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1502100 {
+ public int T1495500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1502100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1495500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1502100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1495500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1502100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1495500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1765100 {
+ public int T1495600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1765100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1495600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1765100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1495600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1765100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1495600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1765200 {
+ public int T1495700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1765200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1495700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1765200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1495700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1765200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1495700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1765300 {
+ public int T1495800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1765300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1495800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1765300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1495800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1765300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1495800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1765400 {
+ public int T1495900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1765400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1495900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1765400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1495900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1765400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1495900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1765500 {
+ public int T1496000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1765500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1496000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1765500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1496000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1765500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1496000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1765600 {
+ public int T1496100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1765600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1496100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1765600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1496100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1765600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1496100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T1765700 {
+ public int T1496200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T1765700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1496200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T1765700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1496200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T1765700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1496200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2541200 {
+ public int T1496300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2541200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1496300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2541200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1496300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2541200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1496300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2541300 {
+ public int T1496400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2541300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1496400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2541300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1496400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2541300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1496400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2541400 {
+ public int T1496500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2541400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1496500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2541400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1496500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2541400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1496500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2541500 {
+ public int T1496600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2541500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1496600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2541500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1496600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2541500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1496600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2541600 {
+ public int T1496700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2541600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1496700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2541600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1496700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2541600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1496700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2541700 {
+ public int T1496800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2541700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1496800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2541700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1496800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2541700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1496800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2541800 {
+ public int T1496900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2541800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1496900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2541800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1496900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2541800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1496900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2541900 {
+ public int T1497000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2541900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1497000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2541900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1497000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2541900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1497000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2542000 {
+ public int T1497100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2542000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1497100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2542000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1497100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2542000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1497100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2542100 {
+ public int T1497200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2542100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1497200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2542100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1497200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2542100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1497200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2542200 {
+ public int T1498400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2542200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1498400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2542200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1498400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2542200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1498400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2542300 {
+ public int T1498500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2542300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1498500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2542300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1498500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2542300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1498500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2542400 {
+ public int T1498600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2542400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1498600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2542400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1498600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2542400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1498600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2542500 {
+ public int T1498700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2542500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1498700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2542500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1498700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2542500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1498700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2542600 {
+ public int T1498800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2542600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1498800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2542600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1498800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2542600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1498800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2542700 {
+ public int T1498900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2542700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1498900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2542700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1498900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2542700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1498900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2542800 {
+ public int T1499000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2542800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1499000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2542800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1499000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2542800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1499000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2542900 {
+ public int T1499100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2542900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1499100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2542900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1499100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2542900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1499100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2543000 {
+ public int T1499200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2543000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1499200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2543000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1499200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2543000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1499200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2543100 {
+ public int T1499300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2543100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1499300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2543100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1499300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2543100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1499300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2543200 {
+ public int T1499400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2543200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1499400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2543200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1499400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2543200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1499400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2543300 {
+ public int T1499500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2543300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1499500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2543300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1499500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2543300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1499500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2543400 {
+ public int T1499501 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2543400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1499501Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2543400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1499501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2543400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1499501Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2543500 {
+ public int T1499600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2543500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1499600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2543500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1499600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2543500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1499600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2543600 {
+ public int T1499601 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2543600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1499601Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2543600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1499601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2543600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1499601Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2543700 {
+ public int T1499700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2543700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1499700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2543700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1499700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2543700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1499700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2543800 {
+ public int T1499701 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2543800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1499701Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2543800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1499701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2543800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1499701Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2543900 {
+ public int T1499800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2543900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1499800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2543900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1499800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2543900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1499800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2544000 {
+ public int T1499801 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2544000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1499801Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2544000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1499801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2544000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1499801Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2544100 {
+ public int T1499900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2544100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1499900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2544100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1499900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2544100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1499900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2544200 {
+ public int T1499901 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2544200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1499901Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2544200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1499901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2544200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1499901Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2544300 {
+ public int T1500000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2544300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1500000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2544300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1500000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2544300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1500000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2544400 {
+ public int T1500001 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2544400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1500001Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2544400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1500001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2544400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1500001Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2544500 {
+ public int T1500100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2544500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1500100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2544500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1500100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2544500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1500100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2544600 {
+ public int T1500101 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2544600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1500101Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2544600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1500101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2544600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1500101Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2544700 {
+ public int T1500200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2544700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1500200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2544700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1500200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2544700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1500200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2544800 {
+ public int T1500201 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2544800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1500201Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2544800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1500201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2544800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1500201Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2544900 {
+ public int T1500300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2544900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1500300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2544900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1500300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2544900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1500300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2545000 {
+ public int T1500301 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2545000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1500301Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2545000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1500301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2545000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1500301Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2545100 {
+ public int T1500400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2545100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1500400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2545100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1500400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2545100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1500400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2545200 {
+ public int T1500401 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2545200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1500401Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2545200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1500401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2545200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1500401Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2545201 {
+ public int T1501100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2545201Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1501100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2545201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1501100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2545201Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1501100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2545300 {
+ public int T1501200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2545300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1501200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2545300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1501200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2545300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1501200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2545301 {
+ public int T1501300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2545301Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1501300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2545301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1501300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2545301Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1501300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2545400 {
+ public int T1501400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2545400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1501400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2545400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1501400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2545400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1501400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2545401 {
+ public int T1501500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2545401Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1501500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2545401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1501500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2545401Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1501500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2545500 {
+ public int T1501600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2545500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1501600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2545500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1501600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2545500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1501600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2545501 {
+ public int T1501700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2545501Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1501700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2545501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1501700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2545501Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1501700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2545600 {
+ public int T1501800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2545600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1501800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2545600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1501800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2545600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1501800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2545601 {
+ public int T1501900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2545601Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1501900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2545601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1501900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2545601Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1501900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2545700 {
+ public int T1502000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2545700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1502000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2545700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1502000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2545700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1502000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2545701 {
+ public int T1502100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2545701Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1502100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2545701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1502100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2545701Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1502100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2545800 {
+ public int T1765100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2545800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1765100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2545800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1765100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2545800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1765100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2545801 {
+ public int T1765200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2545801Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1765200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2545801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1765200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2545801Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1765200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2545900 {
+ public int T1765300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2545900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1765300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2545900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1765300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2545900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1765300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2545901 {
+ public int T1765400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2545901Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1765400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2545901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1765400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2545901Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1765400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2546000 {
+ public int T1765500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2546000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1765500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2546000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1765500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2546000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1765500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2546001 {
+ public int T1765600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2546001Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1765600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2546001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1765600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2546001Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1765600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2546100 {
+ public int T1765700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2546100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T1765700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2546100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T1765700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2546100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T1765700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2546101 {
+ public int T2541200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2546101Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2541200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2546101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2541200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2546101Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2541200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2546200 {
+ public int T2541300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2546200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2541300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2546200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2541300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2546200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2541300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2546201 {
+ public int T2541400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2546201Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2541400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2546201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2541400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2546201Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2541400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2546300 {
+ public int T2541500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2546300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2541500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2546300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2541500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2546300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2541500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2546301 {
+ public int T2541600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2546301Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2541600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2546301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2541600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2546301Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2541600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2546400 {
+ public int T2541700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2546400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2541700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2546400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2541700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2546400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2541700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2546401 {
+ public int T2541800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2546401Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2541800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2546401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2541800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2546401Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2541800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2546500 {
+ public int T2541900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2546500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2541900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2546500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2541900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2546500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2541900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2546501 {
+ public int T2542000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2546501Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2542000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2546501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2542000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2546501Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2542000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2546600 {
+ public int T2542100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2546600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2542100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2546600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2542100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2546600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2542100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2546601 {
+ public int T2542200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2546601Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2542200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2546601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2542200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2546601Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2542200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2546700 {
+ public int T2542300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2546700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2542300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2546700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2542300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2546700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2542300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2546701 {
+ public int T2542400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2546701Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2542400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2546701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2542400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2546701Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2542400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2546800 {
+ public int T2542500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2546800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2542500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2546800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2542500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2546800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2542500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2546900 {
+ public int T2542600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2546900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2542600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2546900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2542600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2546900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2542600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2547000 {
+ public int T2542700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2547000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2542700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2547000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2542700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2547000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2542700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2547100 {
+ public int T2542800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2547100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2542800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2547100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2542800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2547100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2542800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2547200 {
+ public int T2542900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2547200Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2542900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2547200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2542900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2547200Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2542900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2547300 {
+ public int T2543000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2547300Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2543000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2547300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2543000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2547300Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2543000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2547400 {
+ public int T2543100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2547400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2543100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2547400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2543100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2547400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2543100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2547500 {
+ public int T2544200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2547500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2544200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2547500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2544200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2547500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2544200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2547600 {
+ public int T2544300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2547600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2544300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2547600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2544300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2547600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2544300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2547700 {
+ public int T2544400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2547700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2544400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2547700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2544400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2547700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2544400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2763400 {
+ public int T2544500 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2763400Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2544500Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2763400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2544500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2763400Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2544500Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2763500 {
+ public int T2544600 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2763500Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2544600Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2763500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2544600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2763500Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2544600Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2763600 {
+ public int T2544700 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2763600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2544700Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2763600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2544700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2763600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2544700Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2763700 {
+ public int T2544800 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2763700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2544800Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2763700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2544800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2763700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2544800Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2763800 {
+ public int T2544900 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2763800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2544900Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2763800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2544900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2763800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2544900Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2763900 {
+ public int T2545000 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2763900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2545000Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2763900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2545000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2763900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2545000Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T2764000 {
+ public int T2545100 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T2764000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2545100Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T2764000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2545100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T2764000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2545100Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T3729600 {
+ public int T2545200 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T3729600Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2545200Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T3729600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2545200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T3729600Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2545200Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T3729700 {
+ public int T2545201 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T3729700Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2545201Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T3729700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2545201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T3729700Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2545201Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T3729800 {
+ public int T2545300 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T3729800Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2545300Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T3729800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2545300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T3729800Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2545300Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T3729900 {
+ public int T2545301 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T3729900Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2545301Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T3729900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2545301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T3729900Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2545301Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T3730000 {
+ public int T2545400 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T3730000Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2545400Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T3730000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2545400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T3730000Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2545400Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public int T3730100 {
+ public int T2545401 {
get {
try {
- return ((int)(this[this.tabletblGen2FatherFromGen1.T3730100Column]));
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2545401Column]));
}
catch (global::System.InvalidCastException e) {
- throw new global::System.Data.StrongTypingException("The value for column \'T3730100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ throw new global::System.Data.StrongTypingException("The value for column \'T2545401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
}
}
set {
- this[this.tabletblGen2FatherFromGen1.T3730100Column] = value;
+ this[this.tabletblGen2FatherFromGen1.T2545401Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR0214800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R0214800Column);
+ public int T2545500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2545500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2545500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2545500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR0214800Null() {
- this[this.tabletblGen2FatherFromGen1.R0214800Column] = global::System.Convert.DBNull;
+ public int T2545501 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2545501Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2545501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2545501Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1373300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1373300Column);
+ public int T2545600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2545600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2545600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2545600Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1373300Null() {
- this[this.tabletblGen2FatherFromGen1.R1373300Column] = global::System.Convert.DBNull;
+ public int T2545601 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2545601Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2545601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2545601Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1373400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1373400Column);
+ public int T2545700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2545700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2545700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2545700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1373400Null() {
- this[this.tabletblGen2FatherFromGen1.R1373400Column] = global::System.Convert.DBNull;
+ public int T2545701 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2545701Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2545701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2545701Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1373500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1373500Column);
+ public int T2545800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2545800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2545800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2545800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1373500Null() {
- this[this.tabletblGen2FatherFromGen1.R1373500Column] = global::System.Convert.DBNull;
+ public int T2545801 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2545801Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2545801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2545801Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1374000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1374000Column);
+ public int T2545900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2545900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2545900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2545900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1374000Null() {
- this[this.tabletblGen2FatherFromGen1.R1374000Column] = global::System.Convert.DBNull;
+ public int T2545901 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2545901Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2545901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2545901Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1374100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1374100Column);
+ public int T2546000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2546000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2546000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2546000Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1374100Null() {
- this[this.tabletblGen2FatherFromGen1.R1374100Column] = global::System.Convert.DBNull;
+ public int T2546001 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2546001Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2546001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2546001Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1374200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1374200Column);
+ public int T2546800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2546800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2546800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2546800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1374200Null() {
- this[this.tabletblGen2FatherFromGen1.R1374200Column] = global::System.Convert.DBNull;
+ public int T2546900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2546900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2546900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2546900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1374700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1374700Column);
+ public int T2547000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2547000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2547000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2547000Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1374700Null() {
- this[this.tabletblGen2FatherFromGen1.R1374700Column] = global::System.Convert.DBNull;
+ public int T2547100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2547100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2547100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2547100Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1374800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1374800Column);
+ public int T2547200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2547200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2547200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2547200Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1374800Null() {
- this[this.tabletblGen2FatherFromGen1.R1374800Column] = global::System.Convert.DBNull;
+ public int T2547300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2547300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2547300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2547300Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1374900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1374900Column);
+ public int T2547400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2547400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2547400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2547400Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1374900Null() {
- this[this.tabletblGen2FatherFromGen1.R1374900Column] = global::System.Convert.DBNull;
+ public int T2547500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2547500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2547500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2547500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1375400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1375400Column);
+ public int T2547600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2547600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2547600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2547600Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1375400Null() {
- this[this.tabletblGen2FatherFromGen1.R1375400Column] = global::System.Convert.DBNull;
+ public int T2547700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2547700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2547700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2547700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1375500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1375500Column);
+ public int T2763400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2763400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2763400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2763400Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1375500Null() {
- this[this.tabletblGen2FatherFromGen1.R1375500Column] = global::System.Convert.DBNull;
+ public int T2763500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2763500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2763500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2763500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1375600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1375600Column);
+ public int T2763600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2763600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2763600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2763600Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1375600Null() {
- this[this.tabletblGen2FatherFromGen1.R1375600Column] = global::System.Convert.DBNull;
+ public int T2763700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2763700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2763700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2763700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1376100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1376100Column);
+ public int T2763800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2763800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2763800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2763800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1376100Null() {
- this[this.tabletblGen2FatherFromGen1.R1376100Column] = global::System.Convert.DBNull;
+ public int T2763900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2763900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2763900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2763900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1376200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1376200Column);
+ public int T2764000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T2764000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T2764000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T2764000Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1376200Null() {
- this[this.tabletblGen2FatherFromGen1.R1376200Column] = global::System.Convert.DBNull;
+ public int T3527500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3527500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3527500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3527500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1376300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1376300Column);
+ public int T3527600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3527600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3527600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3527600Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1376300Null() {
- this[this.tabletblGen2FatherFromGen1.R1376300Column] = global::System.Convert.DBNull;
+ public int T3527700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3527700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3527700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3527700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1376800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1376800Column);
+ public int T3527800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3527800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3527800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3527800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1376800Null() {
- this[this.tabletblGen2FatherFromGen1.R1376800Column] = global::System.Convert.DBNull;
+ public int T3527900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3527900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3527900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3527900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1376900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1376900Column);
+ public int T3528000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3528000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3528000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3528000Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1376900Null() {
- this[this.tabletblGen2FatherFromGen1.R1376900Column] = global::System.Convert.DBNull;
+ public int T3528100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3528100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3528100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3528100Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1377000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1377000Column);
+ public int T3528200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3528200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3528200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3528200Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1377000Null() {
- this[this.tabletblGen2FatherFromGen1.R1377000Column] = global::System.Convert.DBNull;
+ public int T3528300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3528300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3528300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3528300Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1377500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1377500Column);
+ public int T3528400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3528400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3528400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3528400Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1377500Null() {
- this[this.tabletblGen2FatherFromGen1.R1377500Column] = global::System.Convert.DBNull;
+ public int T3530500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3530500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3530500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3530500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1377600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1377600Column);
+ public int T3530600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3530600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3530600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3530600Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1377600Null() {
- this[this.tabletblGen2FatherFromGen1.R1377600Column] = global::System.Convert.DBNull;
+ public int T3530700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3530700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3530700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3530700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1377700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1377700Column);
+ public int T3530800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3530800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3530800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3530800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1377700Null() {
- this[this.tabletblGen2FatherFromGen1.R1377700Column] = global::System.Convert.DBNull;
+ public int T3530900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3530900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3530900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3530900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1753700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1753700Column);
+ public int T3531000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3531000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3531000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3531000Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1753700Null() {
- this[this.tabletblGen2FatherFromGen1.R1753700Column] = global::System.Convert.DBNull;
+ public int T3531100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3531100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3531100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3531100Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1753800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1753800Column);
+ public int T3531200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3531200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3531200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3531200Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1753800Null() {
- this[this.tabletblGen2FatherFromGen1.R1753800Column] = global::System.Convert.DBNull;
+ public int T3531300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3531300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3531300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3531300Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1753900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1753900Column);
+ public int T3531400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3531400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3531400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3531400Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1753900Null() {
- this[this.tabletblGen2FatherFromGen1.R1753900Column] = global::System.Convert.DBNull;
+ public int T3531500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3531500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3531500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3531500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1754400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1754400Column);
+ public int T3531501 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3531501Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3531501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3531501Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1754400Null() {
- this[this.tabletblGen2FatherFromGen1.R1754400Column] = global::System.Convert.DBNull;
+ public int T3531600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3531600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3531600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3531600Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1754500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1754500Column);
+ public int T3531601 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3531601Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3531601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3531601Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1754500Null() {
- this[this.tabletblGen2FatherFromGen1.R1754500Column] = global::System.Convert.DBNull;
+ public int T3531700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3531700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3531700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3531700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1754600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1754600Column);
+ public int T3531701 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3531701Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3531701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3531701Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1754600Null() {
- this[this.tabletblGen2FatherFromGen1.R1754600Column] = global::System.Convert.DBNull;
+ public int T3531800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3531800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3531800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3531800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1755100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1755100Column);
+ public int T3531801 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3531801Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3531801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3531801Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1755100Null() {
- this[this.tabletblGen2FatherFromGen1.R1755100Column] = global::System.Convert.DBNull;
+ public int T3531900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3531900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3531900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3531900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1755200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1755200Column);
+ public int T3531901 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3531901Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3531901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3531901Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1755200Null() {
- this[this.tabletblGen2FatherFromGen1.R1755200Column] = global::System.Convert.DBNull;
+ public int T3532000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3532000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3532000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3532000Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1755300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1755300Column);
+ public int T3532001 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3532001Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3532001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3532001Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1755300Null() {
- this[this.tabletblGen2FatherFromGen1.R1755300Column] = global::System.Convert.DBNull;
+ public int T3532100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3532100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3532100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3532100Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1755800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1755800Column);
+ public int T3532101 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3532101Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3532101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3532101Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1755800Null() {
- this[this.tabletblGen2FatherFromGen1.R1755800Column] = global::System.Convert.DBNull;
+ public int T3532200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3532200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3532200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3532200Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1755900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1755900Column);
+ public int T3532201 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3532201Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3532201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3532201Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1755900Null() {
- this[this.tabletblGen2FatherFromGen1.R1755900Column] = global::System.Convert.DBNull;
+ public int T3532300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3532300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3532300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3532300Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1756000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1756000Column);
+ public int T3532301 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3532301Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3532301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3532301Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1756000Null() {
- this[this.tabletblGen2FatherFromGen1.R1756000Column] = global::System.Convert.DBNull;
+ public int T3532400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3532400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3532400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3532400Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1756500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1756500Column);
+ public int T3532401 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3532401Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3532401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3532401Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1756500Null() {
- this[this.tabletblGen2FatherFromGen1.R1756500Column] = global::System.Convert.DBNull;
+ public int T3533200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3533200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3533200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3533200Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1756600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1756600Column);
+ public int T3533300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3533300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3533300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3533300Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1756600Null() {
- this[this.tabletblGen2FatherFromGen1.R1756600Column] = global::System.Convert.DBNull;
+ public int T3533400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3533400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3533400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3533400Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1756700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1756700Column);
+ public int T3533500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3533500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3533500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3533500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1756700Null() {
- this[this.tabletblGen2FatherFromGen1.R1756700Column] = global::System.Convert.DBNull;
+ public int T3533600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3533600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3533600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3533600Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1757200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1757200Column);
+ public int T3533700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3533700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3533700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3533700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1757200Null() {
- this[this.tabletblGen2FatherFromGen1.R1757200Column] = global::System.Convert.DBNull;
+ public int T3533800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3533800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3533800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3533800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1757300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1757300Column);
+ public int T3533900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3533900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3533900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3533900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1757300Null() {
- this[this.tabletblGen2FatherFromGen1.R1757300Column] = global::System.Convert.DBNull;
+ public int T3534000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3534000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3534000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3534000Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1757400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1757400Column);
+ public int T3534100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3534100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3534100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3534100Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1757400Null() {
- this[this.tabletblGen2FatherFromGen1.R1757400Column] = global::System.Convert.DBNull;
+ public int T3729600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3729600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3729600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3729600Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1757900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1757900Column);
+ public int T3729700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3729700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3729700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3729700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1757900Null() {
- this[this.tabletblGen2FatherFromGen1.R1757900Column] = global::System.Convert.DBNull;
+ public int T3729800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3729800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3729800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3729800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1758000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1758000Column);
+ public int T3729900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3729900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3729900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3729900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1758000Null() {
- this[this.tabletblGen2FatherFromGen1.R1758000Column] = global::System.Convert.DBNull;
+ public int T3730000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3730000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3730000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3730000Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR1758100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R1758100Column);
+ public int T3730100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T3730100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T3730100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T3730100Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR1758100Null() {
- this[this.tabletblGen2FatherFromGen1.R1758100Column] = global::System.Convert.DBNull;
+ public int T4496200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4496200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4496200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4496200Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2095700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2095700Column);
+ public int T4496300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4496300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4496300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4496300Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2095700Null() {
- this[this.tabletblGen2FatherFromGen1.R2095700Column] = global::System.Convert.DBNull;
+ public int T4496400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4496400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4496400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4496400Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2095800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2095800Column);
+ public int T4496500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4496500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4496500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4496500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2095800Null() {
- this[this.tabletblGen2FatherFromGen1.R2095800Column] = global::System.Convert.DBNull;
+ public int T4496600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4496600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4496600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4496600Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2095900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2095900Column);
+ public int T4496700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4496700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4496700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4496700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2095900Null() {
- this[this.tabletblGen2FatherFromGen1.R2095900Column] = global::System.Convert.DBNull;
+ public int T4496800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4496800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4496800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4496800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2096400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2096400Column);
+ public int T4496900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4496900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4496900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4496900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2096400Null() {
- this[this.tabletblGen2FatherFromGen1.R2096400Column] = global::System.Convert.DBNull;
+ public int T4497000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4497000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4497000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4497000Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2096500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2096500Column);
+ public int T4497100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4497100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4497100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4497100Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2096500Null() {
- this[this.tabletblGen2FatherFromGen1.R2096500Column] = global::System.Convert.DBNull;
+ public int T4500700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4500700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4500700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4500700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2096600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2096600Column);
+ public int T4500800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4500800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4500800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4500800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2096600Null() {
- this[this.tabletblGen2FatherFromGen1.R2096600Column] = global::System.Convert.DBNull;
+ public int T4500900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4500900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4500900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4500900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2097100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2097100Column);
+ public int T4501000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4501000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4501000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4501000Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2097100Null() {
- this[this.tabletblGen2FatherFromGen1.R2097100Column] = global::System.Convert.DBNull;
+ public int T4501100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4501100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4501100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4501100Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2097200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2097200Column);
+ public int T4501200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4501200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4501200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4501200Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2097200Null() {
- this[this.tabletblGen2FatherFromGen1.R2097200Column] = global::System.Convert.DBNull;
+ public int T4501300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4501300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4501300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4501300Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2097300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2097300Column);
+ public int T4501400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4501400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4501400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4501400Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2097300Null() {
- this[this.tabletblGen2FatherFromGen1.R2097300Column] = global::System.Convert.DBNull;
+ public int T4501500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4501500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4501500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4501500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2097800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2097800Column);
+ public int T4501600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4501600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4501600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4501600Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2097800Null() {
- this[this.tabletblGen2FatherFromGen1.R2097800Column] = global::System.Convert.DBNull;
+ public int T4501700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4501700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4501700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4501700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2097900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2097900Column);
+ public int T4501701 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4501701Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4501701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4501701Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2097900Null() {
- this[this.tabletblGen2FatherFromGen1.R2097900Column] = global::System.Convert.DBNull;
+ public int T4501800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4501800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4501800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4501800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2098000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2098000Column);
+ public int T4501801 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4501801Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4501801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4501801Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2098000Null() {
- this[this.tabletblGen2FatherFromGen1.R2098000Column] = global::System.Convert.DBNull;
+ public int T4501900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4501900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4501900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4501900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2098500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2098500Column);
+ public int T4501901 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4501901Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4501901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4501901Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2098500Null() {
- this[this.tabletblGen2FatherFromGen1.R2098500Column] = global::System.Convert.DBNull;
+ public int T4502000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4502000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4502000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4502000Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2098600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2098600Column);
+ public int T4502001 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4502001Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4502001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4502001Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2098600Null() {
- this[this.tabletblGen2FatherFromGen1.R2098600Column] = global::System.Convert.DBNull;
+ public int T4502100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4502100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4502100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4502100Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2098700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2098700Column);
+ public int T4502101 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4502101Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4502101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4502101Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2098700Null() {
- this[this.tabletblGen2FatherFromGen1.R2098700Column] = global::System.Convert.DBNull;
+ public int T4502200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4502200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4502200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4502200Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2099200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2099200Column);
+ public int T4502201 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4502201Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4502201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4502201Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2099200Null() {
- this[this.tabletblGen2FatherFromGen1.R2099200Column] = global::System.Convert.DBNull;
+ public int T4502300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4502300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4502300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4502300Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2099300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2099300Column);
+ public int T4502301 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4502301Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4502301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4502301Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2099300Null() {
- this[this.tabletblGen2FatherFromGen1.R2099300Column] = global::System.Convert.DBNull;
+ public int T4502400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4502400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4502400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4502400Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2099400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2099400Column);
+ public int T4502401 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4502401Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4502401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4502401Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2099400Null() {
- this[this.tabletblGen2FatherFromGen1.R2099400Column] = global::System.Convert.DBNull;
+ public int T4502500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4502500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4502500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4502500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2099900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2099900Column);
+ public int T4502501 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4502501Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4502501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4502501Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2099900Null() {
- this[this.tabletblGen2FatherFromGen1.R2099900Column] = global::System.Convert.DBNull;
+ public int T4502600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4502600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4502600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4502600Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2100000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2100000Column);
+ public int T4502601 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4502601Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4502601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4502601Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2100000Null() {
- this[this.tabletblGen2FatherFromGen1.R2100000Column] = global::System.Convert.DBNull;
+ public int T4504900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4504900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4504900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4504900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2100100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2100100Column);
+ public int T4505000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4505000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4505000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4505000Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2100100Null() {
- this[this.tabletblGen2FatherFromGen1.R2100100Column] = global::System.Convert.DBNull;
+ public int T4505100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4505100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4505100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4505100Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2345900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2345900Column);
+ public int T4505200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4505200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4505200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4505200Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2345900Null() {
- this[this.tabletblGen2FatherFromGen1.R2345900Column] = global::System.Convert.DBNull;
+ public int T4505300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4505300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4505300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4505300Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2346200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2346200Column);
+ public int T4505400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4505400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4505400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4505400Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2346200Null() {
- this[this.tabletblGen2FatherFromGen1.R2346200Column] = global::System.Convert.DBNull;
+ public int T4505500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4505500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4505500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4505500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2346500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2346500Column);
+ public int T4505600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4505600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4505600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4505600Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2346500Null() {
- this[this.tabletblGen2FatherFromGen1.R2346500Column] = global::System.Convert.DBNull;
+ public int T4505700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4505700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4505700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4505700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2346800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2346800Column);
+ public int T4505800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4505800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4505800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4505800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2346800Null() {
- this[this.tabletblGen2FatherFromGen1.R2346800Column] = global::System.Convert.DBNull;
+ public int T4703500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4703500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4703500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4703500Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2347100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2347100Column);
+ public int T4703600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4703600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4703600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4703600Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2347100Null() {
- this[this.tabletblGen2FatherFromGen1.R2347100Column] = global::System.Convert.DBNull;
+ public int T4703700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4703700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4703700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4703700Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2347400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2347400Column);
+ public int T4703800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4703800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4703800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4703800Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2347400Null() {
- this[this.tabletblGen2FatherFromGen1.R2347400Column] = global::System.Convert.DBNull;
+ public int T4703900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4703900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4703900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4703900Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2347700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2347700Column);
+ public int T4704000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1.T4704000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T4704000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1.T4704000Column] = value;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2347700Null() {
- this[this.tabletblGen2FatherFromGen1.R2347700Column] = global::System.Convert.DBNull;
+ public bool IsR0173600Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R0173600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2648000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2648000Column);
+ public void SetR0173600Null() {
+ this[this.tabletblGen2FatherFromGen1.R0173600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2648000Null() {
- this[this.tabletblGen2FatherFromGen1.R2648000Column] = global::System.Convert.DBNull;
+ public bool IsR0214700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R0214700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2648100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2648100Column);
+ public void SetR0214700Null() {
+ this[this.tabletblGen2FatherFromGen1.R0214700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2648100Null() {
- this[this.tabletblGen2FatherFromGen1.R2648100Column] = global::System.Convert.DBNull;
+ public bool IsR0214800Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R0214800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2648200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2648200Column);
+ public void SetR0214800Null() {
+ this[this.tabletblGen2FatherFromGen1.R0214800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2648200Null() {
- this[this.tabletblGen2FatherFromGen1.R2648200Column] = global::System.Convert.DBNull;
+ public bool IsR1373300Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1373300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2648700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2648700Column);
+ public void SetR1373300Null() {
+ this[this.tabletblGen2FatherFromGen1.R1373300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2648700Null() {
- this[this.tabletblGen2FatherFromGen1.R2648700Column] = global::System.Convert.DBNull;
+ public bool IsR1373500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1373500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2648800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2648800Column);
+ public void SetR1373500Null() {
+ this[this.tabletblGen2FatherFromGen1.R1373500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2648800Null() {
- this[this.tabletblGen2FatherFromGen1.R2648800Column] = global::System.Convert.DBNull;
+ public bool IsR1374000Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1374000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2648900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2648900Column);
+ public void SetR1374000Null() {
+ this[this.tabletblGen2FatherFromGen1.R1374000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2648900Null() {
- this[this.tabletblGen2FatherFromGen1.R2648900Column] = global::System.Convert.DBNull;
+ public bool IsR1374200Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1374200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2649400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2649400Column);
+ public void SetR1374200Null() {
+ this[this.tabletblGen2FatherFromGen1.R1374200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2649400Null() {
- this[this.tabletblGen2FatherFromGen1.R2649400Column] = global::System.Convert.DBNull;
+ public bool IsR1374700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1374700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2649500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2649500Column);
+ public void SetR1374700Null() {
+ this[this.tabletblGen2FatherFromGen1.R1374700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2649500Null() {
- this[this.tabletblGen2FatherFromGen1.R2649500Column] = global::System.Convert.DBNull;
+ public bool IsR1374900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1374900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2649600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2649600Column);
+ public void SetR1374900Null() {
+ this[this.tabletblGen2FatherFromGen1.R1374900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2649600Null() {
- this[this.tabletblGen2FatherFromGen1.R2649600Column] = global::System.Convert.DBNull;
+ public bool IsR1375400Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1375400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2650100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2650100Column);
+ public void SetR1375400Null() {
+ this[this.tabletblGen2FatherFromGen1.R1375400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2650100Null() {
- this[this.tabletblGen2FatherFromGen1.R2650100Column] = global::System.Convert.DBNull;
+ public bool IsR1375600Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1375600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2650200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2650200Column);
+ public void SetR1375600Null() {
+ this[this.tabletblGen2FatherFromGen1.R1375600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2650200Null() {
- this[this.tabletblGen2FatherFromGen1.R2650200Column] = global::System.Convert.DBNull;
+ public bool IsR1376100Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1376100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2650300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2650300Column);
+ public void SetR1376100Null() {
+ this[this.tabletblGen2FatherFromGen1.R1376100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2650300Null() {
- this[this.tabletblGen2FatherFromGen1.R2650300Column] = global::System.Convert.DBNull;
+ public bool IsR1376300Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1376300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2650800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2650800Column);
+ public void SetR1376300Null() {
+ this[this.tabletblGen2FatherFromGen1.R1376300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2650800Null() {
- this[this.tabletblGen2FatherFromGen1.R2650800Column] = global::System.Convert.DBNull;
+ public bool IsR1376800Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1376800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2650900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2650900Column);
+ public void SetR1376800Null() {
+ this[this.tabletblGen2FatherFromGen1.R1376800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2650900Null() {
- this[this.tabletblGen2FatherFromGen1.R2650900Column] = global::System.Convert.DBNull;
+ public bool IsR1377000Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1377000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2651000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2651000Column);
+ public void SetR1377000Null() {
+ this[this.tabletblGen2FatherFromGen1.R1377000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2651000Null() {
- this[this.tabletblGen2FatherFromGen1.R2651000Column] = global::System.Convert.DBNull;
+ public bool IsR1377500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1377500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2651500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2651500Column);
+ public void SetR1377500Null() {
+ this[this.tabletblGen2FatherFromGen1.R1377500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2651500Null() {
- this[this.tabletblGen2FatherFromGen1.R2651500Column] = global::System.Convert.DBNull;
+ public bool IsR1377700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1377700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2651600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2651600Column);
+ public void SetR1377700Null() {
+ this[this.tabletblGen2FatherFromGen1.R1377700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2651600Null() {
- this[this.tabletblGen2FatherFromGen1.R2651600Column] = global::System.Convert.DBNull;
+ public bool IsR1753700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1753700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2651700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2651700Column);
+ public void SetR1753700Null() {
+ this[this.tabletblGen2FatherFromGen1.R1753700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2651700Null() {
- this[this.tabletblGen2FatherFromGen1.R2651700Column] = global::System.Convert.DBNull;
+ public bool IsR1753900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1753900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2652200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2652200Column);
+ public void SetR1753900Null() {
+ this[this.tabletblGen2FatherFromGen1.R1753900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2652200Null() {
- this[this.tabletblGen2FatherFromGen1.R2652200Column] = global::System.Convert.DBNull;
+ public bool IsR1754400Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1754400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2652300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2652300Column);
+ public void SetR1754400Null() {
+ this[this.tabletblGen2FatherFromGen1.R1754400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2652300Null() {
- this[this.tabletblGen2FatherFromGen1.R2652300Column] = global::System.Convert.DBNull;
+ public bool IsR1754600Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1754600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2652400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2652400Column);
+ public void SetR1754600Null() {
+ this[this.tabletblGen2FatherFromGen1.R1754600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2652400Null() {
- this[this.tabletblGen2FatherFromGen1.R2652400Column] = global::System.Convert.DBNull;
+ public bool IsR1755100Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1755100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2955900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2955900Column);
+ public void SetR1755100Null() {
+ this[this.tabletblGen2FatherFromGen1.R1755100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2955900Null() {
- this[this.tabletblGen2FatherFromGen1.R2955900Column] = global::System.Convert.DBNull;
+ public bool IsR1755300Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1755300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2956200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2956200Column);
+ public void SetR1755300Null() {
+ this[this.tabletblGen2FatherFromGen1.R1755300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2956200Null() {
- this[this.tabletblGen2FatherFromGen1.R2956200Column] = global::System.Convert.DBNull;
+ public bool IsR1755800Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1755800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2956500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2956500Column);
+ public void SetR1755800Null() {
+ this[this.tabletblGen2FatherFromGen1.R1755800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2956500Null() {
- this[this.tabletblGen2FatherFromGen1.R2956500Column] = global::System.Convert.DBNull;
+ public bool IsR1756000Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1756000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2956800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2956800Column);
+ public void SetR1756000Null() {
+ this[this.tabletblGen2FatherFromGen1.R1756000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2956800Null() {
- this[this.tabletblGen2FatherFromGen1.R2956800Column] = global::System.Convert.DBNull;
+ public bool IsR1756500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1756500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2957100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2957100Column);
+ public void SetR1756500Null() {
+ this[this.tabletblGen2FatherFromGen1.R1756500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2957100Null() {
- this[this.tabletblGen2FatherFromGen1.R2957100Column] = global::System.Convert.DBNull;
+ public bool IsR1756700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1756700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2957400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2957400Column);
+ public void SetR1756700Null() {
+ this[this.tabletblGen2FatherFromGen1.R1756700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2957400Null() {
- this[this.tabletblGen2FatherFromGen1.R2957400Column] = global::System.Convert.DBNull;
+ public bool IsR1757200Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1757200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR2957700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R2957700Column);
+ public void SetR1757200Null() {
+ this[this.tabletblGen2FatherFromGen1.R1757200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR2957700Null() {
- this[this.tabletblGen2FatherFromGen1.R2957700Column] = global::System.Convert.DBNull;
+ public bool IsR1757400Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1757400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3255900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3255900Column);
+ public void SetR1757400Null() {
+ this[this.tabletblGen2FatherFromGen1.R1757400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3255900Null() {
- this[this.tabletblGen2FatherFromGen1.R3255900Column] = global::System.Convert.DBNull;
+ public bool IsR1757900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1757900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3256000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3256000Column);
+ public void SetR1757900Null() {
+ this[this.tabletblGen2FatherFromGen1.R1757900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3256000Null() {
- this[this.tabletblGen2FatherFromGen1.R3256000Column] = global::System.Convert.DBNull;
+ public bool IsR1758100Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R1758100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3256100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3256100Column);
+ public void SetR1758100Null() {
+ this[this.tabletblGen2FatherFromGen1.R1758100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3256100Null() {
- this[this.tabletblGen2FatherFromGen1.R3256100Column] = global::System.Convert.DBNull;
+ public bool IsR2095700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2095700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3257700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3257700Column);
+ public void SetR2095700Null() {
+ this[this.tabletblGen2FatherFromGen1.R2095700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3257700Null() {
- this[this.tabletblGen2FatherFromGen1.R3257700Column] = global::System.Convert.DBNull;
+ public bool IsR2095900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2095900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3257800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3257800Column);
+ public void SetR2095900Null() {
+ this[this.tabletblGen2FatherFromGen1.R2095900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3257800Null() {
- this[this.tabletblGen2FatherFromGen1.R3257800Column] = global::System.Convert.DBNull;
+ public bool IsR2096400Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2096400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3257900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3257900Column);
+ public void SetR2096400Null() {
+ this[this.tabletblGen2FatherFromGen1.R2096400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3257900Null() {
- this[this.tabletblGen2FatherFromGen1.R3257900Column] = global::System.Convert.DBNull;
+ public bool IsR2096600Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2096600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3259500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3259500Column);
+ public void SetR2096600Null() {
+ this[this.tabletblGen2FatherFromGen1.R2096600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3259500Null() {
- this[this.tabletblGen2FatherFromGen1.R3259500Column] = global::System.Convert.DBNull;
+ public bool IsR2097100Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2097100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3259600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3259600Column);
+ public void SetR2097100Null() {
+ this[this.tabletblGen2FatherFromGen1.R2097100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3259600Null() {
- this[this.tabletblGen2FatherFromGen1.R3259600Column] = global::System.Convert.DBNull;
+ public bool IsR2097300Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2097300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3259700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3259700Column);
+ public void SetR2097300Null() {
+ this[this.tabletblGen2FatherFromGen1.R2097300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3259700Null() {
- this[this.tabletblGen2FatherFromGen1.R3259700Column] = global::System.Convert.DBNull;
+ public bool IsR2097800Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2097800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3261300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3261300Column);
+ public void SetR2097800Null() {
+ this[this.tabletblGen2FatherFromGen1.R2097800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3261300Null() {
- this[this.tabletblGen2FatherFromGen1.R3261300Column] = global::System.Convert.DBNull;
+ public bool IsR2098000Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2098000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3261400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3261400Column);
+ public void SetR2098000Null() {
+ this[this.tabletblGen2FatherFromGen1.R2098000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3261400Null() {
- this[this.tabletblGen2FatherFromGen1.R3261400Column] = global::System.Convert.DBNull;
+ public bool IsR2098500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2098500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3261500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3261500Column);
+ public void SetR2098500Null() {
+ this[this.tabletblGen2FatherFromGen1.R2098500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3261500Null() {
- this[this.tabletblGen2FatherFromGen1.R3261500Column] = global::System.Convert.DBNull;
+ public bool IsR2098700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2098700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3263100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3263100Column);
+ public void SetR2098700Null() {
+ this[this.tabletblGen2FatherFromGen1.R2098700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3263100Null() {
- this[this.tabletblGen2FatherFromGen1.R3263100Column] = global::System.Convert.DBNull;
+ public bool IsR2099200Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2099200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3263200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3263200Column);
+ public void SetR2099200Null() {
+ this[this.tabletblGen2FatherFromGen1.R2099200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3263200Null() {
- this[this.tabletblGen2FatherFromGen1.R3263200Column] = global::System.Convert.DBNull;
+ public bool IsR2099400Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2099400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3263300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3263300Column);
+ public void SetR2099400Null() {
+ this[this.tabletblGen2FatherFromGen1.R2099400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3263300Null() {
- this[this.tabletblGen2FatherFromGen1.R3263300Column] = global::System.Convert.DBNull;
+ public bool IsR2099900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2099900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3264900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3264900Column);
+ public void SetR2099900Null() {
+ this[this.tabletblGen2FatherFromGen1.R2099900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3264900Null() {
- this[this.tabletblGen2FatherFromGen1.R3264900Column] = global::System.Convert.DBNull;
+ public bool IsR2100100Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2100100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3265000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3265000Column);
+ public void SetR2100100Null() {
+ this[this.tabletblGen2FatherFromGen1.R2100100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3265000Null() {
- this[this.tabletblGen2FatherFromGen1.R3265000Column] = global::System.Convert.DBNull;
+ public bool IsR2345900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2345900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3265100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3265100Column);
+ public void SetR2345900Null() {
+ this[this.tabletblGen2FatherFromGen1.R2345900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3265100Null() {
- this[this.tabletblGen2FatherFromGen1.R3265100Column] = global::System.Convert.DBNull;
+ public bool IsR2346200Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2346200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3266700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3266700Column);
+ public void SetR2346200Null() {
+ this[this.tabletblGen2FatherFromGen1.R2346200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3266700Null() {
- this[this.tabletblGen2FatherFromGen1.R3266700Column] = global::System.Convert.DBNull;
+ public bool IsR2346500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2346500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3266800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3266800Column);
+ public void SetR2346500Null() {
+ this[this.tabletblGen2FatherFromGen1.R2346500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3266800Null() {
- this[this.tabletblGen2FatherFromGen1.R3266800Column] = global::System.Convert.DBNull;
+ public bool IsR2346800Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2346800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3266900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3266900Column);
+ public void SetR2346800Null() {
+ this[this.tabletblGen2FatherFromGen1.R2346800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3266900Null() {
- this[this.tabletblGen2FatherFromGen1.R3266900Column] = global::System.Convert.DBNull;
+ public bool IsR2347100Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2347100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3268500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3268500Column);
+ public void SetR2347100Null() {
+ this[this.tabletblGen2FatherFromGen1.R2347100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3268500Null() {
- this[this.tabletblGen2FatherFromGen1.R3268500Column] = global::System.Convert.DBNull;
+ public bool IsR2347400Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2347400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3556400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3556400Column);
+ public void SetR2347400Null() {
+ this[this.tabletblGen2FatherFromGen1.R2347400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3556400Null() {
- this[this.tabletblGen2FatherFromGen1.R3556400Column] = global::System.Convert.DBNull;
+ public bool IsR2347700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2347700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3557000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3557000Column);
+ public void SetR2347700Null() {
+ this[this.tabletblGen2FatherFromGen1.R2347700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3557000Null() {
- this[this.tabletblGen2FatherFromGen1.R3557000Column] = global::System.Convert.DBNull;
+ public bool IsR2648000Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2648000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3557600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3557600Column);
+ public void SetR2648000Null() {
+ this[this.tabletblGen2FatherFromGen1.R2648000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3557600Null() {
- this[this.tabletblGen2FatherFromGen1.R3557600Column] = global::System.Convert.DBNull;
+ public bool IsR2648200Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2648200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3771800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3771800Column);
+ public void SetR2648200Null() {
+ this[this.tabletblGen2FatherFromGen1.R2648200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3771800Null() {
- this[this.tabletblGen2FatherFromGen1.R3771800Column] = global::System.Convert.DBNull;
+ public bool IsR2648700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2648700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3771900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3771900Column);
+ public void SetR2648700Null() {
+ this[this.tabletblGen2FatherFromGen1.R2648700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3771900Null() {
- this[this.tabletblGen2FatherFromGen1.R3771900Column] = global::System.Convert.DBNull;
+ public bool IsR2648900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2648900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3772000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3772000Column);
+ public void SetR2648900Null() {
+ this[this.tabletblGen2FatherFromGen1.R2648900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3772000Null() {
- this[this.tabletblGen2FatherFromGen1.R3772000Column] = global::System.Convert.DBNull;
+ public bool IsR2649400Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2649400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3772100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3772100Column);
+ public void SetR2649400Null() {
+ this[this.tabletblGen2FatherFromGen1.R2649400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3772100Null() {
- this[this.tabletblGen2FatherFromGen1.R3772100Column] = global::System.Convert.DBNull;
+ public bool IsR2649600Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2649600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3772200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3772200Column);
+ public void SetR2649600Null() {
+ this[this.tabletblGen2FatherFromGen1.R2649600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3772200Null() {
- this[this.tabletblGen2FatherFromGen1.R3772200Column] = global::System.Convert.DBNull;
+ public bool IsR2650100Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2650100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3772300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3772300Column);
+ public void SetR2650100Null() {
+ this[this.tabletblGen2FatherFromGen1.R2650100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3772300Null() {
- this[this.tabletblGen2FatherFromGen1.R3772300Column] = global::System.Convert.DBNull;
+ public bool IsR2650300Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2650300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3772400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3772400Column);
+ public void SetR2650300Null() {
+ this[this.tabletblGen2FatherFromGen1.R2650300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3772400Null() {
- this[this.tabletblGen2FatherFromGen1.R3772400Column] = global::System.Convert.DBNull;
+ public bool IsR2650800Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2650800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3773900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3773900Column);
+ public void SetR2650800Null() {
+ this[this.tabletblGen2FatherFromGen1.R2650800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3773900Null() {
- this[this.tabletblGen2FatherFromGen1.R3773900Column] = global::System.Convert.DBNull;
+ public bool IsR2651000Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2651000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3774000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3774000Column);
+ public void SetR2651000Null() {
+ this[this.tabletblGen2FatherFromGen1.R2651000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3774000Null() {
- this[this.tabletblGen2FatherFromGen1.R3774000Column] = global::System.Convert.DBNull;
+ public bool IsR2651500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2651500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3774100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3774100Column);
+ public void SetR2651500Null() {
+ this[this.tabletblGen2FatherFromGen1.R2651500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3774100Null() {
- this[this.tabletblGen2FatherFromGen1.R3774100Column] = global::System.Convert.DBNull;
+ public bool IsR2651700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2651700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3774200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3774200Column);
+ public void SetR2651700Null() {
+ this[this.tabletblGen2FatherFromGen1.R2651700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3774200Null() {
- this[this.tabletblGen2FatherFromGen1.R3774200Column] = global::System.Convert.DBNull;
+ public bool IsR2652200Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2652200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3774300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3774300Column);
+ public void SetR2652200Null() {
+ this[this.tabletblGen2FatherFromGen1.R2652200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3774300Null() {
- this[this.tabletblGen2FatherFromGen1.R3774300Column] = global::System.Convert.DBNull;
+ public bool IsR2652400Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2652400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3774400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3774400Column);
+ public void SetR2652400Null() {
+ this[this.tabletblGen2FatherFromGen1.R2652400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3774400Null() {
- this[this.tabletblGen2FatherFromGen1.R3774400Column] = global::System.Convert.DBNull;
+ public bool IsR2955900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2955900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3774500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3774500Column);
+ public void SetR2955900Null() {
+ this[this.tabletblGen2FatherFromGen1.R2955900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3774500Null() {
- this[this.tabletblGen2FatherFromGen1.R3774500Column] = global::System.Convert.DBNull;
+ public bool IsR2956200Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2956200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3776000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3776000Column);
+ public void SetR2956200Null() {
+ this[this.tabletblGen2FatherFromGen1.R2956200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3776000Null() {
- this[this.tabletblGen2FatherFromGen1.R3776000Column] = global::System.Convert.DBNull;
+ public bool IsR2956500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2956500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3776100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3776100Column);
+ public void SetR2956500Null() {
+ this[this.tabletblGen2FatherFromGen1.R2956500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3776100Null() {
- this[this.tabletblGen2FatherFromGen1.R3776100Column] = global::System.Convert.DBNull;
+ public bool IsR2956800Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2956800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3776200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3776200Column);
+ public void SetR2956800Null() {
+ this[this.tabletblGen2FatherFromGen1.R2956800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3776200Null() {
- this[this.tabletblGen2FatherFromGen1.R3776200Column] = global::System.Convert.DBNull;
+ public bool IsR2957100Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2957100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3776300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3776300Column);
+ public void SetR2957100Null() {
+ this[this.tabletblGen2FatherFromGen1.R2957100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3776300Null() {
- this[this.tabletblGen2FatherFromGen1.R3776300Column] = global::System.Convert.DBNull;
+ public bool IsR2957400Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2957400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3776400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3776400Column);
+ public void SetR2957400Null() {
+ this[this.tabletblGen2FatherFromGen1.R2957400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3776400Null() {
- this[this.tabletblGen2FatherFromGen1.R3776400Column] = global::System.Convert.DBNull;
+ public bool IsR2957700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R2957700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3776500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3776500Column);
+ public void SetR2957700Null() {
+ this[this.tabletblGen2FatherFromGen1.R2957700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3776500Null() {
- this[this.tabletblGen2FatherFromGen1.R3776500Column] = global::System.Convert.DBNull;
+ public bool IsR3255900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3255900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3776600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3776600Column);
+ public void SetR3255900Null() {
+ this[this.tabletblGen2FatherFromGen1.R3255900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3776600Null() {
- this[this.tabletblGen2FatherFromGen1.R3776600Column] = global::System.Convert.DBNull;
+ public bool IsR3256100Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3256100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3778100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3778100Column);
+ public void SetR3256100Null() {
+ this[this.tabletblGen2FatherFromGen1.R3256100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3778100Null() {
- this[this.tabletblGen2FatherFromGen1.R3778100Column] = global::System.Convert.DBNull;
+ public bool IsR3257700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3257700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3778200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3778200Column);
+ public void SetR3257700Null() {
+ this[this.tabletblGen2FatherFromGen1.R3257700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3778200Null() {
- this[this.tabletblGen2FatherFromGen1.R3778200Column] = global::System.Convert.DBNull;
+ public bool IsR3257900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3257900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3778300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3778300Column);
+ public void SetR3257900Null() {
+ this[this.tabletblGen2FatherFromGen1.R3257900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3778300Null() {
- this[this.tabletblGen2FatherFromGen1.R3778300Column] = global::System.Convert.DBNull;
+ public bool IsR3259500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3259500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3778400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3778400Column);
+ public void SetR3259500Null() {
+ this[this.tabletblGen2FatherFromGen1.R3259500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3778400Null() {
- this[this.tabletblGen2FatherFromGen1.R3778400Column] = global::System.Convert.DBNull;
+ public bool IsR3259700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3259700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3778500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3778500Column);
+ public void SetR3259700Null() {
+ this[this.tabletblGen2FatherFromGen1.R3259700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3778500Null() {
- this[this.tabletblGen2FatherFromGen1.R3778500Column] = global::System.Convert.DBNull;
+ public bool IsR3261300Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3261300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3778600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3778600Column);
+ public void SetR3261300Null() {
+ this[this.tabletblGen2FatherFromGen1.R3261300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3778600Null() {
- this[this.tabletblGen2FatherFromGen1.R3778600Column] = global::System.Convert.DBNull;
+ public bool IsR3261500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3261500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3778700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3778700Column);
+ public void SetR3261500Null() {
+ this[this.tabletblGen2FatherFromGen1.R3261500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3778700Null() {
- this[this.tabletblGen2FatherFromGen1.R3778700Column] = global::System.Convert.DBNull;
+ public bool IsR3263100Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3263100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3780200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3780200Column);
+ public void SetR3263100Null() {
+ this[this.tabletblGen2FatherFromGen1.R3263100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3780200Null() {
- this[this.tabletblGen2FatherFromGen1.R3780200Column] = global::System.Convert.DBNull;
+ public bool IsR3263300Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3263300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3780300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3780300Column);
+ public void SetR3263300Null() {
+ this[this.tabletblGen2FatherFromGen1.R3263300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3780300Null() {
- this[this.tabletblGen2FatherFromGen1.R3780300Column] = global::System.Convert.DBNull;
+ public bool IsR3264900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3264900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3780400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3780400Column);
+ public void SetR3264900Null() {
+ this[this.tabletblGen2FatherFromGen1.R3264900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3780400Null() {
- this[this.tabletblGen2FatherFromGen1.R3780400Column] = global::System.Convert.DBNull;
+ public bool IsR3265100Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3265100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3780500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3780500Column);
+ public void SetR3265100Null() {
+ this[this.tabletblGen2FatherFromGen1.R3265100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3780500Null() {
- this[this.tabletblGen2FatherFromGen1.R3780500Column] = global::System.Convert.DBNull;
+ public bool IsR3266700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3266700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3780600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3780600Column);
+ public void SetR3266700Null() {
+ this[this.tabletblGen2FatherFromGen1.R3266700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3780600Null() {
- this[this.tabletblGen2FatherFromGen1.R3780600Column] = global::System.Convert.DBNull;
+ public bool IsR3266900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3266900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3780700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3780700Column);
+ public void SetR3266900Null() {
+ this[this.tabletblGen2FatherFromGen1.R3266900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3780700Null() {
- this[this.tabletblGen2FatherFromGen1.R3780700Column] = global::System.Convert.DBNull;
+ public bool IsR3268500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3268500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3780800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3780800Column);
+ public void SetR3268500Null() {
+ this[this.tabletblGen2FatherFromGen1.R3268500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3780800Null() {
- this[this.tabletblGen2FatherFromGen1.R3780800Column] = global::System.Convert.DBNull;
+ public bool IsR3556400Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3556400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3782300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3782300Column);
+ public void SetR3556400Null() {
+ this[this.tabletblGen2FatherFromGen1.R3556400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3782300Null() {
- this[this.tabletblGen2FatherFromGen1.R3782300Column] = global::System.Convert.DBNull;
+ public bool IsR3557000Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3557000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3782400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3782400Column);
+ public void SetR3557000Null() {
+ this[this.tabletblGen2FatherFromGen1.R3557000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3782400Null() {
- this[this.tabletblGen2FatherFromGen1.R3782400Column] = global::System.Convert.DBNull;
+ public bool IsR3557600Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3557600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3782500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3782500Column);
+ public void SetR3557600Null() {
+ this[this.tabletblGen2FatherFromGen1.R3557600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3782500Null() {
- this[this.tabletblGen2FatherFromGen1.R3782500Column] = global::System.Convert.DBNull;
+ public bool IsR3771800Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3771800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3782600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3782600Column);
+ public void SetR3771800Null() {
+ this[this.tabletblGen2FatherFromGen1.R3771800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3782600Null() {
- this[this.tabletblGen2FatherFromGen1.R3782600Column] = global::System.Convert.DBNull;
+ public bool IsR3772000Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3772000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3782900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3782900Column);
+ public void SetR3772000Null() {
+ this[this.tabletblGen2FatherFromGen1.R3772000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3782900Null() {
- this[this.tabletblGen2FatherFromGen1.R3782900Column] = global::System.Convert.DBNull;
+ public bool IsR3772100Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3772100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3784400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3784400Column);
+ public void SetR3772100Null() {
+ this[this.tabletblGen2FatherFromGen1.R3772100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3784400Null() {
- this[this.tabletblGen2FatherFromGen1.R3784400Column] = global::System.Convert.DBNull;
+ public bool IsR3772400Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3772400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3784500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3784500Column);
+ public void SetR3772400Null() {
+ this[this.tabletblGen2FatherFromGen1.R3772400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3784500Null() {
- this[this.tabletblGen2FatherFromGen1.R3784500Column] = global::System.Convert.DBNull;
+ public bool IsR3773900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3773900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3784600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3784600Column);
+ public void SetR3773900Null() {
+ this[this.tabletblGen2FatherFromGen1.R3773900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3784600Null() {
- this[this.tabletblGen2FatherFromGen1.R3784600Column] = global::System.Convert.DBNull;
+ public bool IsR3774100Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3774100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3784700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3784700Column);
+ public void SetR3774100Null() {
+ this[this.tabletblGen2FatherFromGen1.R3774100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3784700Null() {
- this[this.tabletblGen2FatherFromGen1.R3784700Column] = global::System.Convert.DBNull;
+ public bool IsR3774200Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3774200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3785000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3785000Column);
+ public void SetR3774200Null() {
+ this[this.tabletblGen2FatherFromGen1.R3774200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3785000Null() {
- this[this.tabletblGen2FatherFromGen1.R3785000Column] = global::System.Convert.DBNull;
+ public bool IsR3774500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3774500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3786500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3786500Column);
+ public void SetR3774500Null() {
+ this[this.tabletblGen2FatherFromGen1.R3774500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3786500Null() {
- this[this.tabletblGen2FatherFromGen1.R3786500Column] = global::System.Convert.DBNull;
+ public bool IsR3776000Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3776000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR3788004Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R3788004Column);
+ public void SetR3776000Null() {
+ this[this.tabletblGen2FatherFromGen1.R3776000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR3788004Null() {
- this[this.tabletblGen2FatherFromGen1.R3788004Column] = global::System.Convert.DBNull;
+ public bool IsR3776200Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3776200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4276800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4276800Column);
+ public void SetR3776200Null() {
+ this[this.tabletblGen2FatherFromGen1.R3776200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4276800Null() {
- this[this.tabletblGen2FatherFromGen1.R4276800Column] = global::System.Convert.DBNull;
+ public bool IsR3776300Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3776300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4276900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4276900Column);
+ public void SetR3776300Null() {
+ this[this.tabletblGen2FatherFromGen1.R3776300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4276900Null() {
- this[this.tabletblGen2FatherFromGen1.R4276900Column] = global::System.Convert.DBNull;
+ public bool IsR3776600Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3776600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4277000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4277000Column);
+ public void SetR3776600Null() {
+ this[this.tabletblGen2FatherFromGen1.R3776600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4277000Null() {
- this[this.tabletblGen2FatherFromGen1.R4277000Column] = global::System.Convert.DBNull;
+ public bool IsR3778100Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3778100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4277100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4277100Column);
+ public void SetR3778100Null() {
+ this[this.tabletblGen2FatherFromGen1.R3778100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4277100Null() {
- this[this.tabletblGen2FatherFromGen1.R4277100Column] = global::System.Convert.DBNull;
+ public bool IsR3778300Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3778300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4277101Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4277101Column);
+ public void SetR3778300Null() {
+ this[this.tabletblGen2FatherFromGen1.R3778300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4277101Null() {
- this[this.tabletblGen2FatherFromGen1.R4277101Column] = global::System.Convert.DBNull;
+ public bool IsR3778400Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3778400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4277200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4277200Column);
+ public void SetR3778400Null() {
+ this[this.tabletblGen2FatherFromGen1.R3778400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4277200Null() {
- this[this.tabletblGen2FatherFromGen1.R4277200Column] = global::System.Convert.DBNull;
+ public bool IsR3778700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3778700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4277201Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4277201Column);
+ public void SetR3778700Null() {
+ this[this.tabletblGen2FatherFromGen1.R3778700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4277201Null() {
- this[this.tabletblGen2FatherFromGen1.R4277201Column] = global::System.Convert.DBNull;
+ public bool IsR3780200Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3780200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4277700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4277700Column);
+ public void SetR3780200Null() {
+ this[this.tabletblGen2FatherFromGen1.R3780200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4277700Null() {
- this[this.tabletblGen2FatherFromGen1.R4277700Column] = global::System.Convert.DBNull;
+ public bool IsR3780400Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3780400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4277800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4277800Column);
+ public void SetR3780400Null() {
+ this[this.tabletblGen2FatherFromGen1.R3780400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4277800Null() {
- this[this.tabletblGen2FatherFromGen1.R4277800Column] = global::System.Convert.DBNull;
+ public bool IsR3780500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3780500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4277900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4277900Column);
+ public void SetR3780500Null() {
+ this[this.tabletblGen2FatherFromGen1.R3780500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4277900Null() {
- this[this.tabletblGen2FatherFromGen1.R4277900Column] = global::System.Convert.DBNull;
+ public bool IsR3780800Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3780800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4278000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4278000Column);
+ public void SetR3780800Null() {
+ this[this.tabletblGen2FatherFromGen1.R3780800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4278000Null() {
- this[this.tabletblGen2FatherFromGen1.R4278000Column] = global::System.Convert.DBNull;
+ public bool IsR3782300Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3782300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4278001Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4278001Column);
+ public void SetR3782300Null() {
+ this[this.tabletblGen2FatherFromGen1.R3782300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4278001Null() {
- this[this.tabletblGen2FatherFromGen1.R4278001Column] = global::System.Convert.DBNull;
+ public bool IsR3782500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3782500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4278100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4278100Column);
+ public void SetR3782500Null() {
+ this[this.tabletblGen2FatherFromGen1.R3782500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4278100Null() {
- this[this.tabletblGen2FatherFromGen1.R4278100Column] = global::System.Convert.DBNull;
+ public bool IsR3782600Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3782600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4278101Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4278101Column);
+ public void SetR3782600Null() {
+ this[this.tabletblGen2FatherFromGen1.R3782600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4278101Null() {
- this[this.tabletblGen2FatherFromGen1.R4278101Column] = global::System.Convert.DBNull;
+ public bool IsR3782900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3782900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4278600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4278600Column);
+ public void SetR3782900Null() {
+ this[this.tabletblGen2FatherFromGen1.R3782900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4278600Null() {
- this[this.tabletblGen2FatherFromGen1.R4278600Column] = global::System.Convert.DBNull;
+ public bool IsR3784400Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3784400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4278700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4278700Column);
+ public void SetR3784400Null() {
+ this[this.tabletblGen2FatherFromGen1.R3784400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4278700Null() {
- this[this.tabletblGen2FatherFromGen1.R4278700Column] = global::System.Convert.DBNull;
+ public bool IsR3784600Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3784600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4278800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4278800Column);
+ public void SetR3784600Null() {
+ this[this.tabletblGen2FatherFromGen1.R3784600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4278800Null() {
- this[this.tabletblGen2FatherFromGen1.R4278800Column] = global::System.Convert.DBNull;
+ public bool IsR3784700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3784700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4278900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4278900Column);
+ public void SetR3784700Null() {
+ this[this.tabletblGen2FatherFromGen1.R3784700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4278900Null() {
- this[this.tabletblGen2FatherFromGen1.R4278900Column] = global::System.Convert.DBNull;
+ public bool IsR3785000Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3785000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4278901Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4278901Column);
+ public void SetR3785000Null() {
+ this[this.tabletblGen2FatherFromGen1.R3785000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4278901Null() {
- this[this.tabletblGen2FatherFromGen1.R4278901Column] = global::System.Convert.DBNull;
+ public bool IsR3786500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3786500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4279000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4279000Column);
+ public void SetR3786500Null() {
+ this[this.tabletblGen2FatherFromGen1.R3786500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4279000Null() {
- this[this.tabletblGen2FatherFromGen1.R4279000Column] = global::System.Convert.DBNull;
+ public bool IsR3788004Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R3788004Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4279001Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4279001Column);
+ public void SetR3788004Null() {
+ this[this.tabletblGen2FatherFromGen1.R3788004Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4279001Null() {
- this[this.tabletblGen2FatherFromGen1.R4279001Column] = global::System.Convert.DBNull;
+ public bool IsR4276800Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R4276800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4279500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4279500Column);
+ public void SetR4276800Null() {
+ this[this.tabletblGen2FatherFromGen1.R4276800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4279500Null() {
- this[this.tabletblGen2FatherFromGen1.R4279500Column] = global::System.Convert.DBNull;
+ public bool IsR4277000Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R4277000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4279600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4279600Column);
+ public void SetR4277000Null() {
+ this[this.tabletblGen2FatherFromGen1.R4277000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4279600Null() {
- this[this.tabletblGen2FatherFromGen1.R4279600Column] = global::System.Convert.DBNull;
+ public bool IsR4277100Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R4277100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4279700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4279700Column);
+ public void SetR4277100Null() {
+ this[this.tabletblGen2FatherFromGen1.R4277100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4279700Null() {
- this[this.tabletblGen2FatherFromGen1.R4279700Column] = global::System.Convert.DBNull;
+ public bool IsR4277101Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R4277101Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4279800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4279800Column);
+ public void SetR4277101Null() {
+ this[this.tabletblGen2FatherFromGen1.R4277101Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4279800Null() {
- this[this.tabletblGen2FatherFromGen1.R4279800Column] = global::System.Convert.DBNull;
+ public bool IsR4277700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R4277700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4279801Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4279801Column);
+ public void SetR4277700Null() {
+ this[this.tabletblGen2FatherFromGen1.R4277700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4279801Null() {
- this[this.tabletblGen2FatherFromGen1.R4279801Column] = global::System.Convert.DBNull;
+ public bool IsR4277900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R4277900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4279900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4279900Column);
+ public void SetR4277900Null() {
+ this[this.tabletblGen2FatherFromGen1.R4277900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4279900Null() {
- this[this.tabletblGen2FatherFromGen1.R4279900Column] = global::System.Convert.DBNull;
+ public bool IsR4278000Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R4278000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4279901Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4279901Column);
+ public void SetR4278000Null() {
+ this[this.tabletblGen2FatherFromGen1.R4278000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4279901Null() {
- this[this.tabletblGen2FatherFromGen1.R4279901Column] = global::System.Convert.DBNull;
+ public bool IsR4278001Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R4278001Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4280400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4280400Column);
+ public void SetR4278001Null() {
+ this[this.tabletblGen2FatherFromGen1.R4278001Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4280400Null() {
- this[this.tabletblGen2FatherFromGen1.R4280400Column] = global::System.Convert.DBNull;
+ public bool IsR4278600Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R4278600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4280500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4280500Column);
+ public void SetR4278600Null() {
+ this[this.tabletblGen2FatherFromGen1.R4278600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4280500Null() {
- this[this.tabletblGen2FatherFromGen1.R4280500Column] = global::System.Convert.DBNull;
+ public bool IsR4278800Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R4278800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4280600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4280600Column);
+ public void SetR4278800Null() {
+ this[this.tabletblGen2FatherFromGen1.R4278800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4280600Null() {
- this[this.tabletblGen2FatherFromGen1.R4280600Column] = global::System.Convert.DBNull;
+ public bool IsR4278900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R4278900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4280700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4280700Column);
+ public void SetR4278900Null() {
+ this[this.tabletblGen2FatherFromGen1.R4278900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4280700Null() {
- this[this.tabletblGen2FatherFromGen1.R4280700Column] = global::System.Convert.DBNull;
+ public bool IsR4278901Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R4278901Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4280701Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4280701Column);
+ public void SetR4278901Null() {
+ this[this.tabletblGen2FatherFromGen1.R4278901Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4280701Null() {
- this[this.tabletblGen2FatherFromGen1.R4280701Column] = global::System.Convert.DBNull;
+ public bool IsR4279500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R4279500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4280800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4280800Column);
+ public void SetR4279500Null() {
+ this[this.tabletblGen2FatherFromGen1.R4279500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4280800Null() {
- this[this.tabletblGen2FatherFromGen1.R4280800Column] = global::System.Convert.DBNull;
+ public bool IsR4279700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R4279700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4280801Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4280801Column);
+ public void SetR4279700Null() {
+ this[this.tabletblGen2FatherFromGen1.R4279700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4280801Null() {
- this[this.tabletblGen2FatherFromGen1.R4280801Column] = global::System.Convert.DBNull;
+ public bool IsR4279800Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R4279800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4281300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4281300Column);
+ public void SetR4279800Null() {
+ this[this.tabletblGen2FatherFromGen1.R4279800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4281300Null() {
- this[this.tabletblGen2FatherFromGen1.R4281300Column] = global::System.Convert.DBNull;
+ public bool IsR4279801Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R4279801Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4281400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4281400Column);
+ public void SetR4279801Null() {
+ this[this.tabletblGen2FatherFromGen1.R4279801Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4281400Null() {
- this[this.tabletblGen2FatherFromGen1.R4281400Column] = global::System.Convert.DBNull;
+ public bool IsR4280400Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R4280400Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR4280400Null() {
+ this[this.tabletblGen2FatherFromGen1.R4280400Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR4280600Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R4280600Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR4280600Null() {
+ this[this.tabletblGen2FatherFromGen1.R4280600Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR4280700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R4280700Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR4280700Null() {
+ this[this.tabletblGen2FatherFromGen1.R4280700Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR4280701Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R4280701Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR4280701Null() {
+ this[this.tabletblGen2FatherFromGen1.R4280701Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsR4281300Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R4281300Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetR4281300Null() {
+ this[this.tabletblGen2FatherFromGen1.R4281300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -76288,18 +73319,6 @@ public void SetR4282100Null() {
this[this.tabletblGen2FatherFromGen1.R4282100Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4282200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4282200Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4282200Null() {
- this[this.tabletblGen2FatherFromGen1.R4282200Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR4282300Null() {
@@ -76396,18 +73415,6 @@ public void SetR4827600Null() {
this[this.tabletblGen2FatherFromGen1.R4827600Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4827700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4827700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4827700Null() {
- this[this.tabletblGen2FatherFromGen1.R4827700Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR4827800Null() {
@@ -76444,30 +73451,6 @@ public void SetR4827901Null() {
this[this.tabletblGen2FatherFromGen1.R4827901Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4828000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4828000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4828000Null() {
- this[this.tabletblGen2FatherFromGen1.R4828000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4828001Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4828001Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4828001Null() {
- this[this.tabletblGen2FatherFromGen1.R4828001Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR4828100Null() {
@@ -76492,18 +73475,6 @@ public void SetR4830600Null() {
this[this.tabletblGen2FatherFromGen1.R4830600Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4830700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4830700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4830700Null() {
- this[this.tabletblGen2FatherFromGen1.R4830700Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR4830800Null() {
@@ -76540,30 +73511,6 @@ public void SetR4830901Null() {
this[this.tabletblGen2FatherFromGen1.R4830901Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4831000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4831000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4831000Null() {
- this[this.tabletblGen2FatherFromGen1.R4831000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4831001Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4831001Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4831001Null() {
- this[this.tabletblGen2FatherFromGen1.R4831001Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR4831100Null() {
@@ -76588,18 +73535,6 @@ public void SetR4833600Null() {
this[this.tabletblGen2FatherFromGen1.R4833600Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4833700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4833700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4833700Null() {
- this[this.tabletblGen2FatherFromGen1.R4833700Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR4833800Null() {
@@ -76636,30 +73571,6 @@ public void SetR4833901Null() {
this[this.tabletblGen2FatherFromGen1.R4833901Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4834000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4834000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4834000Null() {
- this[this.tabletblGen2FatherFromGen1.R4834000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4834001Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4834001Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4834001Null() {
- this[this.tabletblGen2FatherFromGen1.R4834001Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR4834100Null() {
@@ -76684,18 +73595,6 @@ public void SetR4836600Null() {
this[this.tabletblGen2FatherFromGen1.R4836600Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4836700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4836700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4836700Null() {
- this[this.tabletblGen2FatherFromGen1.R4836700Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR4836800Null() {
@@ -76732,30 +73631,6 @@ public void SetR4836901Null() {
this[this.tabletblGen2FatherFromGen1.R4836901Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4837000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4837000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4837000Null() {
- this[this.tabletblGen2FatherFromGen1.R4837000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4837001Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4837001Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4837001Null() {
- this[this.tabletblGen2FatherFromGen1.R4837001Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR4837100Null() {
@@ -76780,18 +73655,6 @@ public void SetR4839600Null() {
this[this.tabletblGen2FatherFromGen1.R4839600Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4839700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4839700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4839700Null() {
- this[this.tabletblGen2FatherFromGen1.R4839700Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR4839800Null() {
@@ -76828,30 +73691,6 @@ public void SetR4839901Null() {
this[this.tabletblGen2FatherFromGen1.R4839901Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4840000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4840000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4840000Null() {
- this[this.tabletblGen2FatherFromGen1.R4840000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4840001Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4840001Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4840001Null() {
- this[this.tabletblGen2FatherFromGen1.R4840001Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR4840100Null() {
@@ -76876,18 +73715,6 @@ public void SetR4842500Null() {
this[this.tabletblGen2FatherFromGen1.R4842500Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4842600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4842600Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4842600Null() {
- this[this.tabletblGen2FatherFromGen1.R4842600Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR4842700Null() {
@@ -76948,18 +73775,6 @@ public void SetR4844800Null() {
this[this.tabletblGen2FatherFromGen1.R4844800Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4844900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4844900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4844900Null() {
- this[this.tabletblGen2FatherFromGen1.R4844900Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR4845000Null() {
@@ -77020,18 +73835,6 @@ public void SetR4847100Null() {
this[this.tabletblGen2FatherFromGen1.R4847100Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR4847200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R4847200Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR4847200Null() {
- this[this.tabletblGen2FatherFromGen1.R4847200Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR4847300Null() {
@@ -77068,18 +73871,6 @@ public void SetR5498000Null() {
this[this.tabletblGen2FatherFromGen1.R5498000Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5498100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R5498100Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5498100Null() {
- this[this.tabletblGen2FatherFromGen1.R5498100Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR5498200Null() {
@@ -77116,30 +73907,6 @@ public void SetR5498301Null() {
this[this.tabletblGen2FatherFromGen1.R5498301Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5498400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R5498400Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5498400Null() {
- this[this.tabletblGen2FatherFromGen1.R5498400Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5498401Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R5498401Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5498401Null() {
- this[this.tabletblGen2FatherFromGen1.R5498401Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR5498500Null() {
@@ -77164,18 +73931,6 @@ public void SetR5501000Null() {
this[this.tabletblGen2FatherFromGen1.R5501000Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5501100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R5501100Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5501100Null() {
- this[this.tabletblGen2FatherFromGen1.R5501100Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR5501200Null() {
@@ -77212,30 +73967,6 @@ public void SetR5501301Null() {
this[this.tabletblGen2FatherFromGen1.R5501301Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5501400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R5501400Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5501400Null() {
- this[this.tabletblGen2FatherFromGen1.R5501400Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5501401Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R5501401Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5501401Null() {
- this[this.tabletblGen2FatherFromGen1.R5501401Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR5501500Null() {
@@ -77260,18 +73991,6 @@ public void SetR5504000Null() {
this[this.tabletblGen2FatherFromGen1.R5504000Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5504100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R5504100Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5504100Null() {
- this[this.tabletblGen2FatherFromGen1.R5504100Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR5504200Null() {
@@ -77308,30 +74027,6 @@ public void SetR5504301Null() {
this[this.tabletblGen2FatherFromGen1.R5504301Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5504400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R5504400Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5504400Null() {
- this[this.tabletblGen2FatherFromGen1.R5504400Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5504401Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R5504401Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5504401Null() {
- this[this.tabletblGen2FatherFromGen1.R5504401Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR5504500Null() {
@@ -77356,18 +74051,6 @@ public void SetR5507000Null() {
this[this.tabletblGen2FatherFromGen1.R5507000Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5507100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R5507100Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5507100Null() {
- this[this.tabletblGen2FatherFromGen1.R5507100Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR5507200Null() {
@@ -77406,68 +74089,32 @@ public void SetR5507301Null() {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5507400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R5507400Column);
+ public bool IsR5507500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R5507500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5507400Null() {
- this[this.tabletblGen2FatherFromGen1.R5507400Column] = global::System.Convert.DBNull;
+ public void SetR5507500Null() {
+ this[this.tabletblGen2FatherFromGen1.R5507500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5507401Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R5507401Column);
+ public bool IsR5510000Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R5510000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5507401Null() {
- this[this.tabletblGen2FatherFromGen1.R5507401Column] = global::System.Convert.DBNull;
+ public void SetR5510000Null() {
+ this[this.tabletblGen2FatherFromGen1.R5510000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5507500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R5507500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5507500Null() {
- this[this.tabletblGen2FatherFromGen1.R5507500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5510000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R5510000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5510000Null() {
- this[this.tabletblGen2FatherFromGen1.R5510000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5510100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R5510100Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5510100Null() {
- this[this.tabletblGen2FatherFromGen1.R5510100Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5510200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R5510200Column);
+ public bool IsR5510200Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.R5510200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -77500,30 +74147,6 @@ public void SetR5510301Null() {
this[this.tabletblGen2FatherFromGen1.R5510301Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5510400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R5510400Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5510400Null() {
- this[this.tabletblGen2FatherFromGen1.R5510400Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5510401Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R5510401Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5510401Null() {
- this[this.tabletblGen2FatherFromGen1.R5510401Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR5510500Null() {
@@ -77548,18 +74171,6 @@ public void SetR5513000Null() {
this[this.tabletblGen2FatherFromGen1.R5513000Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5513100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R5513100Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5513100Null() {
- this[this.tabletblGen2FatherFromGen1.R5513100Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR5513200Null() {
@@ -77620,18 +74231,6 @@ public void SetR5515300Null() {
this[this.tabletblGen2FatherFromGen1.R5515300Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5515400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R5515400Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5515400Null() {
- this[this.tabletblGen2FatherFromGen1.R5515400Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR5515500Null() {
@@ -77692,18 +74291,6 @@ public void SetR5517600Null() {
this[this.tabletblGen2FatherFromGen1.R5517600Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5517700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R5517700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5517700Null() {
- this[this.tabletblGen2FatherFromGen1.R5517700Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR5517800Null() {
@@ -77740,18 +74327,6 @@ public void SetR5519800Null() {
this[this.tabletblGen2FatherFromGen1.R5519800Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR5519900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R5519900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR5519900Null() {
- this[this.tabletblGen2FatherFromGen1.R5519900Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR5520000Null() {
@@ -77920,126 +74495,6 @@ public void SetR6219300Null() {
this[this.tabletblGen2FatherFromGen1.R6219300Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6219500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6219500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6219500Null() {
- this[this.tabletblGen2FatherFromGen1.R6219500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6219600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6219600Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6219600Null() {
- this[this.tabletblGen2FatherFromGen1.R6219600Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6219700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6219700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6219700Null() {
- this[this.tabletblGen2FatherFromGen1.R6219700Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6219800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6219800Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6219800Null() {
- this[this.tabletblGen2FatherFromGen1.R6219800Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6219900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6219900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6219900Null() {
- this[this.tabletblGen2FatherFromGen1.R6219900Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6220000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6220000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6220000Null() {
- this[this.tabletblGen2FatherFromGen1.R6220000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6220100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6220100Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6220100Null() {
- this[this.tabletblGen2FatherFromGen1.R6220100Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6220200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6220200Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6220200Null() {
- this[this.tabletblGen2FatherFromGen1.R6220200Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6220300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6220300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6220300Null() {
- this[this.tabletblGen2FatherFromGen1.R6220300Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6220400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6220400Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6220400Null() {
- this[this.tabletblGen2FatherFromGen1.R6220400Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR6220600Null() {
@@ -78400,150 +74855,6 @@ public void SetR6222601Null() {
this[this.tabletblGen2FatherFromGen1.R6222601Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6222800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6222800Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6222800Null() {
- this[this.tabletblGen2FatherFromGen1.R6222800Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6222801Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6222801Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6222801Null() {
- this[this.tabletblGen2FatherFromGen1.R6222801Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6222900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6222900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6222900Null() {
- this[this.tabletblGen2FatherFromGen1.R6222900Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6222901Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6222901Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6222901Null() {
- this[this.tabletblGen2FatherFromGen1.R6222901Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6223000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6223000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6223000Null() {
- this[this.tabletblGen2FatherFromGen1.R6223000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6223001Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6223001Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6223001Null() {
- this[this.tabletblGen2FatherFromGen1.R6223001Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6223100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6223100Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6223100Null() {
- this[this.tabletblGen2FatherFromGen1.R6223100Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6223101Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6223101Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6223101Null() {
- this[this.tabletblGen2FatherFromGen1.R6223101Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6223200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6223200Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6223200Null() {
- this[this.tabletblGen2FatherFromGen1.R6223200Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6223201Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6223201Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6223201Null() {
- this[this.tabletblGen2FatherFromGen1.R6223201Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6223300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6223300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6223300Null() {
- this[this.tabletblGen2FatherFromGen1.R6223300Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6223301Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6223301Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6223301Null() {
- this[this.tabletblGen2FatherFromGen1.R6223301Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR6223400Null() {
@@ -78904,126 +75215,6 @@ public void SetR6773400Null() {
this[this.tabletblGen2FatherFromGen1.R6773400Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6773500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6773500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6773500Null() {
- this[this.tabletblGen2FatherFromGen1.R6773500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6773600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6773600Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6773600Null() {
- this[this.tabletblGen2FatherFromGen1.R6773600Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6773700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6773700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6773700Null() {
- this[this.tabletblGen2FatherFromGen1.R6773700Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6773800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6773800Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6773800Null() {
- this[this.tabletblGen2FatherFromGen1.R6773800Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6773900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6773900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6773900Null() {
- this[this.tabletblGen2FatherFromGen1.R6773900Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6774000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6774000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6774000Null() {
- this[this.tabletblGen2FatherFromGen1.R6774000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6774100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6774100Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6774100Null() {
- this[this.tabletblGen2FatherFromGen1.R6774100Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6774200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6774200Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6774200Null() {
- this[this.tabletblGen2FatherFromGen1.R6774200Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6774300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6774300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6774300Null() {
- this[this.tabletblGen2FatherFromGen1.R6774300Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6774400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6774400Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6774400Null() {
- this[this.tabletblGen2FatherFromGen1.R6774400Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR6774500Null() {
@@ -79336,150 +75527,6 @@ public void SetR6776201Null() {
this[this.tabletblGen2FatherFromGen1.R6776201Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6776300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6776300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6776300Null() {
- this[this.tabletblGen2FatherFromGen1.R6776300Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6776301Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6776301Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6776301Null() {
- this[this.tabletblGen2FatherFromGen1.R6776301Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6776400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6776400Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6776400Null() {
- this[this.tabletblGen2FatherFromGen1.R6776400Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6776401Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6776401Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6776401Null() {
- this[this.tabletblGen2FatherFromGen1.R6776401Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6776500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6776500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6776500Null() {
- this[this.tabletblGen2FatherFromGen1.R6776500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6776501Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6776501Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6776501Null() {
- this[this.tabletblGen2FatherFromGen1.R6776501Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6776600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6776600Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6776600Null() {
- this[this.tabletblGen2FatherFromGen1.R6776600Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6776601Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6776601Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6776601Null() {
- this[this.tabletblGen2FatherFromGen1.R6776601Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6776700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6776700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6776700Null() {
- this[this.tabletblGen2FatherFromGen1.R6776700Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6776701Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6776701Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6776701Null() {
- this[this.tabletblGen2FatherFromGen1.R6776701Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6776800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6776800Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6776800Null() {
- this[this.tabletblGen2FatherFromGen1.R6776800Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR6776801Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R6776801Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR6776801Null() {
- this[this.tabletblGen2FatherFromGen1.R6776801Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR6776900Null() {
@@ -79840,126 +75887,6 @@ public void SetR7417800Null() {
this[this.tabletblGen2FatherFromGen1.R7417800Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7417900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R7417900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7417900Null() {
- this[this.tabletblGen2FatherFromGen1.R7417900Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7418000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R7418000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7418000Null() {
- this[this.tabletblGen2FatherFromGen1.R7418000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7418100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R7418100Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7418100Null() {
- this[this.tabletblGen2FatherFromGen1.R7418100Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7418200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R7418200Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7418200Null() {
- this[this.tabletblGen2FatherFromGen1.R7418200Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7418300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R7418300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7418300Null() {
- this[this.tabletblGen2FatherFromGen1.R7418300Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7418400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R7418400Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7418400Null() {
- this[this.tabletblGen2FatherFromGen1.R7418400Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7418500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R7418500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7418500Null() {
- this[this.tabletblGen2FatherFromGen1.R7418500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7418600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R7418600Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7418600Null() {
- this[this.tabletblGen2FatherFromGen1.R7418600Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7418700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R7418700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7418700Null() {
- this[this.tabletblGen2FatherFromGen1.R7418700Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7418800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R7418800Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7418800Null() {
- this[this.tabletblGen2FatherFromGen1.R7418800Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR7418900Null() {
@@ -80272,174 +76199,6 @@ public void SetR7420601Null() {
this[this.tabletblGen2FatherFromGen1.R7420601Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7420700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R7420700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7420700Null() {
- this[this.tabletblGen2FatherFromGen1.R7420700Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7420701Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R7420701Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7420701Null() {
- this[this.tabletblGen2FatherFromGen1.R7420701Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7420800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R7420800Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7420800Null() {
- this[this.tabletblGen2FatherFromGen1.R7420800Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7420801Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R7420801Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7420801Null() {
- this[this.tabletblGen2FatherFromGen1.R7420801Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7420900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R7420900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7420900Null() {
- this[this.tabletblGen2FatherFromGen1.R7420900Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7420901Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R7420901Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7420901Null() {
- this[this.tabletblGen2FatherFromGen1.R7420901Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7421000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R7421000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7421000Null() {
- this[this.tabletblGen2FatherFromGen1.R7421000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7421001Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R7421001Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7421001Null() {
- this[this.tabletblGen2FatherFromGen1.R7421001Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7421100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R7421100Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7421100Null() {
- this[this.tabletblGen2FatherFromGen1.R7421100Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7421101Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R7421101Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7421101Null() {
- this[this.tabletblGen2FatherFromGen1.R7421101Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7421200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R7421200Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7421200Null() {
- this[this.tabletblGen2FatherFromGen1.R7421200Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7421201Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R7421201Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7421201Null() {
- this[this.tabletblGen2FatherFromGen1.R7421201Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7421300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R7421300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7421300Null() {
- this[this.tabletblGen2FatherFromGen1.R7421300Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR7421301Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R7421301Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR7421301Null() {
- this[this.tabletblGen2FatherFromGen1.R7421301Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR7421400Null() {
@@ -80800,126 +76559,6 @@ public void SetR8115900Null() {
this[this.tabletblGen2FatherFromGen1.R8115900Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8116000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R8116000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8116000Null() {
- this[this.tabletblGen2FatherFromGen1.R8116000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8116100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R8116100Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8116100Null() {
- this[this.tabletblGen2FatherFromGen1.R8116100Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8116200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R8116200Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8116200Null() {
- this[this.tabletblGen2FatherFromGen1.R8116200Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8116300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R8116300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8116300Null() {
- this[this.tabletblGen2FatherFromGen1.R8116300Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8116400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R8116400Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8116400Null() {
- this[this.tabletblGen2FatherFromGen1.R8116400Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8116500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R8116500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8116500Null() {
- this[this.tabletblGen2FatherFromGen1.R8116500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8116600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R8116600Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8116600Null() {
- this[this.tabletblGen2FatherFromGen1.R8116600Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8116700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R8116700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8116700Null() {
- this[this.tabletblGen2FatherFromGen1.R8116700Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8116800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R8116800Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8116800Null() {
- this[this.tabletblGen2FatherFromGen1.R8116800Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8116900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R8116900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8116900Null() {
- this[this.tabletblGen2FatherFromGen1.R8116900Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR8117000Null() {
@@ -81280,150 +76919,6 @@ public void SetR8118901Null() {
this[this.tabletblGen2FatherFromGen1.R8118901Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8119000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R8119000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8119000Null() {
- this[this.tabletblGen2FatherFromGen1.R8119000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8119001Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R8119001Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8119001Null() {
- this[this.tabletblGen2FatherFromGen1.R8119001Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8119100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R8119100Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8119100Null() {
- this[this.tabletblGen2FatherFromGen1.R8119100Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8119101Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R8119101Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8119101Null() {
- this[this.tabletblGen2FatherFromGen1.R8119101Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8119200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R8119200Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8119200Null() {
- this[this.tabletblGen2FatherFromGen1.R8119200Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8119201Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R8119201Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8119201Null() {
- this[this.tabletblGen2FatherFromGen1.R8119201Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8119300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R8119300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8119300Null() {
- this[this.tabletblGen2FatherFromGen1.R8119300Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8119301Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R8119301Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8119301Null() {
- this[this.tabletblGen2FatherFromGen1.R8119301Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8119400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R8119400Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8119400Null() {
- this[this.tabletblGen2FatherFromGen1.R8119400Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8119401Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R8119401Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8119401Null() {
- this[this.tabletblGen2FatherFromGen1.R8119401Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8119500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R8119500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8119500Null() {
- this[this.tabletblGen2FatherFromGen1.R8119500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsR8119501Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.R8119501Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetR8119501Null() {
- this[this.tabletblGen2FatherFromGen1.R8119501Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsR8119600Null() {
@@ -82072,138 +77567,6 @@ public void SetT0347800Null() {
this[this.tabletblGen2FatherFromGen1.T0347800Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0347900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0347900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0347900Null() {
- this[this.tabletblGen2FatherFromGen1.T0347900Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0348000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0348000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0348000Null() {
- this[this.tabletblGen2FatherFromGen1.T0348000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0348100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0348100Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0348100Null() {
- this[this.tabletblGen2FatherFromGen1.T0348100Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0348200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0348200Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0348200Null() {
- this[this.tabletblGen2FatherFromGen1.T0348200Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0348300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0348300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0348300Null() {
- this[this.tabletblGen2FatherFromGen1.T0348300Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0348400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0348400Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0348400Null() {
- this[this.tabletblGen2FatherFromGen1.T0348400Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0348500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0348500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0348500Null() {
- this[this.tabletblGen2FatherFromGen1.T0348500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0348600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0348600Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0348600Null() {
- this[this.tabletblGen2FatherFromGen1.T0348600Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0348700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0348700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0348700Null() {
- this[this.tabletblGen2FatherFromGen1.T0348700Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0348800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0348800Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0348800Null() {
- this[this.tabletblGen2FatherFromGen1.T0348800Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0348900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0348900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0348900Null() {
- this[this.tabletblGen2FatherFromGen1.T0348900Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsT0349000Null() {
@@ -82576,198 +77939,6 @@ public void SetT0351001Null() {
this[this.tabletblGen2FatherFromGen1.T0351001Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0351100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0351100Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0351100Null() {
- this[this.tabletblGen2FatherFromGen1.T0351100Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0351101Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0351101Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0351101Null() {
- this[this.tabletblGen2FatherFromGen1.T0351101Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0351200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0351200Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0351200Null() {
- this[this.tabletblGen2FatherFromGen1.T0351200Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0351201Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0351201Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0351201Null() {
- this[this.tabletblGen2FatherFromGen1.T0351201Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0351300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0351300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0351300Null() {
- this[this.tabletblGen2FatherFromGen1.T0351300Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0351301Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0351301Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0351301Null() {
- this[this.tabletblGen2FatherFromGen1.T0351301Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0351400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0351400Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0351400Null() {
- this[this.tabletblGen2FatherFromGen1.T0351400Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0351401Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0351401Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0351401Null() {
- this[this.tabletblGen2FatherFromGen1.T0351401Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0351500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0351500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0351500Null() {
- this[this.tabletblGen2FatherFromGen1.T0351500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0351501Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0351501Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0351501Null() {
- this[this.tabletblGen2FatherFromGen1.T0351501Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0351600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0351600Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0351600Null() {
- this[this.tabletblGen2FatherFromGen1.T0351600Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0351601Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0351601Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0351601Null() {
- this[this.tabletblGen2FatherFromGen1.T0351601Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0351700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0351700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0351700Null() {
- this[this.tabletblGen2FatherFromGen1.T0351700Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0351701Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0351701Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0351701Null() {
- this[this.tabletblGen2FatherFromGen1.T0351701Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0351800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0351800Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0351800Null() {
- this[this.tabletblGen2FatherFromGen1.T0351800Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT0351801Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T0351801Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT0351801Null() {
- this[this.tabletblGen2FatherFromGen1.T0351801Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsT0351900Null() {
@@ -83236,138 +78407,6 @@ public void SetT1497200Null() {
this[this.tabletblGen2FatherFromGen1.T1497200Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1497300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T1497300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1497300Null() {
- this[this.tabletblGen2FatherFromGen1.T1497300Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1497400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T1497400Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1497400Null() {
- this[this.tabletblGen2FatherFromGen1.T1497400Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1497500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T1497500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1497500Null() {
- this[this.tabletblGen2FatherFromGen1.T1497500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1497600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T1497600Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1497600Null() {
- this[this.tabletblGen2FatherFromGen1.T1497600Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1497700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T1497700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1497700Null() {
- this[this.tabletblGen2FatherFromGen1.T1497700Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1497800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T1497800Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1497800Null() {
- this[this.tabletblGen2FatherFromGen1.T1497800Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1497900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T1497900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1497900Null() {
- this[this.tabletblGen2FatherFromGen1.T1497900Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1498000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T1498000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1498000Null() {
- this[this.tabletblGen2FatherFromGen1.T1498000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1498100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T1498100Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1498100Null() {
- this[this.tabletblGen2FatherFromGen1.T1498100Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1498200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T1498200Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1498200Null() {
- this[this.tabletblGen2FatherFromGen1.T1498200Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1498300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T1498300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1498300Null() {
- this[this.tabletblGen2FatherFromGen1.T1498300Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsT1498400Null() {
@@ -83740,150 +78779,6 @@ public void SetT1500401Null() {
this[this.tabletblGen2FatherFromGen1.T1500401Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1500500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T1500500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1500500Null() {
- this[this.tabletblGen2FatherFromGen1.T1500500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1500501Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T1500501Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1500501Null() {
- this[this.tabletblGen2FatherFromGen1.T1500501Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1500600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T1500600Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1500600Null() {
- this[this.tabletblGen2FatherFromGen1.T1500600Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1500601Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T1500601Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1500601Null() {
- this[this.tabletblGen2FatherFromGen1.T1500601Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1500700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T1500700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1500700Null() {
- this[this.tabletblGen2FatherFromGen1.T1500700Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1500701Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T1500701Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1500701Null() {
- this[this.tabletblGen2FatherFromGen1.T1500701Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1500800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T1500800Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1500800Null() {
- this[this.tabletblGen2FatherFromGen1.T1500800Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1500801Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T1500801Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1500801Null() {
- this[this.tabletblGen2FatherFromGen1.T1500801Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1500900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T1500900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1500900Null() {
- this[this.tabletblGen2FatherFromGen1.T1500900Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1500901Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T1500901Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1500901Null() {
- this[this.tabletblGen2FatherFromGen1.T1500901Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1501000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T1501000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1501000Null() {
- this[this.tabletblGen2FatherFromGen1.T1501000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT1501001Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T1501001Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT1501001Null() {
- this[this.tabletblGen2FatherFromGen1.T1501001Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsT1501100Null() {
@@ -84340,126 +79235,6 @@ public void SetT2543100Null() {
this[this.tabletblGen2FatherFromGen1.T2543100Column] = global::System.Convert.DBNull;
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2543200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2543200Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2543200Null() {
- this[this.tabletblGen2FatherFromGen1.T2543200Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2543300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2543300Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2543300Null() {
- this[this.tabletblGen2FatherFromGen1.T2543300Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2543400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2543400Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2543400Null() {
- this[this.tabletblGen2FatherFromGen1.T2543400Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2543500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2543500Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2543500Null() {
- this[this.tabletblGen2FatherFromGen1.T2543500Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2543600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2543600Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2543600Null() {
- this[this.tabletblGen2FatherFromGen1.T2543600Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2543700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2543700Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2543700Null() {
- this[this.tabletblGen2FatherFromGen1.T2543700Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2543800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2543800Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2543800Null() {
- this[this.tabletblGen2FatherFromGen1.T2543800Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2543900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2543900Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2543900Null() {
- this[this.tabletblGen2FatherFromGen1.T2543900Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2544000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2544000Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2544000Null() {
- this[this.tabletblGen2FatherFromGen1.T2544000Column] = global::System.Convert.DBNull;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2544100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2544100Column);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2544100Null() {
- this[this.tabletblGen2FatherFromGen1.T2544100Column] = global::System.Convert.DBNull;
- }
-
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsT2544200Null() {
@@ -84798,9843 +79573,15047 @@ public void SetT2546001Null() {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2546100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2546100Column);
+ public bool IsT2546800Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T2546800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2546100Null() {
- this[this.tabletblGen2FatherFromGen1.T2546100Column] = global::System.Convert.DBNull;
+ public void SetT2546800Null() {
+ this[this.tabletblGen2FatherFromGen1.T2546800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2546101Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2546101Column);
+ public bool IsT2546900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T2546900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2546101Null() {
- this[this.tabletblGen2FatherFromGen1.T2546101Column] = global::System.Convert.DBNull;
+ public void SetT2546900Null() {
+ this[this.tabletblGen2FatherFromGen1.T2546900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2546200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2546200Column);
+ public bool IsT2547000Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T2547000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2546200Null() {
- this[this.tabletblGen2FatherFromGen1.T2546200Column] = global::System.Convert.DBNull;
+ public void SetT2547000Null() {
+ this[this.tabletblGen2FatherFromGen1.T2547000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2546201Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2546201Column);
+ public bool IsT2547100Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T2547100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2546201Null() {
- this[this.tabletblGen2FatherFromGen1.T2546201Column] = global::System.Convert.DBNull;
+ public void SetT2547100Null() {
+ this[this.tabletblGen2FatherFromGen1.T2547100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2546300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2546300Column);
+ public bool IsT2547200Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T2547200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2546300Null() {
- this[this.tabletblGen2FatherFromGen1.T2546300Column] = global::System.Convert.DBNull;
+ public void SetT2547200Null() {
+ this[this.tabletblGen2FatherFromGen1.T2547200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2546301Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2546301Column);
+ public bool IsT2547300Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T2547300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2546301Null() {
- this[this.tabletblGen2FatherFromGen1.T2546301Column] = global::System.Convert.DBNull;
+ public void SetT2547300Null() {
+ this[this.tabletblGen2FatherFromGen1.T2547300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2546400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2546400Column);
+ public bool IsT2547400Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T2547400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2546400Null() {
- this[this.tabletblGen2FatherFromGen1.T2546400Column] = global::System.Convert.DBNull;
+ public void SetT2547400Null() {
+ this[this.tabletblGen2FatherFromGen1.T2547400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2546401Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2546401Column);
+ public bool IsT2547500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T2547500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2546401Null() {
- this[this.tabletblGen2FatherFromGen1.T2546401Column] = global::System.Convert.DBNull;
+ public void SetT2547500Null() {
+ this[this.tabletblGen2FatherFromGen1.T2547500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2546500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2546500Column);
+ public bool IsT2547600Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T2547600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2546500Null() {
- this[this.tabletblGen2FatherFromGen1.T2546500Column] = global::System.Convert.DBNull;
+ public void SetT2547600Null() {
+ this[this.tabletblGen2FatherFromGen1.T2547600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2546501Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2546501Column);
+ public bool IsT2547700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T2547700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2546501Null() {
- this[this.tabletblGen2FatherFromGen1.T2546501Column] = global::System.Convert.DBNull;
+ public void SetT2547700Null() {
+ this[this.tabletblGen2FatherFromGen1.T2547700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2546600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2546600Column);
+ public bool IsT2763400Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T2763400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2546600Null() {
- this[this.tabletblGen2FatherFromGen1.T2546600Column] = global::System.Convert.DBNull;
+ public void SetT2763400Null() {
+ this[this.tabletblGen2FatherFromGen1.T2763400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2546601Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2546601Column);
+ public bool IsT2763500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T2763500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2546601Null() {
- this[this.tabletblGen2FatherFromGen1.T2546601Column] = global::System.Convert.DBNull;
+ public void SetT2763500Null() {
+ this[this.tabletblGen2FatherFromGen1.T2763500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2546700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2546700Column);
+ public bool IsT2763600Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T2763600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2546700Null() {
- this[this.tabletblGen2FatherFromGen1.T2546700Column] = global::System.Convert.DBNull;
+ public void SetT2763600Null() {
+ this[this.tabletblGen2FatherFromGen1.T2763600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2546701Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2546701Column);
+ public bool IsT2763700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T2763700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2546701Null() {
- this[this.tabletblGen2FatherFromGen1.T2546701Column] = global::System.Convert.DBNull;
+ public void SetT2763700Null() {
+ this[this.tabletblGen2FatherFromGen1.T2763700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2546800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2546800Column);
+ public bool IsT2763800Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T2763800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2546800Null() {
- this[this.tabletblGen2FatherFromGen1.T2546800Column] = global::System.Convert.DBNull;
+ public void SetT2763800Null() {
+ this[this.tabletblGen2FatherFromGen1.T2763800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2546900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2546900Column);
+ public bool IsT2763900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T2763900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2546900Null() {
- this[this.tabletblGen2FatherFromGen1.T2546900Column] = global::System.Convert.DBNull;
+ public void SetT2763900Null() {
+ this[this.tabletblGen2FatherFromGen1.T2763900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2547000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2547000Column);
+ public bool IsT2764000Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T2764000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2547000Null() {
- this[this.tabletblGen2FatherFromGen1.T2547000Column] = global::System.Convert.DBNull;
+ public void SetT2764000Null() {
+ this[this.tabletblGen2FatherFromGen1.T2764000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2547100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2547100Column);
+ public bool IsT3527500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3527500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2547100Null() {
- this[this.tabletblGen2FatherFromGen1.T2547100Column] = global::System.Convert.DBNull;
+ public void SetT3527500Null() {
+ this[this.tabletblGen2FatherFromGen1.T3527500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2547200Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2547200Column);
+ public bool IsT3527600Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3527600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2547200Null() {
- this[this.tabletblGen2FatherFromGen1.T2547200Column] = global::System.Convert.DBNull;
+ public void SetT3527600Null() {
+ this[this.tabletblGen2FatherFromGen1.T3527600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2547300Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2547300Column);
+ public bool IsT3527700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3527700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2547300Null() {
- this[this.tabletblGen2FatherFromGen1.T2547300Column] = global::System.Convert.DBNull;
+ public void SetT3527700Null() {
+ this[this.tabletblGen2FatherFromGen1.T3527700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2547400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2547400Column);
+ public bool IsT3527800Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3527800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2547400Null() {
- this[this.tabletblGen2FatherFromGen1.T2547400Column] = global::System.Convert.DBNull;
+ public void SetT3527800Null() {
+ this[this.tabletblGen2FatherFromGen1.T3527800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2547500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2547500Column);
+ public bool IsT3527900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3527900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2547500Null() {
- this[this.tabletblGen2FatherFromGen1.T2547500Column] = global::System.Convert.DBNull;
+ public void SetT3527900Null() {
+ this[this.tabletblGen2FatherFromGen1.T3527900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2547600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2547600Column);
+ public bool IsT3528000Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3528000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2547600Null() {
- this[this.tabletblGen2FatherFromGen1.T2547600Column] = global::System.Convert.DBNull;
+ public void SetT3528000Null() {
+ this[this.tabletblGen2FatherFromGen1.T3528000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2547700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2547700Column);
+ public bool IsT3528100Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3528100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2547700Null() {
- this[this.tabletblGen2FatherFromGen1.T2547700Column] = global::System.Convert.DBNull;
+ public void SetT3528100Null() {
+ this[this.tabletblGen2FatherFromGen1.T3528100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2763400Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2763400Column);
+ public bool IsT3528200Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3528200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2763400Null() {
- this[this.tabletblGen2FatherFromGen1.T2763400Column] = global::System.Convert.DBNull;
+ public void SetT3528200Null() {
+ this[this.tabletblGen2FatherFromGen1.T3528200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2763500Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2763500Column);
+ public bool IsT3528300Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3528300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2763500Null() {
- this[this.tabletblGen2FatherFromGen1.T2763500Column] = global::System.Convert.DBNull;
+ public void SetT3528300Null() {
+ this[this.tabletblGen2FatherFromGen1.T3528300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2763600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2763600Column);
+ public bool IsT3528400Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3528400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2763600Null() {
- this[this.tabletblGen2FatherFromGen1.T2763600Column] = global::System.Convert.DBNull;
+ public void SetT3528400Null() {
+ this[this.tabletblGen2FatherFromGen1.T3528400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2763700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2763700Column);
+ public bool IsT3530500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3530500Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2763700Null() {
- this[this.tabletblGen2FatherFromGen1.T2763700Column] = global::System.Convert.DBNull;
+ public void SetT3530500Null() {
+ this[this.tabletblGen2FatherFromGen1.T3530500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2763800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2763800Column);
+ public bool IsT3530600Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3530600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2763800Null() {
- this[this.tabletblGen2FatherFromGen1.T2763800Column] = global::System.Convert.DBNull;
+ public void SetT3530600Null() {
+ this[this.tabletblGen2FatherFromGen1.T3530600Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2763900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2763900Column);
+ public bool IsT3530700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3530700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2763900Null() {
- this[this.tabletblGen2FatherFromGen1.T2763900Column] = global::System.Convert.DBNull;
+ public void SetT3530700Null() {
+ this[this.tabletblGen2FatherFromGen1.T3530700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT2764000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T2764000Column);
+ public bool IsT3530800Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3530800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT2764000Null() {
- this[this.tabletblGen2FatherFromGen1.T2764000Column] = global::System.Convert.DBNull;
+ public void SetT3530800Null() {
+ this[this.tabletblGen2FatherFromGen1.T3530800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT3729600Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T3729600Column);
+ public bool IsT3530900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3530900Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT3729600Null() {
- this[this.tabletblGen2FatherFromGen1.T3729600Column] = global::System.Convert.DBNull;
+ public void SetT3530900Null() {
+ this[this.tabletblGen2FatherFromGen1.T3530900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT3729700Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T3729700Column);
+ public bool IsT3531000Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3531000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT3729700Null() {
- this[this.tabletblGen2FatherFromGen1.T3729700Column] = global::System.Convert.DBNull;
+ public void SetT3531000Null() {
+ this[this.tabletblGen2FatherFromGen1.T3531000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT3729800Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T3729800Column);
+ public bool IsT3531100Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3531100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT3729800Null() {
- this[this.tabletblGen2FatherFromGen1.T3729800Column] = global::System.Convert.DBNull;
+ public void SetT3531100Null() {
+ this[this.tabletblGen2FatherFromGen1.T3531100Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT3729900Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T3729900Column);
+ public bool IsT3531200Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3531200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT3729900Null() {
- this[this.tabletblGen2FatherFromGen1.T3729900Column] = global::System.Convert.DBNull;
+ public void SetT3531200Null() {
+ this[this.tabletblGen2FatherFromGen1.T3531200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT3730000Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T3730000Column);
+ public bool IsT3531300Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3531300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT3730000Null() {
- this[this.tabletblGen2FatherFromGen1.T3730000Column] = global::System.Convert.DBNull;
+ public void SetT3531300Null() {
+ this[this.tabletblGen2FatherFromGen1.T3531300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool IsT3730100Null() {
- return this.IsNull(this.tabletblGen2FatherFromGen1.T3730100Column);
+ public bool IsT3531400Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3531400Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public void SetT3730100Null() {
- this[this.tabletblGen2FatherFromGen1.T3730100Column] = global::System.Convert.DBNull;
+ public void SetT3531400Null() {
+ this[this.tabletblGen2FatherFromGen1.T3531400Column] = global::System.Convert.DBNull;
}
- }
-
- ///
- ///Row event argument class
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public class tblLinks2004Gen2RowChangeEvent : global::System.EventArgs {
- private tblLinks2004Gen2Row eventRow;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT3531500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3531500Column);
+ }
- private global::System.Data.DataRowAction eventAction;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT3531500Null() {
+ this[this.tabletblGen2FatherFromGen1.T3531500Column] = global::System.Convert.DBNull;
+ }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblLinks2004Gen2RowChangeEvent(tblLinks2004Gen2Row row, global::System.Data.DataRowAction action) {
- this.eventRow = row;
- this.eventAction = action;
+ public bool IsT3531501Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3531501Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblLinks2004Gen2Row Row {
- get {
- return this.eventRow;
- }
+ public void SetT3531501Null() {
+ this[this.tabletblGen2FatherFromGen1.T3531501Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataRowAction Action {
- get {
- return this.eventAction;
- }
+ public bool IsT3531600Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3531600Column);
}
- }
-
- ///
- ///Row event argument class
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public class tblGen2ImplicitFatherRowChangeEvent : global::System.EventArgs {
- private tblGen2ImplicitFatherRow eventRow;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT3531600Null() {
+ this[this.tabletblGen2FatherFromGen1.T3531600Column] = global::System.Convert.DBNull;
+ }
- private global::System.Data.DataRowAction eventAction;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT3531601Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3531601Column);
+ }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2ImplicitFatherRowChangeEvent(tblGen2ImplicitFatherRow row, global::System.Data.DataRowAction action) {
- this.eventRow = row;
- this.eventAction = action;
+ public void SetT3531601Null() {
+ this[this.tabletblGen2FatherFromGen1.T3531601Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2ImplicitFatherRow Row {
- get {
- return this.eventRow;
- }
+ public bool IsT3531700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3531700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataRowAction Action {
- get {
- return this.eventAction;
- }
+ public void SetT3531700Null() {
+ this[this.tabletblGen2FatherFromGen1.T3531700Column] = global::System.Convert.DBNull;
}
- }
-
- ///
- ///Row event argument class
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public class tblGen1OutcomesRowChangeEvent : global::System.EventArgs {
- private tblGen1OutcomesRow eventRow;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT3531701Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3531701Column);
+ }
- private global::System.Data.DataRowAction eventAction;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT3531701Null() {
+ this[this.tabletblGen2FatherFromGen1.T3531701Column] = global::System.Convert.DBNull;
+ }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1OutcomesRowChangeEvent(tblGen1OutcomesRow row, global::System.Data.DataRowAction action) {
- this.eventRow = row;
- this.eventAction = action;
+ public bool IsT3531800Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3531800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1OutcomesRow Row {
- get {
- return this.eventRow;
- }
+ public void SetT3531800Null() {
+ this[this.tabletblGen2FatherFromGen1.T3531800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataRowAction Action {
- get {
- return this.eventAction;
- }
+ public bool IsT3531801Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3531801Column);
}
- }
-
- ///
- ///Row event argument class
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public class tblGen2OutcomesHeightRowChangeEvent : global::System.EventArgs {
- private tblGen2OutcomesHeightRow eventRow;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT3531801Null() {
+ this[this.tabletblGen2FatherFromGen1.T3531801Column] = global::System.Convert.DBNull;
+ }
- private global::System.Data.DataRowAction eventAction;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT3531900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3531900Column);
+ }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2OutcomesHeightRowChangeEvent(tblGen2OutcomesHeightRow row, global::System.Data.DataRowAction action) {
- this.eventRow = row;
- this.eventAction = action;
+ public void SetT3531900Null() {
+ this[this.tabletblGen2FatherFromGen1.T3531900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2OutcomesHeightRow Row {
- get {
- return this.eventRow;
- }
+ public bool IsT3531901Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3531901Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataRowAction Action {
- get {
- return this.eventAction;
- }
+ public void SetT3531901Null() {
+ this[this.tabletblGen2FatherFromGen1.T3531901Column] = global::System.Convert.DBNull;
}
- }
-
- ///
- ///Row event argument class
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public class tblGen1ExplicitRowChangeEvent : global::System.EventArgs {
- private tblGen1ExplicitRow eventRow;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT3532000Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3532000Column);
+ }
- private global::System.Data.DataRowAction eventAction;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT3532000Null() {
+ this[this.tabletblGen2FatherFromGen1.T3532000Column] = global::System.Convert.DBNull;
+ }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1ExplicitRowChangeEvent(tblGen1ExplicitRow row, global::System.Data.DataRowAction action) {
- this.eventRow = row;
- this.eventAction = action;
+ public bool IsT3532001Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3532001Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1ExplicitRow Row {
- get {
- return this.eventRow;
- }
+ public void SetT3532001Null() {
+ this[this.tabletblGen2FatherFromGen1.T3532001Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataRowAction Action {
- get {
- return this.eventAction;
- }
+ public bool IsT3532100Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3532100Column);
}
- }
-
- ///
- ///Row event argument class
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public class tblGen1ImplicitRowChangeEvent : global::System.EventArgs {
- private tblGen1ImplicitRow eventRow;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT3532100Null() {
+ this[this.tabletblGen2FatherFromGen1.T3532100Column] = global::System.Convert.DBNull;
+ }
- private global::System.Data.DataRowAction eventAction;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT3532101Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3532101Column);
+ }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1ImplicitRowChangeEvent(tblGen1ImplicitRow row, global::System.Data.DataRowAction action) {
- this.eventRow = row;
- this.eventAction = action;
+ public void SetT3532101Null() {
+ this[this.tabletblGen2FatherFromGen1.T3532101Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1ImplicitRow Row {
- get {
- return this.eventRow;
- }
+ public bool IsT3532200Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3532200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataRowAction Action {
- get {
- return this.eventAction;
- }
+ public void SetT3532200Null() {
+ this[this.tabletblGen2FatherFromGen1.T3532200Column] = global::System.Convert.DBNull;
}
- }
-
- ///
- ///Row event argument class
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public class tblGen2OutcomesWeightRowChangeEvent : global::System.EventArgs {
- private tblGen2OutcomesWeightRow eventRow;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT3532201Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3532201Column);
+ }
- private global::System.Data.DataRowAction eventAction;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT3532201Null() {
+ this[this.tabletblGen2FatherFromGen1.T3532201Column] = global::System.Convert.DBNull;
+ }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2OutcomesWeightRowChangeEvent(tblGen2OutcomesWeightRow row, global::System.Data.DataRowAction action) {
- this.eventRow = row;
- this.eventAction = action;
+ public bool IsT3532300Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3532300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2OutcomesWeightRow Row {
- get {
- return this.eventRow;
- }
+ public void SetT3532300Null() {
+ this[this.tabletblGen2FatherFromGen1.T3532300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataRowAction Action {
- get {
- return this.eventAction;
- }
+ public bool IsT3532301Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3532301Column);
}
- }
-
- ///
- ///Row event argument class
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public class tblLinks2004Gen1RowChangeEvent : global::System.EventArgs {
- private tblLinks2004Gen1Row eventRow;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT3532301Null() {
+ this[this.tabletblGen2FatherFromGen1.T3532301Column] = global::System.Convert.DBNull;
+ }
- private global::System.Data.DataRowAction eventAction;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT3532400Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3532400Column);
+ }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblLinks2004Gen1RowChangeEvent(tblLinks2004Gen1Row row, global::System.Data.DataRowAction action) {
- this.eventRow = row;
- this.eventAction = action;
+ public void SetT3532400Null() {
+ this[this.tabletblGen2FatherFromGen1.T3532400Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblLinks2004Gen1Row Row {
- get {
- return this.eventRow;
- }
+ public bool IsT3532401Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3532401Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataRowAction Action {
- get {
- return this.eventAction;
- }
+ public void SetT3532401Null() {
+ this[this.tabletblGen2FatherFromGen1.T3532401Column] = global::System.Convert.DBNull;
}
- }
-
- ///
- ///Row event argument class
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public class tblGen2OutcomesMathRowChangeEvent : global::System.EventArgs {
- private tblGen2OutcomesMathRow eventRow;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT3533200Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3533200Column);
+ }
- private global::System.Data.DataRowAction eventAction;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT3533200Null() {
+ this[this.tabletblGen2FatherFromGen1.T3533200Column] = global::System.Convert.DBNull;
+ }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2OutcomesMathRowChangeEvent(tblGen2OutcomesMathRow row, global::System.Data.DataRowAction action) {
- this.eventRow = row;
- this.eventAction = action;
+ public bool IsT3533300Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3533300Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2OutcomesMathRow Row {
- get {
- return this.eventRow;
- }
+ public void SetT3533300Null() {
+ this[this.tabletblGen2FatherFromGen1.T3533300Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataRowAction Action {
- get {
- return this.eventAction;
- }
+ public bool IsT3533400Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3533400Column);
}
- }
-
- ///
- ///Row event argument class
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public class tblGen1GeocodeSanitizedRowChangeEvent : global::System.EventArgs {
- private tblGen1GeocodeSanitizedRow eventRow;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT3533400Null() {
+ this[this.tabletblGen2FatherFromGen1.T3533400Column] = global::System.Convert.DBNull;
+ }
- private global::System.Data.DataRowAction eventAction;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT3533500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3533500Column);
+ }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1GeocodeSanitizedRowChangeEvent(tblGen1GeocodeSanitizedRow row, global::System.Data.DataRowAction action) {
- this.eventRow = row;
- this.eventAction = action;
+ public void SetT3533500Null() {
+ this[this.tabletblGen2FatherFromGen1.T3533500Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1GeocodeSanitizedRow Row {
- get {
- return this.eventRow;
- }
+ public bool IsT3533600Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3533600Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataRowAction Action {
- get {
- return this.eventAction;
- }
+ public void SetT3533600Null() {
+ this[this.tabletblGen2FatherFromGen1.T3533600Column] = global::System.Convert.DBNull;
}
- }
-
- ///
- ///Row event argument class
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public class tblRosterGen1AssignmentRowChangeEvent : global::System.EventArgs {
- private tblRosterGen1AssignmentRow eventRow;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT3533700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3533700Column);
+ }
- private global::System.Data.DataRowAction eventAction;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT3533700Null() {
+ this[this.tabletblGen2FatherFromGen1.T3533700Column] = global::System.Convert.DBNull;
+ }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblRosterGen1AssignmentRowChangeEvent(tblRosterGen1AssignmentRow row, global::System.Data.DataRowAction action) {
- this.eventRow = row;
- this.eventAction = action;
+ public bool IsT3533800Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3533800Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblRosterGen1AssignmentRow Row {
- get {
- return this.eventRow;
- }
+ public void SetT3533800Null() {
+ this[this.tabletblGen2FatherFromGen1.T3533800Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataRowAction Action {
- get {
- return this.eventAction;
- }
+ public bool IsT3533900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3533900Column);
}
- }
-
- ///
- ///Row event argument class
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public class tblGen2LinksFromGen1RowChangeEvent : global::System.EventArgs {
- private tblGen2LinksFromGen1Row eventRow;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT3533900Null() {
+ this[this.tabletblGen2FatherFromGen1.T3533900Column] = global::System.Convert.DBNull;
+ }
- private global::System.Data.DataRowAction eventAction;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT3534000Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3534000Column);
+ }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2LinksFromGen1RowChangeEvent(tblGen2LinksFromGen1Row row, global::System.Data.DataRowAction action) {
- this.eventRow = row;
- this.eventAction = action;
+ public void SetT3534000Null() {
+ this[this.tabletblGen2FatherFromGen1.T3534000Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2LinksFromGen1Row Row {
- get {
- return this.eventRow;
- }
+ public bool IsT3534100Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3534100Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataRowAction Action {
- get {
- return this.eventAction;
- }
+ public void SetT3534100Null() {
+ this[this.tabletblGen2FatherFromGen1.T3534100Column] = global::System.Convert.DBNull;
}
- }
-
- ///
- ///Row event argument class
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public class tblGen2LinksRowChangeEvent : global::System.EventArgs {
- private tblGen2LinksRow eventRow;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT3729600Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3729600Column);
+ }
- private global::System.Data.DataRowAction eventAction;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT3729600Null() {
+ this[this.tabletblGen2FatherFromGen1.T3729600Column] = global::System.Convert.DBNull;
+ }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2LinksRowChangeEvent(tblGen2LinksRow row, global::System.Data.DataRowAction action) {
- this.eventRow = row;
- this.eventAction = action;
+ public bool IsT3729700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3729700Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2LinksRow Row {
- get {
- return this.eventRow;
- }
+ public void SetT3729700Null() {
+ this[this.tabletblGen2FatherFromGen1.T3729700Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataRowAction Action {
- get {
- return this.eventAction;
- }
+ public bool IsT3729800Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3729800Column);
}
- }
-
- ///
- ///Row event argument class
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public class tblGen1LinksRowChangeEvent : global::System.EventArgs {
- private tblGen1LinksRow eventRow;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT3729800Null() {
+ this[this.tabletblGen2FatherFromGen1.T3729800Column] = global::System.Convert.DBNull;
+ }
- private global::System.Data.DataRowAction eventAction;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT3729900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3729900Column);
+ }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1LinksRowChangeEvent(tblGen1LinksRow row, global::System.Data.DataRowAction action) {
- this.eventRow = row;
- this.eventAction = action;
+ public void SetT3729900Null() {
+ this[this.tabletblGen2FatherFromGen1.T3729900Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen1LinksRow Row {
- get {
- return this.eventRow;
- }
+ public bool IsT3730000Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3730000Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataRowAction Action {
- get {
- return this.eventAction;
- }
+ public void SetT3730000Null() {
+ this[this.tabletblGen2FatherFromGen1.T3730000Column] = global::System.Convert.DBNull;
}
- }
-
- ///
- ///Row event argument class
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public class tblGen2FatherFromGen1RowChangeEvent : global::System.EventArgs {
- private tblGen2FatherFromGen1Row eventRow;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT3730100Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T3730100Column);
+ }
- private global::System.Data.DataRowAction eventAction;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT3730100Null() {
+ this[this.tabletblGen2FatherFromGen1.T3730100Column] = global::System.Convert.DBNull;
+ }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2FatherFromGen1RowChangeEvent(tblGen2FatherFromGen1Row row, global::System.Data.DataRowAction action) {
- this.eventRow = row;
- this.eventAction = action;
+ public bool IsT4496200Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4496200Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2FatherFromGen1Row Row {
- get {
- return this.eventRow;
- }
+ public void SetT4496200Null() {
+ this[this.tabletblGen2FatherFromGen1.T4496200Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public global::System.Data.DataRowAction Action {
- get {
- return this.eventAction;
- }
+ public bool IsT4496300Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4496300Column);
}
- }
- }
-}
-namespace Nls.Base79.ImportDataSetTableAdapters {
-
-
- ///
- ///Represents the connection and commands used to retrieve and save data.
- ///
- [global::System.ComponentModel.DesignerCategoryAttribute("code")]
- [global::System.ComponentModel.ToolboxItem(true)]
- [global::System.ComponentModel.DataObjectAttribute(true)]
- [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
- ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
- public partial class tblLinks2004Gen2TableAdapter : global::System.ComponentModel.Component {
-
- private global::System.Data.SqlClient.SqlDataAdapter _adapter;
-
- private global::System.Data.SqlClient.SqlConnection _connection;
-
- private global::System.Data.SqlClient.SqlTransaction _transaction;
-
- private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
-
- private bool _clearBeforeFill;
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblLinks2004Gen2TableAdapter() {
- this.ClearBeforeFill = true;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
- get {
- if ((this._adapter == null)) {
- this.InitAdapter();
- }
- return this._adapter;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4496300Null() {
+ this[this.tabletblGen2FatherFromGen1.T4496300Column] = global::System.Convert.DBNull;
}
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal global::System.Data.SqlClient.SqlConnection Connection {
- get {
- if ((this._connection == null)) {
- this.InitConnection();
- }
- return this._connection;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4496400Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4496400Column);
}
- set {
- this._connection = value;
- if ((this.Adapter.InsertCommand != null)) {
- this.Adapter.InsertCommand.Connection = value;
- }
- if ((this.Adapter.DeleteCommand != null)) {
- this.Adapter.DeleteCommand.Connection = value;
- }
- if ((this.Adapter.UpdateCommand != null)) {
- this.Adapter.UpdateCommand.Connection = value;
- }
- for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
- if ((this.CommandCollection[i] != null)) {
- ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
- }
- }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4496400Null() {
+ this[this.tabletblGen2FatherFromGen1.T4496400Column] = global::System.Convert.DBNull;
}
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal global::System.Data.SqlClient.SqlTransaction Transaction {
- get {
- return this._transaction;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4496500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4496500Column);
}
- set {
- this._transaction = value;
- for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
- this.CommandCollection[i].Transaction = this._transaction;
- }
- if (((this.Adapter != null)
- && (this.Adapter.DeleteCommand != null))) {
- this.Adapter.DeleteCommand.Transaction = this._transaction;
- }
- if (((this.Adapter != null)
- && (this.Adapter.InsertCommand != null))) {
- this.Adapter.InsertCommand.Transaction = this._transaction;
- }
- if (((this.Adapter != null)
- && (this.Adapter.UpdateCommand != null))) {
- this.Adapter.UpdateCommand.Transaction = this._transaction;
- }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4496500Null() {
+ this[this.tabletblGen2FatherFromGen1.T4496500Column] = global::System.Convert.DBNull;
}
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
- get {
- if ((this._commandCollection == null)) {
- this.InitCommandCollection();
- }
- return this._commandCollection;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4496600Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4496600Column);
}
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool ClearBeforeFill {
- get {
- return this._clearBeforeFill;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4496600Null() {
+ this[this.tabletblGen2FatherFromGen1.T4496600Column] = global::System.Convert.DBNull;
}
- set {
- this._clearBeforeFill = value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4496700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4496700Column);
}
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- private void InitAdapter() {
- this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
- global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
- tableMapping.SourceTable = "Table";
- tableMapping.DataSetTable = "tblLinks2004Gen2";
- tableMapping.ColumnMappings.Add("ID1", "ID1");
- tableMapping.ColumnMappings.Add("ID2", "ID2");
- tableMapping.ColumnMappings.Add("Sex1", "Sex1");
- tableMapping.ColumnMappings.Add("Sex2", "Sex2");
- tableMapping.ColumnMappings.Add("RecommendedRelatedness", "RecommendedRelatedness");
- this._adapter.TableMappings.Add(tableMapping);
- this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
- this._adapter.DeleteCommand.Connection = this.Connection;
- this._adapter.DeleteCommand.CommandText = @"DELETE FROM [Extract].[tblLinks2004Gen2] WHERE (([ID1] = @Original_ID1) AND ([ID2] = @Original_ID2) AND ((@IsNull_Sex1 = 1 AND [Sex1] IS NULL) OR ([Sex1] = @Original_Sex1)) AND ((@IsNull_Sex2 = 1 AND [Sex2] IS NULL) OR ([Sex2] = @Original_Sex2)) AND ((@IsNull_RecommendedRelatedness = 1 AND [RecommendedRelatedness] IS NULL) OR ([RecommendedRelatedness] = @Original_RecommendedRelatedness)))";
- this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ID1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ID2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Sex1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sex1", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Sex2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sex2", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_RecommendedRelatedness", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RecommendedRelatedness", global::System.Data.SqlDbType.Real, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
- this._adapter.InsertCommand.Connection = this.Connection;
- this._adapter.InsertCommand.CommandText = @"INSERT INTO [Extract].[tblLinks2004Gen2] ([ID1], [ID2], [Sex1], [Sex2], [RecommendedRelatedness]) VALUES (@ID1, @ID2, @Sex1, @Sex2, @RecommendedRelatedness);
-SELECT ID1, ID2, Sex1, Sex2, RecommendedRelatedness FROM Extract.tblLinks2004Gen2 WHERE (ID1 = @ID1) AND (ID2 = @ID2)";
- this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sex1", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sex2", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RecommendedRelatedness", global::System.Data.SqlDbType.Real, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
- this._adapter.UpdateCommand.Connection = this.Connection;
- this._adapter.UpdateCommand.CommandText = @"UPDATE [Extract].[tblLinks2004Gen2] SET [ID1] = @ID1, [ID2] = @ID2, [Sex1] = @Sex1, [Sex2] = @Sex2, [RecommendedRelatedness] = @RecommendedRelatedness WHERE (([ID1] = @Original_ID1) AND ([ID2] = @Original_ID2) AND ((@IsNull_Sex1 = 1 AND [Sex1] IS NULL) OR ([Sex1] = @Original_Sex1)) AND ((@IsNull_Sex2 = 1 AND [Sex2] IS NULL) OR ([Sex2] = @Original_Sex2)) AND ((@IsNull_RecommendedRelatedness = 1 AND [RecommendedRelatedness] IS NULL) OR ([RecommendedRelatedness] = @Original_RecommendedRelatedness)));
-SELECT ID1, ID2, Sex1, Sex2, RecommendedRelatedness FROM Extract.tblLinks2004Gen2 WHERE (ID1 = @ID1) AND (ID2 = @ID2)";
- this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sex1", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sex2", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RecommendedRelatedness", global::System.Data.SqlDbType.Real, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ID1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ID2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Sex1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sex1", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Sex2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sex2", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_RecommendedRelatedness", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RecommendedRelatedness", global::System.Data.SqlDbType.Real, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- private void InitConnection() {
- this._connection = new global::System.Data.SqlClient.SqlConnection();
- this._connection.ConnectionString = global::Nls.Base79.Properties.Settings.Default.Nlsy79ConnectionStringBase;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- private void InitCommandCollection() {
- this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
- this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
- this._commandCollection[0].Connection = this.Connection;
- this._commandCollection[0].CommandText = "SELECT ID1, ID2, Sex1, Sex2, RecommendedRelatedness FROM Extract.tblLinks2004Gen2" +
- "";
- this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
- [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
- public virtual int Fill(ImportDataSet.tblLinks2004Gen2DataTable dataTable) {
- this.Adapter.SelectCommand = this.CommandCollection[0];
- if ((this.ClearBeforeFill == true)) {
- dataTable.Clear();
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4496700Null() {
+ this[this.tabletblGen2FatherFromGen1.T4496700Column] = global::System.Convert.DBNull;
}
- int returnValue = this.Adapter.Fill(dataTable);
- return returnValue;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
- [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
- public virtual ImportDataSet.tblLinks2004Gen2DataTable GetData() {
- this.Adapter.SelectCommand = this.CommandCollection[0];
- ImportDataSet.tblLinks2004Gen2DataTable dataTable = new ImportDataSet.tblLinks2004Gen2DataTable();
- this.Adapter.Fill(dataTable);
- return dataTable;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
- public virtual int Update(ImportDataSet.tblLinks2004Gen2DataTable dataTable) {
- return this.Adapter.Update(dataTable);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
- public virtual int Update(ImportDataSet dataSet) {
- return this.Adapter.Update(dataSet, "tblLinks2004Gen2");
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
- public virtual int Update(global::System.Data.DataRow dataRow) {
- return this.Adapter.Update(new global::System.Data.DataRow[] {
- dataRow});
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
- public virtual int Update(global::System.Data.DataRow[] dataRows) {
- return this.Adapter.Update(dataRows);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
- [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
- public virtual int Delete(int Original_ID1, int Original_ID2, global::System.Nullable Original_Sex1, global::System.Nullable Original_Sex2, global::System.Nullable Original_RecommendedRelatedness) {
- this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_ID1));
- this.Adapter.DeleteCommand.Parameters[1].Value = ((int)(Original_ID2));
- if ((Original_Sex1.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[3].Value = ((byte)(Original_Sex1.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4496800Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4496800Column);
}
- else {
- this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[3].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4496800Null() {
+ this[this.tabletblGen2FatherFromGen1.T4496800Column] = global::System.Convert.DBNull;
}
- if ((Original_Sex2.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[5].Value = ((byte)(Original_Sex2.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4496900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4496900Column);
}
- else {
- this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[5].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4496900Null() {
+ this[this.tabletblGen2FatherFromGen1.T4496900Column] = global::System.Convert.DBNull;
}
- if ((Original_RecommendedRelatedness.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[7].Value = ((float)(Original_RecommendedRelatedness.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4497000Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4497000Column);
}
- else {
- this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[7].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4497000Null() {
+ this[this.tabletblGen2FatherFromGen1.T4497000Column] = global::System.Convert.DBNull;
}
- global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
- if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
- != global::System.Data.ConnectionState.Open)) {
- this.Adapter.DeleteCommand.Connection.Open();
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4497100Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4497100Column);
}
- try {
- int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
- return returnValue;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4497100Null() {
+ this[this.tabletblGen2FatherFromGen1.T4497100Column] = global::System.Convert.DBNull;
}
- finally {
- if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
- this.Adapter.DeleteCommand.Connection.Close();
- }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4500700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4500700Column);
}
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
- [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
- public virtual int Insert(int ID1, int ID2, global::System.Nullable Sex1, global::System.Nullable Sex2, global::System.Nullable RecommendedRelatedness) {
- this.Adapter.InsertCommand.Parameters[0].Value = ((int)(ID1));
- this.Adapter.InsertCommand.Parameters[1].Value = ((int)(ID2));
- if ((Sex1.HasValue == true)) {
- this.Adapter.InsertCommand.Parameters[2].Value = ((byte)(Sex1.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4500700Null() {
+ this[this.tabletblGen2FatherFromGen1.T4500700Column] = global::System.Convert.DBNull;
}
- else {
- this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4500800Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4500800Column);
}
- if ((Sex2.HasValue == true)) {
- this.Adapter.InsertCommand.Parameters[3].Value = ((byte)(Sex2.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4500800Null() {
+ this[this.tabletblGen2FatherFromGen1.T4500800Column] = global::System.Convert.DBNull;
}
- else {
- this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4500900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4500900Column);
}
- if ((RecommendedRelatedness.HasValue == true)) {
- this.Adapter.InsertCommand.Parameters[4].Value = ((float)(RecommendedRelatedness.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4500900Null() {
+ this[this.tabletblGen2FatherFromGen1.T4500900Column] = global::System.Convert.DBNull;
}
- else {
- this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4501000Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4501000Column);
}
- global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
- if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
- != global::System.Data.ConnectionState.Open)) {
- this.Adapter.InsertCommand.Connection.Open();
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4501000Null() {
+ this[this.tabletblGen2FatherFromGen1.T4501000Column] = global::System.Convert.DBNull;
}
- try {
- int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
- return returnValue;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4501100Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4501100Column);
}
- finally {
- if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
- this.Adapter.InsertCommand.Connection.Close();
- }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4501100Null() {
+ this[this.tabletblGen2FatherFromGen1.T4501100Column] = global::System.Convert.DBNull;
}
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
- [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
- public virtual int Update(int ID1, int ID2, global::System.Nullable Sex1, global::System.Nullable Sex2, global::System.Nullable RecommendedRelatedness, int Original_ID1, int Original_ID2, global::System.Nullable Original_Sex1, global::System.Nullable Original_Sex2, global::System.Nullable Original_RecommendedRelatedness) {
- this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(ID1));
- this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(ID2));
- if ((Sex1.HasValue == true)) {
- this.Adapter.UpdateCommand.Parameters[2].Value = ((byte)(Sex1.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4501200Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4501200Column);
}
- else {
- this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4501200Null() {
+ this[this.tabletblGen2FatherFromGen1.T4501200Column] = global::System.Convert.DBNull;
}
- if ((Sex2.HasValue == true)) {
- this.Adapter.UpdateCommand.Parameters[3].Value = ((byte)(Sex2.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4501300Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4501300Column);
}
- else {
- this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4501300Null() {
+ this[this.tabletblGen2FatherFromGen1.T4501300Column] = global::System.Convert.DBNull;
}
- if ((RecommendedRelatedness.HasValue == true)) {
- this.Adapter.UpdateCommand.Parameters[4].Value = ((float)(RecommendedRelatedness.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4501400Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4501400Column);
}
- else {
- this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4501400Null() {
+ this[this.tabletblGen2FatherFromGen1.T4501400Column] = global::System.Convert.DBNull;
}
- this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(Original_ID1));
- this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(Original_ID2));
- if ((Original_Sex1.HasValue == true)) {
- this.Adapter.UpdateCommand.Parameters[7].Value = ((object)(0));
- this.Adapter.UpdateCommand.Parameters[8].Value = ((byte)(Original_Sex1.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4501500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4501500Column);
}
- else {
- this.Adapter.UpdateCommand.Parameters[7].Value = ((object)(1));
- this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4501500Null() {
+ this[this.tabletblGen2FatherFromGen1.T4501500Column] = global::System.Convert.DBNull;
}
- if ((Original_Sex2.HasValue == true)) {
- this.Adapter.UpdateCommand.Parameters[9].Value = ((object)(0));
- this.Adapter.UpdateCommand.Parameters[10].Value = ((byte)(Original_Sex2.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4501600Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4501600Column);
}
- else {
- this.Adapter.UpdateCommand.Parameters[9].Value = ((object)(1));
- this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4501600Null() {
+ this[this.tabletblGen2FatherFromGen1.T4501600Column] = global::System.Convert.DBNull;
}
- if ((Original_RecommendedRelatedness.HasValue == true)) {
- this.Adapter.UpdateCommand.Parameters[11].Value = ((object)(0));
- this.Adapter.UpdateCommand.Parameters[12].Value = ((float)(Original_RecommendedRelatedness.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4501700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4501700Column);
}
- else {
- this.Adapter.UpdateCommand.Parameters[11].Value = ((object)(1));
- this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4501700Null() {
+ this[this.tabletblGen2FatherFromGen1.T4501700Column] = global::System.Convert.DBNull;
}
- global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
- if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
- != global::System.Data.ConnectionState.Open)) {
- this.Adapter.UpdateCommand.Connection.Open();
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4501701Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4501701Column);
}
- try {
- int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
- return returnValue;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4501701Null() {
+ this[this.tabletblGen2FatherFromGen1.T4501701Column] = global::System.Convert.DBNull;
}
- finally {
- if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
- this.Adapter.UpdateCommand.Connection.Close();
- }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4501800Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4501800Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4501800Null() {
+ this[this.tabletblGen2FatherFromGen1.T4501800Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4501801Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4501801Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4501801Null() {
+ this[this.tabletblGen2FatherFromGen1.T4501801Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4501900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4501900Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4501900Null() {
+ this[this.tabletblGen2FatherFromGen1.T4501900Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4501901Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4501901Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4501901Null() {
+ this[this.tabletblGen2FatherFromGen1.T4501901Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4502000Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4502000Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4502000Null() {
+ this[this.tabletblGen2FatherFromGen1.T4502000Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4502001Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4502001Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4502001Null() {
+ this[this.tabletblGen2FatherFromGen1.T4502001Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4502100Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4502100Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4502100Null() {
+ this[this.tabletblGen2FatherFromGen1.T4502100Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4502101Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4502101Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4502101Null() {
+ this[this.tabletblGen2FatherFromGen1.T4502101Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4502200Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4502200Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4502200Null() {
+ this[this.tabletblGen2FatherFromGen1.T4502200Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4502201Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4502201Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4502201Null() {
+ this[this.tabletblGen2FatherFromGen1.T4502201Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4502300Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4502300Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4502300Null() {
+ this[this.tabletblGen2FatherFromGen1.T4502300Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4502301Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4502301Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4502301Null() {
+ this[this.tabletblGen2FatherFromGen1.T4502301Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4502400Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4502400Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4502400Null() {
+ this[this.tabletblGen2FatherFromGen1.T4502400Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4502401Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4502401Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4502401Null() {
+ this[this.tabletblGen2FatherFromGen1.T4502401Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4502500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4502500Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4502500Null() {
+ this[this.tabletblGen2FatherFromGen1.T4502500Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4502501Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4502501Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4502501Null() {
+ this[this.tabletblGen2FatherFromGen1.T4502501Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4502600Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4502600Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4502600Null() {
+ this[this.tabletblGen2FatherFromGen1.T4502600Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4502601Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4502601Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4502601Null() {
+ this[this.tabletblGen2FatherFromGen1.T4502601Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4504900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4504900Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4504900Null() {
+ this[this.tabletblGen2FatherFromGen1.T4504900Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4505000Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4505000Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4505000Null() {
+ this[this.tabletblGen2FatherFromGen1.T4505000Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4505100Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4505100Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4505100Null() {
+ this[this.tabletblGen2FatherFromGen1.T4505100Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4505200Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4505200Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4505200Null() {
+ this[this.tabletblGen2FatherFromGen1.T4505200Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4505300Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4505300Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4505300Null() {
+ this[this.tabletblGen2FatherFromGen1.T4505300Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4505400Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4505400Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4505400Null() {
+ this[this.tabletblGen2FatherFromGen1.T4505400Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4505500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4505500Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4505500Null() {
+ this[this.tabletblGen2FatherFromGen1.T4505500Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4505600Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4505600Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4505600Null() {
+ this[this.tabletblGen2FatherFromGen1.T4505600Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4505700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4505700Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4505700Null() {
+ this[this.tabletblGen2FatherFromGen1.T4505700Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4505800Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4505800Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4505800Null() {
+ this[this.tabletblGen2FatherFromGen1.T4505800Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4703500Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4703500Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4703500Null() {
+ this[this.tabletblGen2FatherFromGen1.T4703500Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4703600Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4703600Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4703600Null() {
+ this[this.tabletblGen2FatherFromGen1.T4703600Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4703700Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4703700Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4703700Null() {
+ this[this.tabletblGen2FatherFromGen1.T4703700Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4703800Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4703800Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4703800Null() {
+ this[this.tabletblGen2FatherFromGen1.T4703800Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4703900Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4703900Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4703900Null() {
+ this[this.tabletblGen2FatherFromGen1.T4703900Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public bool IsT4704000Null() {
+ return this.IsNull(this.tabletblGen2FatherFromGen1.T4704000Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public void SetT4704000Null() {
+ this[this.tabletblGen2FatherFromGen1.T4704000Column] = global::System.Convert.DBNull;
}
}
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
- [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
- public virtual int Update(global::System.Nullable Sex1, global::System.Nullable Sex2, global::System.Nullable RecommendedRelatedness, int Original_ID1, int Original_ID2, global::System.Nullable Original_Sex1, global::System.Nullable Original_Sex2, global::System.Nullable Original_RecommendedRelatedness) {
- return this.Update(Original_ID1, Original_ID2, Sex1, Sex2, RecommendedRelatedness, Original_ID1, Original_ID2, Original_Sex1, Original_Sex2, Original_RecommendedRelatedness);
- }
- }
-
- ///
- ///Represents the connection and commands used to retrieve and save data.
- ///
- [global::System.ComponentModel.DesignerCategoryAttribute("code")]
- [global::System.ComponentModel.ToolboxItem(true)]
- [global::System.ComponentModel.DataObjectAttribute(true)]
- [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
- ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
- [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
- public partial class tblGen2ImplicitFatherTableAdapter : global::System.ComponentModel.Component {
-
- private global::System.Data.SqlClient.SqlDataAdapter _adapter;
-
- private global::System.Data.SqlClient.SqlConnection _connection;
-
- private global::System.Data.SqlClient.SqlTransaction _transaction;
-
- private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
-
- private bool _clearBeforeFill;
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public tblGen2ImplicitFatherTableAdapter() {
- this.ClearBeforeFill = true;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
- get {
- if ((this._adapter == null)) {
- this.InitAdapter();
+ ///
+ ///Represents strongly named DataRow class.
+ ///
+ public partial class tblGen2FatherFromGen1DeathRow : global::System.Data.DataRow {
+
+ private tblGen2FatherFromGen1DeathDataTable tabletblGen2FatherFromGen1Death;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ internal tblGen2FatherFromGen1DeathRow(global::System.Data.DataRowBuilder rb) :
+ base(rb) {
+ this.tabletblGen2FatherFromGen1Death = ((tblGen2FatherFromGen1DeathDataTable)(this.Table));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R0000100 {
+ get {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R0000100Column]));
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R0000100Column] = value;
}
- return this._adapter;
}
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal global::System.Data.SqlClient.SqlConnection Connection {
- get {
- if ((this._connection == null)) {
- this.InitConnection();
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R1373400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1373400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R1373400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R1373400Column] = value;
}
- return this._connection;
}
- set {
- this._connection = value;
- if ((this.Adapter.InsertCommand != null)) {
- this.Adapter.InsertCommand.Connection = value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R1374100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1374100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R1374100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
}
- if ((this.Adapter.DeleteCommand != null)) {
- this.Adapter.DeleteCommand.Connection = value;
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R1374100Column] = value;
}
- if ((this.Adapter.UpdateCommand != null)) {
- this.Adapter.UpdateCommand.Connection = value;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R1374800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1374800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R1374800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
}
- for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
- if ((this.CommandCollection[i] != null)) {
- ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R1374800Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R1375500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1375500Column]));
}
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R1375500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R1375500Column] = value;
}
}
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- internal global::System.Data.SqlClient.SqlTransaction Transaction {
- get {
- return this._transaction;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R1376200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1376200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R1376200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R1376200Column] = value;
+ }
}
- set {
- this._transaction = value;
- for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
- this.CommandCollection[i].Transaction = this._transaction;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R1376900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1376900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R1376900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
}
- if (((this.Adapter != null)
- && (this.Adapter.DeleteCommand != null))) {
- this.Adapter.DeleteCommand.Transaction = this._transaction;
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R1376900Column] = value;
}
- if (((this.Adapter != null)
- && (this.Adapter.InsertCommand != null))) {
- this.Adapter.InsertCommand.Transaction = this._transaction;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R1377600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1377600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R1377600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
}
- if (((this.Adapter != null)
- && (this.Adapter.UpdateCommand != null))) {
- this.Adapter.UpdateCommand.Transaction = this._transaction;
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R1377600Column] = value;
}
}
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
- get {
- if ((this._commandCollection == null)) {
- this.InitCommandCollection();
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R1753800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1753800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R1753800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R1753800Column] = value;
}
- return this._commandCollection;
}
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- public bool ClearBeforeFill {
- get {
- return this._clearBeforeFill;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R1754500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1754500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R1754500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R1754500Column] = value;
+ }
}
- set {
- this._clearBeforeFill = value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R1755200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1755200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R1755200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R1755200Column] = value;
+ }
}
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- private void InitAdapter() {
- this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
- global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
- tableMapping.SourceTable = "Table";
- tableMapping.DataSetTable = "tblGen2ImplicitFather";
- tableMapping.ColumnMappings.Add("C0000100", "C0000100");
- tableMapping.ColumnMappings.Add("C0000200", "C0000200");
- tableMapping.ColumnMappings.Add("C0005300", "C0005300");
- tableMapping.ColumnMappings.Add("C0005400", "C0005400");
- tableMapping.ColumnMappings.Add("C0005700", "C0005700");
- tableMapping.ColumnMappings.Add("C0008100", "C0008100");
- tableMapping.ColumnMappings.Add("C0008200", "C0008200");
- tableMapping.ColumnMappings.Add("C0008300", "C0008300");
- tableMapping.ColumnMappings.Add("C0008600", "C0008600");
- tableMapping.ColumnMappings.Add("C0008700", "C0008700");
- tableMapping.ColumnMappings.Add("C0008800", "C0008800");
- tableMapping.ColumnMappings.Add("C0009100", "C0009100");
- tableMapping.ColumnMappings.Add("C0009200", "C0009200");
- tableMapping.ColumnMappings.Add("C0009300", "C0009300");
- tableMapping.ColumnMappings.Add("C0009600", "C0009600");
- tableMapping.ColumnMappings.Add("C0009700", "C0009700");
- tableMapping.ColumnMappings.Add("C0009800", "C0009800");
- tableMapping.ColumnMappings.Add("C0009900", "C0009900");
- tableMapping.ColumnMappings.Add("C0010110", "C0010110");
- tableMapping.ColumnMappings.Add("C0010200", "C0010200");
- tableMapping.ColumnMappings.Add("C0010300", "C0010300");
- tableMapping.ColumnMappings.Add("C0010400", "C0010400");
- tableMapping.ColumnMappings.Add("C0010700", "C0010700");
- tableMapping.ColumnMappings.Add("C0010800", "C0010800");
- tableMapping.ColumnMappings.Add("C0010900", "C0010900");
- tableMapping.ColumnMappings.Add("C0011110", "C0011110");
- tableMapping.ColumnMappings.Add("C0011111", "C0011111");
- tableMapping.ColumnMappings.Add("C0011112", "C0011112");
- tableMapping.ColumnMappings.Add("C0011113", "C0011113");
- tableMapping.ColumnMappings.Add("C0011114", "C0011114");
- tableMapping.ColumnMappings.Add("C0011117", "C0011117");
- tableMapping.ColumnMappings.Add("C0011118", "C0011118");
- tableMapping.ColumnMappings.Add("C0011119", "C0011119");
- tableMapping.ColumnMappings.Add("C0011122", "C0011122");
- tableMapping.ColumnMappings.Add("C0011123", "C0011123");
- tableMapping.ColumnMappings.Add("C0011124", "C0011124");
- tableMapping.ColumnMappings.Add("C0011127", "C0011127");
- tableMapping.ColumnMappings.Add("C0011128", "C0011128");
- tableMapping.ColumnMappings.Add("C0011129", "C0011129");
- tableMapping.ColumnMappings.Add("C0011132", "C0011132");
- tableMapping.ColumnMappings.Add("C0011133", "C0011133");
- tableMapping.ColumnMappings.Add("C0011134", "C0011134");
- tableMapping.ColumnMappings.Add("C0011137", "C0011137");
- tableMapping.ColumnMappings.Add("C0011138", "C0011138");
- tableMapping.ColumnMappings.Add("C0011139", "C0011139");
- tableMapping.ColumnMappings.Add("C0011142", "C0011142");
- tableMapping.ColumnMappings.Add("C0011143", "C0011143");
- tableMapping.ColumnMappings.Add("C0011144", "C0011144");
- tableMapping.ColumnMappings.Add("C3070500", "C3070500");
- tableMapping.ColumnMappings.Add("C3423600", "C3423600");
- tableMapping.ColumnMappings.Add("C3601100", "C3601100");
- tableMapping.ColumnMappings.Add("C3601700", "C3601700");
- tableMapping.ColumnMappings.Add("C3601800", "C3601800");
- tableMapping.ColumnMappings.Add("C3601900", "C3601900");
- tableMapping.ColumnMappings.Add("C3605900", "C3605900");
- tableMapping.ColumnMappings.Add("C3981100", "C3981100");
- tableMapping.ColumnMappings.Add("C3981700", "C3981700");
- tableMapping.ColumnMappings.Add("C3981800", "C3981800");
- tableMapping.ColumnMappings.Add("C3981900", "C3981900");
- tableMapping.ColumnMappings.Add("Y0003200", "Y0003200");
- tableMapping.ColumnMappings.Add("Y0007300", "Y0007300");
- tableMapping.ColumnMappings.Add("Y0007400", "Y0007400");
- tableMapping.ColumnMappings.Add("Y0007600", "Y0007600");
- tableMapping.ColumnMappings.Add("Y0007601", "Y0007601");
- tableMapping.ColumnMappings.Add("Y0008000", "Y0008000");
- tableMapping.ColumnMappings.Add("Y0008500", "Y0008500");
- tableMapping.ColumnMappings.Add("Y0008600", "Y0008600");
- tableMapping.ColumnMappings.Add("Y0009400", "Y0009400");
- tableMapping.ColumnMappings.Add("Y0394100", "Y0394100");
- tableMapping.ColumnMappings.Add("Y0394300", "Y0394300");
- tableMapping.ColumnMappings.Add("Y0394500", "Y0394500");
- tableMapping.ColumnMappings.Add("Y0394501", "Y0394501");
- tableMapping.ColumnMappings.Add("Y0394900", "Y0394900");
- tableMapping.ColumnMappings.Add("Y0651000", "Y0651000");
- tableMapping.ColumnMappings.Add("Y0682500", "Y0682500");
- tableMapping.ColumnMappings.Add("Y0683800", "Y0683800");
- tableMapping.ColumnMappings.Add("Y0683900", "Y0683900");
- tableMapping.ColumnMappings.Add("Y0684100", "Y0684100");
- tableMapping.ColumnMappings.Add("Y0684101", "Y0684101");
- tableMapping.ColumnMappings.Add("Y0684500", "Y0684500");
- tableMapping.ColumnMappings.Add("Y0947100", "Y0947100");
- tableMapping.ColumnMappings.Add("Y0986200", "Y0986200");
- tableMapping.ColumnMappings.Add("Y0986700", "Y0986700");
- tableMapping.ColumnMappings.Add("Y0988800", "Y0988800");
- tableMapping.ColumnMappings.Add("Y0988900", "Y0988900");
- tableMapping.ColumnMappings.Add("Y0989400", "Y0989400");
- tableMapping.ColumnMappings.Add("Y0989401", "Y0989401");
- tableMapping.ColumnMappings.Add("Y0989900", "Y0989900");
- tableMapping.ColumnMappings.Add("Y1229100", "Y1229100");
- tableMapping.ColumnMappings.Add("Y1229200", "Y1229200");
- tableMapping.ColumnMappings.Add("Y1229700", "Y1229700");
- tableMapping.ColumnMappings.Add("Y1229701", "Y1229701");
- tableMapping.ColumnMappings.Add("Y1458900", "Y1458900");
- tableMapping.ColumnMappings.Add("Y1459400", "Y1459400");
- tableMapping.ColumnMappings.Add("Y1459401", "Y1459401");
- tableMapping.ColumnMappings.Add("Y1629500", "Y1629500");
- tableMapping.ColumnMappings.Add("Y1704000", "Y1704000");
- tableMapping.ColumnMappings.Add("Y1704500", "Y1704500");
- tableMapping.ColumnMappings.Add("Y1704501", "Y1704501");
- tableMapping.ColumnMappings.Add("Y1707300", "Y1707300");
- tableMapping.ColumnMappings.Add("Y1883300", "Y1883300");
- tableMapping.ColumnMappings.Add("Y1989500", "Y1989500");
- tableMapping.ColumnMappings.Add("Y1990000", "Y1990000");
- tableMapping.ColumnMappings.Add("Y1990001", "Y1990001");
- tableMapping.ColumnMappings.Add("Y1992900", "Y1992900");
- tableMapping.ColumnMappings.Add("Y2197500", "Y2197500");
- tableMapping.ColumnMappings.Add("Y2308300", "Y2308300");
- tableMapping.ColumnMappings.Add("Y2308800", "Y2308800");
- tableMapping.ColumnMappings.Add("Y2308801", "Y2308801");
- tableMapping.ColumnMappings.Add("Y2311700", "Y2311700");
- tableMapping.ColumnMappings.Add("Y2531800", "Y2531800");
- this._adapter.TableMappings.Add(tableMapping);
- this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
- this._adapter.DeleteCommand.Connection = this.Connection;
- this._adapter.DeleteCommand.CommandText = "DELETE FROM [Extract].[tblGen2ImplicitFather] WHERE (([C0000100] = @Original_C000" +
- "0100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Origi" +
- "nal_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300]" +
- " = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([" +
- "C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NU" +
- "LL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_C0008100 = 1 AND [C00081" +
- "00] IS NULL) OR ([C0008100] = @Original_C0008100)) AND ((@IsNull_C0008200 = 1 AN" +
- "D [C0008200] IS NULL) OR ([C0008200] = @Original_C0008200)) AND ((@IsNull_C00083" +
- "00 = 1 AND [C0008300] IS NULL) OR ([C0008300] = @Original_C0008300)) AND ((@IsNu" +
- "ll_C0008600 = 1 AND [C0008600] IS NULL) OR ([C0008600] = @Original_C0008600)) AN" +
- "D ((@IsNull_C0008700 = 1 AND [C0008700] IS NULL) OR ([C0008700] = @Original_C000" +
- "8700)) AND ((@IsNull_C0008800 = 1 AND [C0008800] IS NULL) OR ([C0008800] = @Orig" +
- "inal_C0008800)) AND ((@IsNull_C0009100 = 1 AND [C0009100] IS NULL) OR ([C0009100" +
- "] = @Original_C0009100)) AND ((@IsNull_C0009200 = 1 AND [C0009200] IS NULL) OR (" +
- "[C0009200] = @Original_C0009200)) AND ((@IsNull_C0009300 = 1 AND [C0009300] IS N" +
- "ULL) OR ([C0009300] = @Original_C0009300)) AND ((@IsNull_C0009600 = 1 AND [C0009" +
- "600] IS NULL) OR ([C0009600] = @Original_C0009600)) AND ((@IsNull_C0009700 = 1 A" +
- "ND [C0009700] IS NULL) OR ([C0009700] = @Original_C0009700)) AND ((@IsNull_C0009" +
- "800 = 1 AND [C0009800] IS NULL) OR ([C0009800] = @Original_C0009800)) AND ((@IsN" +
- "ull_C0009900 = 1 AND [C0009900] IS NULL) OR ([C0009900] = @Original_C0009900)) A" +
- "ND ((@IsNull_C0010110 = 1 AND [C0010110] IS NULL) OR ([C0010110] = @Original_C00" +
- "10110)) AND ((@IsNull_C0010200 = 1 AND [C0010200] IS NULL) OR ([C0010200] = @Ori" +
- "ginal_C0010200)) AND ((@IsNull_C0010300 = 1 AND [C0010300] IS NULL) OR ([C001030" +
- "0] = @Original_C0010300)) AND ((@IsNull_C0010400 = 1 AND [C0010400] IS NULL) OR " +
- "([C0010400] = @Original_C0010400)) AND ((@IsNull_C0010700 = 1 AND [C0010700] IS " +
- "NULL) OR ([C0010700] = @Original_C0010700)) AND ((@IsNull_C0010800 = 1 AND [C001" +
- "0800] IS NULL) OR ([C0010800] = @Original_C0010800)) AND ((@IsNull_C0010900 = 1 " +
- "AND [C0010900] IS NULL) OR ([C0010900] = @Original_C0010900)) AND ((@IsNull_C001" +
- "1110 = 1 AND [C0011110] IS NULL) OR ([C0011110] = @Original_C0011110)) AND ((@Is" +
- "Null_C0011111 = 1 AND [C0011111] IS NULL) OR ([C0011111] = @Original_C0011111)) " +
- "AND ((@IsNull_C0011112 = 1 AND [C0011112] IS NULL) OR ([C0011112] = @Original_C0" +
- "011112)) AND ((@IsNull_C0011113 = 1 AND [C0011113] IS NULL) OR ([C0011113] = @Or" +
- "iginal_C0011113)) AND ((@IsNull_C0011114 = 1 AND [C0011114] IS NULL) OR ([C00111" +
- "14] = @Original_C0011114)) AND ((@IsNull_C0011117 = 1 AND [C0011117] IS NULL) OR" +
- " ([C0011117] = @Original_C0011117)) AND ((@IsNull_C0011118 = 1 AND [C0011118] IS" +
- " NULL) OR ([C0011118] = @Original_C0011118)) AND ((@IsNull_C0011119 = 1 AND [C00" +
- "11119] IS NULL) OR ([C0011119] = @Original_C0011119)) AND ((@IsNull_C0011122 = 1" +
- " AND [C0011122] IS NULL) OR ([C0011122] = @Original_C0011122)) AND ((@IsNull_C00" +
- "11123 = 1 AND [C0011123] IS NULL) OR ([C0011123] = @Original_C0011123)) AND ((@I" +
- "sNull_C0011124 = 1 AND [C0011124] IS NULL) OR ([C0011124] = @Original_C0011124))" +
- " AND ((@IsNull_C0011127 = 1 AND [C0011127] IS NULL) OR ([C0011127] = @Original_C" +
- "0011127)) AND ((@IsNull_C0011128 = 1 AND [C0011128] IS NULL) OR ([C0011128] = @O" +
- "riginal_C0011128)) AND ((@IsNull_C0011129 = 1 AND [C0011129] IS NULL) OR ([C0011" +
- "129] = @Original_C0011129)) AND ((@IsNull_C0011132 = 1 AND [C0011132] IS NULL) O" +
- "R ([C0011132] = @Original_C0011132)) AND ((@IsNull_C0011133 = 1 AND [C0011133] I" +
- "S NULL) OR ([C0011133] = @Original_C0011133)) AND ((@IsNull_C0011134 = 1 AND [C0" +
- "011134] IS NULL) OR ([C0011134] = @Original_C0011134)) AND ((@IsNull_C0011137 = " +
- "1 AND [C0011137] IS NULL) OR ([C0011137] = @Original_C0011137)) AND ((@IsNull_C0" +
- "011138 = 1 AND [C0011138] IS NULL) OR ([C0011138] = @Original_C0011138)) AND ((@" +
- "IsNull_C0011139 = 1 AND [C0011139] IS NULL) OR ([C0011139] = @Original_C0011139)" +
- ") AND ((@IsNull_C0011142 = 1 AND [C0011142] IS NULL) OR ([C0011142] = @Original_" +
- "C0011142)) AND ((@IsNull_C0011143 = 1 AND [C0011143] IS NULL) OR ([C0011143] = @" +
- "Original_C0011143)) AND ((@IsNull_C0011144 = 1 AND [C0011144] IS NULL) OR ([C001" +
- "1144] = @Original_C0011144)) AND ((@IsNull_C3070500 = 1 AND [C3070500] IS NULL) " +
- "OR ([C3070500] = @Original_C3070500)) AND ((@IsNull_C3423600 = 1 AND [C3423600] " +
- "IS NULL) OR ([C3423600] = @Original_C3423600)) AND ((@IsNull_C3601100 = 1 AND [C" +
- "3601100] IS NULL) OR ([C3601100] = @Original_C3601100)) AND ((@IsNull_C3601700 =" +
- " 1 AND [C3601700] IS NULL) OR ([C3601700] = @Original_C3601700)) AND ((@IsNull_C" +
- "3601800 = 1 AND [C3601800] IS NULL) OR ([C3601800] = @Original_C3601800)) AND ((" +
- "@IsNull_C3601900 = 1 AND [C3601900] IS NULL) OR ([C3601900] = @Original_C3601900" +
- ")) AND ((@IsNull_C3605900 = 1 AND [C3605900] IS NULL) OR ([C3605900] = @Original" +
- "_C3605900)) AND ((@IsNull_C3981100 = 1 AND [C3981100] IS NULL) OR ([C3981100] = " +
- "@Original_C3981100)) AND ((@IsNull_C3981700 = 1 AND [C3981700] IS NULL) OR ([C39" +
- "81700] = @Original_C3981700)) AND ((@IsNull_C3981800 = 1 AND [C3981800] IS NULL)" +
- " OR ([C3981800] = @Original_C3981800)) AND ((@IsNull_C3981900 = 1 AND [C3981900]" +
- " IS NULL) OR ([C3981900] = @Original_C3981900)) AND ((@IsNull_Y0003200 = 1 AND [" +
- "Y0003200] IS NULL) OR ([Y0003200] = @Original_Y0003200)) AND ((@IsNull_Y0007300 " +
- "= 1 AND [Y0007300] IS NULL) OR ([Y0007300] = @Original_Y0007300)) AND ((@IsNull_" +
- "Y0007400 = 1 AND [Y0007400] IS NULL) OR ([Y0007400] = @Original_Y0007400)) AND (" +
- "(@IsNull_Y0007600 = 1 AND [Y0007600] IS NULL) OR ([Y0007600] = @Original_Y000760" +
- "0)) AND ((@IsNull_Y0007601 = 1 AND [Y0007601] IS NULL) OR ([Y0007601] = @Origina" +
- "l_Y0007601)) AND ((@IsNull_Y0008000 = 1 AND [Y0008000] IS NULL) OR ([Y0008000] =" +
- " @Original_Y0008000)) AND ((@IsNull_Y0008500 = 1 AND [Y0008500] IS NULL) OR ([Y0" +
- "008500] = @Original_Y0008500)) AND ((@IsNull_Y0008600 = 1 AND [Y0008600] IS NULL" +
- ") OR ([Y0008600] = @Original_Y0008600)) AND ((@IsNull_Y0009400 = 1 AND [Y0009400" +
- "] IS NULL) OR ([Y0009400] = @Original_Y0009400)) AND ((@IsNull_Y0394100 = 1 AND " +
- "[Y0394100] IS NULL) OR ([Y0394100] = @Original_Y0394100)) AND ((@IsNull_Y0394300" +
- " = 1 AND [Y0394300] IS NULL) OR ([Y0394300] = @Original_Y0394300)) AND ((@IsNull" +
- "_Y0394500 = 1 AND [Y0394500] IS NULL) OR ([Y0394500] = @Original_Y0394500)) AND " +
- "((@IsNull_Y0394501 = 1 AND [Y0394501] IS NULL) OR ([Y0394501] = @Original_Y03945" +
- "01)) AND ((@IsNull_Y0394900 = 1 AND [Y0394900] IS NULL) OR ([Y0394900] = @Origin" +
- "al_Y0394900)) AND ((@IsNull_Y0651000 = 1 AND [Y0651000] IS NULL) OR ([Y0651000] " +
- "= @Original_Y0651000)) AND ((@IsNull_Y0682500 = 1 AND [Y0682500] IS NULL) OR ([Y" +
- "0682500] = @Original_Y0682500)) AND ((@IsNull_Y0683800 = 1 AND [Y0683800] IS NUL" +
- "L) OR ([Y0683800] = @Original_Y0683800)) AND ((@IsNull_Y0683900 = 1 AND [Y068390" +
- "0] IS NULL) OR ([Y0683900] = @Original_Y0683900)) AND ((@IsNull_Y0684100 = 1 AND" +
- " [Y0684100] IS NULL) OR ([Y0684100] = @Original_Y0684100)) AND ((@IsNull_Y068410" +
- "1 = 1 AND [Y0684101] IS NULL) OR ([Y0684101] = @Original_Y0684101)) AND ((@IsNul" +
- "l_Y0684500 = 1 AND [Y0684500] IS NULL) OR ([Y0684500] = @Original_Y0684500)) AND" +
- " ((@IsNull_Y0947100 = 1 AND [Y0947100] IS NULL) OR ([Y0947100] = @Original_Y0947" +
- "100)) AND ((@IsNull_Y0986200 = 1 AND [Y0986200] IS NULL) OR ([Y0986200] = @Origi" +
- "nal_Y0986200)) AND ((@IsNull_Y0986700 = 1 AND [Y0986700] IS NULL) OR ([Y0986700]" +
- " = @Original_Y0986700)) AND ((@IsNull_Y0988800 = 1 AND [Y0988800] IS NULL) OR ([" +
- "Y0988800] = @Original_Y0988800)) AND ((@IsNull_Y0988900 = 1 AND [Y0988900] IS NU" +
- "LL) OR ([Y0988900] = @Original_Y0988900)) AND ((@IsNull_Y0989400 = 1 AND [Y09894" +
- "00] IS NULL) OR ([Y0989400] = @Original_Y0989400)) AND ((@IsNull_Y0989401 = 1 AN" +
- "D [Y0989401] IS NULL) OR ([Y0989401] = @Original_Y0989401)) AND ((@IsNull_Y09899" +
- "00 = 1 AND [Y0989900] IS NULL) OR ([Y0989900] = @Original_Y0989900)) AND ((@IsNu" +
- "ll_Y1229100 = 1 AND [Y1229100] IS NULL) OR ([Y1229100] = @Original_Y1229100)) AN" +
- "D ((@IsNull_Y1229200 = 1 AND [Y1229200] IS NULL) OR ([Y1229200] = @Original_Y122" +
- "9200)) AND ((@IsNull_Y1229700 = 1 AND [Y1229700] IS NULL) OR ([Y1229700] = @Orig" +
- "inal_Y1229700)) AND ((@IsNull_Y1229701 = 1 AND [Y1229701] IS NULL) OR ([Y1229701" +
- "] = @Original_Y1229701)) AND ((@IsNull_Y1458900 = 1 AND [Y1458900] IS NULL) OR (" +
- "[Y1458900] = @Original_Y1458900)) AND ((@IsNull_Y1459400 = 1 AND [Y1459400] IS N" +
- "ULL) OR ([Y1459400] = @Original_Y1459400)) AND ((@IsNull_Y1459401 = 1 AND [Y1459" +
- "401] IS NULL) OR ([Y1459401] = @Original_Y1459401)) AND ((@IsNull_Y1629500 = 1 A" +
- "ND [Y1629500] IS NULL) OR ([Y1629500] = @Original_Y1629500)) AND ((@IsNull_Y1704" +
- "000 = 1 AND [Y1704000] IS NULL) OR ([Y1704000] = @Original_Y1704000)) AND ((@IsN" +
- "ull_Y1704500 = 1 AND [Y1704500] IS NULL) OR ([Y1704500] = @Original_Y1704500)) A" +
- "ND ((@IsNull_Y1704501 = 1 AND [Y1704501] IS NULL) OR ([Y1704501] = @Original_Y17" +
- "04501)) AND ((@IsNull_Y1707300 = 1 AND [Y1707300] IS NULL) OR ([Y1707300] = @Ori" +
- "ginal_Y1707300)) AND ((@IsNull_Y1883300 = 1 AND [Y1883300] IS NULL) OR ([Y188330" +
- "0] = @Original_Y1883300)) AND ((@IsNull_Y1989500 = 1 AND [Y1989500] IS NULL) OR " +
- "([Y1989500] = @Original_Y1989500)) AND ((@IsNull_Y1990000 = 1 AND [Y1990000] IS " +
- "NULL) OR ([Y1990000] = @Original_Y1990000)) AND ((@IsNull_Y1990001 = 1 AND [Y199" +
- "0001] IS NULL) OR ([Y1990001] = @Original_Y1990001)) AND ((@IsNull_Y1992900 = 1 " +
- "AND [Y1992900] IS NULL) OR ([Y1992900] = @Original_Y1992900)) AND ((@IsNull_Y219" +
- "7500 = 1 AND [Y2197500] IS NULL) OR ([Y2197500] = @Original_Y2197500)) AND ((@Is" +
- "Null_Y2308300 = 1 AND [Y2308300] IS NULL) OR ([Y2308300] = @Original_Y2308300)) " +
- "AND ((@IsNull_Y2308800 = 1 AND [Y2308800] IS NULL) OR ([Y2308800] = @Original_Y2" +
- "308800)) AND ((@IsNull_Y2308801 = 1 AND [Y2308801] IS NULL) OR ([Y2308801] = @Or" +
- "iginal_Y2308801)) AND ((@IsNull_Y2311700 = 1 AND [Y2311700] IS NULL) OR ([Y23117" +
- "00] = @Original_Y2311700)) AND ((@IsNull_Y2531800 = 1 AND [Y2531800] IS NULL) OR" +
- " ([Y2531800] = @Original_Y2531800)))";
- this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008100", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008100", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008200", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008200", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008300", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008300", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008600", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008600", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008700", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008700", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008800", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008800", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009100", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009100", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009200", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009200", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009300", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009300", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009600", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009600", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009700", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009700", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009800", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009800", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009900", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009900", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010110", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010110", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010200", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010200", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010300", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010300", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010400", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010400", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010700", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010700", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010800", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010800", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010900", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010900", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011110", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011110", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011111", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011111", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011111", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011111", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011112", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011112", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011112", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011112", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011113", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011113", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011113", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011113", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011114", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011114", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011114", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011114", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011117", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011117", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011117", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011117", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011118", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011118", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011118", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011118", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011119", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011119", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011119", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011119", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011122", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011122", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011122", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011122", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011123", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011123", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011123", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011123", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011124", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011124", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011124", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011124", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011127", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011127", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011127", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011127", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011128", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011128", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011128", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011128", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011129", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011129", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011129", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011129", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011132", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011132", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011132", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011132", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011133", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011133", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011133", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011133", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011134", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011134", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011134", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011134", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011137", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011137", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011137", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011137", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011138", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011138", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011138", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011138", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011139", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011139", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011139", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011139", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011142", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011142", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011142", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011142", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011143", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011143", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011143", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011143", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011144", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011144", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011144", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011144", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3070500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3070500", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3070500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3070500", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3423600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3423600", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3423600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3423600", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3601100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601100", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3601100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601100", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3601700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601700", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3601700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601700", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3601800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601800", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3601800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601800", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3601900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601900", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3601900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601900", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3605900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3605900", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3605900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3605900", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3981100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981100", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3981100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981100", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3981700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981700", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3981700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981700", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3981800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981800", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3981800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981800", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3981900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981900", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3981900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981900", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0003200", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0003200", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007300", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007300", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0007400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007400", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0007400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007400", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007600", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007600", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0007601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007601", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0007601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007601", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0008000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008000", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0008000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008000", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0008500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008500", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0008500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008500", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008600", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008600", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0009400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0009400", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0009400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0009400", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394100", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394100", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394300", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394300", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394500", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394500", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394501", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394501", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394900", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394900", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0651000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0651000", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0651000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0651000", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0682500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0682500", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0682500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0682500", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0683800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683800", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0683800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683800", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0683900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683900", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0683900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683900", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0684100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684100", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0684100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684100", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0684101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684101", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0684101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684101", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0684500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684500", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0684500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684500", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0947100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0947100", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0947100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0947100", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986200", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986200", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0986700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986700", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0986700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986700", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0988800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988800", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0988800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988800", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0988900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988900", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0988900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988900", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0989400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989400", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0989400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989400", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0989401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989401", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0989401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989401", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0989900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989900", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0989900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989900", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1229100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229100", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1229100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229100", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1229200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229200", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1229200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229200", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1229700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229700", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1229700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229700", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1229701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229701", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1229701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229701", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1458900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1458900", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1458900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1458900", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1459400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459400", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1459400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459400", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1459401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459401", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1459401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459401", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1629500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1629500", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1629500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1629500", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1704000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704000", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1704000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704000", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1704500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704500", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1704500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704500", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1704501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704501", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1704501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704501", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1707300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1707300", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1707300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1707300", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1883300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1883300", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1883300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1883300", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1989500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1989500", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1989500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1989500", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1990000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990000", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1990000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990000", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1990001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990001", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1990001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990001", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1992900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1992900", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1992900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1992900", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2197500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2197500", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2197500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2197500", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308300", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308300", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2308800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308800", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2308800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308800", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2308801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308801", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2308801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308801", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2311700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2311700", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2311700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2311700", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2531800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2531800", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2531800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2531800", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
- this._adapter.InsertCommand.Connection = this.Connection;
- this._adapter.InsertCommand.CommandText = "INSERT INTO [Extract].[tblGen2ImplicitFather] ([C0000100], [C0000200], [C0005300]" +
- ", [C0005400], [C0005700], [C0008100], [C0008200], [C0008300], [C0008600], [C0008" +
- "700], [C0008800], [C0009100], [C0009200], [C0009300], [C0009600], [C0009700], [C" +
- "0009800], [C0009900], [C0010110], [C0010200], [C0010300], [C0010400], [C0010700]" +
- ", [C0010800], [C0010900], [C0011110], [C0011111], [C0011112], [C0011113], [C0011" +
- "114], [C0011117], [C0011118], [C0011119], [C0011122], [C0011123], [C0011124], [C" +
- "0011127], [C0011128], [C0011129], [C0011132], [C0011133], [C0011134], [C0011137]" +
- ", [C0011138], [C0011139], [C0011142], [C0011143], [C0011144], [C3070500], [C3423" +
- "600], [C3601100], [C3601700], [C3601800], [C3601900], [C3605900], [C3981100], [C" +
- "3981700], [C3981800], [C3981900], [Y0003200], [Y0007300], [Y0007400], [Y0007600]" +
- ", [Y0007601], [Y0008000], [Y0008500], [Y0008600], [Y0009400], [Y0394100], [Y0394" +
- "300], [Y0394500], [Y0394501], [Y0394900], [Y0651000], [Y0682500], [Y0683800], [Y" +
- "0683900], [Y0684100], [Y0684101], [Y0684500], [Y0947100], [Y0986200], [Y0986700]" +
- ", [Y0988800], [Y0988900], [Y0989400], [Y0989401], [Y0989900], [Y1229100], [Y1229" +
- "200], [Y1229700], [Y1229701], [Y1458900], [Y1459400], [Y1459401], [Y1629500], [Y" +
- "1704000], [Y1704500], [Y1704501], [Y1707300], [Y1883300], [Y1989500], [Y1990000]" +
- ", [Y1990001], [Y1992900], [Y2197500], [Y2308300], [Y2308800], [Y2308801], [Y2311" +
- "700], [Y2531800]) VALUES (@C0000100, @C0000200, @C0005300, @C0005400, @C0005700," +
- " @C0008100, @C0008200, @C0008300, @C0008600, @C0008700, @C0008800, @C0009100, @C" +
- "0009200, @C0009300, @C0009600, @C0009700, @C0009800, @C0009900, @C0010110, @C001" +
- "0200, @C0010300, @C0010400, @C0010700, @C0010800, @C0010900, @C0011110, @C001111" +
- "1, @C0011112, @C0011113, @C0011114, @C0011117, @C0011118, @C0011119, @C0011122, " +
- "@C0011123, @C0011124, @C0011127, @C0011128, @C0011129, @C0011132, @C0011133, @C0" +
- "011134, @C0011137, @C0011138, @C0011139, @C0011142, @C0011143, @C0011144, @C3070" +
- "500, @C3423600, @C3601100, @C3601700, @C3601800, @C3601900, @C3605900, @C3981100" +
- ", @C3981700, @C3981800, @C3981900, @Y0003200, @Y0007300, @Y0007400, @Y0007600, @" +
- "Y0007601, @Y0008000, @Y0008500, @Y0008600, @Y0009400, @Y0394100, @Y0394300, @Y03" +
- "94500, @Y0394501, @Y0394900, @Y0651000, @Y0682500, @Y0683800, @Y0683900, @Y06841" +
- "00, @Y0684101, @Y0684500, @Y0947100, @Y0986200, @Y0986700, @Y0988800, @Y0988900," +
- " @Y0989400, @Y0989401, @Y0989900, @Y1229100, @Y1229200, @Y1229700, @Y1229701, @Y" +
- "1458900, @Y1459400, @Y1459401, @Y1629500, @Y1704000, @Y1704500, @Y1704501, @Y170" +
- "7300, @Y1883300, @Y1989500, @Y1990000, @Y1990001, @Y1992900, @Y2197500, @Y230830" +
- "0, @Y2308800, @Y2308801, @Y2311700, @Y2531800);\r\nSELECT C0000100, C0000200, C000" +
- "5300, C0005400, C0005700, C0008100, C0008200, C0008300, C0008600, C0008700, C000" +
- "8800, C0009100, C0009200, C0009300, C0009600, C0009700, C0009800, C0009900, C001" +
- "0110, C0010200, C0010300, C0010400, C0010700, C0010800, C0010900, C0011110, C001" +
- "1111, C0011112, C0011113, C0011114, C0011117, C0011118, C0011119, C0011122, C001" +
- "1123, C0011124, C0011127, C0011128, C0011129, C0011132, C0011133, C0011134, C001" +
- "1137, C0011138, C0011139, C0011142, C0011143, C0011144, C3070500, C3423600, C360" +
- "1100, C3601700, C3601800, C3601900, C3605900, C3981100, C3981700, C3981800, C398" +
- "1900, Y0003200, Y0007300, Y0007400, Y0007600, Y0007601, Y0008000, Y0008500, Y000" +
- "8600, Y0009400, Y0394100, Y0394300, Y0394500, Y0394501, Y0394900, Y0651000, Y068" +
- "2500, Y0683800, Y0683900, Y0684100, Y0684101, Y0684500, Y0947100, Y0986200, Y098" +
- "6700, Y0988800, Y0988900, Y0989400, Y0989401, Y0989900, Y1229100, Y1229200, Y122" +
- "9700, Y1229701, Y1458900, Y1459400, Y1459401, Y1629500, Y1704000, Y1704500, Y170" +
- "4501, Y1707300, Y1883300, Y1989500, Y1990000, Y1990001, Y1992900, Y2197500, Y230" +
- "8300, Y2308800, Y2308801, Y2311700, Y2531800 FROM Extract.tblGen2ImplicitFather " +
- "WHERE (C0000100 = @C0000100)";
- this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008100", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008200", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008300", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008600", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008700", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008800", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009100", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009200", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009300", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009600", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009700", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009800", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009900", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010110", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010200", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010300", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010400", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010700", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010800", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010900", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011110", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011111", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011111", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011112", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011112", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011113", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011113", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011114", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011114", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011117", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011117", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011118", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011118", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011119", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011119", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011122", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011122", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011123", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011123", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011124", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011124", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011127", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011127", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011128", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011128", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011129", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011129", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011132", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011132", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011133", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011133", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011134", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011134", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011137", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011137", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011138", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011138", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011139", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011139", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011142", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011142", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011143", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011143", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011144", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011144", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3070500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3070500", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3423600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3423600", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3601100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601100", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3601700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601700", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3601800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601800", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3601900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601900", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3605900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3605900", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3981100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981100", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3981700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981700", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3981800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981800", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3981900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981900", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0003200", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007300", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0007400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007400", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007600", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0007601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007601", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0008000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008000", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0008500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008500", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008600", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0009400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0009400", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394100", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394300", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394500", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394501", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394900", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0651000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0651000", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0682500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0682500", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0683800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683800", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0683900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683900", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0684100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684100", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0684101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684101", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0684500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684500", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0947100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0947100", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986200", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0986700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986700", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0988800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988800", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0988900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988900", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0989400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989400", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0989401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989401", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0989900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989900", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1229100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229100", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1229200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229200", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1229700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229700", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1229701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229701", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1458900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1458900", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1459400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459400", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1459401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459401", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1629500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1629500", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1704000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704000", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1704500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704500", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1704501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704501", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1707300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1707300", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1883300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1883300", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1989500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1989500", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1990000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990000", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1990001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990001", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1992900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1992900", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2197500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2197500", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308300", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2308800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308800", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2308801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308801", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2311700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2311700", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2531800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2531800", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
- this._adapter.UpdateCommand.Connection = this.Connection;
- this._adapter.UpdateCommand.CommandText = "UPDATE [Extract].[tblGen2ImplicitFather] SET [C0000100] = @C0000100, [C0000200] =" +
- " @C0000200, [C0005300] = @C0005300, [C0005400] = @C0005400, [C0005700] = @C00057" +
- "00, [C0008100] = @C0008100, [C0008200] = @C0008200, [C0008300] = @C0008300, [C00" +
- "08600] = @C0008600, [C0008700] = @C0008700, [C0008800] = @C0008800, [C0009100] =" +
- " @C0009100, [C0009200] = @C0009200, [C0009300] = @C0009300, [C0009600] = @C00096" +
- "00, [C0009700] = @C0009700, [C0009800] = @C0009800, [C0009900] = @C0009900, [C00" +
- "10110] = @C0010110, [C0010200] = @C0010200, [C0010300] = @C0010300, [C0010400] =" +
- " @C0010400, [C0010700] = @C0010700, [C0010800] = @C0010800, [C0010900] = @C00109" +
- "00, [C0011110] = @C0011110, [C0011111] = @C0011111, [C0011112] = @C0011112, [C00" +
- "11113] = @C0011113, [C0011114] = @C0011114, [C0011117] = @C0011117, [C0011118] =" +
- " @C0011118, [C0011119] = @C0011119, [C0011122] = @C0011122, [C0011123] = @C00111" +
- "23, [C0011124] = @C0011124, [C0011127] = @C0011127, [C0011128] = @C0011128, [C00" +
- "11129] = @C0011129, [C0011132] = @C0011132, [C0011133] = @C0011133, [C0011134] =" +
- " @C0011134, [C0011137] = @C0011137, [C0011138] = @C0011138, [C0011139] = @C00111" +
- "39, [C0011142] = @C0011142, [C0011143] = @C0011143, [C0011144] = @C0011144, [C30" +
- "70500] = @C3070500, [C3423600] = @C3423600, [C3601100] = @C3601100, [C3601700] =" +
- " @C3601700, [C3601800] = @C3601800, [C3601900] = @C3601900, [C3605900] = @C36059" +
- "00, [C3981100] = @C3981100, [C3981700] = @C3981700, [C3981800] = @C3981800, [C39" +
- "81900] = @C3981900, [Y0003200] = @Y0003200, [Y0007300] = @Y0007300, [Y0007400] =" +
- " @Y0007400, [Y0007600] = @Y0007600, [Y0007601] = @Y0007601, [Y0008000] = @Y00080" +
- "00, [Y0008500] = @Y0008500, [Y0008600] = @Y0008600, [Y0009400] = @Y0009400, [Y03" +
- "94100] = @Y0394100, [Y0394300] = @Y0394300, [Y0394500] = @Y0394500, [Y0394501] =" +
- " @Y0394501, [Y0394900] = @Y0394900, [Y0651000] = @Y0651000, [Y0682500] = @Y06825" +
- "00, [Y0683800] = @Y0683800, [Y0683900] = @Y0683900, [Y0684100] = @Y0684100, [Y06" +
- "84101] = @Y0684101, [Y0684500] = @Y0684500, [Y0947100] = @Y0947100, [Y0986200] =" +
- " @Y0986200, [Y0986700] = @Y0986700, [Y0988800] = @Y0988800, [Y0988900] = @Y09889" +
- "00, [Y0989400] = @Y0989400, [Y0989401] = @Y0989401, [Y0989900] = @Y0989900, [Y12" +
- "29100] = @Y1229100, [Y1229200] = @Y1229200, [Y1229700] = @Y1229700, [Y1229701] =" +
- " @Y1229701, [Y1458900] = @Y1458900, [Y1459400] = @Y1459400, [Y1459401] = @Y14594" +
- "01, [Y1629500] = @Y1629500, [Y1704000] = @Y1704000, [Y1704500] = @Y1704500, [Y17" +
- "04501] = @Y1704501, [Y1707300] = @Y1707300, [Y1883300] = @Y1883300, [Y1989500] =" +
- " @Y1989500, [Y1990000] = @Y1990000, [Y1990001] = @Y1990001, [Y1992900] = @Y19929" +
- "00, [Y2197500] = @Y2197500, [Y2308300] = @Y2308300, [Y2308800] = @Y2308800, [Y23" +
- "08801] = @Y2308801, [Y2311700] = @Y2311700, [Y2531800] = @Y2531800 WHERE (([C000" +
- "0100] = @Original_C0000100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) O" +
- "R ([C0000200] = @Original_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] I" +
- "S NULL) OR ([C0005300] = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0" +
- "005400] IS NULL) OR ([C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = " +
- "1 AND [C0005700] IS NULL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_C0" +
- "008100 = 1 AND [C0008100] IS NULL) OR ([C0008100] = @Original_C0008100)) AND ((@" +
- "IsNull_C0008200 = 1 AND [C0008200] IS NULL) OR ([C0008200] = @Original_C0008200)" +
- ") AND ((@IsNull_C0008300 = 1 AND [C0008300] IS NULL) OR ([C0008300] = @Original_" +
- "C0008300)) AND ((@IsNull_C0008600 = 1 AND [C0008600] IS NULL) OR ([C0008600] = @" +
- "Original_C0008600)) AND ((@IsNull_C0008700 = 1 AND [C0008700] IS NULL) OR ([C000" +
- "8700] = @Original_C0008700)) AND ((@IsNull_C0008800 = 1 AND [C0008800] IS NULL) " +
- "OR ([C0008800] = @Original_C0008800)) AND ((@IsNull_C0009100 = 1 AND [C0009100] " +
- "IS NULL) OR ([C0009100] = @Original_C0009100)) AND ((@IsNull_C0009200 = 1 AND [C" +
- "0009200] IS NULL) OR ([C0009200] = @Original_C0009200)) AND ((@IsNull_C0009300 =" +
- " 1 AND [C0009300] IS NULL) OR ([C0009300] = @Original_C0009300)) AND ((@IsNull_C" +
- "0009600 = 1 AND [C0009600] IS NULL) OR ([C0009600] = @Original_C0009600)) AND ((" +
- "@IsNull_C0009700 = 1 AND [C0009700] IS NULL) OR ([C0009700] = @Original_C0009700" +
- ")) AND ((@IsNull_C0009800 = 1 AND [C0009800] IS NULL) OR ([C0009800] = @Original" +
- "_C0009800)) AND ((@IsNull_C0009900 = 1 AND [C0009900] IS NULL) OR ([C0009900] = " +
- "@Original_C0009900)) AND ((@IsNull_C0010110 = 1 AND [C0010110] IS NULL) OR ([C00" +
- "10110] = @Original_C0010110)) AND ((@IsNull_C0010200 = 1 AND [C0010200] IS NULL)" +
- " OR ([C0010200] = @Original_C0010200)) AND ((@IsNull_C0010300 = 1 AND [C0010300]" +
- " IS NULL) OR ([C0010300] = @Original_C0010300)) AND ((@IsNull_C0010400 = 1 AND [" +
- "C0010400] IS NULL) OR ([C0010400] = @Original_C0010400)) AND ((@IsNull_C0010700 " +
- "= 1 AND [C0010700] IS NULL) OR ([C0010700] = @Original_C0010700)) AND ((@IsNull_" +
- "C0010800 = 1 AND [C0010800] IS NULL) OR ([C0010800] = @Original_C0010800)) AND (" +
- "(@IsNull_C0010900 = 1 AND [C0010900] IS NULL) OR ([C0010900] = @Original_C001090" +
- "0)) AND ((@IsNull_C0011110 = 1 AND [C0011110] IS NULL) OR ([C0011110] = @Origina" +
- "l_C0011110)) AND ((@IsNull_C0011111 = 1 AND [C0011111] IS NULL) OR ([C0011111] =" +
- " @Original_C0011111)) AND ((@IsNull_C0011112 = 1 AND [C0011112] IS NULL) OR ([C0" +
- "011112] = @Original_C0011112)) AND ((@IsNull_C0011113 = 1 AND [C0011113] IS NULL" +
- ") OR ([C0011113] = @Original_C0011113)) AND ((@IsNull_C0011114 = 1 AND [C0011114" +
- "] IS NULL) OR ([C0011114] = @Original_C0011114)) AND ((@IsNull_C0011117 = 1 AND " +
- "[C0011117] IS NULL) OR ([C0011117] = @Original_C0011117)) AND ((@IsNull_C0011118" +
- " = 1 AND [C0011118] IS NULL) OR ([C0011118] = @Original_C0011118)) AND ((@IsNull" +
- "_C0011119 = 1 AND [C0011119] IS NULL) OR ([C0011119] = @Original_C0011119)) AND " +
- "((@IsNull_C0011122 = 1 AND [C0011122] IS NULL) OR ([C0011122] = @Original_C00111" +
- "22)) AND ((@IsNull_C0011123 = 1 AND [C0011123] IS NULL) OR ([C0011123] = @Origin" +
- "al_C0011123)) AND ((@IsNull_C0011124 = 1 AND [C0011124] IS NULL) OR ([C0011124] " +
- "= @Original_C0011124)) AND ((@IsNull_C0011127 = 1 AND [C0011127] IS NULL) OR ([C" +
- "0011127] = @Original_C0011127)) AND ((@IsNull_C0011128 = 1 AND [C0011128] IS NUL" +
- "L) OR ([C0011128] = @Original_C0011128)) AND ((@IsNull_C0011129 = 1 AND [C001112" +
- "9] IS NULL) OR ([C0011129] = @Original_C0011129)) AND ((@IsNull_C0011132 = 1 AND" +
- " [C0011132] IS NULL) OR ([C0011132] = @Original_C0011132)) AND ((@IsNull_C001113" +
- "3 = 1 AND [C0011133] IS NULL) OR ([C0011133] = @Original_C0011133)) AND ((@IsNul" +
- "l_C0011134 = 1 AND [C0011134] IS NULL) OR ([C0011134] = @Original_C0011134)) AND" +
- " ((@IsNull_C0011137 = 1 AND [C0011137] IS NULL) OR ([C0011137] = @Original_C0011" +
- "137)) AND ((@IsNull_C0011138 = 1 AND [C0011138] IS NULL) OR ([C0011138] = @Origi" +
- "nal_C0011138)) AND ((@IsNull_C0011139 = 1 AND [C0011139] IS NULL) OR ([C0011139]" +
- " = @Original_C0011139)) AND ((@IsNull_C0011142 = 1 AND [C0011142] IS NULL) OR ([" +
- "C0011142] = @Original_C0011142)) AND ((@IsNull_C0011143 = 1 AND [C0011143] IS NU" +
- "LL) OR ([C0011143] = @Original_C0011143)) AND ((@IsNull_C0011144 = 1 AND [C00111" +
- "44] IS NULL) OR ([C0011144] = @Original_C0011144)) AND ((@IsNull_C3070500 = 1 AN" +
- "D [C3070500] IS NULL) OR ([C3070500] = @Original_C3070500)) AND ((@IsNull_C34236" +
- "00 = 1 AND [C3423600] IS NULL) OR ([C3423600] = @Original_C3423600)) AND ((@IsNu" +
- "ll_C3601100 = 1 AND [C3601100] IS NULL) OR ([C3601100] = @Original_C3601100)) AN" +
- "D ((@IsNull_C3601700 = 1 AND [C3601700] IS NULL) OR ([C3601700] = @Original_C360" +
- "1700)) AND ((@IsNull_C3601800 = 1 AND [C3601800] IS NULL) OR ([C3601800] = @Orig" +
- "inal_C3601800)) AND ((@IsNull_C3601900 = 1 AND [C3601900] IS NULL) OR ([C3601900" +
- "] = @Original_C3601900)) AND ((@IsNull_C3605900 = 1 AND [C3605900] IS NULL) OR (" +
- "[C3605900] = @Original_C3605900)) AND ((@IsNull_C3981100 = 1 AND [C3981100] IS N" +
- "ULL) OR ([C3981100] = @Original_C3981100)) AND ((@IsNull_C3981700 = 1 AND [C3981" +
- "700] IS NULL) OR ([C3981700] = @Original_C3981700)) AND ((@IsNull_C3981800 = 1 A" +
- "ND [C3981800] IS NULL) OR ([C3981800] = @Original_C3981800)) AND ((@IsNull_C3981" +
- "900 = 1 AND [C3981900] IS NULL) OR ([C3981900] = @Original_C3981900)) AND ((@IsN" +
- "ull_Y0003200 = 1 AND [Y0003200] IS NULL) OR ([Y0003200] = @Original_Y0003200)) A" +
- "ND ((@IsNull_Y0007300 = 1 AND [Y0007300] IS NULL) OR ([Y0007300] = @Original_Y00" +
- "07300)) AND ((@IsNull_Y0007400 = 1 AND [Y0007400] IS NULL) OR ([Y0007400] = @Ori" +
- "ginal_Y0007400)) AND ((@IsNull_Y0007600 = 1 AND [Y0007600] IS NULL) OR ([Y000760" +
- "0] = @Original_Y0007600)) AND ((@IsNull_Y0007601 = 1 AND [Y0007601] IS NULL) OR " +
- "([Y0007601] = @Original_Y0007601)) AND ((@IsNull_Y0008000 = 1 AND [Y0008000] IS " +
- "NULL) OR ([Y0008000] = @Original_Y0008000)) AND ((@IsNull_Y0008500 = 1 AND [Y000" +
- "8500] IS NULL) OR ([Y0008500] = @Original_Y0008500)) AND ((@IsNull_Y0008600 = 1 " +
- "AND [Y0008600] IS NULL) OR ([Y0008600] = @Original_Y0008600)) AND ((@IsNull_Y000" +
- "9400 = 1 AND [Y0009400] IS NULL) OR ([Y0009400] = @Original_Y0009400)) AND ((@Is" +
- "Null_Y0394100 = 1 AND [Y0394100] IS NULL) OR ([Y0394100] = @Original_Y0394100)) " +
- "AND ((@IsNull_Y0394300 = 1 AND [Y0394300] IS NULL) OR ([Y0394300] = @Original_Y0" +
- "394300)) AND ((@IsNull_Y0394500 = 1 AND [Y0394500] IS NULL) OR ([Y0394500] = @Or" +
- "iginal_Y0394500)) AND ((@IsNull_Y0394501 = 1 AND [Y0394501] IS NULL) OR ([Y03945" +
- "01] = @Original_Y0394501)) AND ((@IsNull_Y0394900 = 1 AND [Y0394900] IS NULL) OR" +
- " ([Y0394900] = @Original_Y0394900)) AND ((@IsNull_Y0651000 = 1 AND [Y0651000] IS" +
- " NULL) OR ([Y0651000] = @Original_Y0651000)) AND ((@IsNull_Y0682500 = 1 AND [Y06" +
- "82500] IS NULL) OR ([Y0682500] = @Original_Y0682500)) AND ((@IsNull_Y0683800 = 1" +
- " AND [Y0683800] IS NULL) OR ([Y0683800] = @Original_Y0683800)) AND ((@IsNull_Y06" +
- "83900 = 1 AND [Y0683900] IS NULL) OR ([Y0683900] = @Original_Y0683900)) AND ((@I" +
- "sNull_Y0684100 = 1 AND [Y0684100] IS NULL) OR ([Y0684100] = @Original_Y0684100))" +
- " AND ((@IsNull_Y0684101 = 1 AND [Y0684101] IS NULL) OR ([Y0684101] = @Original_Y" +
- "0684101)) AND ((@IsNull_Y0684500 = 1 AND [Y0684500] IS NULL) OR ([Y0684500] = @O" +
- "riginal_Y0684500)) AND ((@IsNull_Y0947100 = 1 AND [Y0947100] IS NULL) OR ([Y0947" +
- "100] = @Original_Y0947100)) AND ((@IsNull_Y0986200 = 1 AND [Y0986200] IS NULL) O" +
- "R ([Y0986200] = @Original_Y0986200)) AND ((@IsNull_Y0986700 = 1 AND [Y0986700] I" +
- "S NULL) OR ([Y0986700] = @Original_Y0986700)) AND ((@IsNull_Y0988800 = 1 AND [Y0" +
- "988800] IS NULL) OR ([Y0988800] = @Original_Y0988800)) AND ((@IsNull_Y0988900 = " +
- "1 AND [Y0988900] IS NULL) OR ([Y0988900] = @Original_Y0988900)) AND ((@IsNull_Y0" +
- "989400 = 1 AND [Y0989400] IS NULL) OR ([Y0989400] = @Original_Y0989400)) AND ((@" +
- "IsNull_Y0989401 = 1 AND [Y0989401] IS NULL) OR ([Y0989401] = @Original_Y0989401)" +
- ") AND ((@IsNull_Y0989900 = 1 AND [Y0989900] IS NULL) OR ([Y0989900] = @Original_" +
- "Y0989900)) AND ((@IsNull_Y1229100 = 1 AND [Y1229100] IS NULL) OR ([Y1229100] = @" +
- "Original_Y1229100)) AND ((@IsNull_Y1229200 = 1 AND [Y1229200] IS NULL) OR ([Y122" +
- "9200] = @Original_Y1229200)) AND ((@IsNull_Y1229700 = 1 AND [Y1229700] IS NULL) " +
- "OR ([Y1229700] = @Original_Y1229700)) AND ((@IsNull_Y1229701 = 1 AND [Y1229701] " +
- "IS NULL) OR ([Y1229701] = @Original_Y1229701)) AND ((@IsNull_Y1458900 = 1 AND [Y" +
- "1458900] IS NULL) OR ([Y1458900] = @Original_Y1458900)) AND ((@IsNull_Y1459400 =" +
- " 1 AND [Y1459400] IS NULL) OR ([Y1459400] = @Original_Y1459400)) AND ((@IsNull_Y" +
- "1459401 = 1 AND [Y1459401] IS NULL) OR ([Y1459401] = @Original_Y1459401)) AND ((" +
- "@IsNull_Y1629500 = 1 AND [Y1629500] IS NULL) OR ([Y1629500] = @Original_Y1629500" +
- ")) AND ((@IsNull_Y1704000 = 1 AND [Y1704000] IS NULL) OR ([Y1704000] = @Original" +
- "_Y1704000)) AND ((@IsNull_Y1704500 = 1 AND [Y1704500] IS NULL) OR ([Y1704500] = " +
- "@Original_Y1704500)) AND ((@IsNull_Y1704501 = 1 AND [Y1704501] IS NULL) OR ([Y17" +
- "04501] = @Original_Y1704501)) AND ((@IsNull_Y1707300 = 1 AND [Y1707300] IS NULL)" +
- " OR ([Y1707300] = @Original_Y1707300)) AND ((@IsNull_Y1883300 = 1 AND [Y1883300]" +
- " IS NULL) OR ([Y1883300] = @Original_Y1883300)) AND ((@IsNull_Y1989500 = 1 AND [" +
- "Y1989500] IS NULL) OR ([Y1989500] = @Original_Y1989500)) AND ((@IsNull_Y1990000 " +
- "= 1 AND [Y1990000] IS NULL) OR ([Y1990000] = @Original_Y1990000)) AND ((@IsNull_" +
- "Y1990001 = 1 AND [Y1990001] IS NULL) OR ([Y1990001] = @Original_Y1990001)) AND (" +
- "(@IsNull_Y1992900 = 1 AND [Y1992900] IS NULL) OR ([Y1992900] = @Original_Y199290" +
- "0)) AND ((@IsNull_Y2197500 = 1 AND [Y2197500] IS NULL) OR ([Y2197500] = @Origina" +
- "l_Y2197500)) AND ((@IsNull_Y2308300 = 1 AND [Y2308300] IS NULL) OR ([Y2308300] =" +
- " @Original_Y2308300)) AND ((@IsNull_Y2308800 = 1 AND [Y2308800] IS NULL) OR ([Y2" +
- "308800] = @Original_Y2308800)) AND ((@IsNull_Y2308801 = 1 AND [Y2308801] IS NULL" +
- ") OR ([Y2308801] = @Original_Y2308801)) AND ((@IsNull_Y2311700 = 1 AND [Y2311700" +
- "] IS NULL) OR ([Y2311700] = @Original_Y2311700)) AND ((@IsNull_Y2531800 = 1 AND " +
- "[Y2531800] IS NULL) OR ([Y2531800] = @Original_Y2531800)));\r\nSELECT C0000100, C0" +
- "000200, C0005300, C0005400, C0005700, C0008100, C0008200, C0008300, C0008600, C0" +
- "008700, C0008800, C0009100, C0009200, C0009300, C0009600, C0009700, C0009800, C0" +
- "009900, C0010110, C0010200, C0010300, C0010400, C0010700, C0010800, C0010900, C0" +
- "011110, C0011111, C0011112, C0011113, C0011114, C0011117, C0011118, C0011119, C0" +
- "011122, C0011123, C0011124, C0011127, C0011128, C0011129, C0011132, C0011133, C0" +
- "011134, C0011137, C0011138, C0011139, C0011142, C0011143, C0011144, C3070500, C3" +
- "423600, C3601100, C3601700, C3601800, C3601900, C3605900, C3981100, C3981700, C3" +
- "981800, C3981900, Y0003200, Y0007300, Y0007400, Y0007600, Y0007601, Y0008000, Y0" +
- "008500, Y0008600, Y0009400, Y0394100, Y0394300, Y0394500, Y0394501, Y0394900, Y0" +
- "651000, Y0682500, Y0683800, Y0683900, Y0684100, Y0684101, Y0684500, Y0947100, Y0" +
- "986200, Y0986700, Y0988800, Y0988900, Y0989400, Y0989401, Y0989900, Y1229100, Y1" +
- "229200, Y1229700, Y1229701, Y1458900, Y1459400, Y1459401, Y1629500, Y1704000, Y1" +
- "704500, Y1704501, Y1707300, Y1883300, Y1989500, Y1990000, Y1990001, Y1992900, Y2" +
- "197500, Y2308300, Y2308800, Y2308801, Y2311700, Y2531800 FROM Extract.tblGen2Imp" +
- "licitFather WHERE (C0000100 = @C0000100)";
- this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008100", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008200", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008300", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008600", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008700", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008800", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009100", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009200", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009300", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009600", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009700", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009800", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009900", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010110", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010200", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010300", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010400", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010700", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010800", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010900", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011110", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011111", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011111", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011112", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011112", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011113", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011113", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011114", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011114", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011117", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011117", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011118", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011118", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011119", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011119", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011122", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011122", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011123", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011123", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011124", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011124", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011127", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011127", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011128", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011128", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011129", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011129", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011132", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011132", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011133", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011133", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011134", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011134", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011137", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011137", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011138", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011138", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011139", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011139", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011142", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011142", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011143", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011143", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011144", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011144", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3070500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3070500", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3423600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3423600", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3601100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601100", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3601700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601700", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3601800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601800", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3601900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601900", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3605900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3605900", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3981100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981100", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3981700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981700", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3981800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981800", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3981900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981900", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0003200", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007300", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0007400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007400", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007600", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0007601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007601", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0008000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008000", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0008500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008500", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008600", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0009400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0009400", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394100", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394300", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394500", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394501", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394900", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0651000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0651000", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0682500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0682500", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0683800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683800", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0683900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683900", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0684100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684100", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0684101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684101", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0684500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684500", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0947100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0947100", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986200", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0986700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986700", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0988800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988800", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0988900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988900", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0989400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989400", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0989401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989401", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0989900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989900", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1229100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229100", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1229200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229200", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1229700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229700", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1229701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229701", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1458900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1458900", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1459400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459400", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1459401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459401", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1629500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1629500", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1704000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704000", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1704500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704500", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1704501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704501", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1707300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1707300", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1883300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1883300", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1989500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1989500", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1990000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990000", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1990001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990001", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1992900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1992900", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2197500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2197500", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308300", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2308800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308800", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2308801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308801", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2311700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2311700", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2531800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2531800", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008100", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008100", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008200", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008200", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008300", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008300", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008600", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008600", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008700", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008700", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008800", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008800", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009100", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009100", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009200", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009200", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009300", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009300", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009600", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009600", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009700", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009700", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009800", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009800", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009900", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009900", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010110", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010110", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010200", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010200", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010300", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010300", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010400", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010400", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010700", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010700", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010800", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010800", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010900", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010900", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011110", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011110", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011111", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011111", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011111", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011111", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011112", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011112", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011112", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011112", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011113", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011113", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011113", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011113", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011114", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011114", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011114", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011114", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011117", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011117", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011117", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011117", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011118", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011118", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011118", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011118", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011119", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011119", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011119", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011119", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011122", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011122", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011122", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011122", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011123", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011123", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011123", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011123", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011124", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011124", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011124", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011124", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011127", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011127", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011127", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011127", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011128", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011128", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011128", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011128", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011129", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011129", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011129", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011129", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011132", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011132", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011132", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011132", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011133", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011133", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011133", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011133", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011134", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011134", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011134", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011134", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011137", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011137", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011137", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011137", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011138", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011138", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011138", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011138", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011139", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011139", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011139", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011139", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011142", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011142", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011142", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011142", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011143", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011143", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011143", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011143", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011144", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011144", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011144", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011144", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3070500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3070500", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3070500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3070500", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3423600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3423600", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3423600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3423600", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3601100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601100", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3601100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601100", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3601700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601700", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3601700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601700", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3601800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601800", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3601800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601800", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3601900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601900", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3601900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601900", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3605900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3605900", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3605900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3605900", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3981100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981100", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3981100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981100", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3981700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981700", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3981700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981700", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3981800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981800", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3981800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981800", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3981900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981900", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3981900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981900", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0003200", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0003200", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007300", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007300", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0007400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007400", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0007400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007400", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007600", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007600", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0007601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007601", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0007601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007601", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0008000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008000", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0008000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008000", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0008500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008500", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0008500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008500", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008600", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008600", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0009400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0009400", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0009400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0009400", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394100", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394100", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394300", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394300", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394500", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394500", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394501", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394501", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394900", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394900", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0651000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0651000", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0651000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0651000", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0682500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0682500", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0682500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0682500", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0683800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683800", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0683800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683800", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0683900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683900", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0683900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683900", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0684100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684100", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0684100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684100", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0684101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684101", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0684101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684101", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0684500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684500", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0684500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684500", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0947100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0947100", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0947100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0947100", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986200", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986200", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0986700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986700", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0986700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986700", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0988800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988800", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0988800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988800", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0988900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988900", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0988900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988900", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0989400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989400", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0989400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989400", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0989401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989401", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0989401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989401", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0989900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989900", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0989900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989900", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1229100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229100", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1229100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229100", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1229200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229200", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1229200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229200", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1229700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229700", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1229700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229700", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1229701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229701", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1229701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229701", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1458900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1458900", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1458900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1458900", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1459400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459400", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1459400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459400", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1459401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459401", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1459401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459401", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1629500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1629500", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1629500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1629500", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1704000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704000", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1704000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704000", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1704500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704500", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1704500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704500", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1704501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704501", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1704501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704501", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1707300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1707300", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1707300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1707300", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1883300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1883300", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1883300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1883300", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1989500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1989500", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1989500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1989500", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1990000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990000", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1990000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990000", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1990001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990001", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1990001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990001", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1992900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1992900", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1992900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1992900", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2197500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2197500", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2197500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2197500", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308300", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308300", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2308800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308800", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2308800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308800", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2308801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308801", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2308801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308801", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2311700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2311700", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2311700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2311700", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2531800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2531800", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
- this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2531800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2531800", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- private void InitConnection() {
- this._connection = new global::System.Data.SqlClient.SqlConnection();
- this._connection.ConnectionString = global::Nls.Base79.Properties.Settings.Default.Nlsy79ConnectionStringBase;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- private void InitCommandCollection() {
- this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
- this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
- this._commandCollection[0].Connection = this.Connection;
- this._commandCollection[0].CommandText = @"SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C0008300, C0008600, C0008700, C0008800, C0009100, C0009200, C0009300, C0009600, C0009700, C0009800, C0009900, C0010110, C0010200, C0010300, C0010400, C0010700, C0010800, C0010900, C0011110, C0011111, C0011112, C0011113, C0011114, C0011117, C0011118, C0011119, C0011122, C0011123, C0011124, C0011127, C0011128, C0011129, C0011132, C0011133, C0011134, C0011137, C0011138, C0011139, C0011142, C0011143, C0011144, C3070500, C3423600, C3601100, C3601700, C3601800, C3601900, C3605900, C3981100, C3981700, C3981800, C3981900, Y0003200, Y0007300, Y0007400, Y0007600, Y0007601, Y0008000, Y0008500, Y0008600, Y0009400, Y0394100, Y0394300, Y0394500, Y0394501, Y0394900, Y0651000, Y0682500, Y0683800, Y0683900, Y0684100, Y0684101, Y0684500, Y0947100, Y0986200, Y0986700, Y0988800, Y0988900, Y0989400, Y0989401, Y0989900, Y1229100, Y1229200, Y1229700, Y1229701, Y1458900, Y1459400, Y1459401, Y1629500, Y1704000, Y1704500, Y1704501, Y1707300, Y1883300, Y1989500, Y1990000, Y1990001, Y1992900, Y2197500, Y2308300, Y2308800, Y2308801, Y2311700, Y2531800 FROM Extract.tblGen2ImplicitFather";
- this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
- [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
- public virtual int Fill(ImportDataSet.tblGen2ImplicitFatherDataTable dataTable) {
- this.Adapter.SelectCommand = this.CommandCollection[0];
- if ((this.ClearBeforeFill == true)) {
- dataTable.Clear();
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R1755900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1755900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R1755900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R1755900Column] = value;
+ }
}
- int returnValue = this.Adapter.Fill(dataTable);
- return returnValue;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
- [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
- public virtual ImportDataSet.tblGen2ImplicitFatherDataTable GetData() {
- this.Adapter.SelectCommand = this.CommandCollection[0];
- ImportDataSet.tblGen2ImplicitFatherDataTable dataTable = new ImportDataSet.tblGen2ImplicitFatherDataTable();
- this.Adapter.Fill(dataTable);
- return dataTable;
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
- public virtual int Update(ImportDataSet.tblGen2ImplicitFatherDataTable dataTable) {
- return this.Adapter.Update(dataTable);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
- public virtual int Update(ImportDataSet dataSet) {
- return this.Adapter.Update(dataSet, "tblGen2ImplicitFather");
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
- public virtual int Update(global::System.Data.DataRow dataRow) {
- return this.Adapter.Update(new global::System.Data.DataRow[] {
- dataRow});
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
- public virtual int Update(global::System.Data.DataRow[] dataRows) {
- return this.Adapter.Update(dataRows);
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
- [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
- public virtual int Delete(
- int Original_C0000100,
- global::System.Nullable Original_C0000200,
- global::System.Nullable Original_C0005300,
- global::System.Nullable Original_C0005400,
- global::System.Nullable Original_C0005700,
- global::System.Nullable Original_C0008100,
- global::System.Nullable Original_C0008200,
- global::System.Nullable Original_C0008300,
- global::System.Nullable Original_C0008600,
- global::System.Nullable Original_C0008700,
- global::System.Nullable Original_C0008800,
- global::System.Nullable Original_C0009100,
- global::System.Nullable Original_C0009200,
- global::System.Nullable Original_C0009300,
- global::System.Nullable Original_C0009600,
- global::System.Nullable Original_C0009700,
- global::System.Nullable Original_C0009800,
- global::System.Nullable Original_C0009900,
- global::System.Nullable Original_C0010110,
- global::System.Nullable Original_C0010200,
- global::System.Nullable Original_C0010300,
- global::System.Nullable Original_C0010400,
- global::System.Nullable Original_C0010700,
- global::System.Nullable Original_C0010800,
- global::System.Nullable Original_C0010900,
- global::System.Nullable Original_C0011110,
- global::System.Nullable Original_C0011111,
- global::System.Nullable Original_C0011112,
- global::System.Nullable Original_C0011113,
- global::System.Nullable Original_C0011114,
- global::System.Nullable Original_C0011117,
- global::System.Nullable Original_C0011118,
- global::System.Nullable Original_C0011119,
- global::System.Nullable Original_C0011122,
- global::System.Nullable Original_C0011123,
- global::System.Nullable Original_C0011124,
- global::System.Nullable Original_C0011127,
- global::System.Nullable Original_C0011128,
- global::System.Nullable Original_C0011129,
- global::System.Nullable Original_C0011132,
- global::System.Nullable Original_C0011133,
- global::System.Nullable Original_C0011134,
- global::System.Nullable Original_C0011137,
- global::System.Nullable Original_C0011138,
- global::System.Nullable Original_C0011139,
- global::System.Nullable Original_C0011142,
- global::System.Nullable Original_C0011143,
- global::System.Nullable Original_C0011144,
- global::System.Nullable Original_C3070500,
- global::System.Nullable Original_C3423600,
- global::System.Nullable Original_C3601100,
- global::System.Nullable Original_C3601700,
- global::System.Nullable Original_C3601800,
- global::System.Nullable Original_C3601900,
- global::System.Nullable Original_C3605900,
- global::System.Nullable Original_C3981100,
- global::System.Nullable Original_C3981700,
- global::System.Nullable Original_C3981800,
- global::System.Nullable Original_C3981900,
- global::System.Nullable Original_Y0003200,
- global::System.Nullable Original_Y0007300,
- global::System.Nullable Original_Y0007400,
- global::System.Nullable Original_Y0007600,
- global::System.Nullable Original_Y0007601,
- global::System.Nullable Original_Y0008000,
- global::System.Nullable Original_Y0008500,
- global::System.Nullable Original_Y0008600,
- global::System.Nullable Original_Y0009400,
- global::System.Nullable Original_Y0394100,
- global::System.Nullable Original_Y0394300,
- global::System.Nullable Original_Y0394500,
- global::System.Nullable Original_Y0394501,
- global::System.Nullable Original_Y0394900,
- global::System.Nullable Original_Y0651000,
- global::System.Nullable Original_Y0682500,
- global::System.Nullable Original_Y0683800,
- global::System.Nullable Original_Y0683900,
- global::System.Nullable Original_Y0684100,
- global::System.Nullable Original_Y0684101,
- global::System.Nullable Original_Y0684500,
- global::System.Nullable Original_Y0947100,
- global::System.Nullable Original_Y0986200,
- global::System.Nullable Original_Y0986700,
- global::System.Nullable Original_Y0988800,
- global::System.Nullable Original_Y0988900,
- global::System.Nullable Original_Y0989400,
- global::System.Nullable Original_Y0989401,
- global::System.Nullable Original_Y0989900,
- global::System.Nullable Original_Y1229100,
- global::System.Nullable Original_Y1229200,
- global::System.Nullable Original_Y1229700,
- global::System.Nullable Original_Y1229701,
- global::System.Nullable Original_Y1458900,
- global::System.Nullable Original_Y1459400,
- global::System.Nullable Original_Y1459401,
- global::System.Nullable Original_Y1629500,
- global::System.Nullable Original_Y1704000,
- global::System.Nullable Original_Y1704500,
- global::System.Nullable Original_Y1704501,
- global::System.Nullable Original_Y1707300,
- global::System.Nullable Original_Y1883300,
- global::System.Nullable Original_Y1989500,
- global::System.Nullable Original_Y1990000,
- global::System.Nullable Original_Y1990001,
- global::System.Nullable Original_Y1992900,
- global::System.Nullable Original_Y2197500,
- global::System.Nullable Original_Y2308300,
- global::System.Nullable Original_Y2308800,
- global::System.Nullable Original_Y2308801,
- global::System.Nullable Original_Y2311700,
- global::System.Nullable Original_Y2531800) {
- this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_C0000100));
- if ((Original_C0000200.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_C0000200.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R1756600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1756600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R1756600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R1756600Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R1757300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1757300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R1757300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R1757300Column] = value;
+ }
}
- if ((Original_C0005300.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_C0005300.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R1758000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1758000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R1758000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R1758000Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R2095800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2095800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2095800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R2095800Column] = value;
+ }
}
- if ((Original_C0005400.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_C0005400.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R2096500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2096500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2096500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R2096500Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R2097200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2097200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2097200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R2097200Column] = value;
+ }
}
- if ((Original_C0005700.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_C0005700.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R2097900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2097900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2097900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R2097900Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R2098600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2098600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2098600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R2098600Column] = value;
+ }
}
- if ((Original_C0008100.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_C0008100.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R2099300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2099300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2099300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R2099300Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R2100000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2100000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2100000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R2100000Column] = value;
+ }
}
- if ((Original_C0008200.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[12].Value = ((int)(Original_C0008200.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R2648100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2648100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2648100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R2648100Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R2648800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2648800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2648800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R2648800Column] = value;
+ }
}
- if ((Original_C0008300.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[14].Value = ((int)(Original_C0008300.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R2649500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2649500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2649500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R2649500Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R2650200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2650200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2650200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R2650200Column] = value;
+ }
}
- if ((Original_C0008600.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[16].Value = ((int)(Original_C0008600.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R2650900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2650900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2650900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R2650900Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R2651600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2651600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2651600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R2651600Column] = value;
+ }
}
- if ((Original_C0008700.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[18].Value = ((int)(Original_C0008700.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R2652300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2652300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R2652300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R2652300Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R3256000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3256000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R3256000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R3256000Column] = value;
+ }
}
- if ((Original_C0008800.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[20].Value = ((int)(Original_C0008800.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R3257800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3257800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R3257800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R3257800Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R3259600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3259600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R3259600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R3259600Column] = value;
+ }
}
- if ((Original_C0009100.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[22].Value = ((int)(Original_C0009100.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R3261400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3261400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R3261400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R3261400Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R3263200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3263200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R3263200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R3263200Column] = value;
+ }
}
- if ((Original_C0009200.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[24].Value = ((int)(Original_C0009200.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R3265000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3265000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R3265000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R3265000Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R3266800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3266800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R3266800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R3266800Column] = value;
+ }
}
- if ((Original_C0009300.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[26].Value = ((int)(Original_C0009300.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R3771900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3771900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R3771900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R3771900Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R3772200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3772200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R3772200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R3772200Column] = value;
+ }
}
- if ((Original_C0009600.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[28].Value = ((int)(Original_C0009600.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R3772300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3772300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R3772300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R3772300Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value;
- }
- if ((Original_C0009700.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[30].Value = ((int)(Original_C0009700.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R3774000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3774000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R3774000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R3774000Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R3774300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3774300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R3774300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R3774300Column] = value;
+ }
}
- if ((Original_C0009800.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[32].Value = ((int)(Original_C0009800.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R3774400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3774400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R3774400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R3774400Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R3776100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3776100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R3776100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R3776100Column] = value;
+ }
}
- if ((Original_C0009900.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[34].Value = ((int)(Original_C0009900.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R3776400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3776400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R3776400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R3776400Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R3776500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3776500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R3776500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R3776500Column] = value;
+ }
}
- if ((Original_C0010110.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[36].Value = ((int)(Original_C0010110.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R3778200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3778200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R3778200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R3778200Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R3778500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3778500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R3778500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R3778500Column] = value;
+ }
}
- if ((Original_C0010200.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[38].Value = ((int)(Original_C0010200.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R3778600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3778600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R3778600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R3778600Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R3780300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3780300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R3780300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R3780300Column] = value;
+ }
}
- if ((Original_C0010300.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[40].Value = ((int)(Original_C0010300.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R3780600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3780600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R3780600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R3780600Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[40].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R3780700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3780700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R3780700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R3780700Column] = value;
+ }
}
- if ((Original_C0010400.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[42].Value = ((int)(Original_C0010400.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R3782400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3782400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R3782400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R3782400Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[42].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R3784500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3784500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R3784500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R3784500Column] = value;
+ }
}
- if ((Original_C0010700.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[44].Value = ((int)(Original_C0010700.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4276900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4276900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4276900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4276900Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[44].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4277200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4277200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4277200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4277200Column] = value;
+ }
}
- if ((Original_C0010800.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[46].Value = ((int)(Original_C0010800.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4277201 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4277201Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4277201\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4277201Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[46].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4277800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4277800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4277800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4277800Column] = value;
+ }
}
- if ((Original_C0010900.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[48].Value = ((int)(Original_C0010900.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4278100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4278100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4278100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4278100Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[48].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4278101 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4278101Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4278101\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4278101Column] = value;
+ }
}
- if ((Original_C0011110.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[50].Value = ((int)(Original_C0011110.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4278700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4278700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4278700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4278700Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[50].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4279000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4279000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4279000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4279000Column] = value;
+ }
}
- if ((Original_C0011111.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[52].Value = ((int)(Original_C0011111.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4279001 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4279001Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4279001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4279001Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[52].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4279600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4279600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4279600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4279600Column] = value;
+ }
}
- if ((Original_C0011112.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[54].Value = ((int)(Original_C0011112.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4279900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4279900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4279900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4279900Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[54].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4279901 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4279901Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4279901\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4279901Column] = value;
+ }
}
- if ((Original_C0011113.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[56].Value = ((int)(Original_C0011113.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4280500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4280500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4280500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4280500Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[56].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4280800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4280800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4280800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4280800Column] = value;
+ }
}
- if ((Original_C0011114.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[58].Value = ((int)(Original_C0011114.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4280801 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4280801Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4280801\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4280801Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[58].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4281400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4281400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4281400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4281400Column] = value;
+ }
}
- if ((Original_C0011117.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[60].Value = ((int)(Original_C0011117.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4282200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4282200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4282200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4282200Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[60].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4827700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4827700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4827700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4827700Column] = value;
+ }
}
- if ((Original_C0011118.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[62].Value = ((int)(Original_C0011118.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4828000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4828000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4828000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4828000Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[62].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4828001 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4828001Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4828001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4828001Column] = value;
+ }
}
- if ((Original_C0011119.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[64].Value = ((int)(Original_C0011119.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4830700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4830700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4830700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4830700Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[64].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4831000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4831000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4831000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4831000Column] = value;
+ }
}
- if ((Original_C0011122.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[66].Value = ((int)(Original_C0011122.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4831001 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4831001Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4831001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4831001Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[66].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4833700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4833700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4833700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4833700Column] = value;
+ }
}
- if ((Original_C0011123.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[68].Value = ((int)(Original_C0011123.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4834000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4834000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4834000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4834000Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[68].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4834001 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4834001Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4834001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4834001Column] = value;
+ }
}
- if ((Original_C0011124.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[70].Value = ((int)(Original_C0011124.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4836700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4836700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4836700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4836700Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[70].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4837000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4837000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4837000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4837000Column] = value;
+ }
}
- if ((Original_C0011127.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[72].Value = ((int)(Original_C0011127.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4837001 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4837001Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4837001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4837001Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[72].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4839700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4839700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4839700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4839700Column] = value;
+ }
}
- if ((Original_C0011128.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[74].Value = ((int)(Original_C0011128.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4840000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4840000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4840000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4840000Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[74].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4840001 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4840001Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4840001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4840001Column] = value;
+ }
}
- if ((Original_C0011129.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[76].Value = ((int)(Original_C0011129.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4842600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4842600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4842600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4842600Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[76].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4844900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4844900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4844900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4844900Column] = value;
+ }
}
- if ((Original_C0011132.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[78].Value = ((int)(Original_C0011132.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R4847200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4847200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R4847200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R4847200Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[78].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R5498100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5498100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R5498100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R5498100Column] = value;
+ }
}
- if ((Original_C0011133.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[80].Value = ((int)(Original_C0011133.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R5498400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5498400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R5498400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R5498400Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[80].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R5498401 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5498401Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R5498401\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R5498401Column] = value;
+ }
}
- if ((Original_C0011134.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[82].Value = ((int)(Original_C0011134.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R5501100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5501100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R5501100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R5501100Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[82].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R5501400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5501400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R5501400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R5501400Column] = value;
+ }
}
- if ((Original_C0011137.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[84].Value = ((int)(Original_C0011137.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R5501401 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5501401Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R5501401\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R5501401Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[84].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R5504100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5504100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R5504100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R5504100Column] = value;
+ }
}
- if ((Original_C0011138.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[86].Value = ((int)(Original_C0011138.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R5504400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5504400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R5504400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R5504400Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[86].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R5504401 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5504401Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R5504401\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R5504401Column] = value;
+ }
}
- if ((Original_C0011139.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[88].Value = ((int)(Original_C0011139.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R5507100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5507100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R5507100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R5507100Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[88].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R5507400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5507400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R5507400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R5507400Column] = value;
+ }
}
- if ((Original_C0011142.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[90].Value = ((int)(Original_C0011142.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R5507401 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5507401Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R5507401\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R5507401Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[90].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R5510100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5510100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R5510100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R5510100Column] = value;
+ }
}
- if ((Original_C0011143.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[92].Value = ((int)(Original_C0011143.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R5510400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5510400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R5510400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R5510400Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[92].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R5510401 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5510401Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R5510401\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R5510401Column] = value;
+ }
}
- if ((Original_C0011144.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[94].Value = ((int)(Original_C0011144.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R5513100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5513100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R5513100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R5513100Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[94].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R5515400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5515400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R5515400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R5515400Column] = value;
+ }
}
- if ((Original_C3070500.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[96].Value = ((int)(Original_C3070500.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R5517700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5517700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R5517700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R5517700Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[96].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R5519900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5519900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R5519900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R5519900Column] = value;
+ }
}
- if ((Original_C3423600.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[98].Value = ((int)(Original_C3423600.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6219500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6219500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6219500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6219500Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[98].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6219600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6219600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6219600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6219600Column] = value;
+ }
}
- if ((Original_C3601100.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[100].Value = ((int)(Original_C3601100.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6219700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6219700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6219700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6219700Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[100].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6219800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6219800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6219800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6219800Column] = value;
+ }
}
- if ((Original_C3601700.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[102].Value = ((int)(Original_C3601700.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6219900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6219900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6219900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6219900Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[102].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6220000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6220000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6220000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6220000Column] = value;
+ }
}
- if ((Original_C3601800.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[104].Value = ((int)(Original_C3601800.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6220100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6220100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6220100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6220100Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[104].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6220200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6220200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6220200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6220200Column] = value;
+ }
}
- if ((Original_C3601900.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[106].Value = ((int)(Original_C3601900.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6220300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6220300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6220300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6220300Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[106].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6220400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6220400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6220400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6220400Column] = value;
+ }
}
- if ((Original_C3605900.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[108].Value = ((int)(Original_C3605900.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6222800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6222800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6222800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6222800Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[108].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6222801 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6222801Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6222801\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6222801Column] = value;
+ }
}
- if ((Original_C3981100.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[110].Value = ((int)(Original_C3981100.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6222900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6222900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6222900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6222900Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[110].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6222901 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6222901Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6222901\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6222901Column] = value;
+ }
}
- if ((Original_C3981700.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[112].Value = ((int)(Original_C3981700.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6223000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6223000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6223000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6223000Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[112].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6223001 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6223001Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6223001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6223001Column] = value;
+ }
}
- if ((Original_C3981800.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[114].Value = ((int)(Original_C3981800.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6223100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6223100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6223100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6223100Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[114].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6223101 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6223101Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6223101\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6223101Column] = value;
+ }
}
- if ((Original_C3981900.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[116].Value = ((int)(Original_C3981900.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6223200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6223200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6223200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6223200Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[116].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6223201 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6223201Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6223201\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6223201Column] = value;
+ }
}
- if ((Original_Y0003200.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[118].Value = ((int)(Original_Y0003200.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6223300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6223300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6223300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6223300Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[118].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6223301 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6223301Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6223301\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6223301Column] = value;
+ }
}
- if ((Original_Y0007300.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[120].Value = ((int)(Original_Y0007300.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6773500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6773500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6773500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6773500Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[120].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6773600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6773600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6773600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6773600Column] = value;
+ }
}
- if ((Original_Y0007400.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[122].Value = ((int)(Original_Y0007400.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6773700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6773700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6773700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6773700Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[122].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6773800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6773800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6773800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6773800Column] = value;
+ }
}
- if ((Original_Y0007600.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[124].Value = ((int)(Original_Y0007600.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6773900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6773900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6773900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6773900Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[124].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6774000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6774000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6774000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6774000Column] = value;
+ }
}
- if ((Original_Y0007601.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[126].Value = ((int)(Original_Y0007601.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6774100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6774100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6774100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6774100Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[126].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6774200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6774200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6774200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6774200Column] = value;
+ }
}
- if ((Original_Y0008000.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[128].Value = ((int)(Original_Y0008000.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6774300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6774300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6774300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6774300Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[128].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6774400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6774400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6774400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6774400Column] = value;
+ }
}
- if ((Original_Y0008500.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[130].Value = ((int)(Original_Y0008500.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6776300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6776300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6776300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6776300Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[130].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6776301 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6776301Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6776301\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6776301Column] = value;
+ }
}
- if ((Original_Y0008600.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[132].Value = ((int)(Original_Y0008600.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6776400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6776400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6776400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6776400Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[132].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6776401 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6776401Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6776401\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6776401Column] = value;
+ }
}
- if ((Original_Y0009400.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[134].Value = ((int)(Original_Y0009400.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6776500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6776500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6776500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6776500Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[134].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6776501 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6776501Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6776501\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6776501Column] = value;
+ }
}
- if ((Original_Y0394100.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[136].Value = ((int)(Original_Y0394100.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6776600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6776600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6776600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6776600Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[136].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6776601 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6776601Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6776601\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6776601Column] = value;
+ }
}
- if ((Original_Y0394300.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[138].Value = ((int)(Original_Y0394300.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6776700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6776700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6776700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6776700Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[138].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6776701 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6776701Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6776701\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6776701Column] = value;
+ }
}
- if ((Original_Y0394500.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[140].Value = ((int)(Original_Y0394500.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6776800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6776800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6776800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6776800Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[140].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R6776801 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6776801Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R6776801\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R6776801Column] = value;
+ }
}
- if ((Original_Y0394501.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[142].Value = ((int)(Original_Y0394501.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R7417900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7417900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R7417900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R7417900Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[142].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R7418000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7418000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R7418000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R7418000Column] = value;
+ }
}
- if ((Original_Y0394900.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[144].Value = ((int)(Original_Y0394900.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R7418100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7418100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R7418100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R7418100Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[144].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R7418200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7418200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R7418200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R7418200Column] = value;
+ }
}
- if ((Original_Y0651000.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[146].Value = ((int)(Original_Y0651000.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R7418300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7418300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R7418300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R7418300Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[146].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R7418400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7418400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R7418400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R7418400Column] = value;
+ }
}
- if ((Original_Y0682500.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[148].Value = ((int)(Original_Y0682500.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R7418500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7418500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R7418500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R7418500Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[148].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R7418600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7418600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R7418600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R7418600Column] = value;
+ }
}
- if ((Original_Y0683800.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[150].Value = ((int)(Original_Y0683800.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R7418700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7418700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R7418700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R7418700Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[150].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R7418800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7418800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R7418800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R7418800Column] = value;
+ }
}
- if ((Original_Y0683900.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[152].Value = ((int)(Original_Y0683900.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R7420700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7420700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R7420700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R7420700Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[152].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R7420701 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7420701Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R7420701\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R7420701Column] = value;
+ }
}
- if ((Original_Y0684100.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[154].Value = ((int)(Original_Y0684100.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R7420800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7420800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R7420800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R7420800Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[154].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R7420801 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7420801Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R7420801\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R7420801Column] = value;
+ }
}
- if ((Original_Y0684101.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[156].Value = ((int)(Original_Y0684101.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R7420900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7420900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R7420900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R7420900Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[156].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R7420901 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7420901Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R7420901\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R7420901Column] = value;
+ }
}
- if ((Original_Y0684500.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[158].Value = ((int)(Original_Y0684500.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R7421000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7421000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R7421000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R7421000Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[158].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R7421001 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7421001Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R7421001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R7421001Column] = value;
+ }
}
- if ((Original_Y0947100.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[160].Value = ((int)(Original_Y0947100.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R7421100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7421100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R7421100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R7421100Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[160].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R7421101 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7421101Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R7421101\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R7421101Column] = value;
+ }
}
- if ((Original_Y0986200.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[162].Value = ((int)(Original_Y0986200.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R7421200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7421200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R7421200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R7421200Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[162].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R7421201 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7421201Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R7421201\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R7421201Column] = value;
+ }
}
- if ((Original_Y0986700.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[164].Value = ((int)(Original_Y0986700.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R7421300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7421300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R7421300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R7421300Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[164].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R7421301 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7421301Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R7421301\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R7421301Column] = value;
+ }
}
- if ((Original_Y0988800.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[166].Value = ((int)(Original_Y0988800.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R8116000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8116000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R8116000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R8116000Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[166].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R8116100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8116100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R8116100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R8116100Column] = value;
+ }
}
- if ((Original_Y0988900.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[168].Value = ((int)(Original_Y0988900.Value));
- }
- else {
- this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[168].Value = global::System.DBNull.Value;
- }
- if ((Original_Y0989400.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[170].Value = ((int)(Original_Y0989400.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R8116200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8116200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R8116200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R8116200Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[170].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R8116300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8116300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R8116300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R8116300Column] = value;
+ }
}
- if ((Original_Y0989401.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[172].Value = ((int)(Original_Y0989401.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R8116400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8116400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R8116400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R8116400Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[172].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R8116500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8116500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R8116500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R8116500Column] = value;
+ }
}
- if ((Original_Y0989900.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[174].Value = ((int)(Original_Y0989900.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R8116600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8116600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R8116600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R8116600Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[174].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R8116700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8116700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R8116700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R8116700Column] = value;
+ }
}
- if ((Original_Y1229100.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[176].Value = ((int)(Original_Y1229100.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R8116800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8116800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R8116800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R8116800Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[176].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R8116900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8116900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R8116900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R8116900Column] = value;
+ }
}
- if ((Original_Y1229200.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[178].Value = ((int)(Original_Y1229200.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R8119000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8119000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R8119000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R8119000Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[178].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R8119001 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8119001Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R8119001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R8119001Column] = value;
+ }
}
- if ((Original_Y1229700.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[180].Value = ((int)(Original_Y1229700.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R8119100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8119100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R8119100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R8119100Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[180].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R8119101 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8119101Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R8119101\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R8119101Column] = value;
+ }
}
- if ((Original_Y1229701.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[182].Value = ((int)(Original_Y1229701.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R8119200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8119200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R8119200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R8119200Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[182].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R8119201 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8119201Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R8119201\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R8119201Column] = value;
+ }
}
- if ((Original_Y1458900.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[184].Value = ((int)(Original_Y1458900.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R8119300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8119300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R8119300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R8119300Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[184].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R8119301 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8119301Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R8119301\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R8119301Column] = value;
+ }
}
- if ((Original_Y1459400.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[186].Value = ((int)(Original_Y1459400.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R8119400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8119400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R8119400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R8119400Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[186].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R8119401 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8119401Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R8119401\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R8119401Column] = value;
+ }
}
- if ((Original_Y1459401.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[188].Value = ((int)(Original_Y1459401.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R8119500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8119500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R8119500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R8119500Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[188].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int R8119501 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8119501Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'R8119501\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.R8119501Column] = value;
+ }
}
- if ((Original_Y1629500.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[190].Value = ((int)(Original_Y1629500.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0347900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0347900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0347900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0347900Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[190].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0348000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0348000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0348000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0348000Column] = value;
+ }
}
- if ((Original_Y1704000.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[192].Value = ((int)(Original_Y1704000.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0348100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0348100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0348100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0348100Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[192].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0348200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0348200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0348200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0348200Column] = value;
+ }
}
- if ((Original_Y1704500.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[194].Value = ((int)(Original_Y1704500.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0348300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0348300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0348300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0348300Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[194].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0348400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0348400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0348400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0348400Column] = value;
+ }
}
- if ((Original_Y1704501.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[196].Value = ((int)(Original_Y1704501.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0348500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0348500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0348500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0348500Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[196].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0348600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0348600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0348600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0348600Column] = value;
+ }
}
- if ((Original_Y1707300.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[198].Value = ((int)(Original_Y1707300.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0348700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0348700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0348700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0348700Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[198].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0348800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0348800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0348800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0348800Column] = value;
+ }
}
- if ((Original_Y1883300.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[200].Value = ((int)(Original_Y1883300.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0348900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0348900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0348900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0348900Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[200].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0351100 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351100Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0351100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0351100Column] = value;
+ }
}
- if ((Original_Y1989500.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[201].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[202].Value = ((int)(Original_Y1989500.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0351101 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351101Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0351101\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0351101Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[201].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[202].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0351200 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351200Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0351200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0351200Column] = value;
+ }
}
- if ((Original_Y1990000.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[203].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[204].Value = ((int)(Original_Y1990000.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0351201 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351201Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0351201\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0351201Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[203].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[204].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0351300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0351300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0351300Column] = value;
+ }
}
- if ((Original_Y1990001.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[205].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[206].Value = ((int)(Original_Y1990001.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0351301 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351301Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0351301\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0351301Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[205].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[206].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0351400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0351400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0351400Column] = value;
+ }
}
- if ((Original_Y1992900.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[207].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[208].Value = ((int)(Original_Y1992900.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0351401 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351401Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0351401\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0351401Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[207].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[208].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0351500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0351500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0351500Column] = value;
+ }
}
- if ((Original_Y2197500.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[209].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[210].Value = ((int)(Original_Y2197500.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0351501 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351501Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0351501\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0351501Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[209].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[210].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0351600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0351600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0351600Column] = value;
+ }
}
- if ((Original_Y2308300.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[211].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[212].Value = ((int)(Original_Y2308300.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0351601 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351601Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0351601\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0351601Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[211].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[212].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0351700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0351700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0351700Column] = value;
+ }
}
- if ((Original_Y2308800.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[213].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[214].Value = ((int)(Original_Y2308800.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0351701 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351701Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0351701\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0351701Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[213].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[214].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0351800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0351800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0351800Column] = value;
+ }
}
- if ((Original_Y2308801.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[215].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[216].Value = ((int)(Original_Y2308801.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T0351801 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351801Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T0351801\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T0351801Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[215].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[216].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T1497300 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1497300Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T1497300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T1497300Column] = value;
+ }
}
- if ((Original_Y2311700.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[217].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[218].Value = ((int)(Original_Y2311700.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T1497400 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1497400Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T1497400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T1497400Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[217].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[218].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T1497500 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1497500Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T1497500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T1497500Column] = value;
+ }
}
- if ((Original_Y2531800.HasValue == true)) {
- this.Adapter.DeleteCommand.Parameters[219].Value = ((object)(0));
- this.Adapter.DeleteCommand.Parameters[220].Value = ((int)(Original_Y2531800.Value));
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T1497600 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1497600Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T1497600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T1497600Column] = value;
+ }
}
- else {
- this.Adapter.DeleteCommand.Parameters[219].Value = ((object)(1));
- this.Adapter.DeleteCommand.Parameters[220].Value = global::System.DBNull.Value;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T1497700 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1497700Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T1497700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T1497700Column] = value;
+ }
}
- global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
- if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
- != global::System.Data.ConnectionState.Open)) {
- this.Adapter.DeleteCommand.Connection.Open();
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T1497800 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1497800Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T1497800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T1497800Column] = value;
+ }
}
- try {
- int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
- return returnValue;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T1497900 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1497900Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T1497900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T1497900Column] = value;
+ }
}
- finally {
- if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
- this.Adapter.DeleteCommand.Connection.Close();
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
+ public int T1498000 {
+ get {
+ try {
+ return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1498000Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'T1498000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tabletblGen2FatherFromGen1Death.T1498000Column] = value;
}
}
- }
-
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
- [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
- [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
- public virtual int Insert(
- int C0000100,
- global::System.Nullable C0000200,
- global::System.Nullable C0005300,
- global::System.Nullable C0005400,
- global::System.Nullable C0005700,
- global::System.Nullable C0008100,
- global::System.Nullable C0008200,
- global::System.Nullable C0008300,
- global::System.Nullable C0008600,
- global::System.Nullable C0008700,
- global::System.Nullable C0008800,
- global::System.Nullable C0009100,
- global::System.Nullable C0009200,
- global::System.Nullable C0009300,
- global::System.Nullable C0009600,
- global::System.Nullable C0009700,
- global::System.Nullable C0009800,
- global::System.Nullable C0009900,
- global::System.Nullable C0010110,
- global::System.Nullable C0010200,
- global::System.Nullable C0010300,
- global::System.Nullable C0010400,
- global::System.Nullable C0010700,
- global::System.Nullable C0010800,
- global::System.Nullable C0010900,
- global::System.Nullable C0011110,
- global::System.Nullable C0011111,
- global::System.Nullable C0011112,
- global::System.Nullable C0011113,
- global::System.Nullable C0011114,
- global::System.Nullable C0011117,
- global::System.Nullable C0011118,
- global::System.Nullable C0011119,
- global::System.Nullable C0011122,
- global::System.Nullable C0011123,
- global::System.Nullable C0011124,
- global::System.Nullable C0011127,
- global::System.Nullable C0011128,
- global::System.Nullable C0011129,
- global::System.Nullable C0011132,
- global::System.Nullable C0011133,
- global::System.Nullable C0011134,
- global::System.Nullable C0011137,
- global::System.Nullable C0011138,
- global::System.Nullable C0011139,
- global::System.Nullable C0011142,
- global::System.Nullable C0011143,
- global::System.Nullable C0011144,
- global::System.Nullable C3070500,
- global::System.Nullable C3423600,
- global::System.Nullable C3601100,
- global::System.Nullable C3601700,
- global::System.Nullable C3601800,
- global::System.Nullable C3601900,
- global::System.Nullable C3605900,
- global::System.Nullable C3981100,
- global::System.Nullable C3981700,
- global::System.Nullable C3981800,
- global::System.Nullable C3981900,
- global::System.Nullable Y0003200,
- global::System.Nullable Y0007300,
- global::System.Nullable Y0007400,
- global::System.Nullable Y0007600,
- global::System.Nullable Y0007601,
- global::System.Nullable Y0008000,
- global::System.Nullable Y0008500,
- global::System.Nullable Y0008600,
- global::System.Nullable Y0009400,
- global::System.Nullable Y0394100,
- global::System.Nullable Y0394300,
- global::System.Nullable Y0394500,
- global::System.Nullable Y0394501,
- global::System.Nullable Y0394900,
- global::System.Nullable Y0651000,
- global::System.Nullable Y0682500,
- global::System.Nullable Y0683800,
- global::System.Nullable Y0683900,
- global::System.Nullable Y0684100,
- global::System.Nullable Y0684101,
- global::System.Nullable Y0684500,
- global::System.Nullable Y0947100,
- global::System.Nullable Y0986200,
- global::System.Nullable Y0986700,
- global::System.Nullable Y0988800,
- global::System.Nullable Y0988900,
- global::System.Nullable Y0989400,
- global::System.Nullable Y0989401,
- global::System.Nullable Y0989900,
- global::System.Nullable Y1229100,
- global::System.Nullable Y1229200,
- global::System.Nullable Y1229700,
- global::System.Nullable Y1229701,
- global::System.Nullable Y1458900,
- global::System.Nullable Y1459400,
- global::System.Nullable Y1459401,
- global::System.Nullable Y1629500,
- global::System.Nullable Y1704000,
- global::System.Nullable Y1704500,
- global::System.Nullable