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

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