public override DataTable Clone()
            {
                TCompaniesDataTable cln = ((TCompaniesDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 internal void InitVars()
 {
     this.tableTCompanies = ((TCompaniesDataTable)(this.Tables["TCompanies"]));
     if ((this.tableTCompanies != null))
     {
         this.tableTCompanies.InitVars();
     }
 }
 private void InitClass()
 {
     this.DataSetName        = "DSLCompany";
     this.Prefix             = "";
     this.Namespace          = "http://www.tempuri.org/DSLCompany.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableTCompanies    = new TCompaniesDataTable();
     this.Tables.Add(this.tableTCompanies);
 }
 internal TCompaniesRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableTCompanies = ((TCompaniesDataTable)(this.Table));
 }