Beispiel #1
0
            public override global::System.Data.DataTable Clone()
            {
                GetSanitaryManholeLocationDataTable cln = ((GetSanitaryManholeLocationDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Beispiel #2
0
 private void InitClass()
 {
     this.DataSetName                     = "F84122SanitaryManholeLocationData";
     this.Prefix                          = "";
     this.Namespace                       = "http://tempuri.org/F84122SanitaryManholeLocationData.xsd";
     this.EnforceConstraints              = true;
     this.SchemaSerializationMode         = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableGetSanitaryManholeLocation = new GetSanitaryManholeLocationDataTable();
     base.Tables.Add(this.tableGetSanitaryManholeLocation);
 }
Beispiel #3
0
 internal void InitVars(bool initTable)
 {
     this.tableGetSanitaryManholeLocation = ((GetSanitaryManholeLocationDataTable)(base.Tables["GetSanitaryManholeLocation"]));
     if ((initTable == true))
     {
         if ((this.tableGetSanitaryManholeLocation != null))
         {
             this.tableGetSanitaryManholeLocation.InitVars();
         }
     }
 }
Beispiel #4
0
 internal GetSanitaryManholeLocationRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableGetSanitaryManholeLocation = ((GetSanitaryManholeLocationDataTable)(this.Table));
 }