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

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