public override System.Data.DataTable Clone()
            {
                bThuongDataTable cln = ((bThuongDataTable)(base.Clone()));

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