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

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