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

                cln.InitVars();
                return(cln);
            }
Example #2
0
 private void InitClass()
 {
     this.DataSetName             = "dsManometro";
     this.Prefix                  = "";
     this.Namespace               = "http://www.tempuri.org/dsManometro.xsd";
     this.Locale                  = new global::System.Globalization.CultureInfo("es-MX");
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableManometro          = new ManometroDataTable();
     base.Tables.Add(this.tableManometro);
 }
Example #3
0
 internal void InitVars(bool initTable)
 {
     this.tableManometro = ((ManometroDataTable)(base.Tables["Manometro"]));
     if ((initTable == true))
     {
         if ((this.tableManometro != null))
         {
             this.tableManometro.InitVars();
         }
     }
 }
Example #4
0
 internal ManometroRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableManometro = ((ManometroDataTable)(this.Table));
 }