Ejemplo n.º 1
0
            public override global::System.Data.DataTable Clone()
            {
                TipAceroDataTable cln = ((TipAceroDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Ejemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName             = "dsTipAcero";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dsTipAcero.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableTipAcero           = new TipAceroDataTable();
     base.Tables.Add(this.tableTipAcero);
 }
Ejemplo n.º 3
0
 internal void InitVars(bool initTable)
 {
     this.tableTipAcero = ((TipAceroDataTable)(base.Tables["TipAcero"]));
     if ((initTable == true))
     {
         if ((this.tableTipAcero != null))
         {
             this.tableTipAcero.InitVars();
         }
     }
 }
Ejemplo n.º 4
0
 internal TipAceroRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableTipAcero = ((TipAceroDataTable)(this.Table));
 }