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

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