public override global::System.Data.DataTable Clone()
            {
                ExistenciaProductoDTDataTable cln = ((ExistenciaProductoDTDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName               = "ExistenciaPoductoDS";
     this.Prefix                    = "";
     this.Namespace                 = "http://tempuri.org/ExistenciaPoductoDS.xsd";
     this.EnforceConstraints        = true;
     this.SchemaSerializationMode   = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableExistenciaProductoDT = new ExistenciaProductoDTDataTable();
     base.Tables.Add(this.tableExistenciaProductoDT);
 }
 internal void InitVars(bool initTable)
 {
     this.tableExistenciaProductoDT = ((ExistenciaProductoDTDataTable)(base.Tables["ExistenciaProductoDT"]));
     if ((initTable == true))
     {
         if ((this.tableExistenciaProductoDT != null))
         {
             this.tableExistenciaProductoDT.InitVars();
         }
     }
 }
 internal ExistenciaProductoDTRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableExistenciaProductoDT = ((ExistenciaProductoDTDataTable)(this.Table));
 }