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

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